24-Port Layer 3 Switch Management Guide

C
OMMAND
L
INE
I
NTERFACE
4-218
ip default-gateway
Use this command to a establish a static route between this router and
devices that exist on another network segment. Use the no form to
remove the static route.
Syntax
ip default-gateway gateway
no ip default-gateway
gateway - IP address of the default gateway
Default Setting
No static route is established.
Command Mode
Global Configuration
Command Usage
The gateway specified in this command is only valid if routing is
disabled with the no ip routing command. If IP routing is disabled,
you must define a gateway if the target device is located in a different
subnet.
If routing is enabled, you must define the gateway with the ip route
command.
Example
The following example defines a default gateway for this device:
Related Commands
show ip redirects (4-219)
ip routing (4-226)
ip route (4-227)
Console(config)#ip default-gateway 10.1.1.254
Console(config)#