Cisco Cisco Packet Data Gateway (PDG)

Seite von 362
  System Settings 
Verifying and Saving Your Interface and Port Configuration  ▀   
 
ASR 5500 System Administration Guide, StarOS Release 16  ▄  
 
   
47 
Verifying and Saving Your Interface and Port Configuration 
Verify that your interface configuration settings are correct by entering the following command: 
show ip interface 
The output from this command should be similar to that shown below. In this example an interface named mgmt2 was 
configured in the local context. 
Intf Name:       mgmt2 
Intf Type:       Broadcast 
Description:     management2 
VRF:             None 
IP State:        UP (Bound to 5/2) 
IP Address:      192.168.100.3        Subnet Mask:     255.255.255.0  
Bcast Address:   192.168.100.255      MTU:             1500  
Resoln Type:     ARP                  ARP timeout:     60 secs 
L3 monitor LC-port switchover: Disabled  
Number of Secondary Addresses: 0  
Verify that the port configuration settings are correct by entering the following command: 
show configuration port <slot#/port#
slot# 
is the chassis slot number of the line card where the physical port resides. slot# is either 5 or 6. 
port#
 is the 
number of the port (either 1 or 2).  
This following command produces an output similar to the one shown below. It displays the configuration of port 2 of 
the MIO/UMIO installed in chassis slot 5. In this example, the port is bound to an interface called mgmt2
config 
  port ethernet 5/2 
    description management2 
    no shutdown 
    bind interface mgmt2 local 
end 
Save your configuration as described in the Verifying and Saving Your Configuration chapter.