Skip to content

Instantly share code, notes, and snippets.

@mnathani
Last active October 16, 2015 07:20
Show Gist options
  • Save mnathani/034a85e090ffda729baa to your computer and use it in GitHub Desktop.
Save mnathani/034a85e090ffda729baa to your computer and use it in GitHub Desktop.
HSRP Troubleshooting
R1:
interface Ethernet0/0
no ip address
half-duplex
!
interface Ethernet0/0.1016
encapsulation dot1Q 1016
ip address dhcp
ip nat outside
!
interface Ethernet0/0.1025
encapsulation dot1Q 1025
ip address 192.168.64.1 255.255.255.0
ip nat inside
standby 1 ip 192.168.64.254
standby 1 priority 150
standby 1 preempt
!
R4:
interface FastEthernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.64.4 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
standby 1 ip 192.168.64.254
standby 1 preempt
R1-2610#sh standby
Ethernet0/0.1025 - Group 1
State is Active
5 state changes, last state change 00:35:53
Virtual IP address is 192.168.64.254
Active virtual MAC address is 0000.0c07.ac01
Local virtual MAC address is 0000.0c07.ac01 (default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 0.917 secs
Preemption enabled
Active router is local
Standby router is 192.168.64.4, priority 100 (expires in 8.181 sec)
Priority 150 (configured 150)
IP redundancy name is "hsrp-Et0/0.1025-1" (default)
R4-2811#sh standby
FastEthernet0/1 - Group 1
State is Standby
7 state changes, last state change 00:35:41
Virtual IP address is 192.168.64.254
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.296 secs
Preemption enabled
Active router is 192.168.64.1, priority 150 (expires in 7.032 sec)
Standby router is local
Priority 100 (default 100)
IP redundancy name is "hsrp-Fa0/1-1" (default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment