想给交换机1口 2 口做流量统计,1口在全局,2口在vpn-instance 1,配置如下:
acl number 3000
rule 0 permit icmp source 1.1.1.1 0 destination 2.2.2.2 0
acl number 3001
rule 0 permit icmp vpn-instance 1 source 2.2.2.2 0 destination 1.1.1.1 0
traffic classifier 1 operator and if-match acl 3000
traffic behavior 1
accounting packet
traffic classifier 2 operator and if-match acl 3001
traffic behavior 2
accounting packet
qos policy 1
classifier 1 behavior 1 #
qos policy 2
classifier 2 behavior 2
# interface Vlan-interface10
ip address 20.1.1.1 255.255.255.0
interface Vlan-interface20
ip binding vpn-instance 1
ip address 20.1.1.254 255.255.255.0
interface Ten-GigabitEthernet1/0/1
port access vlan 10
qos apply policy 1 outbound
interface Ten-GigabitEthernet1/0/2
port access vlan 20
qos apply policy 2 inbound
完了以后 1口有ICMP包,2口没有ICMP包,请赐教为何?
(0)
最佳答案
acl number 3001
rule 0 permit icmp vpn-instance 1 source 2.2.2.2 0 destination 1.1.1.1 0
把vpn去掉,有些老设备可能不支持
(0)
新款设备 6300 v7 的 我去掉cpn实例2口也没有icmp包 所以才加的vpn实例 加完也不管用
您这个方向有点奇怪,2.2.2.2是在哪个口下面啊?看qos 1应该是在1口下面,但看qos 2应该是在2口下面,是不是方向下反了。。。
如果1口有报文统计,那么方向应该是2.2.2.2---1口----2口----1.1.1.1,那acl 3001(从2.2.2.2到1.1.1.1)应该下在2口的outbound方向吧
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
如果1口有报文统计,那么方向应该是2.2.2.2---1口----2口----1.1.1.1,那acl 3001(从2.2.2.2到1.1.1.1)应该下在2口的outbound方向吧