求助vrrp实验中老出问题!!!!双主
qi救命啊 ~同时开启sw 15 和 sw 11 就会出现 vrrp 10 双master的情况。关闭sw11就好了啊。。
TAT啊
配置如下:
左三层交换
interface Vlanif10
ip address 172.16.10.10 255.255.255.0
vrrp vrid 10 virtual-ip 172.16.10.1
vrrp vrid 10 priority 120
vrrp vrid 10 preempt-mode timer delay 20
dhcp select relay
dhcp relay server-ip 192.168.1.1
interface GigabitEthernet0/0/3
port link-type trunk
port trunk allow-pass vlan 10
interface Vlanif60
ip address 172.16.60.10 255.255.255.0
vrrp vrid 60 virtual-ip 172.16.60.1
dhcp select relay
dhcp relay server-ip 192.168.1.1
interface GigabitEthernet0/0/8
port link-type trunk
port trunk allow-pass vlan 60
——————
右三层交换机
interface Vlanif10
ip address 172.16.10.11 255.255.255.0
vrrp vrid 10 virtual-ip 172.16.10.1
dhcp select relay
dhcp relay server-ip 192.168.1.1
interface Vlanif60
ip address 172.16.60.11 255.255.255.0
vrrp vrid 60 virtual-ip 172.16.60.1
vrrp vrid 60 priority 120
vrrp vrid 60 preempt-mode timer delay 20
dhcp select relay
dhcp relay server-ip 192.168.1.1
interface GigabitEthernet0/0/13
port link-type trunk
port trunk allow-pass vlan 10
interface GigabitEthernet0/0/18
port link-type trunk
port trunk allow-pass vlan 60
————
其中二层交换机
vlan 10
quit
int e0/0/1
port link-type trunk
port trunk allow vlan 10
quit
int e0/0/11
port link-type trunk
port trunk allow vlan 10
quit
int e0/0/22
port link-type access
port default vlan 10
——————
vlan 60
quit
int e0/0/1
port link-type trunk
port trunk allow vlan 60
quit
int e0/0/11
port link-type trunk
port trunk allow vlan 60
quit
int e0/0/2
port link-type access
port default vlan 60
quit
quit
真心求救啊啊啊 救命啊啊
页:
[1]