Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 13 of 55
4.1 VRRP monitor interface function, interface tracking
Router-1-Master
XSR-1805_1#show running-config
!!
! Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805_1
!
interface FastEthernet1
description "LAN-Interface1"
ip address 10.10.10.1 255.255.255.0
ip address 40.40.40.1 255.255.255.0 Secondary
vrrp 1 ip 10.10.10.254
vrrp 1 ip 40.40.40.254
vrrp 1 priority 250
vrrp 1 master-respond-ping
vrrp 1 track FastEthernet2
no shutdown
!
interface FastEthernet2
description "LAN-Interface2"
ip address 20.20.20.1 255.255.255.0
vrrp 1 ip 20.20.20.1
no shutdown
!
end
XSR-1805_1#
Router-2-Backup
XSR-1805_2#show running-config
!!
! Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805_2
!
interface FastEthernet1
description "LAN-Interface1"
ip address 10.10.10.2 255.255.255.0
ip address 40.40.40.2 255.255.255.0 Secondary
vrrp 1 ip 10.10.10.254
vrrp 1 ip 40.40.40.254
vrrp 1 priority 200
vrrp 1 master-respond-ping
vrrp 1 track FastEthernet2
no shutdown
!
interface FastEthernet2
description "LAN-Interface2"
ip address 20.20.20.2 255.255.255.0
vrrp 1 ip 20.20.20.1
vrrp 1 priority 200
vrrp 1 master-respond-ping
no shutdown
!
end
XSR-1805_2#