A SERVICE OF

logo

136 CHAPTER 6: IP SERVICES COMMANDS
See Also
“clear interface” on page 109
“display interface” on page 118
“set interface status” on page 136
set interface status Administratively disables or reenables an IP interface.
Syntax
set interface vlan-id status {up | down}
vlan-id — VLAN name or number.
up — Enables the interface.
down — Disables the interface.
Defaults — IP interfaces are enabled by default.
Access — Enabled.
History— Introduced in MSS Version 3.0.
Examples — The following command disables the IP interface on VLAN
mauve:
WX4400# set interface mauve status down
success: set interface mauve to down
See Also
“clear interface” on page 109
“display interface” on page 118
“set interface” on page 135
set ip alias Configures an alias, which maps a name to an IP address. You can use
aliases as shortcuts in CLI commands.
Syntax
set ip alias name ip-addr
name — String of up to 32 alphanumeric characters, with no spaces.
ip-addr — IP address in dotted decimal notation.
Defaults — None.