mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-12-23 20:57:53 +00:00
baseconf: Updated hsrp
This commit is contained in:
parent
0ab810bd41
commit
520e0b7296
|
@ -1,21 +1,22 @@
|
||||||
! Node 1
|
! Node 1
|
||||||
!
|
!
|
||||||
interface Vlan10
|
interface Vlan199
|
||||||
ip address 8.8.8.9 255.255.255.248
|
ip address 10.10.199.2 255.255.255.0
|
||||||
standby 1 ip 8.8.8.8
|
standby 2 ip 10.10.199.1
|
||||||
standby 1 timers msec 333 3
|
standby 2 timers msec 333 3
|
||||||
standby 1 priority 100
|
standby 2 priority 100
|
||||||
standby 1 preempt delay minimum 180 reload 180 sync 3
|
standby 2 preempt delay minimum 180 reload 180 sync 3
|
||||||
standby 1 authentication md5 key-string H1perL00p timeout 32767
|
standby 2 authentication md5 key-string H1perL00p timeout 32767
|
||||||
standby 1 name VLAN10
|
standby 2 name VLAN199
|
||||||
|
!
|
||||||
!
|
!
|
||||||
! Node 2
|
! Node 2
|
||||||
!
|
!
|
||||||
interface Vlan10
|
interface Vlan199
|
||||||
ip address 8.8.8.10 255.255.255.248
|
ip address 10.10.199.3 255.255.255.0
|
||||||
standby 1 ip 8.8.8.8
|
standby 2 ip 10.10.199.1
|
||||||
standby 1 timers msec 333 3
|
standby 2 timers msec 333 3
|
||||||
standby 1 priority 100
|
standby 2 priority 120
|
||||||
standby 1 preempt delay minimum 180 reload 180 sync 3
|
standby 2 preempt delay minimum 180 reload 180 sync 3
|
||||||
standby 1 authentication md5 key-string H1perL00p timeout 32767
|
standby 2 authentication md5 key-string H1perL00p timeout 32767
|
||||||
standby 1 name VLAN10
|
standby 2 name VLAN199
|
||||||
|
|
Loading…
Reference in a new issue