我这边有个三层交换机,创建好各VLAN之后,可以连接上联的防火墙上网。但是交换机之间的VLAN不能互通,配置如下,还想需要添加什么吗?
(0)
最佳答案
应该没问题呀,vlan 20 10 100应该可以互通的,终端网关设置了吗
(0)
网关设置了静态路由的,现在是都能上外网的
可以的,拼这些管理IP都可以ping通,就是这些VLAN 下的客户端ping不通
没开的,我试过两台设备在同一wlan下是通的
这个怎么看的,
流统配置: acl number 3010 rule 1 permit icmp source 10.0.254.26 0 destination 10.0.254.17 0 //10.0.254.26为PING发起源地址,10.0.254.17为PING的目的地址 rule 2 permit icmp source 10.0.254.17 0 destination 10.0.254.26 0 // 源目的调换,用于匹配ICMP回程流量 traffic classifier MQC operator and if-match acl 3010 If-match destination-mac 88df-9e65-67b3 同时匹配mac和vlan If-match service-vlan-id 1876 traffic behavior MQC accounting packet qos policy MQC classifier MQC behavior MQC interface Ten-GigabitEthernet1/0/5 //对应流途径接口 qos apply policy MQC inbound qos apply policy MQC outbound interface Ten-GigabitEthernet1/0/6 //对应流途径接口 qos apply policy MQC inbound qos apply policy MQC outbound 查看流统: Display qos policy interface 举例: <H3C>dis qos policy interface Interface: GigabitEthernet1/0/5 //该接口inbound计数与G1/0/6接口outbound计数一致,即说明转发未丢包,若inbound计数多于outbound计数,则说明设备侧丢包了 Direction: Inbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets) Interface: Ten-GigabitEthernet1/0/5 //该接口outbound计数与G1/0/6接口inbound计数一致,即说明转发未丢包,若inbound计数多于outbound计数,则说明设备侧丢包了 Direction: Outbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets) Interface: GigabitEthernet1/0/6 Direction: Outbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets) Interface: Ten-GigabitEthernet1/0/6 Direction: Inbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets)
配置没有问题,dis ip int bri 看看不通的vlan虚接口是否up,如果没有,找一个不用的端口
配置成trunk口,放行所有vlan或者在其他vlan里面也接一台pc,应该就没有问题了。
(0)
虚接口是UP状态,不用端口配置成trunk口,这个请问怎么操作呢,谢谢大神
虚接口是UP状态,不用端口配置成trunk口,这个请问怎么操作呢,谢谢大神
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
流统配置: acl number 3010 rule 1 permit icmp source 10.0.254.26 0 destination 10.0.254.17 0 //10.0.254.26为PING发起源地址,10.0.254.17为PING的目的地址 rule 2 permit icmp source 10.0.254.17 0 destination 10.0.254.26 0 // 源目的调换,用于匹配ICMP回程流量 traffic classifier MQC operator and if-match acl 3010 If-match destination-mac 88df-9e65-67b3 同时匹配mac和vlan If-match service-vlan-id 1876 traffic behavior MQC accounting packet qos policy MQC classifier MQC behavior MQC interface Ten-GigabitEthernet1/0/5 //对应流途径接口 qos apply policy MQC inbound qos apply policy MQC outbound interface Ten-GigabitEthernet1/0/6 //对应流途径接口 qos apply policy MQC inbound qos apply policy MQC outbound 查看流统: Display qos policy interface 举例: <H3C>dis qos policy interface Interface: GigabitEthernet1/0/5 //该接口inbound计数与G1/0/6接口outbound计数一致,即说明转发未丢包,若inbound计数多于outbound计数,则说明设备侧丢包了 Direction: Inbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets) Interface: Ten-GigabitEthernet1/0/5 //该接口outbound计数与G1/0/6接口inbound计数一致,即说明转发未丢包,若inbound计数多于outbound计数,则说明设备侧丢包了 Direction: Outbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets) Interface: GigabitEthernet1/0/6 Direction: Outbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets) Interface: Ten-GigabitEthernet1/0/6 Direction: Inbound Policy: teat Classifier: teat Operator: AND Rule(s) : If-match acl 3002 Behavior: teat Accounting enable: 45 (Packets)