[WHICT] Lab 5-1 Enabling and Optimizing HSRP

"What's Happen In Class Today"

Topic: Lab 5-1 Enabling and Optimizing HSRP

Log Date: Sept 12, 2007

Venue: Room 3-2, E-2, Inixindo, Jakarta

Presented by Andi Maulana

Reported by Arnastya I S

Legend:

[ASWx = Access Switch X; ASWy = Access Switch Y; DSWx = Distribution Switch X; DSWy = Distribution Switch Y]

Comment:

This configuration describe that VLAN1 also configured with the virtual router (HSRP)

The original lab: vritual router (HSRP) only for VLAN11 and VLAN12

Task 1: Configure HSRP on the Router

Step 1:

Identify the table

Step 2: & Step 3:

DSW1>enable

DSW1#conf t

DSW1(config)#

for VLAN11 primary router is DSW1

for VLAN12 primary router is DSW2

Step 4: Step 5: Step6:

interface Vlan11

ip address 10.1.11.1 255.255.255.0

standby 1 ip 10.1.11.254

standby 1 priority 150

end

interface Vlan12

ip address 10.1.12.1 255.255.255.0

standby 2 ip 10.1.12.254

standby 2 timers msec 200 msec 700

end

Step 7:

DSW1#sh standby brief

P indicates configured to preempt.

|

Interface Grp Prio P State Active Standby Virtual IP

Vl1 1 80 Standby 10.1.1.2 local 10.1.1.250

Vl11 2 150 P Active local 10.1.11.2 10.1.11.254

Vl12 3 100 Standby 10.1.12.2 local 10.1.12.254

DSW1#

Step 8: Answer this questions:

Which active router? Which Standby router? What is the priority of them? Is the router with the highest priority active? Why or Why not?

Task 2: Test HSRP on Router by Simulating a Failure

Step 1 – Step 8: Only testing and running the scenarios

Task 3: Test HSRP Tuning Enhancements Using Preempt

Step 1:

DSW1(config)#interface vlan 11

DSW1(config-if)#standby 1 preempt

DSW1(config)#interface vlan 12

DSW1(config-if)#standby 2 preempt

Step 2 - Step 7: Only testing and running the scenarios

Step 8: Answer the questions

Task 4: Troubleshoot HSRP on the Routers

Extra Task: Display Configurations

DSW1#sh standby vlan 1

Vlan1 - Group 1

State is Standby

7 state changes, last state change 01:20:10

Virtual IP address is 10.1.1.250

Active virtual MAC address is 0000.0c07.ac01

Local virtual MAC address is 0000.0c07.ac01 (v1 default)

Hello time 3 sec, hold time 10 sec

Next hello sent in 1.155 secs

Preemption disabled

Active router is 10.1.1.2, priority 100 (expires in 9.220 sec)

Standby router is local

Priority 80 (configured 80)

IP redundancy name is "hsrp-Vl1-1" (default)

DSW1#sh standby vlan 11

Vlan11 - Group 2

State is Active

5 state changes, last state change 01:18:12

Virtual IP address is 10.1.11.254

Active virtual MAC address is 0000.0c07.ac02

Local virtual MAC address is 0000.0c07.ac02 (v1 default)

Hello time 3 sec, hold time 10 sec

Next hello sent in 1.885 secs

Preemption enabled

Active router is local

Standby router is 10.1.11.2, priority 100 (expires in 7.173 sec)

Priority 150 (configured 150)

IP redundancy name is "hsrp-Vl11-2" (default)

DSW1#sh standby vlan 12

Vlan12 - Group 3

State is Standby

13 state changes, last state change 01:22:52

Virtual IP address is 10.1.12.254

Active virtual MAC address is 0000.0c07.ac03

Local virtual MAC address is 0000.0c07.ac03 (v1 default)

Hello time 3 sec (cfgd 200 msec), hold time 10 sec (cfgd 700 msec)

Next hello sent in 1.054 secs

Preemption disabled

Active router is 10.1.12.2, priority 150 (expires in 7.576 sec)

Standby router is local

Priority 100 (default 100)

IP redundancy name is "hsrp-Vl12-3" (default)

note:

preempt --> using only for forcing the “chosen active router” by the priority number

Comments

Popular Posts