I have an issue with inter vlan routing. When I ping 172.16.37.7(SW3) from R1 I get between 40 to 50 percent success rate. I'm able to ping 172.16.10.0 network from R1 without any dropping
have the following Connections:
R1 connect to SW1 with switchport dot1q allowing vla 10 and 37.
R1 Config:
interface Ethernet1/1
no ip address
full-duplex
!
interface Ethernet1/1.10
encapsulation dot1Q 10
ip address 172.16.10.6 255.255.255.0
ip ospf hello-interval 5
!
interface Ethernet1/1.37
encapsulation dot1Q 37
ip address 172.16.37.6 255.255.255.0
SW1 Config
interface FastEthernet0/6
description router_1_connection
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10,37
switchport mode trunk
switchport nonegotiate
duplex full
end
SW1 Connects to SW3
SW1 config to SW3
interface FastEthernet0/19
switchport access vlan 37
switchport mode access
end
SW3 Vlan 37 IP
interface Vlan37
ip address 172.16.37.7 255.255.255.0
end
is any reason why i dropping pings?