User guide
Appendix A
Global Configuration Mode Commands
SCE 1000 2xGBE Release 2.0.10 User Guide
A-16 OL-7117-02
[no] ip default-gateway x.x.x.x
Configures the default gateway for the SCE 1000. Use the [no] form of this command to unset the
SCE 1000 default gateway.
Authorization admin
Mode Global Configuration
P
ARAMETERS
x.x.x.x The IP address of the default gateway for the SCE 1000.
E
XAMPLE:
The following example sets the default gateway IP of the SCE 1000 to 10.1.1.1.
SCE 1000(config)#ip default-gateway 10.1.1.1
SCE 1000(config)#
[no] ip domain-lookup
Enables [disables] the domain name lookups.
Default enabled
Authorization admin
Mode Global Configuration
E
XAMPLES:
The following example enables the domain lookup.
SCE 1000(config)#ip domain-lookup
SCE 1000(config)#
The following example disables the domain lookup.
SCE 1000(config)#no ip domain-lookup
SCE 1000(config)#
[no] ip domain-name domain-name
Defines a default domain name. Use the [no] version of this command to remove the current
default domain name. When using the [no] version, you do not have to specify the domain name.
Authorization admin
Mode Global Configuration
P
ARAMETERS
domain-name The default domain name used to complete host names that do not
specify a domain. Do not include the initial period that separates an
unqualified name from the domain name.
E
XAMPLES:
The following example configures the domain name.
SCE 1000(config)#ip domain-name Cisco.com
SCE 1000(config)#