- 积分
- 886
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 40
- 听众
- 收听
中级工程师
   
|
设备配置vrrp后出现swa:%Jul 24 17:39:29:969 2016 SW1 ARP/5/ARP_DUPVRRPIP: IP address 192.168.0.254 conflicts with VRRP virtual IP address on interface Vlan-interface10, sourced from 000f-e200-0201.
swb:<SW2>
%Jul 24 17:39:30:337 2016 SW2 VRRP/6/VRRP_STATUS_CHANGE: The status of IPv4 virtual router 1 (configured on Vlan-interface10) changed from Backup to Master: Timer expired.
%Jul 24 17:39:30:368 2016 SW2 VRRP/6/VRRP_STATUS_CHANGE: The status of IPv4 virtual router 1 (configured on Vlan-interface10) changed from Master to Backup: VRRP packet received.
验证了vrrp,可以成功,
swa配置:<SW1>dis cu
#
version 5.20, Release LITO
#
sysname SW1
#
undo voice vlan mac-address 00e0-bb00-0000
#
domain default enable system
#
vrrp method real-mac
#
rpr mac-address timer aging 100
#
vlan 1
#
vlan 10
#
vlan 100
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
user-group system
#
wlan rrm
dot11a mandatory-rate 6 12 24
dot11a supported-rate 9 18 36 48 54
dot11b mandatory-rate 1 2
dot11b supported-rate 5.5 11
dot11g mandatory-rate 1 2 5.5 11
dot11g supported-rate 6 9 12 18 24 36 48 54
#
attack-defense policy 1
#
interface NULL0
#
interface Vlan-interface10
ip address 192.168.0.252 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.0.254
vrrp vrid 1 priority 120
vrrp vrid 1 track interface Vlan-interface100 reduced 30
#
interface Vlan-interface100
ip address 192.168.255.1 255.255.255.252
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
port access vlan 100
#
interface Ethernet0/4/2
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 10
#
interface Ethernet0/4/3
port link-mode bridge
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
interface GigabitEthernet0/0/0
port link-mode route
#
interface GigabitEthernet0/0/1
port link-mode route
#
interface GigabitEthernet0/0/2
port link-mode route
#
interface GigabitEthernet0/0/3
port link-mode route
#
rip 1
undo summary
version 2
network 192.168.0.0
network 192.168.255.0
silent-interface Vlan-interface10
#
load xml-configuration
#
load tr069-configuration
#
user-interface con 0
user-interface vty 0 4
#
return
<SW1>
swb配置:
<SW2>dis cu
#
version 5.20, Release LITO
#
sysname SW2
#
undo voice vlan mac-address 00e0-bb00-0000
#
domain default enable system
#
vrrp method real-mac
#
rpr mac-address timer aging 100
#
vlan 1
#
vlan 10
#
vlan 101
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
user-group system
#
wlan rrm
dot11a mandatory-rate 6 12 24
dot11a supported-rate 9 18 36 48 54
dot11b mandatory-rate 1 2
dot11b supported-rate 5.5 11
dot11g mandatory-rate 1 2 5.5 11
dot11g supported-rate 6 9 12 18 24 36 48 54
#
attack-defense policy 1
#
interface NULL0
#
interface Vlan-interface10
ip address 192.168.0.253 255.255.255.0
vrrp vrid 1 virtual-ip 192.168.0.254
#
interface Vlan-interface101
ip address 192.168.255.5 255.255.255.252
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
port access vlan 101
#
interface Ethernet0/4/2
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 10
#
interface Ethernet0/4/3
port link-mode bridge
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
interface GigabitEthernet0/0/0
port link-mode route
#
interface GigabitEthernet0/0/1
port link-mode route
#
interface GigabitEthernet0/0/2
port link-mode route
#
interface GigabitEthernet0/0/3
port link-mode route
#
rip 1
undo summary
version 2
network 192.168.0.0
network 192.168.255.0
silent-interface Vlan-interface10
#
load xml-configuration
#
load tr069-configuration
#
user-interface con 0
user-interface vty 0 4
#
return
<SW2>
swc配置:
<SW3>dis cu
#
version 5.20, Release LITO
#
sysname SW3
#
undo voice vlan mac-address 00e0-bb00-0000
#
domain default enable system
#
rpr mac-address timer aging 100
#
vlan 1
#
vlan 10
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
user-group system
#
wlan rrm
dot11a mandatory-rate 6 12 24
dot11a supported-rate 9 18 36 48 54
dot11b mandatory-rate 1 2
dot11b supported-rate 5.5 11
dot11g mandatory-rate 1 2 5.5 11
dot11g supported-rate 6 9 12 18 24 36 48 54
#
attack-defense policy 1
#
interface NULL0
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 10
#
interface Ethernet0/4/2
port link-mode bridge
port link-type trunk
port trunk permit vlan 1 10
#
interface Ethernet0/4/3
port link-mode bridge
port access vlan 10
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
interface GigabitEthernet0/0/0
port link-mode route
#
interface GigabitEthernet0/0/1
port link-mode route
#
interface GigabitEthernet0/0/2
port link-mode route
#
interface GigabitEthernet0/0/3
port link-mode route
#
load xml-configuration
#
load tr069-configuration
#
user-interface con 0
user-interface vty 0 4
#
return
<SW3>
swd配置:
<SW4>dis cu
#
version 5.20, Release LITO
#
sysname SW4
#
undo voice vlan mac-address 00e0-bb00-0000
#
domain default enable system
#
rpr mac-address timer aging 100
#
vlan 1
#
vlan 100 to 102
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
#
user-group system
#
wlan rrm
dot11a mandatory-rate 6 12 24
dot11a supported-rate 9 18 36 48 54
dot11b mandatory-rate 1 2
dot11b supported-rate 5.5 11
dot11g mandatory-rate 1 2 5.5 11
dot11g supported-rate 6 9 12 18 24 36 48 54
#
attack-defense policy 1
#
interface NULL0
#
interface Vlan-interface100
ip address 192.168.255.2 255.255.255.252
#
interface Vlan-interface101
ip address 192.168.255.6 255.255.255.252
#
interface Vlan-interface102
ip address 10.0.0.254 255.255.255.0
#
interface Ethernet0/4/0
port link-mode bridge
#
interface Ethernet0/4/1
port link-mode bridge
port access vlan 100
#
interface Ethernet0/4/2
port link-mode bridge
port access vlan 101
#
interface Ethernet0/4/3
port link-mode bridge
port access vlan 102
#
interface Ethernet0/4/4
port link-mode bridge
#
interface Ethernet0/4/5
port link-mode bridge
#
interface Ethernet0/4/6
port link-mode bridge
#
interface Ethernet0/4/7
port link-mode bridge
#
interface GigabitEthernet0/0/0
port link-mode route
#
interface GigabitEthernet0/0/1
port link-mode route
#
interface GigabitEthernet0/0/2
port link-mode route
#
interface GigabitEthernet0/0/3
port link-mode route
#
rip 1
undo summary
version 2
network 10.0.0.0
network 192.168.255.0
#
load xml-configuration
#
load tr069-configuration
#
user-interface con 0
user-interface vty 0 4
#
return
<SW4>
|
-
vrrp实验
|