Cisco Asa ping freischalten: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „*ciscoasa# configure terminal *ciscoasa(config)# policy-map global_policy *ciscoasa(config-pmap-c)# inspect icmp *ciscoasa(config-pmap-c)# exit“) |
Thomas (Diskussion | Beiträge) |
||
| (2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | *ciscoasa# configure terminal | + | *ciscoasa# configure terminal |
| − | *ciscoasa(config)# policy-map global_policy | + | *ciscoasa(config)# policy-map icmp_policy |
| − | *ciscoasa(config-pmap-c)# | + | *ciscoasa(config-pmap)# policy-map global_policy |
| + | *ciscoasa(config-pmap)# class inspection_default | ||
| + | *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