для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 453
  System Interfaces and Ports 
ATM Interfaces and Ports  ▀   
 
ASR 5000 System Administration Guide, StarOS Release 18  ▄  
 
   
113 
 
Setting the framing method is required to make the card operational. 
 
Entering no shutdown makes the card active. 
Creating an IP Interface for Use with an ATM Port 
Use the following example to create an IP interface to use with ATM: 
configure 
   context ctxt_name 
      interface intf_name point-to-point 
         ip address ip_addr net_mask 
         ip address ip_addr net_mask secondary 
         end 
Notes: 
 
The context must be the one in which you have or will configure the SGSN service. 
 
You must enter the point-to-point keyword to create the PVC (Permanent Virtual Connection) interface for the 
IP over ATM. 
Configuring an ATM Port to Use an IP Interface 
Use the following example to configure an ATM port to use with an IP interface: 
configure 
   port atm slot#/port# 
      no shutdown 
      pvc vpi vpi_num vci vci_num 
         no shutdown 
         bind interface ifc_name ctx_name 
         end 
Notes: 
 
The context must be the one you used when creating the IP interface (PVC) for the ATM port.