或者用流镜像
创建1Pv4高级ACL,并定义规则匹配源为Host B的报文
[Device] acl advanced 3000
[Device-acl-ipv4-adv-3000] rule permit ip source 192.168.2.0 0.0.0.255
Step 2:创建流分类techc,并配置报文匹配规则为ACL 3000
[Device] traffic classifier tech c
[Device-classifier-tech c] if-match acl 3000
Step 3:创建流行为tech b,并配置流镜像到接口FGE1/0/2
[Device] traffic behavior tech b
[Device-behavior-tech b] mirror-to interface fortygige 1/0/2
Step 4:创建QoS策略techp,在策略中关联流分类和流行为
[Device] gos policy tech p
[Device-qospolicy-tech_p] classifier tech _c behavior tech b
Step 5:将QoS策略tech p应用到接口FGE1/0/1的入方向上
[Device] interface twenty-fivegige 1/0/1
[Device-Twenty-FiveGigE1/0/1] qos apply policy tech p inbound
暂无评论