default gateway IP update using the gui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:15 AM
What is the step by step process to updating the default gateway ip on a cisco switch using the cisco web interface/gui
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:23 AM
Hi
Which switch model ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 09:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 10:06 AM
Take a look on this and let me know if thats helps you
Step 12. (Optional) Enter the default gateway IP address in the Administrative Default Gateway field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 11:55 AM
I think that is only available when you first configure the switch this one is already configure and I am trying to change the default gateway IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 12:40 PM - edited 05-16-2023 12:41 PM
Yeah, thats true. I am afraid that you need to run the wizard again in order to change it using the web interface.
I recommend you to do it using CLI mode. On the CLI you can use the command
ip default-gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 05:19 AM
The only reason I asked about the gui is because the cli is not available on this switch, I already knew how to do it by cli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 01:14 PM
Searching for this myself, I figured it is the same as defining the default route on the L3 switch doing interVLAN routing
So, if the SG350 has the interVLAN routing disabled, the equivalent GUI of command "ip default-gateway 192.168.99.2" is:
Static route: 0.0.0.0/0 -> Next Hop Router 192.168.99.2
On the L3 switch, it will also set the gateway command in config file, but it is rather a default route
