Hi Laz,
Sorry for the Typo, in fact i can reach all Vlan 1 IPs, 1.1, 1.2 and 1.254 from PC and I believe HSRP is configured correctly.
IOU9#show runn int vlan 1
interface Vlan1
ip address 192.168.1.2 255.255.255.0
standby 1 ip 192.168.1.254
end
IOU9#show standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Vl1 1 100 Active local 192.168.1.1 192.168.1.254
IOU9#show standby
Vlan1 - Group 1
State is Active
2 state changes, last state change 2d17h
Virtual IP address is 192.168.1.254
Active virtual MAC address is 0000.0c07.ac01 (MAC In Use)
Local virtual MAC address is 0000.0c07.ac01 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 1.072 secs
Preemption disabled
Active router is local
Standby router is 192.168.1.1, priority 100 (expires in 10.160 sec)
Priority 100 (default 100)
Group name is "hsrp-Vl1-1" (default)
IOU8#show running-config int vlan 1
interface Vlan1
ip address 192.168.1.1 255.255.255.0
standby 1 ip 192.168.1.254
end
IOU8#show standby brief
P indicates configured to preempt.
|
Interface Grp Pri P State Active Standby Virtual IP
Vl1 1 100 Standby 192.168.1.2 local 192.168.1.254
IOU8#show standby
Vlan1 - Group 1
State is Standby
7 state changes, last state change 00:11:17
Virtual IP address is 192.168.1.254
Active virtual MAC address is 0000.0c07.ac01 (MAC Not In Use)
Local virtual MAC address is 0000.0c07.ac01 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 0.496 secs
Preemption disabled
Active router is 192.168.1.2, priority 100 (expires in 10.672 sec)
Standby router is local
Priority 100 (default 100)
Group name is "hsrp-Vl1-1" (default)
PC3> show ip
NAME : PC3[1]
IP/MASK : 192.168.1.100/24
GATEWAY : 192.168.1.254
DNS :
MAC : 00:50:79:66:68:02
LPORT : 10034
RHOST:PORT : 127.0.0.1:10035
MTU: : 1500
PC3> ping 192.168.1.1
84 bytes from 192.168.1.1 icmp_seq=1 ttl=255 time=0.521 ms
84 bytes from 192.168.1.1 icmp_seq=2 ttl=255 time=0.918 ms
PC3> ping 192.168.1.2
84 bytes from 192.168.1.2 icmp_seq=1 ttl=255 time=0.791 ms
84 bytes from 192.168.1.2 icmp_seq=2 ttl=255 time=0.913 ms
84 bytes from 192.168.1.2 icmp_seq=3 ttl=255 time=0.874 ms
PC3> ping 1.1.1.1
1.1.1.1 icmp_seq=1 timeout
1.1.1.1 icmp_seq=2 timeout
1.1.1.1 icmp_seq=3 timeout
PC3> ping 192.168.1.254
84 bytes from 192.168.1.254 icmp_seq=1 ttl=255 time=0.727 ms
84 bytes from 192.168.1.254 icmp_seq=2 ttl=255 time=0.922 ms