Configuring the Management Interface with a Second IP Address
If necessary, you can configure a second IP address on the same MIO management interface.
Step 1
Enter configure to enter the configuration mode. The following prompt appears:
[local]host_name# config
[local]host_name(config)#
Step 2
Enter context local to enter the context configuration mode. The following prompt appears:
[local]host_name(config)# context local
[local]host_name(config-ctx)#
Step 3
Enter interface interface_name to specify the previously named interface.
[local]host_name(config-ctx)# interface local01
[local]host_name(config-if-eth)#
Step 4
Configure the second IP address for the interface.
•
For IPv4: Configure an IP address for the interface configured in the previous step by entering ip address ipaddress
subnetmask. ip_address specifies the IP address for the interface in dotted-decimal format. subnetmask specifies
the subnet mask for the interface in dotted-decimal or CIDR format.
•
For IPv6: Configure an IP address for the interface configured in the previous step by entering ipv6 address
ipv6address subnetmask. ipv6address specifies the IP address for the interface in colon-separated-hexadecimal
format. subnetmask specifies the subnet mask for the interface in colon-separated-hexadecimal or CDIR format.
For example:
[local]host_name(config-if-eth)# ip address 10.0.153.100 255.255.255.248
[local]host_name(config-if-eth)# ipv6 address 2620:0:60:48::10/64
Step 5
Leave the configuration mode by entering end:
[local]host_name(config-if-eth)# end
[local]host_name#
Step 6
Confirm the interface ip addresses by entering show config context local.
Configure the System for Remote Access
When the system is configured for remote access, an administrative user may access the system from a remote
location over a local area network (LAN) or wide area network (WAN) via the following communication
protocols:
•
Telnet
•
Secure Shell (SSH
•
File Transfer Protocol (FTP) (secured or unsecured)
•
Trivial File Transfer Protocol (TFTP)
ASR 5500 Installation Guide
104
Initial System Configuration
Configuring the Management Interface with a Second IP Address