核心交换机上策略路由导致核心的vlan不通,策略路由关联的,vlan虚接口关联的策略路由
双路由出口,核心交换机针对网段分流
(0)
最佳答案
能具体描述下?策略路由写的啥,vlan是多少
(0)
对vlan10/11/16做策略路由,吓一跳到10.10.1.10,成功了的,没有问题,问题是这样一来vlan10/11/16和vlan20/21/23就不通了,具体配置如下: # interface Vlan-interface20 description To-20F ip address 172.16.20.254 255.255.255.0 # interface Vlan-interface21 description to_huanjingjiankong_LAN2 ip address 172.16.21.254 255.255.255.0 # interface Vlan-interface23 description To-23F ip address 172.16.23.254 255.255.254.0 # interface Vlan-interface10 ip address 10.10.10.254 255.255.255.0 ip policy-based-route aaa # interface Vlan-interface11 ip address 10.10.11.254 255.255.255. ip policy-based-route aaa # interface Vlan-interface16 description ser_172.16.8.0 ip address 172.16.8.254 255.255.255.0 ip policy-based-route aaa # acl number 3200 description CeLue_route rule 5 permit ip source 10.10.10.0 0.0.0.255 rule 10 permit ip source 10.10.11.0 0.0.0.255 rule 15 permit ip source 172.16.8.0 0.0.0.255 # policy-based-route aaa permit node 5 if-match acl 3200 apply ip-address next-hop 10.10.1.10 # interface GigabitEthernet2/0/28 port link-mode route description to_AF_LAN_ETH4 ip address 10.10.1.9 255.255.255.252 #
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
对vlan10/11/16做策略路由,吓一跳到10.10.1.10,成功了的,没有问题,问题是这样一来vlan10/11/16和vlan20/21/23就不通了,具体配置如下: # interface Vlan-interface20 description To-20F ip address 172.16.20.254 255.255.255.0 # interface Vlan-interface21 description to_huanjingjiankong_LAN2 ip address 172.16.21.254 255.255.255.0 # interface Vlan-interface23 description To-23F ip address 172.16.23.254 255.255.254.0 # interface Vlan-interface10 ip address 10.10.10.254 255.255.255.0 ip policy-based-route aaa # interface Vlan-interface11 ip address 10.10.11.254 255.255.255. ip policy-based-route aaa # interface Vlan-interface16 description ser_172.16.8.0 ip address 172.16.8.254 255.255.255.0 ip policy-based-route aaa # acl number 3200 description CeLue_route rule 5 permit ip source 10.10.10.0 0.0.0.255 rule 10 permit ip source 10.10.11.0 0.0.0.255 rule 15 permit ip source 172.16.8.0 0.0.0.255 # policy-based-route aaa permit node 5 if-match acl 3200 apply ip-address next-hop 10.10.1.10 # interface GigabitEthernet2/0/28 port link-mode route description to_AF_LAN_ETH4 ip address 10.10.1.9 255.255.255.252 #