This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cisco:acls:dedicated_drop_list [2026/02/12 18:29] – admin | cisco:acls:dedicated_drop_list [2026/02/13 16:19] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| **Below is a Dedicated Drop ACL to put on your perimeter L3 device. "dirty side" | **Below is a Dedicated Drop ACL to put on your perimeter L3 device. "dirty side" | ||
| - | <code> | + | <codeprism lang=vim title=test-codeprism> |
| ip access-list extended DropACL | ip access-list extended DropACL | ||
| permit icmp any any traceroute | permit icmp any any traceroute | ||
| Line 50: | Line 50: | ||
| remark ***Allow Transit Traffic*********** | remark ***Allow Transit Traffic*********** | ||
| permit ip any any | permit ip any any | ||
| - | </code> | + | </codeprism> |
| - | < | ||
| - | interface GigabitEthernet0/ | ||
| - | ip address 192.168.1.1 255.255.255.0 | ||
| - | no shutdown | ||
| - | </ | ||