C613-50631-01 Rev A Command Reference for IE340 Series 3164
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
SNMP COMMANDS
ALIAS
(INTERFACE)
alias (interface)
Overview Use this command to set an alias name for a port, as returned by the SNMP ifMIB in
OID 1.3.6.1.2.1.31.1.1.1.18.
Use the no variant of this command to remove an alias name from a port.
Syntax
alias <ifAlias>
no alias
Default Not set.
Mode Interface Configuration
Usage notes The interface alias can also be set via SNMP.
Third-party management systems often use standard MIBs to access device
information. Network managers can specify an alias interface name to provide a
non-volatile way to access the interface.
Example To configure the alias interface name ‘uplink_a’ for port1.0.1, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# alias uplink_a
To remove an alias interface name from port1.0.1, use the following commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no alias
Command
changes
Version 5.4.8-2.1: command added
Parameter Description
<ifAlias> 64 character name for an interface in a network management
system. All printable characters are valid.