Port based Access-List (PACL) in Cisco

Port based Access-List (PACL) in Cisco

Required Steps:

a. create ACL
b. apply to interface with access-group command

ip access-list extended TEST-PACL
	deny icmp any host 10.0.0.1
	permit ip any any

interface gigabitEthernet 1/0/33 
	ip access-group TEST-PACL in
Comments are closed.