alias

This command configures alias names for the device's Virtual Routing and Forwarding (VRF) and IP address interfaces. The alias is used to bind a specific management application (i.e. RADIUS, LDAP, SSH, SNMP, Telnet, Web Interfaces, and Syslog) to a source network interface. If the network interface name is not defined for one of these management interfaces, the default VRF named "main-vrf" (IPv4 or IPv6) is used by default. However, for the voice interface, SIP Interfaces and Media Realms must be assigned a network interface (i.e., alias name of VRF or IP address).

The alias configuration is optional and must be done if the VRF or IP address is used by one of the above-mentioned management applications. If the interface is used for other purposes, such as data routing, the alias of the interface does not need to be configured.

Syntax

alias <IP Address Alias Name>
ipv4-alias|ipv6-alias <VRF Alias Name)

Command Mode

Privileged User

Related Commands

All VRFs and IP addresses that are configured with alias names can be displayed using the command, show network available-app-interface (see show network available-app-interfaces).

Example

Defines an IPv4 address with alias on interface VLAN 1:
(config-data)# interface vlan 1
(conf-if-VLAN 1)# ip address 10.4.4.61 255.255.0.0 alias ip_vlan1
Defines an IPv6 address with alias on interface VLAN 1:
(config-data)# interface vlan 1
(conf-if-VLAN 1)# ip address 2000:3000::10/64 alias ipv6_vlan1
Defines a VRF with an IPv4 alias:
(config-data)# ip vrf voip ipv4-alias voip_v4
Defines a VRF with an IPv6 alias:
(config-data)# ip vrf voip ipv6-alias voip_v6