I'm currently working on creating a Redundancy in two different VLANs (100& 200) having a different network. Within the two switches (IOS2-1 & IOS2-2), I configure the default gateway for access switches in HSRP VIPs, But I still can't ping VLAN 100 to VLAN 200 through access switches for IOS2-3 & IOS2-4.
any one cloud help us to resolve this?
configuration
iosvl2-1:-
int vlan 100
standby 1 ip 100.1.1.254
standby 1 priority 105
standby 1 preempt
standby 1 authentication HSRP1
!
int vlan 200
standby 2 ip 200.1.1.254
standby 2 priority 100
standby 2 preempt
standby 2 authentication HSRP2
iosvl2-2:-
int vlan 100
standby 1 ip 100.1.1.254
standby 1 priority 100
standby 1 preempt
standby 1 authentication HSRP1
!
int vlan 200
standby 2 ip 200.1.1.254
standby 2 priority 105
standby 2 preempt
standby 2 authentication HSRP2
iosvl2-3:-
int vlan 100
ip add 100.1.1.3 /24
!
ip dedault-gateway 100.1.1.254
iosvl2-4:-
int vlan 200
ip add 200.1.1.3 /24
!
ip dedault-gateway 200.1.1.254
*enabled RSTP for all switches.
@need to ping both way int-vlans 100& 200 for iosvl2-3 <--> iosvl2-4