•
access list vs prefix list i came across a sentence in bgp that in bgp access list are used for traffic filtering and prefix list is used for route filtering . Is this statement correct? If we refer to below two commands: access-list 10 deny 10.1.0.0 0.0.255.255 ip prefix-list prefiz […]
•
Packets are compared to the access lists sequentially until a match is found. If no match is found, the packet is discarded. Access lists filter content going through the router, not the traffic originated by the router. You should place standard IP access lists as close to the destination as […]
•
n