AppendixB Command Reference
Privilege Level 15 Commands
B-30
User Guide for the CiscoWorks 1105 Wireless LAN Solution Engine
78-14947-01
Related Commands
install configure
install list
interface
To configure an Ethernet interface, use the interface command.
interface eth<0-5> {[up | down] | ipaddress netmask [default-gateway
address] [up | down]}
Syntax Description
eth<0-5> Name of the interface port to be configured. Acceptable
values are eth0-5.
up Enables the interface (the default).
If you include the ipaddress parameter and want to enable
the interface in the same command, either enter the up
parameter after ipaddress and its required parameters, or do
not specify the up or down parameters (up is the default).
down Disables the interface.
If you include the ipaddress parameter and want to disable
the interface in the same command, enter the down
parameter after ipaddress and its required parameters.
ipaddress The IP address of the interface.
netmask The netmask of the interface IP address.
default-gateway Changes the IP address of the default gateway that connects
the WLSE to the network.
address The gateway IP address.

Default

When you enter the interface command, the interface that you specify is enabled
by default. If you want to disable an enabled interface or leave a disabled interface
disabled, you must specify the down option.