Cisco Asa ping freischalten: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
David (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| (Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | ciscoasa# configure terminal | + | *ciscoasa# configure terminal |
| − | ciscoasa(config)# policy-map icmp_policy | + | *ciscoasa(config)# policy-map icmp_policy |
| − | ciscoasa(config-pmap)# policy-map global_policy | + | *ciscoasa(config-pmap)# policy-map global_policy |
| − | ciscoasa(config-pmap)# class inspection_default | + | *ciscoasa(config-pmap)# class inspection_default |
| − | ciscoasa(config-pmap-c)# inspect icmp | + | *ciscoasa(config-pmap-c)# inspect icmp |
| − | ciscoasa(config-pmap-c)# exit | + | *ciscoasa(config-pmap-c)# exit |
| + | |||
| + | =Copy and Paste= | ||
| + | <pre> | ||
| + | configure terminal | ||
| + | policy-map icmp_policy | ||
| + | policy-map global_policy | ||
| + | class inspection_default | ||
| + | inspect icmp | ||
| + | end | ||
| + | |||
| + | </pre> | ||
Aktuelle Version vom 16. Februar 2016, 14:54 Uhr
- 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