optixgate wrote: » Im not sure why its doing this. but im just finishing up a config with router on a stick between native vlan 1 and vlan 100. i have also setup a eigrp config on the ethernet segment which is in vlan 1. all the eigrp neibours complete adjencys with the "router on a stick's" subinterface f0/0.1 which is on vlan 1 and so is the rest of that ethernet segment. I have a 1760 voice router which i wish to place on vlan 100 for voice services. but the router on a stick nor the 1760 router ping then other. Router on a sick: FastEthernet 0/0.1 - VLAN1 - 10.10.5.1 FastEthernet 0/0.100 - VLAN1 10.100.0.1 all the other routers and switches and hosts in the 10.10.5.0/24 subnet on vlan 1 and can ping 10.100.0.1 but the 1760 cannot is there something im missing ill post the configs when i get back to the lab Thanks in advance!!
FastEthernet 0/0.100 - VLAN1 10.100.0.1
kryolla wrote: » Im assuming you meant this to say vlan 100. Is the port connected to 1760 configured for vlan 100?
optixgate wrote: » C3524-PWR#show vlan br VLAN Name Status Ports ---- 1 default active Fa0/19, Fa0/20, Fa0/21, Fa0/22, Fa0/23, Fa0/24, Gi0/1, Gi0/2 100 VOICE_VLAN active
wastedtime wrote: » I was wondering if he was using fa0/1 on SW3
mikej412 wrote: » Shouldn't there be a port using VLAN 100 if you have the 1760 in VLAN 100?
networker050184 wrote: » On the trunk that is set up to the router do you have the encapsulation set to dot1q? It looks like you are using some older switches that will default to ISL. Also you will want to use the ip route 0.0.0.0 0.0.0 command instead of the ip default-gateway command for your default route.
kryolla wrote: » follow the MAC address of the 1760 router and see which switch does it stop at. First deb ip icmp on the ROI and see if it is receiving the pings if not then follow the MAC address of 1760 i.e on 1760 do a sh int fa0/0 this will give you the MAC add then go to the directly connected switch and sh mac address-table dynamic and look for the port that is connected to the 1760 which will give you the MAC of the 1760 and vlan 100 then go to the next switch and it should point to the trunk link with vlan 100 and so on and so on until you hit ROI. On the ROI type sh arp and see if the MAC add is there and is pointing out the sub-int for vlan 100
Xenz wrote: » Trunking setup? Didn't change the native VLAN by accident? Encapsulation mismatch?