You are on page 1of 2

***********************************************************************************

******
***** This LAB assumes that the ASW-1/2 & DSW-1/2 L2 Configs are done already
*********
***********************************************************************************
******

STEP-1:
======

DSW-1:
------
ip routing ; if not already done so

int vl 10
ip address 1.1.1.252 255.255.255.0
standby 10 ip 1.1.1.254
standby 10 priority 110
standby 10 preempt

int vl 20
ip address 2.2.2.252 255.255.255.0
standby 20 ip 2.2.2.254
standby 20 priority 105
standby 20 preempt

int vl 30
ip address 3.3.3.252 255.255.255.0
standby 30 ip 3.3.3.254
standby 30 priority 110
standby 30 preempt

DSW-2:
------
ip routing ; if not already done so

int vl 10
ip address 1.1.1.253 255.255.255.0
standby 10 ip 1.1.1.254
standby 10 priority 105
standby 10 preempt

int vl 20
ip address 2.2.2.253 255.255.255.0
standby 20 ip 2.2.2.254
standby 20 priority 110
standby 20 preempt

int vl 30
ip address 3.3.3.253 255.255.255.0
standby 30 ip 3.3.3.254
standby 30 priority 105
standby 30 preempt

STEP-2:
=======
DSW-1:
------
int vl 10
standby 10 track fast 0/23

int vl 20
standby 20 track fast 0/23

int vl 30
standby 30 track fast 0/23

DSW-2:
------
int vl 10
standby 10 track fast 0/23

int vl 20
standby 20 track fast 0/23

int vl 30
standby 30 track fast 0/23

====================================================

Verification:
------------

@ DSW-1:
- sh standby brief ; VLAN-10 & 30 should have an Active State (with a Priority of
110)

@ DSW-2:
- sh standby brief ; VLAN-20 should have an Active State (with a Priority of 110)

===================================================

Decomission/Roll-back:
----------------------

int vl 10
no standby ; same for any other HSRP configs per SVI

++++++++++++++++++++++++++++++++++++++++++++++++++++++++=

Useful Show Commands:


---------------------

sh standby brief

sh standby

You might also like