设备上有3个VLAN,VLAN100,192.168.100.0/24,;VLAN200,192.168.200.0/24,;VLAN300,192.168.300.0/24,;
我希望配置成VLAN100,VLAN200都可以访问VLAN300,VLAN100和VLAN200之间不能互相访问,网关都在S7506E上面
(0)
最佳答案
<Device> system-view
[Device] acl advanced 3000
[Device-acl-ipv4-adv-3000] rule 0 permit ip source 192.168.100.0 24 destination 192.168.200.0 24
[Device-acl-ipv4-adv-3000] rule 5 permit ip source 192.168.200.0 24 destination 192.168.100.0 24
[Device-acl-ipv4-adv-3000] quit
# 定义类classifier_1,匹配高级ACL 3000。
[Device] traffic classifier classifier_1
[Device-classifier-classifier_1] if-match acl 3000
[Device-classifier-classifier_1] quit
# 定义流行为behavior_1,动作为流量过滤(deny),对数据包进行丢弃。
[Device] traffic behavior behavior_1
[Device-behavior-behavior_1] filter deny
[Device-behavior-behavior_1] quit
# 定义策略policy,为类classifier_1指定流行为behavior_1。
[Device] qos policy policy
[Device-qospolicy-policy] classifier classifier_1 behavior behavior_1
[Device-qospolicy-policy] quit
# 将策略policy应用到接口interface vlan-interface100、200的入方向上。
[Device] interface vlan-interface100
[Device-vlan-interface100] qos apply policy policy inbound
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论