请教cat6509限速!
设备是SUP2/MSFC2 PFC2的CAT65只能做ingress方向限速,我做了下面的限速配置,但是发现out方向的速度变得很低.我二层版本用的是cat6000-sup2k8.7-6-10.bin,三层是c6msfc2-psv-mz.121-22.E4.bin.
1. 启用QOS
set qos enable
2. 定义一个Policer名为test-20M
set qos policer aggregate test-20M rate 20000000 burst 13 drop
3. 定义一个qos acl名字叫test,同时应用定义好的policer test-20M
set qos acl ip test DSCP 0 aggregate test-20M ip any any
4. 使能定义好的QoS ACL
commit qos acl test
5. 把使能后的QoS ACL关联至相应的port或Vlan
set qos acl map test 3/48
6. 验证
Show qos policer config aggregate
show qos acl map config all
大家有没有测试过,或者可以提点什么建议,多谢!