C
HAPTER
41
| IP Interface Commands
IPv4 Interface
– 919 –
broadcast periodically by the router in an effort to learn its IP address.
(BOOTP and DHCP values can include the IP address, default gateway,
and subnet mask). If the DHCP/BOOTP server is slow to respond, you
may need to use the ip dhcp restart client command to re-start
broadcasting service requests, or reboot the switch.
EXAMPLE
In the following example, the device is assigned an address in VLAN 1.
Console(config)#interface vlan 1
Console(config-if)#ip address 192.168.1.5 255.255.255.0
Console(config-if)#
RELATED COMMANDS
ip dhcp restart client (912)
ipv6 address (927)
ip default-gateway This command specifies the default gateway for destinations not found in
the local routing tables. Use the no form to remove a default gateway.
SYNTAX
ip default-gateway gateway
no ip default-gateway
gateway - IP address of the default gateway
DEFAULT SETTING
No default gateway is established.
COMMAND MODE
Global Configuration
COMMAND USAGE
â—† A default gateway can only be successfully set when a network
interface that directly connects to the gateway has been configured on
the switch.
â—† A gateway must be defined if the management station is located in a
different IP segment.
EXAMPLE
The following example defines a default gateway for this device:
Console(config)#ip default-gateway 10.1.1.254
Console(config)#
RELATED COMMANDS
ipv6 default-gateway (926)