1.建立ACL规则表
acl 3001
rule 5 permit ip source 192.168.3.0 0.0.0.255 des 192.168.10.0 0.0.0.255
rule 15 deny ip source 192.168.5.0 0.0.0.255 des 192.168.10.0 0.0.0.255
义规则小的先执行
2.应用ACL到流策略中:
traffic classifier a101 operator and
if-match acl 3101 //流分类
traffic behavior b101
permit //流行为配置
traffic policy c101
classifier a101 behavior b101 //将流分类和流行为应用到流策略当中
3.最后再将流策略应用到VLAN或者端口上 vlan 10
traffic policy c101 outbound/inbound
因篇幅问题不能全部显示,请点此查看更多更全内容