Cisco Asa ping freischalten

Aus xinux.net
Zur Navigation springen Zur Suche springen
  • ciscoasa# configure terminal
  • ciscoasa(config)# policy-map icmp_policy
  • ciscoasa(config-pmap)# policy-map global_policy
  • ciscoasa(config-pmap)# class inspection_default
  • ciscoasa(config-pmap-c)# inspect icmp
  • ciscoasa(config-pmap-c)# exit

Copy and Paste

configure terminal
policy-map icmp_policy
policy-map global_policy
class inspection_default
inspect icmp
end