Hi gpulos,
Thanks for your feedback.I really doubt the config on Switch-1 and Switch-2 which is creating the problem.Any thing to do with native vlan?
Thanks again in advance
Here is my config with the VRRP commands:
Router1
-------
interface FastEthernet4/0.200
encapsulation dot1Q 200
ip address 10.0.0.2 255.255.255.0
vrrp 4 timers learn
vrrp 4 ip 10.0.0.1
vrrp 4 priority 254
end
Switch1
--------
interface GigabitEthernet1/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 200
switchport mode trunk
no ip address
end
interface GigabitEthernet2/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 200
switchport mode trunk
no ip address
end
Switch3
-------
interface GigabitEthernet2/1.200
encapsulation dot1Q 200
ip address 10.0.0.5 255.255.255.0
vrrp 4 timers learn
vrrp 4 ip 10.0.0.4
vrrp 4 priority 254
end
interface GigabitEthernet1/1.300
encapsulation dot1Q 200
ip address 192.168.0.2 255.255.255.0
vrrp 4 timers learn
vrrp 4 ip 192.168.0.1
vrrp 4 priority 254
end
Router2
-------
interface FastEthernet4/0.200
encapsulation dot1Q 200
ip address 10.0.0.3 255.255.255.0
vrrp 4 timers learn
vrrp 4 ip 10.0.0.1
vrrp 4 priority 100
end
Switch2
--------
interface GigabitEthernet1/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 200
switchport mode trunk
no ip address
end
interface GigabitEthernet2/1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 200
switchport mode trunk
no ip address
end
Switch4
-------
interface GigabitEthernet2/1.200
encapsulation dot1Q 200
ip address 10.0.0.6 255.255.255.0
vrrp 4 timers learn
vrrp 4 ip 10.0.0.4
vrrp 4 priority 100
end
interface GigabitEthernet1/1.300
encapsulation dot1Q 200
ip address 192.168.0.3 255.255.255.0
vrrp 4 timers learn
vrrp 4 ip 192.168.0.1
vrrp 4 priority 100
end