Click to See Complete Forum and Search --> : Cisco Switch Config


SCHTUDE
April 25th, 2002, 09:47 AM
Could someone tell me what command to use to set the default gateway on a Cisco 3500 ? Thanks!

ru257
April 25th, 2002, 10:17 AM
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>

silencio
April 25th, 2002, 10:19 AM
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

SCHTUDE
April 25th, 2002, 11:46 AM
Thanks guys! I was trying to do it in the vlan1 interface. Helps when you do it in the right spot!