Cisco Cisco Packet Data Gateway (PDG) Guía De Instalación

Descargar
Página de 195
Initial System Configuration   
▀  Configure the Ethernet Management Interface 
 
 
▄  ASR 5500 Installation Guide 
124 
   
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 subnetmaskip_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 subnetmaskipv6address 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