Skip to content

Instantly share code, notes, and snippets.

@ak2196
Created June 20, 2013 19:39
Show Gist options
  • Save ak2196/5825918 to your computer and use it in GitHub Desktop.
Save ak2196/5825918 to your computer and use it in GitHub Desktop.
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