From 520e0b72965a57f6b8bae1bed875f78536c81ea7 Mon Sep 17 00:00:00 2001 From: chhan11 Date: Fri, 9 Jun 2017 20:25:05 +0200 Subject: [PATCH] baseconf: Updated hsrp --- code/base.cfg/hsrp.cfg | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/code/base.cfg/hsrp.cfg b/code/base.cfg/hsrp.cfg index 91f53ba..dee81cb 100644 --- a/code/base.cfg/hsrp.cfg +++ b/code/base.cfg/hsrp.cfg @@ -1,21 +1,22 @@ ! 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 +interface Vlan199 + ip address 10.10.199.2 255.255.255.0 + standby 2 ip 10.10.199.1 + standby 2 timers msec 333 3 + standby 2 priority 100 + standby 2 preempt delay minimum 180 reload 180 sync 3 + standby 2 authentication md5 key-string H1perL00p timeout 32767 + standby 2 name VLAN199 +! ! ! 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 +interface Vlan199 + ip address 10.10.199.3 255.255.255.0 + standby 2 ip 10.10.199.1 + standby 2 timers msec 333 3 + standby 2 priority 120 + standby 2 preempt delay minimum 180 reload 180 sync 3 + standby 2 authentication md5 key-string H1perL00p timeout 32767 + standby 2 name VLAN199