Wednesday, November 16, 2011

notes: Unconditional Packet Discard

 

command:

class-map class1
match access-group 101
- References ACL-101
!
policy-map policy1
- UPD is just a fancy name for the 'DROP' action in a policy-map
class class1
drop
- Any traffic matching ACL-101 will be dropped
!
interface s2/0
service-policy output policy1
- Applied to the interface

No comments:

Post a Comment