Created
June 20, 2013 19:39
-
-
Save ak2196/5825918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FWSM(config)# sh running-config | inc cap | |
| access-list cap_selector_DMZ extended permit ip host 10.10.20.250 host 10.200.10.211 | |
| access-list cap_selector_DMZ_VPN extended permit ip host 10.200.10.211 host 10.10.20.250 | |
| FWSM(config)# sh cap | |
| capture DMZ type raw-data access-list cap_selector_DMZ interface DMZ[Capturing - 27112 bytes] | |
| capture DMZ_VPN type raw-data access-list cap_selector_DMZ_VPN interface DMZ_VPN[Capturing - 19036 bytes] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment