![Dell PowerConnect 3400 Series Cli Reference Manual Download Page 191](http://html.mh-extra.com/html/dell/powerconnect-3400-series/powerconnect-3400-series_cli-reference-manual_86065191.webp)
IP Addressing Commands
191
DELL CONFIDENTIAL – PRELIMINARY 9/13/06 – FOR PROOF ONLY
Example
The following example acquires an IP address for Ethernet port 1/e16 from DHCP.
i
p
default-gateway
The
ip default-gateway
Global Configuration mode command defines a default gateway
(router). To return to the default configuration, use the
no
form of this command.
Syntax
ip default-gateway
ip-address
no ip default-gateway
•
ip-address
— Valid IP address of the default gateway.
Default Configuration
No default gateway is defined.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example defines default gateway 192.168.1.1.
show i
p
inte
r
face
The
show ip interface
User EXEC mode command displays the usability status of configured IP
interfaces.
Syntax
show ip interface
[
ethernet
interface-number
|
vlan
vlan-id
|
port-channel
port-channel
number.
]
•
interface-number
— Valid Ethernet port.
•
vlan-id
— Valid VLAN number.
•
port-channel number.
— Valid Port-channel number.
Console(config)#
interface ethernet
1/e16
Console(config-if)#
ip address dhcp
Console(config)#
ip default-gateway
192.168.1.1