Cisco Cisco Packet Data Gateway (PDG)

Página de 391
  System Interfaces and Ports 
ATM Interfaces and Ports  ▀   
 
ASR 5000 System Administration Guide, StarOS Release 16  ▄  
 
   
101 
Notes: 
 
The default framing type is SONET (Synchronous Optical Network) for an Optical (ATM) line card. 
 
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_namepoint-to-point 
         ip address <ip_addr> <net_mask
         ip address <ip_addr> <net_masksecondary 
         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_numvci <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.