红色链路断开之后,由于vrrp做了track的,192.168.10.254地址成功飘移到了sw2 ,但是sw1上的int vlan10接口(192.168.10.1)再也ping 不通pc4了(192.168.10.222),这样就失去DRNI跨设备链路聚合的冗余意义了吧,故障所图:
有以下问题:
对于交换机SW1而言xge_0/51掉线后,BGAA2接口是不是应该失效并消失?
如果说是因为DRNI系统内的SW2还有BGAA2链路,故SW1上BGAA2才继续存在的,那为何流量不切换到BAGG1的IPL链路到达SW2 呢?
SW1主要配置(SW2也类似)
track 1 interface Ten-GigabitEthernet1/0/51
interface Bridge-Aggregation1
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
port drni intra-portal-port 1
#
interface Bridge-Aggregation2
port link-type trunk port trunk permit vlan all
link-aggregation mode dynamic
port drni group 1
#
interface Vlan-interface10
ip address 192.168.10.1 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.10.254
vrrp vrid 1 priority 110 vrrp vrid 1 track 1 priority reduced 20
drni system-mac ac2f-d99f-0204
drni system-number 1 drni system-priority 100
drni keepalive ip destination 10.0.0.2 source 10.0.0.1
(0)
最佳答案
DRNI主要适用于数据中心组网环境,DR接口只支持二层聚合接口配置为DR接口, Keepalive链路接口建议用三层物理接口,并需要手工配置为DRNI保留接口,否则IPL链路故障后无法做出正确的处理。建议在管理以太网接口上创建Keepalive链路, IPP口必须允许DR接口的所有VLAN通过,建议配置IPP口的链路类型为Trunk,并允许所有VLAN通过IPP口, 一台DR设备上只能配置一个IPP口。只能配置在一个DR系统中
(0)
参照配置手册操作的,不知会不会是模拟器bug问题?
补充的配置 interface GigabitEthernet1/0/48 port link-mode route combo enable fiber ip address 10.0.0.1 255.255.255.0 interface Ten-GigabitEthernet1/0/49 port link-mode bridge port link-type trunk port trunk permit vlan all combo enable fiber port link-aggregation group 1 # interface Ten-GigabitEthernet1/0/50 port link-mode bridge port link-type trunk port trunk permit vlan all combo enable fiber port link-aggregation group 1 drni system-mac ac2f-d99f-0204 drni system-number 1 drni system-priority 100 drni keepalive ip destination 10.0.0.2 source 10.0.0.1 drni mad exclude interface GigabitEthernet1/0/48
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
补充的配置 interface GigabitEthernet1/0/48 port link-mode route combo enable fiber ip address 10.0.0.1 255.255.255.0 interface Ten-GigabitEthernet1/0/49 port link-mode bridge port link-type trunk port trunk permit vlan all combo enable fiber port link-aggregation group 1 # interface Ten-GigabitEthernet1/0/50 port link-mode bridge port link-type trunk port trunk permit vlan all combo enable fiber port link-aggregation group 1 drni system-mac ac2f-d99f-0204 drni system-number 1 drni system-priority 100 drni keepalive ip destination 10.0.0.2 source 10.0.0.1 drni mad exclude interface GigabitEthernet1/0/48