Defining traffic policy on interfaces

Nahid
Nahid  Diamond  (1)
7 years 10 months ago  View: 1227  Reply: 5
1F
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

jfjina
jfjina  Gold 
7 years 10 months ago
2F

good note

akther
akther  Gold 
7 years 10 months ago
3F
nasir007
nasir007  Gold 
7 years 10 months ago
4F
good post
nazmun021
nazmun021  Gold 
7 years 10 months ago
5F
thanks for share
user_2837311
user_2837311  Diamond 
3 years 9 months ago
6F
useful document, thanks