Operation Manual
IP Services Commands
Mobility System Software Command Reference Guide
Version 7.3
8 – 106
To enable the IPSec parameters, use the following command:
MX# set interface <int id> ip security destination <dst_addr> <enable|disable>
set interface status
Administratively disables or reenables an IP interface.
Syntax
set interface vlan-id status {up | down}
Defaults
IP interfaces are enabled by default.
Access
Enabled.
History
Introduced in MSS Version 1.0.
Examples
The following command disables the IP interface on VLAN mauve:
MX# set interface mauve status down
success: set interface mauve to down
See Also
● clear interface on page 8-92
● set interface on page 8-102
● show interface on page 8-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
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 1.0.
Examples
The following command configures the alias HR1 for IP address 192.168.1.2:
MX# set ip alias HR1 192.168.1.2
success: change accepted.
See Also
● clear ip alias on page 8-93
● show ip alias on page 8-136
vlan-id VLAN name or number.
up Enables the interface.
down Disables the interface.
name String of up to 32 alphanumeric characters, with no spaces.
ip-addr IP address in dotted decimal notation.