cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Standby Router is Unknown in HSRP

raizemaru
Level 1
Level 1

Hi Guys,
I found some problem in my lab.
When I attach switch between two routers. Router doesn't form HSRP Completely as appear bellow (Standby Router is unknown). My network working good (but my VPC at far right not consistent when choosing DG. I check it using trace command in VPC). I'm curious about this issue. Is this a bug or I make some mistake in my configuration ??. I'm using EVE-NG in my lab (CISCO IOU/IOL as router and switch virtualization), and using EIGRP as routing protocol.

 

Show Command
----------------------------------------------------------------------------------
Router2#show standby
Ethernet0/0 - Group 1
State is Active
8 state changes, last state change 00:17:29
Virtual IP address is 192.168.30.6
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 0.480 secs
Preemption enabled
Active router is local
Standby router is unknown
Priority 110 (configured 110)
Group name is "hsrp-Et0/0-1" (default)
----------------------------------------------------------------------------------

Router3#show standby
Ethernet0/0 - Group 1
State is Active
2 state changes, last state change 00:27:22
Virtual IP address is 192.168.30.6
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 2.752 secs
Preemption disabled
Active router is local
Standby router is unknown
Priority 100 (default 100)
Group name is "hsrp-Et0/0-1" (default)

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

 

HSRP Configuration
----------------------------------------------------------------------------------

Router2#show run | sect standby
standby 1 ip 192.168.30.6
standby 1 priority 110
standby 1 preempt

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

Router3#show run | sect standby
standby 1 ip 192.168.30.6

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

This is my topology

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

HSRP Topologi.JPG

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

 

If switch I dettach, and connection between two router being directly (like topology bellow), HSRP working good like show command show bellow :

 

Show Command

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

Router2#show standby
Ethernet0/0 - Group 1
State is Active
2 state changes, last state change 00:00:33
Virtual IP address is 192.168.30.6
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 2.576 secs
Preemption disabled
Active router is local
Standby router is 192.168.30.2, priority 100 (expires in 11.488 sec)
Priority 110 (configured 110)
Group name is "hsrp-Et0/0-1" (default)

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

Router3#show standby
Ethernet0/0 - Group 1
State is Standby
1 state change, last state change 00:00:04
Virtual IP address is 192.168.30.6
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.376 secs
Preemption disabled
Active router is 192.168.30.1, priority 110 (expires in 10.256 sec)
Standby router is local
Priority 100 (default 100)
Group name is "hsrp-Et0/0-1" (default)
----------------------------------------------------------------------------------

Topology Without Switch
----------------------------------------------------------------------------------HSRP Topologi 2.JPG

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

Anyone can explain to me why this issue happen ???

Who Me Too'd this topic