1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-06-29 11:19:04 +00:00
NetworkLabNotes/code/base.cfg/hsrp.cfg

22 lines
569 B
INI
Raw Normal View History

! Node 1
!
interface Vlan10
ip address 8.8.8.9 255.255.255.248
standby 1 ip 8.8.8.8
standby 1 timers msec 333 3
standby 1 priority 100
standby 1 preempt delay minimum 180 reload 180 sync 3
standby 1 authentication md5 key-string H1perL00p timeout 32767
standby 1 name VLAN10
!
! Node 2
!
interface Vlan10
ip address 8.8.8.10 255.255.255.248
standby 1 ip 8.8.8.8
standby 1 timers msec 333 3
standby 1 priority 100
standby 1 preempt delay minimum 180 reload 180 sync 3
standby 1 authentication md5 key-string H1perL00p timeout 32767
standby 1 name VLAN10