03-06-2013 03:21 AM - edited 03-07-2019 12:05 PM
We have a 6509 series of core switches and 3750 series of L2 switches,
There is no default gateway or any static routes to any IP.
VLAN 1 is made admin down and another vlan is used for all communication here in this environment
Please find the attached configuration for reference
But still iam able to take telnet or SSH.
I want to know how telnet or SSH or tacacs authentication happens without any static or default route.
Solved! Go to Solution.
03-06-2013 04:08 AM
You only need a default gateway if you're coming from a subnet that the device doesn't know how to get to. Otherwise, if you're on the same subnet or a subnet that the core switch knows is connected, then you won't need a default gateway on your device. Your host on the other hand will need to know a default if you are trying to go to a different subnet than what your host thinks is local, otherwise it will arp for the mac address and send the traffic directly. The ip address on the L2 switch is only for management and doesn't influence traffic forwarding at all.
HTH,
John
*** Please rate all useful posts ***
03-06-2013 07:52 AM
I don't see where they have turned off proxy arp on the L3 interfaces so it is probably using proxy arp to resolve the gateway .
03-06-2013 04:08 AM
You only need a default gateway if you're coming from a subnet that the device doesn't know how to get to. Otherwise, if you're on the same subnet or a subnet that the core switch knows is connected, then you won't need a default gateway on your device. Your host on the other hand will need to know a default if you are trying to go to a different subnet than what your host thinks is local, otherwise it will arp for the mac address and send the traffic directly. The ip address on the L2 switch is only for management and doesn't influence traffic forwarding at all.
HTH,
John
*** Please rate all useful posts ***
03-06-2013 07:52 AM
I don't see where they have turned off proxy arp on the L3 interfaces so it is probably using proxy arp to resolve the gateway .
03-06-2013 10:27 AM
Hi Dinakaran, I agree with john blakley, you only need establish and use the default gateway if you try to connect from one pc ( via telnet or ssh ) and the device at wich you are trying to connect is on a different net segmnet, if both ( your pc and the router for example ) are on the same network segment, you dont need use the default gateway, on the orher hand, if your pc and the router are on different net segment, in this case you need to configure the default gateway in order to can establish comunnication between them.
Really hope that this can help you
Regards
03-06-2013 02:40 PM
I agree with Glen - it is most likely relying on Proxy ARP to forward the packets beyond the local ethernet segment.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide