Defining traffic policy on interfaces
|
Define the traffic policy and use the traffic policy on interfaces. The following shows an example: acl number 3001 rul per icmp source 1.1.1.1 0 destination 1.1.1.2 0 # traffic classifier 1 if-match acl 3001 # traffic behavior 1 # traffic policy tp1 classifier 1 behavior 1 statistics enable # interface Ethernet2/0/0 ip address 100.1.1.1 255.255.255.252 traffic-policy tp1 inbound |

Favorite (0)