08-11-2005 06:16 AM - edited 03-02-2019 11:41 PM
Hello,
I'm trying to add a static route to my Catalyst 2924 XL Switch. However, the "set ip" command is not working, it returns the error: Invalid input detected at marker --> 'ip'. In addition, the "set ?" to view a list of set commands is not working as well. I am a newbie with Cisco equipment, and i'm sure it's probably just a stupid mistake.
If anyone has any thoughts it would be greatly appreciated. Thank you for your time : ).
Solved! Go to Solution.
08-11-2005 06:18 AM
You cannot use set based commands in an IOS switch. In a XL switch, you set up a default-gateway(and not a ip route statement) since it is a layer 2 switch only. Here is how you do it
CAT2924#conf t
Enter configuration commands, one per line. End with CNTL/Z.
CAT2924(config)#ip default-gateway ?
A.B.C.D IP address of default gateway
08-11-2005 06:18 AM
You cannot use set based commands in an IOS switch. In a XL switch, you set up a default-gateway(and not a ip route statement) since it is a layer 2 switch only. Here is how you do it
CAT2924#conf t
Enter configuration commands, one per line. End with CNTL/Z.
CAT2924(config)#ip default-gateway ?
A.B.C.D IP address of default gateway
08-11-2005 06:27 AM
Thank you, that was VERY helpful, and an EXTREMELY prompt response. Thanks again : ).
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