Could someone tell me what command to use to set the default gateway on a Cisco 3500 ? Thanks!
Printable View
Could someone tell me what command to use to set the default gateway on a Cisco 3500 ? Thanks!
From global config enter ip default-gateway ip-address
It should be the next hop address in relation to the switch.
You may want to check out the documentation, for any troubleshooting...
<a href="http://www.cisco.com/univercd/home/home.htm" target="_blank">http://www.cisco.com/univercd/home/home.htm</a>
I'm guessing that you mean the 3550 switch.
1st Login, then go to enable mode, then to config mode and type ip default-gateway 192.168.1.x
en
conf t
ip default-gateway address
Thanks guys! I was trying to do it in the vlan1 interface. Helps when you do it in the right spot!