![]() |
Asynchronous Transfer Mode Configuration Guide, Cisco IOS Release 12.4T
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Configuring ATM
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Contents
Configuring ATMLast Updated: December 5, 2011
This chapter describes how to configure ATM on Cisco routers. Finding Feature InformationYour software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information Table at the end of this document. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. How to Configure ATMTo configure ATM, complete the tasks in the following sections. The first task is required, and then you must configure at least one PVC or SVC. The virtual circuit options you configure must match in three places: on the router, on the ATM switch, and at the remote end of the PVC or SVC connection. The remaining tasks are optional.
Enabling the ATM InterfaceThis section describes how to configure an ATM interface. For the Advanced Inspection and Prevention Security Services (AIP), all ATM port adapters, and the 1-port ATM-25 network module, the port number is always 0. For example, the slot/port address of an ATM interface on an AIP installed in slot 1 is 1/0. Perform the following task to enable the ATM interface: DETAILED STEPS Configuring PVCsTo use a permanent virtual circuit (PVC), you must configure the PVC into both the router and the ATM switch. PVCs remain active until the circuit is removed from either configuration.
When a PVC is configured, all the configuration options are passed on to the ATM interface. These PVCs are writable into the nonvolatile RAM (NVRAM) as part of the Route Processor (RP) configuration and are used when the RP image is reloaded. Some ATM switches might have point-to-multipoint PVCs that do the equivalent task of broadcasting. If a point-to-multipoint PVC exists, then that PVC can be used as the sole broadcast PVC for all multicast requests. To configure a PVC, perform the tasks in the following sections. The first two tasks are required; the other tasks are optional.
Creating a PVC
To create a PVC on the ATM interface and enter interface-ATM-VC configuration mode, use the following command beginning in interface configuration mode:
Mapping a Protocol Address to a PVCThe ATM interface supports a static mapping scheme that identifies the network address of remote hosts or routers. This section describes how to map a PVC to an address, which is a required task for configuring a PVC.
See examples of PVC configurations in the section "ATM Configuration Examples" at the end of this chapter. To map a protocol address to a PVC, use the following command in interface-ATM-VC configuration mode: Configuring the AAL and Encapsulation TypeTo configure the ATM adaptation layer (AAL) and encapsulation type, use the following command beginning in interface-ATM-VC configuration mode: Configuring PVC Traffic ParametersThe supported traffic parameters are part of the following service categories: Available Bit Rate (ABR), Unspecified Bit Rate (UBR), UBR+, Variable Bit Rate Non Real-Time (VBR-NRT), and real-time Variable Bit Rate (VBR). Only one of these categories can be specified per PVC connection, so if a new one is entered, it will replace the existing one. The -pcr and -mcr arguments are the peak cell rate and minimum cell rate, respectively. The -scr and -mbs arguments are the sustainable cell rate and maximum burst size, respectively. For an example of how to configure an ABR PVC, refer to the section "Example Configuring an ABR PVC" at the end of this chapter. For a description of how to configure traffic parameters in a VC class and apply the VC class to an ATM interface or subinterface, refer to the section "Configuring VC Classes." To configure PVC traffic parameters, use one of the following commands beginning in interface-ATM-VC configuration mode:
Configuring ABR VCsFor ABR VCs, you can optionally configure the amount that the cell transmission rate increases or decreases in response to flow control information from the network or destination. For an example of configuring an ABR PVC, see the section "Example Configuring an ABR PVC" later in this chapter. To configure this option, use the following command in interface-ATM-VC configuration mode: Configuring PVC DiscoveryYou can configure your router to automatically discover PVCs that are configured on an attached adjacent switch. The discovered PVCs and their traffic parameters are configured on an ATM main interface or subinterface that you specify. Your router receives the PVC parameter information using Interim Local Management Interface (ILMI). For an example of configuring PVC discovery, refer to the section "Example Configuring PVC Discovery" at the end of this chapter. To configure PVC discovery on an ATM interface, use the following commands beginning in global configuration mode:
DETAILED STEPS
1 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Enabling Inverse ARPInverse ARP is enabled by default when you create a PVC using the pvc command. Once configured, a protocol mapping between an ATM PVC and a network address is learned dynamically as a result of the exchange of ATM Inverse ARP packets. Inverse ARP is supported on PVCs running IP or IPX and no static map is configured. If a static map is configured, Inverse ARP will be disabled. When PVC discovery is enabled on an active PVC and the router terminates that PVC, the PVC will generate an ATM Inverse ARP request. This allows the PVC to resolve its own network addresses without configuring a static map. Address mappings learned through Inverse ARP are aged out. However, mappings are refreshed periodically. This period is configurable using the inarp command, which has a default of 15 minutes. You can also enable Inverse ARP using the protocol command. This is necessary only if you disabled Inverse ARP using the no protocol command. For more information about this command, refer to the "ATM Commands" chapter in the Cisco IOS Asynchronous Transfer Mode Command Reference. For an example of configuring Inverse ARP, see the section "Example Enabling Inverse ARP" at the end of this chapter. To enable Inverse ARP on an ATM PVC, use the following commands beginning in global configuration mode: DETAILED STEPS
2 To determine the correct form of the interface atm command, consult your ATM network module, port adapter, or router documentation.
Configuring Loopback Cells to Verify ConnectivityYou can optionally configure the PVC to generate end-to-end F5 OAM loopback cells to verify connectivity on the virtual circuit. The remote end must respond by echoing back such cells. If OAM response cells are missed (indicating the lack of connectivity), the PVC state goes down. If all the PVCs on a subinterface go down, the subinterface goes down. For information about managing PVCs using OAM, see the section "Configuring OAM Management for PVCs and SVCs" later in this chapter. For an example of OAM loopback cell generation, see the section "Example Configuring Loopback Cells" at the end of this chapter. To configure transmission of end-to-end F5 OAM cells on a PVC, use the following commands in interface-ATM-VC configuration mode: DETAILED STEPS Configuring Broadcast on a PVCTo send duplicate broadcast packets for all protocols configured on a PVC, use the following command in interface-ATM-VC configuration mode:
Assigning a VC Class to a PVCBy creating a VC class, you can preconfigure a set of default parameters that you may apply to a PVC. To create a VC class, refer to the section "Configuring VC Classes" later in this chapter. Once you have created a VC class, use the following command in interface-ATM-VC configuration mode to apply the VC class to a PVC:
Configuring PVC Trap SupportYou can configure the PVC to provide failure notification by sending a trap when a PVC on an ATM interface fails or leaves the UP operational state. PVC Failure NotificationOnly one trap is generated per hardware interface, within the specified interval defined by the interval "atmIntPvcNotificationInterval". If other PVCs on the same interface go DOWN during this interval, traps are generated and held until the interval has elapsed. Once the interval has elapsed, the traps are sent if the PVCs are still DOWN. No trap is generated when a PVC returns to the UP state after having been in the DOWN state. If you need to detect the recovery of PVCs, you must use the SNMP management application to regularly poll your router. PVC Status TablesWhen PVC trap support is enabled, the SNMP manager can poll the SNMP agent to get PCV status information. The table "atmInterfaceExtTable" provides PVC status on an ATM interface. The table "atmCurrentlyFailingPVclTable" provides currently failing and previously failed PVC time-stamp information.
PrerequisitesBefore you enable PVC trap support, you must configure SNMP support and an IP routing protocol on your router. See the "ATM Configuration Examples" section later in this document. For more information about configuring SNMP support, refer to the chapter "Configuring SNMP Support" in the Cisco IOS Configuration Fundamentals Configuration Guide . For information about configuring IP routing protocols, refer to the section "IP Routing Protocols" in the Cisco IOS IP Configuration Guide . To receive PVC failure notification and access to PVC status tables on your router, you must have the Cisco PVC trap MIB called CISCO-IETF-ATM2-PVCTRAP-MIB.my compiled in your NMS application. You can find this MIB on the Web at Cisco's MIB website that has the URL http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml. Enabling PVC Trap SupportWhen you configure PVC trap support, you must also enable OAM management on the PVC. For more information on OAM management, see the section "Configuring OAM Management for PVCs and SVCs" later in this chapter. The new objects in this feature are defined in the IETF draft The Definitions of Supplemental Managed Objects for ATM Management , which is an extension to the AToM MIB (RFC 1695). For an example of configuring PVC trap support, see the section "Example Configuring PVC Trap Support" at the end of this chapter. To enable PVC trap support and OAM management, use the following commands beginning in global configuration mode:
DETAILED STEPS
3 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring SVCsATM switched virtual circuit (SVC) service operates much like X.25 SVC service, although ATM allows much higher throughput. Virtual circuits are created and released dynamically, providing user bandwidth on demand. This service requires a signaling protocol between the router and the switch. The ATM signaling software provides a method of dynamically establishing, maintaining, and clearing ATM connections at the User-Network Interface (UNI). The ATM signaling software conforms to ATM Forum UNI 3.0 or ATM Forum UNI 3.1 depending on what version is selected by ILMI or configuration. In UNI mode, the user is the router and the network is an ATM switch. This is an important distinction. The Cisco router does not perform ATM-level call routing. Instead, the ATM switch does the ATM call routing, and the router routes packets through the resulting circuit. The router is viewed as the user and the LAN interconnection device at the end of the circuit, and the ATM switch is viewed as the network. The figure below illustrates the router position in a basic ATM environment. The router is used primarily to interconnect LANs via an ATM network. The workstation connected directly to the destination ATM switch illustrates that you can connect not only routers to ATM switches, but also any computer with an ATM interface that conforms to the ATM Forum UNI specification. Some of the tasks in the following sections are optional SVC tasks for customizing your network. These tasks are considered advanced; the default values are almost always adequate. You need not perform these tasks unless you need to customize your particular SVC connection.
Configuring Communication with the ILMIIn an SVC environment, you must configure a PVC for communication with the Integrated Local Management Interface (ILMI) so that the router can receive SNMP traps and new network prefixes. The recommended vpi and vci values for the ILMI PVC are 0 and 16, respectively.
ILMI address registration for receipt of SNMP traps and new network prefixes is enabled by default. The ILMI keepalive function is disabled by default; when enabled, the default interval between keepalives is 3 seconds. For an example of configuring ILMI, see the section "Example Configuring Communication with the ILMI" in the "ATM Configuration Examples" section at the end of this chapter. To configure ILMI communication and optionally enable the ILMI keep alive funciton, use the following command in interface configuration mode: Configuring the PVC That Performs SVC Call SetupUnlike X.25 service, which uses in-band signaling (connection establishment done on the same circuit as data transfer), ATM uses out-of-band signaling. One dedicated PVC exists between the router and the ATM switch, over which all SVC call establishment and call termination requests flow. After the call is established, data transfer occurs over the SVC, from router to router. The signaling that accomplishes the call setup and teardown is called Layer 3 signaling or the Q.2931 protocol . For out-of-band signaling, a signaling PVC must be configured before any SVCs can be set up. The figure below illustrates that a signaling PVC from the source router to the ATM switch is used to set up two SVCs. This is a fully meshed network; workstations A, B, and C all can communicate with each other.
The VPI and VCI values must be configured consistently with the local switch. The standard value for VPI and VCI are 0 and 5, respectively. See the section "Example SVCs in a Fully Meshed Network" at the end of this chapter for a sample ATM signaling configuration. To configure the signaling PVC for all SVC connections, use the following command in interface configuration mode: Configuring the NSAP AddressEvery ATM interface involved with signaling must be configured with a network service access point (NSAP) address. The NSAP address is the ATM address of the interface and must be unique across the network. Configuring the ESI and Selector FieldsIf the switch is capable of delivering the NSAP address prefix to the router by using ILMI, and the router is configured with a PVC for communication with the switch via ILMI, you can configure the endstation ID (ESI) and selector fields using the atm esi-address command. The atm esi-address command allows you to configure the ATM address by entering the ESI (12 hexadecimal characters) and the selector byte (2 hexadecimal characters). The NSAP prefix (26 hexadecimal characters) is provided by the ATM switch. The recommended vpi and vci values for the ILMI PVC are 0 and 16, respectively. You can also specify a keepalive interval for the ILMI PVC. See the "Configuring Communication with the ILMI" section earlier in this chapter for more information. To see an example of setting up the ILMI PVC and assigning the ESI and selector fields of an NSAP address, see the section "Example SVCs with Multipoint Signaling" at the end of this chapter. To configure the router to get the NSAP prefix from the switch and use locally entered values for the remaining fields of the address, use the following commands beginning in interface configuration mode: DETAILED STEPS
Configuring the Complete NSAP AddressWhen you configure the ATM NSAP address manually, you must enter the entire address in hexadecimal format because each digit entered represents a hexadecimal digit. To represent the complete NSAP address, you must enter 40 hexadecimal digits in the following format: XX.XXXX.XX.XXXXXX.XXXX.XXXX.XXXX.XXXX.XXXX.XXXX.XX The atm nsap-address and atm esi-addresscommands are mutually exclusive. Configuring the router with the atm nsap-address command negates the atm esi-address setting, and vice versa. For information about using the atm esi-address command, see the preceding section "Configuring the ESI and Selector Fields." See an example of assigning an NSAP address to an ATM interface in the section "Example ATM NSAP Address" at the end of this chapter. Because the interface has no default NSAP address, you must configure the NSAP address for SVCs. To set the ATM interface's source NSAP address, use the following command in interface configuration mode: Creating an SVCOnce you specify a name for an SVC, you can reenter interface-ATM-VC configuration mode by simply entering the svc namecommand; you can remove an SVC configuration by entering the no svc namecommand. To create an SVC, use the following commands beginning in interface configuration mode.
DETAILED STEPS Configuring ATM UNI Version OverrideNormally, when ILMI link autodetermination is enabled on the interface and is successful, the router takes the user-network interface (UNI) version returned by ILMI. If the ILMI link autodetermination process is unsuccessful or ILMI is disabled, the UNI version defaults to 3.0. You can override this default by using the atm uni-version command. The no form of the command sets the UNI version to the one returned by ILMI if ILMI is enabled and the link autodetermination is successful. Otherwise, the UNI version will revert to 3.0. To override the ATM UNI version used by the router, use the following command in interface configuration mode: Configuring the Idle Timeout IntervalYou can specify an interval of inactivity after which any idle SVC on an interface is torn down. This timeout interval might help control costs and free router memory and other resources for other uses. In addition to configuring the interval of inactivity, you can optionally specify the minimum-ratein kilobits per second (kbps). This is the minimum traffic rate required on an ATM SVC to maintain the connection. To change the idle timeout interval, use the following command in interface-ATM-VC configuration mode: Configuring Point-to-Multipoint SignalingPoint-to-multipoint signaling (or multicasting) allows the router to send one packet to the ATM switch and have the switch replicate the packet to the destinations. It replaces pseudobroadcasting on specified virtual circuits for protocols configured for broadcasting. You can configure multipoint signaling on an ATM interface after you have mapped protocol addresses to NSAPs and configured one or more protocols for broadcasting. After multipoint signaling is set, the router uses the SVC configurations that have the broadcast keyword set to establish multipoint calls. The call is established to the first destination with a Setup message. Additional parties are added to the call with AddParty messages each time a multicast packet is sent. One multipoint call will be established for each logical subnet of each protocol that has the broadcast keyword set. If multipoint virtual circuits are closed, they are reopened with the next multicast packet. Once the call is established, additional parties are added to the call when additional multicast packets are sent. If a destination never comes up, the router constantly attempts to add it to the call by means of multipoint signaling. For an example of configuring multipoint signaling on an interface that is configured for SVCs, see the section "Example SVCs with Multipoint Signaling" at the end of this chapter. To configure multipoint signaling on an ATM interface, use the following commands beginning in global configuration mode:
DETAILED STEPS
4 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring IP Multicast over ATM Point-to-Multipoint Virtual CircuitsThis task is documented in the "Configuring IP Multicast Routing" chapter of the Cisco IOS IP Configuration Guide . Configuring SVC Traffic ParametersThe tasks in this section are optional and advanced. The ATM signaling software can specify to the ATM interface on the router and the switch a limit on how much traffic the source router will be sending. It provides this information in the form of traffic parameters. (These parameters have default values.) The ATM switch in turn sends these values as requested by the source to the ATM destination node. If the destination cannot provide such capacity levels, the call may fail. (For Cisco router series behavior, see the per-interface atm sig-traffic-shaping strict command in the Cisco IOS Wide-Area Networking Command Reference.) There is a single attempt to match traffic values. The supported traffic parameters are part of the following service categories: Unspecified bit rate (UBR), UBR+, and variable bit rate nonreal-time (VBR-NRT). Only one of these categories can be specified per SVC connection so if a new one is entered, it will replace the existing one. The commands used to specify the service category and traffic values are identical to those used when you create a PVC.
The -pcr and -mcr arguments are the peak cell rate and minimum cell rate, respectively. The -scr and -mbs arguments are the sustainable cell rate and maximum burst size, respectively. For an example of configuring traffic parameters on an SVC, see the section "Example Configuring SVC Traffic Parameters" at the end of this chapter. For a description of how to configure traffic parameters in a VC class and apply the VC class to an ATM interface or subinterface, refer to the section "Configuring VC Classes." To configure traffic parameters on an SVC, use the following commands beginning in global configuration mode: DETAILED STEPS
5 To determine the correct form of the interface atm command, consult your ATM network module, port adapter, or router documentation.
Configuring Strict Traffic ShapingYou can configure strict traffic shaping on an ATM interface to specify that an SVC be established using only signaled traffic parameters. If such shaping cannot be provided, the SVC is released. If you do not configure strict traffic shaping on the router ATM interface, an attempt is made to establish an SVC with traffic shaping for the transmit cell flow per the signaled traffic parameters. If such shaping cannot be provided, the SVC is installed with default shaping parameters; that is, it behaves as though a PVC were created without specifying traffic parameters. To specify that an SVC be established on an ATM interface using only signaled traffic parameters, use the following command in interface configuration mode: Configuring Loopback Cells to Verify SVC ConnectivityYou can optionally configure the SVC to generate end-to-end F5 OAM loopback cells to verify connectivity on the virtual circuit. The remote end must respond by echoing back such cells. If OAM response cells are missed (indicating the lack of connectivity), the SVC is torn down. For more information, refer to the "Configuring OAM Management for PVCs and SVCs" section later in this chapter.
To configure transmission of end-to-end F5 OAM loopback cells on an SVC, use the following commands in interface-ATM-VC configuration mode: DETAILED STEPS Configuring Broadcast on an SVCTo send duplicate broadcast packets or send a single broadcast packet using multipoint signaling for all protocols configured on an SVC, use the following command in interface-ATM-VC configuration mode: Assigning a VC Class to an SVCBy creating a VC class, you can preconfigure a set of default parameters that you may apply to an SVC. To create a VC class, refer to the section "Configuring VC Classes" later in this chapter. Once you have created a VC class, use the following command in interface-ATM-VC configuration mode to apply the VC class to an SVC:
Configuring SSCOPThe Service-Specific Connection-Oriented Protocol (SSCOP) resides in the service-specific convergence sublayer (SSCS) of the ATM adaptation layer (AAL). SSCOP is used to transfer variable-length service data units (SDUs) between users of SSCOP. SSCOP provides for the recovery of lost or corrupted SDUs.
Setting the Poll TimerThe poll timer controls the maximum time between transmission of a POLL PDU when sequential data (SD) or SDP PDUs are queued for transmission or are outstanding pending acknowledgments. To change the poll timer from the default value of 100 seconds, use the following command in interface configuration mode: Setting the Keepalive TimerThe keepalive timer controls the maximum time between transmission of a POLL PDU when no SD or SDP PDUs are queued for transmission or are outstanding pending acknowledgments. To change the keepalive timer from the default value of 5 seconds, use the following command in interface configuration mode: Setting the Connection Control TimerThe connection control timer determines the time between transmission of BGN, END, or RS (resynchronization) PDUs as long as an acknowledgment has not been received. Connection control performs the establishment, release, and resynchronization of an SSCOP connection. To change the connection control timer from the default value of 1 seconds and to optionally change the retry count of the connection control timer from the default value of 10, use the following commands in interface configuration mode: Setting the Transmitter and Receiver WindowsA transmitter window controls how many packets can be transmitted before an acknowledgment is required. A receiver window controls how many packets can be received before an acknowledgment is required. To change the transmitter's window from the default value of 7 and to change the receiver's window from the default value of 7, use the following commands in interface configuration mode: Configuring VC ClassesA VC class is a set of preconfigured VC parameters that you configure and apply to a particular VC or ATM interface. You may apply a VC class to an ATM main interface, subinterface, PVC, or SVC. For example, you can create a VC class that contains VC parameter configurations that you will apply to a particular PVC or SVC. You might create another VC class that contains VC parameter configurations that you will apply to all VCs configured on a particular ATM main interface or subinterface. Refer to the "ATM Configuration Examples" section later in this chapter for examples of VC class configurations.
Creating a VC ClassTo create a VC class, use the following command in global configuration mode: For examples of creating VC classes, see the section "Example Creating a VC Class" at the end of this chapter. Configuring VC ParametersAfter you create a VC class and enter vc-class configuration mode, configure VC parameters using one or more of the following commands:
Refer to the sections "Configuring PVCs" and "Configuring PVC Trap Support" for descriptions of how to configure these commands for PVCs and SVCs. If an SVC command (for example, idle-timeout or oam-svc) is configured in a VC class, but the VC class is applied on a PVC, the SVC command is ignored. This is also true if a PVC command is applied to an SVC. For examples of creating VC classes, see the section "Example Creating a VC Class" at the end of this chapter. Applying a VC Class on an ATM PVC or SVCOnce you have created and configured a VC class, you can apply it directly on an ATM PVC or SVC, or you can apply it on an ATM interface or subinterface. To apply a VC class directly on an ATM PVC or SVC, use the following commands beginning in interface configuration mode:
DETAILED STEPS
Applying a VC Class on an ATM InterfaceTo apply a VC class on an ATM main interface or subinterface, use the following commands beginning in global configuration mode:
DETAILED STEPS
6 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring VC ManagementWhen you configure VC management, you enable the router to detect VC connections and disconnections automatically. This notifies protocols to reroute packets immediately, preventing protocols from waiting for unpredictable and relatively long timeout periods. You may use Integrated Local Management Interface (ILMI) or operation, administration, and maintenance (OAM) or both for managing your PVCs, and OAM for managing your SVCs. For PVCs, you must decide which method is reliable in your particular network. When ILMI and OAM management methods are both configured to manage a PVC, both must indicate that a PVC is up in order for that PVC to be determined as up. If either ILMI or OAM is not configured, a PVC will be managed by the method that is configured. When a PVC goes down, route caches for protocols configured on that PVC are cleared (or flushed) so that new routes may be learned. The route cache flush is applied on the PVC's interface. When all PVCs on a subinterface go down, VC management shuts down the subinterface, in addition to flushing route caches. ATM hardware must keep the PVC active, however, so that OAM and ILMI cells may flow. When any PVC on a subinterface comes up, the subinterface is brought up. VC management using ILMI is referred to as ILMI management. VC management using OAM is referred to as OAM management. To configure either management method or both, perform the tasks in one or both of the following sections: Configuring ILMI ManagementThe PVC comes up only if ILMI indicates the PVC is up. The PVC comes down when ILMI indicates that the PVC is down. If OAM management is also configured for the same PVC, the PVC comes up only if both ILMI and OAM indicate that the PVC is up. For an example of configuring ILMI management on a PVC, see the section "Example LMI Management on an ATM PVC" at the end of this chapter. ILMI management applies to PVCs only. To configure ILMI management, use the following commands beginning in global configuration mode:
DETAILED STEPS
7 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring OAM Management for PVCs and SVCsOAM management may be enabled for both PVCs and SVCs. To configure OAM management, perform the tasks in one or both of the following sections: Configuring OAM Management for PVCsBy default, end-to-end F5 OAM loopback cell generation is turned off for each PVC. A PVC is determined as down when any of the following is true on that PVC:
A PVC is determined as up when all of the following are true on that PVC:
For an example of configuring OAM management on a PVC, see the section "Example OAM Management on an ATM SVC" at the end of this chapter. To configure OAM management for an ATM PVC, use the following commands beginning in global configuration mode:
DETAILED STEPS
8 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring OAM Management for SVCsIf OAM management is enabled on SVCs and detects disconnection on an SVC, that SVC is torn down. For an example of configuring OAM management on an SVC, see the section "Example OAM Management on an ATM SVC" at the end of this chapter. To configure OAM management for an ATM SVC, use the following commands beginning in global configuration mode:
DETAILED STEPS
9 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring Classical IP and ARP over ATMCisco implements both the ATM Address Resolution Protocol (ARP) server and ATM ARP client functions described in RFC 1577. RFC 1577 models an ATM network as a logical IP subnetwork on a LAN. The tasks required to configure classical IP and ARP over ATM depend on whether the environment uses SVCs or PVCs.
Configuring Classical IP and ARP in an SVC EnvironmentThe ATM ARP mechanism is applicable to networks that use SVCs. It requires a network administrator to configure only the device's own ATM address and that of a single ATM ARP server into each client device. When the client makes a connection to the ATM ARP server, the server sends ATM Inverse ARP requests to learn the IP network address and ATM address of the client on the network. It uses the addresses to resolve future ATM ARP requests from clients. Static configuration of the server is not required or needed. In Cisco's implementation, the ATM ARP client tries to maintain a connection to the ATM ARP server. The ATM ARP server can tear down the connection, but the client attempts once each minute to bring the connection back up. No error messages are generated for a failed connection, but the client will not route packets until the ATM ARP server is connected and translates IP network addresses. For each packet with an unknown IP address, the client sends an ATM ARP request to the server. Until that address is resolved, any IP packet routed to the ATM interface will cause the client to send another ATM ARP request. When the ARP server responds, the client opens a connection to the new destination so that any additional packets can be routed to it. Cisco routers may be configured as ATM ARP clients to work with any ATM ARP server conforming to RFC 1577. Alternatively, one of the Cisco routers in a logical IP subnet (LIS) may be configured to act as the ATM ARP server itself. In this case, it automatically acts as a client as well. To configure classical IP and ARP in an SVC environment, perform the tasks in one of the following sections: Configuring the Router as an ATM ARP ClientFor an example of configuring the ATM ARP client, see the section "Example Configuring ATM ARP Client in an SVC Environment" at the end of this chapter. In an SVC environment, configure the ATM ARP mechanism on the interface by using the following commands beginning in global configuration mode:
DETAILED STEPS
10 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring the Router as an ATM ARP ServerCisco's implementation of the ATM ARP server supports redundant ATM ARP servers on a single logical IP subnetwork (LIS). In order for redundant ATM ARP server support to work, all of the devices on the LIS must be Cisco devices and must have the atm classic-ip-extensions BFI command configured. For an example of configuring the ATM ARP server, see the section "Example Configuring ATM ARP Client in an SVC Environment" at the end of this chapter. To configure the ATM ARP server, use the following commands beginning in global configuration mode:
DETAILED STEPS
11 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring Classical IP and Inverse ARP in a PVC EnvironmentThe ATM Inverse ARP mechanism is applicable to networks that use PVCs, where connections are established, but the network addresses of the remote ends are not known. A server function is not used in this mode of operation. By default, Inverse ARP datagrams will be sent on this virtual circuit every 15 minutes. To adjust the Inverse ARP time period, use the inarp minutes command in interface-ATM-VC configuration mode.
In a PVC environment, the ATM Inverse ARP mechanism is enabled by default for IP and IPX when you use the following commands beginning in global configuration mode:
DETAILED STEPS
12 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Customizing the ATM InterfaceYou can customize the ATM interface. The features you can customize have default values that will most likely suit your environment and probably need not be changed. However, you might need to enter configuration commands, depending upon the requirements for your system configuration and the protocols you plan to route on the interface. To customize the ATM interface, perform the tasks in the following sections:
Configuring the Rate QueueA rate queue defines the speed at which individual virtual circuits will transmit data to the remote end. You can configure permanent rate queues, allow the software to set up dynamic rate queues, or perform some combination of the two. The software dynamically creates rate queues when you create a VC with a peak rate that does not match any user-configured rate queue. The software dynamically creates all rate queues if you have not configured any.
Using Dynamic Rate QueuesThe Cisco IOS software automatically creates rate queues as necessary when you create a VC. If you do not configure traffic shaping on a VC, the peak rate of the VC is set to the UBR at the maximum peak rate that the physical layer interface module (PLIM) will allow. A rate queue is then dynamically created for the peak rate of that VC. If dynamic rate queues do not satisfy your traffic shaping needs, you can configure permanent rate queues. Refer to the section "Configuring a Permanent Rate Queue" for more information. See the section "Examples Dynamic Rate Queue" for example configurations of different rate queues. Configuring Rate Queue ToleranceTo improve rate queue usage, you can configure a peak cell rate tolerance range for dynamically created rate queues. A PVC or SVC requesting a particular rate queue speed will be assigned to a rate queue that is within the range of the peak cell rate tolerance. If no such rate queue exists, a new rate queue is dynamically created on the ATM interface. To configure a rate queue tolerance range for VCs on an ATM interface, use the following commands beginning in global configuration mode:
DETAILED STEPS
13 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring a Permanent Rate QueueThe supports up to eight different peak rates. The peak rate is the maximum rate, in kilobits per second, at which a virtual circuit can transmit. Once attached to this rate queue, the virtual circuit is assumed to have its peak rate set to that of the rate queue. The rate queues are broken into a high-priority (0 through 3) and low-priority (4 through 7) bank. You can configure each permanent rate queue independently to a portion of the overall bandwidth available on the ATM link. The combined bandwidths of all rate queues should not exceed the total bandwidth available. The total bandwidth depends on the PLIM (see the "ATM Interface Types" section in the "Wide-Area Networking Overview" chapter.) To set a permanent rate queue, use the following command in interface configuration mode: Configuring MTU SizeEach interface has a default maximum packet size or maximum transmission unit (MTU) size. For ATM interfaces, this number defaults to 4470 bytes. The maximum is 9188 bytes for the AIP and NPM, 17969 for the ATM port adapter, and 17998 for the ATM-CES port adapter. The MTU can be set on a per-sub-interface basis as long as the interface MTU is as large or larger than the largest subinterface MTU. For ATM interfaces, the MTU displays the following behavior:
To set the maximum MTU size, use the following command in interface configuration mode: Setting the SONET PLIMThe default SONET PLIM is STS-3C. The default for DS3 is C-Bit ADM framing; the default for E3 is G.751 with PLCP framing. To set the SONET PLIM to STM-1 or to set the PLIM framing for E3 or DS3, use one of the following commands in interface configuration mode: Setting the Exception Queue LengthThe exception queue is used for reporting ATM events, such as CRC errors.
By default, it holds 32 entries; the range is 8 to 256. It is unlikely that you will need to configure the exception queue length; if you do, use the following command in interface configuration mode: Configuring the Maximum Number of ChannelsThe atm max-channels command, available if you are using the ATM-CES port adapter, can be used to divide the available number (fixed) of transmit descriptors across the configured number of transmit channels. Typically, you think of a one-to-one association between a transmit channel and a VC; however, the ATM-CES port adapter supports types of VCs other than data VCs (for example CES VCs). Also, the ATM-CES port adapter can multiplex one or more VCs over a single virtual path (VP) that is shaped, and the VP only requires a single transmit channel. Therefore, the term transmit channel is used rather than virtual circuit. The maximum burst of packets that are allowed per VC is limited by the number of transmit descriptors allocated per VC. Because the total number of transmit descriptors available is limited by the available SRAM space, configuration of the number of transmit channels for the interface determines the number of transmit descriptors for each transmit channel. Hence, the burst size for each transmit channel is determined by the atm max-channels command. For example, for 64 (default) numbers of transmit channels for the interface, 255 transmit descriptors are associated per transmit channel and for 512 numbers of transmit channels for the interface, 31 transmit descriptors are associated per transmit channel.
To configure the maximum number of transmit channels for the interface, use the following command in interface configuration mode: Limiting the Number of Virtual CircuitsBy default, the ATM interface allows the maximum of 2048 virtual circuits. However, you can configure a lower number, thereby limiting the number of virtual circuits on which your ATM interface allows segmentation and reassembly to occur. Limiting the number of virtual circuits does not affect the VPI-VCI pair of each virtual circuit.
To set the maximum number of virtual circuits supported (including PVCs and SVCs), use the following command in interface configuration mode: Setting the Raw-Queue SizeThe raw queue is used for raw ATM cells, which include operation, administration, and maintenance (OAM) and Interim Local Management Interface (ILMI) cells. ILMI is a means of passing information to the router, including information about virtual connections and addresses. The raw-queue size is in the range of 8 to 256 cells; the default is 32 cells.
To set the raw-queue size, use the following command in interface configuration mode: Configuring Buffer SizeThe number of receive buffers determines the maximum number of reassemblies that your ATM interface can perform simultaneously. The number of buffers defaults to 256, although it can be in the range from 0 to 512. The number of transmit buffers determines the maximum number of fragmentations that your ATM interface can perform simultaneously. The number of buffers defaults to 256, although it can be in the range from 0 to 512.
To set the number of receive and transmit buffers, use the following commands in interface configuration mode: Setting the VCI-to-VPI RatioBy default, the ATM interface supports 1024 VCIs per VPI. Depending on what ATM interface card or port adapter you are using, this value can be any power of 2 in the range of 16 to 8192. (See the atm vc-per-vp command in the Cisco IOS Wide-Area Networking Command Reference for the exact values that apply to your configuration.) This value controls the memory allocation on your ATM interface that deals with the VCI table. It defines only the maximum number of VCIs to support per VPI. To set the maximum number of VCIs to support per VPI and limit the highest VCI accordingly, use the following command in interface configuration mode: Configuring ATM Subinterfaces for SMDS NetworksAn ATM adaptation layer (AAL) defines the conversion of user information into cells by segmenting upper-layer information into cells at the transmitter and reassembling them at the receiver. AAL1 and AAL2 handle isochronous traffic, such as voice and video, and are not relevant to the router. AAL3/4 and AAL5 support data communications by segmenting and reassembling packets. Beginning in Cisco IOS Release 10.2, we support both AAL3/4 and AAL5. Our implementation of the AAL3/4 encapsulates each AAL3/4 packet in a Switched Multimegabit Data Service (SMDS) header and trailer. This feature supports both unicast and multicast addressing, and provides subinterfaces for multiple AAL3/4 connections over the same physical interface.
Support for AAL3/4 on an ATM interface requires static mapping of all protocols except IP. However, dynamic routing of IP can coexist with static mapping of other protocols on the same ATM interface. After configuring the ATM interface for SMDS networks, configure the interface for standard protocol configurations, as needed. For more information about protocol configuration, refer to the relevant chapters of the Cisco IOS IP Configuration Guide , the Cisco IOS AppleTalk and Novell IPX Configuration Guide , and the Cisco IOS Apollo Domain , Banyan VINES , DECnet , ISO CLNS , and XNS Configuration Guide . For examples of configuring an ATM interface for AAL3/4 support, see the section "Example ATM Interfaces for SMDS Encapsulation" at the end of this chapter. To configure an ATM interface for SMDS networks, use the following commands in interface configuration mode: DETAILED STEPS
Limiting the Message Identifiers Allowed on Virtual CircuitsMessage identifier (MID) numbers are used by receiving devices to reassemble cells from multiple sources into packets. To ensure that the message identifiers are unique at the receiving end and, therefore, that messages can be reassembled correctly, you can limit the number of message identifiers allowed on a virtual circuit and assign different ranges of message identifiers to different PVCs. To limit the number of message identifier numbers allowed on each virtual circuit and to assign different ranges of message identifiers to different PVCs, use the following commands beginning in interface configuration mode: DETAILED STEPS Setting the Virtual Path Filter RegisterThe virtual path filter allows you to specify which VPI or range of VPIs will be used for AAL3/4 processing. The default value of the's virtual path filter register is 0x7B. To set the virtual path filter register, use the following command in interface configuration mode: Configuring Fast-Switched Transparent BridgingThe implementation of transparent bridging over ATM allows the spanning tree for an interface to support virtual circuit descriptors (VCDs) for AAL5-LLC Subnetwork Access Protocol (SNAP) encapsulations. If the relevant interface or subinterface is explicitly put into a bridge group, as described in the task table below, AAL5-SNAP encapsulated bridge packets on a PVC are fast-switched. The bridging implementation supports IEEE 802.3 frame formats, IEEE 802.10 frame formats, and Ethernet DIX frames. The router can accept IEEE 802.3 frames with or without frame check sequence (FCS). When the router receives frames with FCS (RFC 1483 bridge frame formats with 0x0001 in the PID field of the SNAP header), it strips off the FCS and forwards the frame as necessary. All IEEE 802.3 frames that originate at or are forwarded by the router are sent as 802.3 bridge frames without FCS (bridge frame formats with 0x0007 in the PID field of the SNAP header). No other configuration is required. Spanning tree updates are broadcast to all AAL5-SNAP virtual circuits that exist on the ATM interface. Only the AAL5-SNAP virtual circuits on the specific subinterface receive the updates. The router does not send spanning tree updates to AAL5-MUX and AAL5-NLPID virtual circuits. For an example of transparent bridging for an AAL5-SNAP PVC, see the section "Example Transparent Bridging on an AAL5-SNAP PVC" at the end of this chapter. To configure transparent bridging for LLC/SNAP PVCs, use the following commands beginning in global configuration mode:
DETAILED STEPS
14 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Configuring Inverse Multiplexing over ATMInverse multiplexing provides the capability to transmit and receive a single high-speed data stream over multiple slower-speed physical links. In inverse multiplexing over ATM (IMA), the originating stream of ATM cells is divided so that complete ATM cells are transmitted in round-robin order across the set of ATM links. IMA is supported on the Multiport T1/E1 ATM Network Module with Inverse Multiplexing over ATM on Cisco 2600 and Cisco 3600 series routers and the Multiport T1/E1 ATM Port Adapter with Inverse Multiplexing over ATM on Cisco 7100, Cisco 7200, and Cisco 7500 series routers. The Multiport T1/E1 ATM IMA network modules and port adapters provide four or eight T1 or E1 ports and allow wide-area networking (WAN) uplinks at speeds ranging from 1.536 Mbps to 12.288 Mbps for T1, and from 1.92 Mbps to 15.36 Mbps for E1. See the section Bandwidth Considerations later in this chapter for details. Cisco's scalable ATM IMA solution means that you can deploy just the bandwidth you need by using multiple E1 or T1 connections instead of a more expensive E3, T3, or OC-3 to create links between LANs and ATM WAN applications. Enterprises and branch offices can aggregate traffic from multiple low-bandwidth digital physical transmission media, such as T1 pipes, to transmit voice and data at high-bandwidth connection speeds. The figure below illustrates a scenario in which an organization must transport a mission-critical application among headquarters and branch offices at 6 Mbps.
IMA Protocol OverviewIn the transmit direction, IMA takes cells from the ATM layer and sends them in sequential distribution over the individual links that make up a logical link group called an IMA group (links can also be used individually instead of being a member of a group). The IMA group performance is approximately the sum of the links, although some overhead is required for ATM control cells. At the receiving end, the cells are recombined to form the original cell stream and are passed up to the ATM layer. Filler cells are used to ensure a steady stream on the receiving side. IMA control protocol (ICP) cells control the operation of the inverse multiplexing function. With a frame length of 128, one of every 128 cells on each link is an ICP cell. The inverse multiplexing operation is transparent to the ATM layer protocols; therefore, the ATM layer can operate normally as if only a single physical interface were being used. The figure below illustrates inverse multiplexing and demultiplexing with four bundled links, providing 6.144 Mbps of raw bandwidth for T1s and 7.68 Mbps of raw bandwidth for E1 for packet traffic. The transmit side, where cells are distributed across the links, is referred to as Tx , and the receive side, where cells are recombined, is called Rx . General Description of ATM T1 E1 IMAATM networks were designed to handle the demanding performance needs of voice, video, and data at broadband speeds of 34 Mbps and above. However, the high cost and spotty availability of long-distance broadband links limits broadband ATM WANs, preventing many organizations from taking advantage of the power of ATM. In response to these issues, the ATM Forum defined lower-speed ATM interface options for T1 and E1. However, this was not a complete solution because a single T1 or E1 link often does not provide enough bandwidth to support either traffic among different router and switch locations or heavy end-user demand. For this reason, many organizations find themselves caught between the bandwidth limitations of a narrowband T1 or E1 line and the much higher costs of moving to broadband links. In response to this dilemma, the ATM Forum, with Cisco as an active member, defined Inverse Multiplexing for ATM (IMA). Using Cisco routers to provide ATM access gives branch offices and enterprises an affordable LAN-to-ATM interface. For a list of ATM features that are supported on Cisco routers when you use the Multiport T1/E1 ATM Network Module with Inverse Multiplexing over ATM or the Multiport T1/E1 ATM Port Adapter with Inverse Multiplexing over ATM, see the "Cisco ATM Features" section of the "Wide-Area Networking Overview" chapter in this book. RestrictionsIMA is supported on the following platforms:
The following restrictions apply to the ATM IMA feature on Cisco 7100 series, Cisco 7200 series, and Cisco 7500 series routers:
IMA Configuration Task ListThe following sections describe the configuration and verification tasks required to set up ATM IMA groups. You can also configure ATM links individually, but these sections include only the steps for configuring IMA groups. To configure and verify IMA groups on an ATM interface, complete the tasks in the following sections. Each task is identified as optional or required. For examples of IMA configuration, see the section "Examples Inverse Multiplexing over ATM" at the end of this chapter. Configuring an ATM Interface for IMA OperationTo configure the ATM interface for IMA operation, perform the tasks in one of the following two sections:
Configuring the Multiport T1 E1 ATM Network Module for IMA OperationTo configure an ATM interface on a Multiport T1/E1 ATM Network Module with Inverse Multiplexing over ATM for IMA operation, use the following commands beginning in global configuration mode:
DETAILED STEPS Configuring the Multiport T1 E1 ATM Port Adapter for IMA OperationTo configure an ATM interface on a Multiport T1/E1 ATM Port Adapter with Inverse Multiplexing over ATM for IMA operation, use the following commands beginning in global configuration mode: DETAILED STEPS
Verifying an ATM Interface Configured for IMA OperationTo verify that the ATM interface is configured correctly for IMA operation, perform the steps in one of the following sections:
Verifying the Multiport T1 E1 ATM Network Module for IMA OperationFollow the steps below to verify the configuration of an ATM interface on a Multiport T1/E1 ATM Network Module. DETAILED STEPS
Verifying the Multiport T1 E1 ATM Port Adapter for IMA OperationFollow the steps below to verify configuration of an ATM interface on a Multiport T1/E1 ATM Port Adapter. DETAILED STEPS
Configuring IMA GroupsAs shown in the previous section, the ima-group command configures links on an ATM interface as IMA group members. When IMA groups have been set up in this way, you can configure settings for each group. To configure IMA groups and settings for each group, perform the tasks in one of the following two sections:
Configuring IMA Groups on the Multiport T1 E1 ATM Network ModuleTo configure IMA groups and settings for each group on the Multiport T1/E1 ATM Network Module with Inverse Multiplexing over ATM, use following commands beginning in global configuration mode: DETAILED STEPS
Configuring IMA Groups on the Multiport T1 E1 ATM Port AdapterTo configure IMA groups and settings for each group on the Multiport T1/E1 ATM Port Adapter with Inverse Multiplexing over ATM, use following commands beginning in global configuration mode:
DETAILED STEPS
15 Q Signaling ATM adaptation Layer. 16 Subnetwork Access Protocol. 17 To form an IMA group with independent clock mode, use the
no shut
command in the IMA interface only. To change the mode to independent from an already existing IMA group, use the
no ima
command on the IMA group links. Next, change the mode, add all the links, and then issue the
no shut
command in the IMA interface.
Verifying IMA Group ConfigurationTo verify IMA group configuration, perform the steps in one of the following two sections:
Verifying IMA Group Configuration on the Multiport T1 E1 ATM Network ModulePerform the following steps to verify IMA group configuration on the Multiport T1/E1 ATM Network Module. DETAILED STEPS
Verifying IMA Group Configuration on the Multiport T1 E1 ATM Port AdapterPerform the following steps to verify IMA group configuration on the Multiport T1/E1 ATM Port Adapter. DETAILED STEPS
Troubleshooting TipsTo troubleshoot the ATM and IMA group configuration, enter the ping command, which checks host reachability and network connectivity. This command can confirm basic network connectivity on the AppleTalk, ISO CLNS, IP, Novell, Apollo, VINES, DECnet, or XNS networks. For IP, the ping command sends ICMP (Internet Control Message Protocol) Echo messages. If a station receives an ICMP Echo message, it sends an ICMP Echo Reply message back to the source. The extended command mode of the ping command permits you to specify the supported IP header options so that the router can perform a more extensive range of test options. To enter ping extended command mode, enter yes at the "extended commands" prompt of the ping command. For detailed information on using the ping and extended ping commands, see the Cisco IOS Configuration Fundamentals Command Reference. If a ping command fails, check the following possible reasons for the connectivity problem:
If a communication session is closing when it should not be, an end-to-end connection problem can be the cause. The debug ip packet command is useful for analyzing the messages traveling between the local and remote hosts. IP debugging information includes packets received, generated, and forwarded. Because the debug ip packet command generates a significant amount of output, use it only when traffic on the IP network is low, so other activity on the system is not adversely affected. Bandwidth ConsiderationsWhen planning IMA groups and payload bandwidth requirements, consider the overhead required for ATM cell headers, service-layer encapsulation such as RFC 1483, AAL5 encapsulation, and ICP cells. The tables below show approximate values for T1 and E1 IMA groups, respectively, with a frame length of 128, estimating ATM overhead at about 10 percent. The effective payload bandwidth varies according to packet size because the packets must be divided into an integer number of ATM cells leaving the last cell padded with filler bytes.
Related DocumentsFor information about the physical characteristics of the ATM T1/E1 IMA network modules or port adapters, or for instructions on how to install the network or modem modules or port adapters, either see the installation guidelines that came with your network module or port adapter or view the up-to-date information on Cisco.com . Configuring ATM E.164 Auto ConversionE.164 is an International Telecommunications Union Telecommunication Standardization Sector (ITU-T) specification for the ISDN international telephone numbering plan, which has traditionally only been used in telephone networks. The ATM Forum has defined three different 20-byte ATM End System Address (AESA) formats, along with the native E.164 format, for use in ATM networks. One of these 20-byte formats is the embedded E.164 AESA (E164_AESA) format. With ATM E.164 auto conversion enabled, networks that operate based on ATM addressing formats can internetwork with networks based on E.164 addressing formats. The conversion requires components from addressing, routing, and signaling to perform properly. For more information about E.164 and ATM address formats, see ATM Forum UNI 3.0, 3.1, and 4.0, and ITU E.164. The table below lists the ATM and E.164 address formats supported by ATM E.164 auto conversion.
When ATM E.164 auto conversion is enabled, a Cisco router sets up ATM SVC connections based on E.164 addresses. The router uses ATM E164_AESA addresses to set up E.164 calls in a way similar to using ATM AESA addresses to set up ATM SVCs. The ATM AESA address on an interface and the ATM AESA address of a static map must be in E164_AESA format. Use the show interfaces atm command to verify that ATM E.164 auto conversion is running. For an example of configuring ATM E.164 auto conversion, refer to the section "Example Configuring ATM E.164 Auto Conversion" at the end of this chapter. To configure ATM E.164 auto conversion, you must configure the ATM interface using E164_AESA or E164_ZDSP format. To enable E.164 auto conversion, use the following commands beginning in global configuration mode: DETAILED STEPS
18 To determine the correct form of the interface atm command, consult your ATM network module, port adapter, or router documentation.
Configuring Circuit Emulation ServicesFor overview information and configuration tasks for Circuit Emulation Services (CES) for ATM, see the following sections:
CES OverviewCircuit emulation service internetworking function (CES-IWF) is a service based on ATM Forum standards that allows communications to occur between CBR or AAL1 CES and ATM UNI interfaces; that is, between non-ATM telephony devices (such as classic PBXs or TDMs) and ATM devices (such as Cisco 3600 or 7200 series routers). Thus, a Cisco 3600 series router equipped with an OC-3/STM-1 ATM Circuit Emulation Service network module or a Cisco 7200 series router equipped with an ATM-CES port adapter offers a migration path from classic T1/E1 CBR data communications services to emulated CES T1/E1 unstructured (clear channel) services or structured (N x 64) services in an ATM network. The figure below shows a simplified representation of CES-IWF functions in an ATM network. CES allows you to interconnect existing T1 or E1 interfaces and other kinds of constant bit rate (CBR) equipment. CES includes such features as PBX interconnect, consolidated voice and data traffic, and video conferencing. With circuit emulation, data received from an external device at the edge of an ATM network is converted to ATM cells, sent through the network, reassembled into a bit stream, and passed out of the ATM network to its destination. T1/E1 circuit emulation does not interpret the contents of the data stream. All the bits flowing into the input edge port of the ATM network are reproduced at one corresponding output edge port. An emulated circuit is carried across the ATM network on a PVC, which is configured through the network management system or the router command line interface (CLI). The target application of the OC-3/STM-1 ATM Circuit Emulation Service network module and the ATM-CES port adapter is access to a broadband public or private ATM network where multiservice consolidation of voice, video, and data traffic over a single ATM link is a requirement. Configuring CES on the CES Network ModuleTo configure CES on the OC-3/STM-1 ATM Circuit Emulation Service network module, familiarize yourself with the restrictions in the first of the following sections and perform the tasks in the second, third, and fourth sections. Each task is identified as required or optional.
For an example of configuring CES on an OC-3/STM-1 ATM Circuit Emulation Service network module, see the section "Example Configuring CES on a CES Network Module" at the end of this chapter.
Restrictions for th ATM CES Network ModuleThe OC-3/STM-1 ATM CES network module can be configured with the following restrictions:
Configuring the ATM InterfaceTo configure the ATM interface on the OC-3/STM-1 ATM Circuit Emulation Service network module, perform the tasks in the following sections: This section does not explain all possible ATM interface configuration options. For more information, see the sections "Configuring PVCs" and "Configuring SVCs" earlier in this chapter. Configuring PVCs for CES OperationTo use a permanent virtual circuit (PVC), you must configure the PVC into both the router and the ATM switch. A PVC remains active until it is removed from either configuration. To configure the ATM interface with PVCs, use the following commands beginning in global configuration mode: DETAILED STEPS
Configuring SVCs for CES OperationATM switched virtual circuit (SVC) services are created and released dynamically, providing user bandwidth on demand. This service requires a signaling protocol between the router and the switch. To configure the ATM interface with SVCs, use the following commands beginning in global configuration mode: DETAILED STEPS
Configuring the T1 E1 ControllerThe T1/E1 controller on the OC-3/STM-1 ATM Circuit Emulation Service network module provides T1 or E1 connectivity to PBXs or to a central office (CO). To configure the T1 or E1 controller on the OC-3/STM-1 ATM Circuit Emulation Service network module, perform the tasks in the following section. One of the first two tasks is required; the third task is optional: For information about configuring the CES clock or echo cancellation, see the Cisco IOS Voice, Video, and Fax Configuration Guide . For more information about configuring the T1/E1 interface on the OC-3/STM-1 ATM Circuit Emulation Service network module, see the Configuring 1- and 2-Port T1/E1 Multiflex Voice/WAN Interface Cards on Cisco 2600 and 3600 Series Routers Cisco IOS Release 12.0(5)XK online document. Configuring Unstructured Circuit Emulation ServiceThis circuit consumes the entire bandwidth of the port, which is provisioned manually at the time you set up the unstructured circuit and remains dedicated to that port, whether that port is actively transmitting data or not. A CES module converts non-ATM telephony traffic into ATM cells for propagation through an ATM network. The ATM cell stream is directed to an outgoing ATM port or non-ATM telephony port. To configure the T1/E1 port for unstructured CES, follow this procedure starting in global configuration mode: DETAILED STEPS
Configuring Structured Circuit Emulation ServiceStructured CES differs from unstructured CES services in that the structured services allow you to allocate the bandwidth in a highly flexible and efficient manner. With the structured services, you use only the bandwidth actually required to support the active structured circuit(s) that you configure. To configure the T1/E1 port for structured CES, follow this procedure starting in global configuration mode:
DETAILED STEPS
Configuring Channel-Associated Signaling for Structured CESBecause the CES deck emulates constant bit rate services over ATM networks, it is capable of providing support for handling channel-associated signaling (CAS) information introduced into structured CES circuits by PBXs and time-division multiplexing (TDM) devices.
The signaling supported depends on the WAN/voice interface card that is inserted in the CES deck. The signaling method depends on the connection that you are making:
To configure the T1/E1 port for channel associated signaling, first perform the tasks in the Configuring Structured Circuit Emulation Service section, and then use the following commands beginning in global configuration mode: DETAILED STEPS
Activating the ConnectionOnce the ATM interface and T1 or E1 controllers are configured, activate the connection by using the following commands beginning in global configuration mode: DETAILED STEPS
Verifying CES Configuration on the CES Network ModuleTo verify CES configuration on the OC-3/STM-1 ATM Circuit Emulation Service network module, use one or more of the following commands in EXEC mode:
Configuring CES on the ATM-CES Port AdapterTo configure the T1/E1 interfaces on the ATM-CES port adapter for CES, perform the tasks in the following sections. One of the first two tasks is required:
For an example of configuring CES on the ATM-CES port adapter, see the section "Example Configuring CES on an ATM-CES Port Adapter" at the end of this chapter.
Configuring Unstructured Clear Channel CES ServicesA circuit that you set up on a CBR port for unstructured service is always identified as "circuit 0" because only one such circuit can be established on any given CBR port. Such a circuit consumes the entire bandwidth of the port, which is provisioned manually at the time you set up the unstructured circuit and remains dedicated to that port whether that port is actively transmitting CBR data or not. A CES module converts CBR traffic into ATM cells for propagation through an ATM network. The ATM cell stream is directed to an outgoing ATM port or CBR port. If the outgoing port is an ATM port on the same Cisco 7200 series router, the PVC is called a hard PVC . As a general rule when setting up a hard PVC, you must interconnect a CBR port and the ATM port in the same ATM-CES port adapter. Only hard PVCs are supported in the Cisco 7200 series router. To configure the T1/E1 port on the ATM-CES port adapter for unstructured (clear channel) CES services, use the following commands beginning in global configuration mode: DETAILED STEPS
Configuring Structured N x 64 CES ServicesStructured (N x 64 kbps) CES services differ from unstructured CES services in that the structured services allow you to allocate the bandwidth in a highly flexible and efficient manner. With the structured services, you use only the bandwidth actually required to support the active structured circuit that you configure. For example, in configuring an ATM-CES port adapter for structured service, you can define multiple hard PVCs for any given ATM-CES port adapter's T1/E1 port. The ATM-CES port adapter provides up to 24 time slots per T1 port and up to 31 time slots per E1 for defining structured CES circuits. To see the bandwidth that is required on an ATM link for this particular circuit, use the show ces circuitcommand.
For simplicity in demonstrating configuration tasks for structured CES services, the procedures in this section are directed primarily at setting up a single CES circuit per T1/E1 port. However, these procedures outline the essential steps and command syntax that you would use if you were to set up multiple CES circuits on a T1/E1 port. Structured CES services require network clock synchronization by means of the synchronous clocking mode. You must select the clock source and define its priority locally for each Cisco 7200 series router in your network. You do this by means of the network-clock-select command. To configure the T1/E1 port on the ATM-CES port adapter for structured (N x 64 kbps) CES services without CAS, use the following commands beginning in global configuration mode:
DETAILED STEPS
Configuring Channel-Associated Signaling for Structured CES ServicesBecause the ATM-CES port adapter emulates constant bit rate services over ATM networks, it must be capable of providing support for handling channel-associated signaling (CAS) information introduced into structured CES circuits by PBXs and time-division multiplexing (TDM) devices. The ces circuit casinterface command provides this feature. With respect to the CAS information carried in a CBR bit stream, an ATM-CES port adapter can be configured to operate as follows:
In this case, the ATM-CES port adapter does not sense the CAS information (carried as so-called "ABCD" bits in the CBR bit stream) and provides no support for CAS functions.
In this case, in addition to packaging incoming CBR data into ATM AAL1 cells in the usual manner for transport through the network, the ATM-CES port adapter in the ingress node senses the ABCD bit patterns in the incoming data, incorporates these patterns in the ATM cell stream, and propagates the cells to the next node in the network. The ATM cells are transported across the network from link to link until the egress node is reached. At the egress node, the ATM-CES port adapter strips off the ABCD bit patterns carried by the ATM cells, reassembles the CAS ABCD bits and the user's CBR data into original form, and passes the frames out of the ATM network in the proper DS0 time slot. All these processes occur transparently without user intervention.
In this case, the CAS and on-hook detection features work together to enable an ingress node in an ATM network to monitor on-hook and off-hook conditions for a specified 1 x 64 structured CES circuit. As implied by the notation "1 x 64," the on-hook detection (or bandwidth-release) feature is supported only in a structured CES circuit that involves a single time slot at each end of the connection. The time slot configured for the structured CES circuit at the ingress node (time slot 2) can be different from the DS0 time slot configured at the egress node (time slot 4). Only one such time slot can be configured at each end of the circuit when the on-hook detection feature is used. When you invoke this feature, the ingress ATM-CES port adapter monitors the ABCD bits in the incoming CBR bit stream to detect on-hook and off-hook conditions in the circuit. In an "off-hook" condition, all the bandwidth provisioned for the specified CES circuit is used for transporting ATM AAL1 cells across the network from the ingress node to the egress node. In an on-hook condition, the network periodically sends dummy ATM cells from the ingress node to the egress node to maintain the connection. However, these dummy cells consume only a fraction of the circuit's reserved bandwidth, leaving the rest of the bandwidth available for use by other AAL5 network traffic. This bandwidth-release feature enables the network to make more efficient use of its resources. When the CAS feature is enabled for a CES circuit, the bandwidth of the DS0 channel is limited to 56 kbps for user data, because CAS functions consume 8 kbps of channel bandwidth for transporting the ABCD signaling bits. These signaling bits are passed transparently from the ingress node to the egress node as part of the ATM AAL1 cell stream. In summary, when the optional CAS and on-hook detection features are enabled, the following conditions apply:
To configure the T1/E1 port on the ATM-CES port adapter for channel-associated signaling, first use the commands in the section "Configuring Structured N x 64 CES Services", and then use the following commands beginning in global configuration mode: DETAILED STEPS
Configuring Network Clock Source and PrioritiesYou can specify up to four network clock sources for a Cisco 7200 series router. The highest-priority active port in the chassis supplies the primary reference source to all other chassis interfaces that require network clock synchronization services. The fifth network clock source is always the local oscillator on the ATM-CES port adapter. To direct a CBR port to use the network-derived clock, you must configure the CBR port with the ces dsx1 clock source network-derived interface command. For information on configuring the CBR port, refer to the section "Configuring Unstructured Clear Channel CES Services" earlier in this chapter. To verify the clock signal sources and priorities that you have established for your ATM-CES port adapter, use the show network-clocksprivileged EXEC command.
For an example of configuring the network clock source and priority, see the section "Example Configuring Network Clock Source Priority" at the end of this chapter. To establish the sources and priorities of the requisite clocking signals for an ATM-CES port adapter in a Cisco 7200 series router, use the following commands beginning in global configuration mode: DETAILED STEPS
Configuring Virtual Path ShapingThe OC-3/STM-1 ATM Circuit Emulation Service Network Module and ATM-CES port adapter support multiplexing of one or more PVCs over a virtual path (VP) that is shaped at a constant bandwidth. To use this feature, you must configure a permanent virtual path (PVP) with a specific virtual path identifier (VPI). Any PVCs that are created subsequently with the same VPI are multiplexed onto this VP; the traffic parameters of individual PVCs are ignored. The traffic shaping conforms to the peak rate that is specified when you create the VP. Any number of data PVCs can be multiplexed onto a VP.
For an example of virtual path shaping, see the section "Example Configuring Virtual Path Shaping" at the end of this chapter. To create a PVP, use the following commands beginning in interface configuration mode: DETAILED STEPS
Configuring ATM Access over a Serial InterfaceThis section describes how to configure routers that use a serial interface for ATM access through an ATM data service unit (ADSU). The configuration tasks include the steps necessary to enable Asynchronous Transfer Mode-Data Exchange Interface (ATM-DXI) encapsulation, select a multiprotocol encapsulation method using ATM-DXI, and set up a PVC for the selected encapsulation. In routers with a serial interface, an ADSU is required to provide the ATM interface to the network, convert outgoing packets into ATM cells, and reassemble incoming ATM cells into packets. Any serial interface can be configured for multiprotocol encapsulation over ATM-DXI, as specified by RFC 1483. At the ADSU, the DXI header is stripped off, and the protocol data is segmented into cells for transport over the ATM network. RFC 1483 describes two methods of transporting multiprotocol connectionless network interconnect traffic over an ATM network. One method allows multiplexing of multiple protocols over a single PVC. The other method uses different virtual circuits to carry different protocols. Cisco's implementation of RFC 1483 supports both methods and supports transport of Apollo Domain, AppleTalk, Banyan VINES, DECnet, IP, Novell IPX, ISO CLNS, and XNS traffic. To configure ATM access over a serial interface, complete the tasks in the following sections. The first four tasks are required. For an example of configuring ATM access over a serial interface, see the section "Example ATM Access over a Serial Interface" at the end of this chapter.
Enabling the Serial InterfaceThe supported protocols are Apollo Domain, AppleTalk, Banyan VINES, DECnet, IP, Novell IPX, ISO CLNS, and XNS. For information about the addressing requirements of a protocol, see the relevant protocol configuration chapter in the Cisco IOS IP Configuration Guide , the Cisco IOS AppleTalk and Novell IPX Configuration Guide, or the Cisco IOS Apollo Domain , Banyan VINES , DECnet , ISO CLNS , and XNS Configuration Guide . To configure the serial interface for ATM access, enable the serial interface by using the following commands beginning in global configuration mode:
DETAILED STEPS
Enabling ATM-DXI EncapsulationTo enable ATM-DXI encapsulation on a serial or High-Speed Serial Interface (HSSI), use the following command in interface configuration mode: Setting Up the ATM-DXI PVCAn ATM-DXI PVC can be defined to carry one or more protocols as described by RFC 1483, or multiple protocols as described by RFC 1490. The multiplex (MUX) option defines the PVC to carry one protocol only; each protocol must be carried over a different PVC. The Subnetwork Access Protocol (SNAP) option is LLC/SNAP multiprotocol encapsulation, compatible with RFC 1483; SNAP is the current default option. The network layer protocol identification (NLPID) option is multiprotocol encapsulation, compatible with RFC 1490; this option is provided for backward compatibility with the default setting in earlier versions in the Cisco IOS software.
To set up the ATM-DXI PVC and select an encapsulation method, use the following command in interface configuration mode: Mapping Protocol Addresses to the ATM-DXI PVCThis section describes how to map protocol addresses to the VCI and the VPI of a PVC that can carry multiprotocol traffic. The protocol addresses belong to the host at the other end of the link. The supported protocols are Apollo Domain, AppleTalk, Banyan VINES, DECnet, IP, Novell IPX, ISO CLNS, and XNS. For an example of configuring a serial interface for ATM, see the section "Example ATM Access over a Serial Interface" later in this chapter. To map a protocol address to an ATM-DXI PVC, use the following command in interface configuration mode (repeat this task for each protocol to be carried on the PVC): Troubleshooting the ATM InterfaceThe atm oam flush command is a diagnostic tool that drops all OAM cells that are received on an ATM interface. To drop all incoming OAM cells on an ATM interface, use the following commands beginning in global configuration mode:
DETAILED STEPS
19 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
Monitoring and Maintaining the ATM InterfaceAfter configuring an ATM interface, you can display its status. You can also display the current state of the ATM network and connected virtual circuits. To show current virtual circuits and traffic information, use the following commands in EXEC mode:
20 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation.
ATM Configuration ExamplesThe examples in the following sections illustrate how to configure ATM for the features described in this chapter. The examples below are presented in the same order as the corresponding configuration task sections presented earlier in this chapter:
Example Creating a PVCThe following example shows how to create a PVC on an ATM main interface with AAL5/MUX encapsulation configured and a VBR-NRT QOS specified. For further information, refer to the sections "Creating a PVC" and "Configuring PVC Traffic Parameters" earlier in this chapter. interface 2/0 pvc cisco 1/40 encapsulation aal5mux ip vbr-nrt 100000 50000 20 exit Examples PVC with AAL5 and LLC SNAP EncapsulationThe following example shows how to create a PVC 0/50 on ATM interface 3/0. It uses the global default LLC/SNAP encapsulation over AAL5. The interface is at IP address 10.1.1.1 with 10.1.1.5 at the other end of the connection. For further information, refer to the sections "Creating a PVC" and "Mapping a Protocol Address to a PVC" earlier in this chapter. interface atm 3/0 ip address 10.1.1.1 255.255.255.0 pvc 0/50 protocol ip 10.1.1.5 broadcast exit ! ip route-cache cbus The following example is a typical ATM configuration for a PVC: interface atm 4/0 ip address 172.21.168.112 255.255.255.0 atm maxvc 512 pvc 1/51 protocol ip 172.21.168.110 exit ! pvc 2/52 protocol decnet 10.1 broadcast exit ! pvc 3/53 protocol clns 47.004.001.0000.0c00.6e26.00 broadcast exit ! decnet cost 1 clns router iso-igrp comet exit ! router iso-igrp comet net 47.0004.0001.0000.0c00.6666.00 exit ! router igrp 109 network 172.21.0.0 exit ! ip domain-name CISCO.COM Example VCs in a Fully Meshed NetworkThe figure below illustrates a fully meshed network. The configurations for routers A, B, and C follow the figure. In this example, the routers are configured to use PVCs. Fully meshed indicates that any workstation can communicate with any other workstation. Note that the two protocol statements configured in router A identify the ATM addresses of routers B and C. The two protocolstatements in router B identify the ATM addresses of routers A and C. The two protocol statements in router C identify the ATM addresses of routers A and B. For further information, refer to the sections "Creating a PVC" and "Mapping a Protocol Address to a PVC" earlier in this chapter. Router Aip routing ! interface atm 4/0 ip address 172.108.168.1 255.255.255.0 pvc 0/32 protocol ip 172.108.168.2 broadcast exit ! pvc 0/33 protocol ip 172.108.168.3 broadcast exit Example Configuring an ABR PVCThe following example shows a typical ABR PVC configuration for the ATM-CES port adapter on a Cisco 7200 series router. In this example, the default peak cell rate and minimum cell rate is used (default PCR is the line rate and MCR is 0), and the ABR rate increase and decrease factor is set to 32. For further information, refer to the section "Configuring PVC Traffic Parameters" earlier in this chapter. interface atm 4/0 ip address 10.1.1.1 255.255.255.0 pvc 0/34 atm abr rate-factor 32 32 no shutdown exit Example Configuring PVC DiscoveryThe following example shows how to enable PVC Discovery on an ATM main interface 2/0. The keyword subinterface is used so that all discovered PVCs with a VPI value of 1 will be assigned to the subinterface 2/0.1. For further information, refer to the section "Configuring PVC Discovery" earlier in this chapter. interface atm 2/0 pvc RouterA 0/16 ilmi exit atm ilmi-pvc-discovery subinterface exit ! interface atm 2/0.1 multipoint ip address 172.21.51.5 255.255.255.0 Example Enabling Inverse ARPThe following example shows how to enable Inverse ARP on an ATM interface and specifies an Inverse ARP time period of 10 minutes. For further information, refer to the section "Enabling Inverse ARP" earlier in this chapter. interface atm 2/0 pvc 1/32 inarp 10 exit Example Configuring Loopback CellsThe following example shows how to enable OAM management on an ATM PVC. The PVC is assigned the name routerA and the VPI and VCI are 0 and 32, respectively. OAM management is enabled with a frequency of 3 seconds between OAM cell transmissions. For further information, refer to the section "Configuring Loopback Cells to Verify Connectivity" earlier in this chapter. interface atm 2/0 pvc routerA 0/32 oam-pvc manage 3 oam retry 5 5 10 Example Configuring PVC Trap SupportThe following example shows how to configure PVC trap support on your Cisco router: !For PVC trap support to work on your router, you must first have SNMP support and !an IP routing protocol configured on your router: Router(config)# snmp-server community public ro Router(config)# snmp-server host 172.69.61.90 public Router(config)# ip routing Router(config)# router igrp 109 Router(config-router)# network 172.21.0.0 ! !Enable PVC trap support and OAM management: Router(config)# snmp-server enable traps atm pvc interval 40 fail-interval 10 Router(config)# interface atm 1/0.1 Router(config-if)# pvc 0/1 Router(config-if-atm-vc)# oam-pvc manage ! ! Now if PVC 0/1 goes down, host 171.69.61.90 will receive traps. For further information, refer to the "Configuring PVC Trap Support" section earlier in this chapter. Example Configuring Communication with the ILMIThe following example shows how to configure the ILMI protocol on an ATM main interface. For further information, refer to the section "Configuring Communication with the ILMI" earlier in this chapter. interface 2/0 pvc cisco 0/16 ilmi exit Example SVCs in a Fully Meshed NetworkThe following example is also a configuration for the fully meshed network, but this example uses SVCs. PVC 0/5 is the signaling PVC.
For further information, see the following sections earlier in this chapter: Router Ainterface atm 4/0 ip address 172.16.168.1 255.255.255.0 atm nsap-address AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12 atm maxvc 1024 pvc 0/5 qsaal exit ! svc svc-1 nsap BC.CDEF.01.234567.890A.BCDE.F012.3456.7890.1334.13 protocol ip 172.16.168.2 exit ! svc svc-2 nsap CA.CDEF.01.234567.890A.BCDE.F012.3456.7890.1334.12 protocol ip 172.108.168.3 exit Router Binterface atm 2/0 ip address 172.16.168.2 255.255.255.0 atm nsap-address BC.CDEF.01.234567.890A.BCDE.F012.3456.7890.1334.13 atm maxvc 1024 pvc 0/5 qsaal exit ! svc svc-1 nsap AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12 protocol ip 172.16.168.1 exit ! svc svc-2 nsap CA.CDEF.01.234567.890A.BCDE.F012.3456.7890.1334.12 protocol ip 172.16.168.3 exit Router Cinterface atm 4/0 ip address 172.16.168.3 255.255.255.0 atm nsap-address CA.CDEF.01.234567.890A.BCDE.F012.3456.7890.1334.12 atm maxvc 1024 pvc 0/5 qsaal exit ! svc nsap AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12 protocol ip 172.16.168.1 exit ! svc nsap BC.CDEF.01.234567.890A.BCDE.F012.3456.7890.1334.13 protocol ip 172.16.168.2 exit Example ATM ESI AddressThe following example shows how to set up the ILMI PVC and how to assign the ESI and selector field values on a Cisco 7500 series router. For further information, refer to the section "Configuring the ESI and Selector Fields" earlier in this chapter. interface atm 4/0 pvc 0/16 ilmi atm esi-address 345678901234.12 Example ATM NSAP AddressThe following example shows how to assign NSAP address AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12 to ATM interface 4/0. For further information, refer to the section "Configuring the Complete NSAP Address" earlier in this chapter. interface atm 4/0 atm nsap-address AB.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12 You can display the ATM address for the interface by executing the show interface atmcommand. Example SVCs with Multipoint SignalingThe following example shows how to configure an ATM interface for SVCs using multipoint signaling. For further information, refer to the section "Configuring Point-to-Multipoint Signaling" earlier in this chapter. interface atm 2/0 ip address 10.4.4.6 255.255.255.0 pvc 0/5 qsaal exit ! pvc 0/16 ilmi exit ! atm esi-address 3456.7890.1234.12 ! svc mcast-1 nsap cd.cdef.01.234566.890a.bcde.f012.3456.7890.1234.12 broadcast protocol ip 10.4.4.4 broadcast exit ! svc mcast-2 nsap 31.3233.34.352637.3839.3031.3233.3435.3637.3839.30 broadcast protocol ip 10.4.4.7 broadcast exit ! atm multipoint-signalling atm maxvc 1024 Example Configuring SVC Traffic ParametersThe figure below illustrates a source and destination router implementing traffic settings that correspond end-to-end. The output values for the source router correspond to the input values for the destination router. The following example shows how to specify VBR-NRT traffic parameters on the source router. For further information, refer to the section "Configuring SVC Traffic Parameters" earlier in this chapter. interface atm 4/0 svc svc-1 nsap 47.0091.81.000000.0041.0B0A.1581.0040.0B0A.1585.00 vbr-nrt 1000 500 64 800 400 64 exit Example Creating a VC ClassThe following example shows how to create a VC class named main and how to configure UBR and encapsulation parameters. For further information, refer to the sections "Creating a VC Class" and "Configuring VC Parameters" earlier in this chapter. vc-class atm main ubr 10000 encapsulation aal5mux ip The following example shows how to create a VC class named sub and how to configure UBR and PVC management parameters. For further information, refer to the sections "Creating a VC Class" and "Configuring VC Parameters" earlier in this chapter. vc-class atm sub ubr 15000 oam-pvc manage 3 The following example shows how to create a VC class named pvc and how to configure VBR-NRT and encapsulation parameters. For further information, refer to the sections "Creating a VC Class" and "Configuring VC Parameters" earlier in this chapter. vc-class atm pvc vbr-nrt 10000 5000 64 encapsulation aal5snap Examples Applying a VC ClassThe following example shows how to apply the VC class named main to the ATM main interface 4/0. For further information, refer to the section "Applying a VC Class on an ATM PVC or SVC" earlier in this chapter. interface atm 4/0 class-int main exit The following example shows how to apply the VC class named sub to the ATM subinterface 4/0.5: interface atm 4/0.5 multipoint class-int sub exit The following example shows how to apply the VC class named pvc directly on the PVC 0/56: interface atm 4/0.5 multipoint pvc 0/56 class-vc pvc exit Example LMI Management on an ATM PVCThe following example first shows how to configure an ILMI PVC on the main ATM interface 0/0. ILMI management is then configured on the ATM subinterface 0/0.1. For further information, refer to the section "Configuring ILMI Management" earlier in this chapter. interface atm 0/0 pvc routerA 0/16 ilmi exit ! interface atm 0/0.1 multipoint pvc 0/60 ilmi manage Example OAM Management on an ATM PVCThe following example shows how to enable OAM management on an ATM PVC. The PVC is assigned the name routerA and the VPI and VCI are 0 and 32, respectively. OAM management is enabled with a frequency of 3 seconds between OAM cell transmissions. For further information, refer to the section "Configuring OAM Management for PVCs" earlier in this chapter. interface atm 2/0 pvc routerA 0/32 oam-pvc manage 3 oam retry 5 5 10 Example OAM Management on an ATM SVCThe following example shows how to enable OAM management on an ATM SVC. The SVC is assigned the name routerZ and the destination NSAP address is specified. OAM management is enabled with a frequency of 3 seconds between OAM cell transmissions. For further information, refer to the section "Configuring OAM Management for SVCs" earlier in this chapter. interface atm 1/0 svc routerZ nsap 47.0091.81.000000.0040.0B0A.2501.ABC1.3333.3333.05 oam-svc manage 3 oam retry 5 5 10 Examples Classical IP and ARP
Example Configuring ATM ARP Client in an SVC EnvironmentThis example shows how to configure an ATM ARP client in an SVC environment. Note that the client in this example and the ATM ARP server in the next example are configured to be on the same IP network. For further information, refer to the section "Configuring the Router as an ATM ARP Client" earlier in this chapter. interface atm 2/0.5 atm nsap-address ac.2456.78.040000.0000.0000.0000.0000.0000.0000.00 ip address 10.0.0.2 255.0.0.0 pvc 0/5 qsaal atm arp-server nsap ac.1533.66.020000.0000.0000.0000.0000.0000.0000.00 Example Configuring ATM ARP Server in an SVC EnvironmentThe following example shows how to configure ATM on an interface and configures the interface to function as the ATM ARP server for the IP subnetwork. For further information, refer to the section "Configuring the Router as an ATM ARP Server" earlier in this chapter. interface atm 0/0 ip address 10.0.0.1 255.0.0.0 atm nsap-address ac.1533.66.020000.0000.0000.0000.0000.0000.0000.00 atm rate-queue 1 100 atm maxvc 1024 pvc 0/5 qsaal atm arp-server self Example Configuring ATM Inverse ARP in a PVC EnvironmentThe following example shows how to configure ATM on an interface and then configures the ATM Inverse ARP mechanism on the PVCs on the interface, with Inverse ARP datagrams sent every 5 minutes on three of the PVCs. The fourth PVC will not send Inverse ATM ARP datagrams, but will receive and respond to Inverse ATM ARP requests. For further information, refer to the section "Configuring Classical IP and ARP in an SVC Environment" earlier in this chapter. interface atm 4/0 ip address 172.21.1.111 255.255.255.0 pvc 0/32 inarp 5 exit ! pvc 0/33 inarp 5 exit ! pvc 0/34 inarp 5 exit ! interface atm 4/0.1 point-to-point pvc 0/35 exit No map-group and map-list commands are needed for IP. Examples Dynamic Rate QueueThe following examples assume that no permanent rate queues have been configured. The software dynamically creates rate queues when a pvc command creates a new PVC that does not match any user-configured rate queue. For further information, refer to the section "Using Dynamic Rate Queues" earlier in this chapter. The following example shows how to set the peak rate to the maximum that the PLIM will allow. Then it creates a rate queue for the peak rate of this VC. interface 2/0 pvc 1/41 exit The following example shows how to create a 100-Mbps rate queue with an average rate of 50 Mbps and a burst size of 64 cells: interface 2/0 pvc 2/42 vbr-nrt 100000 50000 64 exit The following example shows how to create a 15-Mbps rate queue and set the average rate to the peak rate: interface 2/0 pvc 3/43 ubr 15000 exit The following example shows how to configure a rate queue tolerance on the ATM interface with slot 2 and port 0. A tolerance-value of 20 is specified, which will apply to SVCs, discovered VCs, and PVCs. interface atm 2/0 atm rate-queue tolerance svc pvc 20 Example ATM Interfaces for SMDS EncapsulationThe following example shows how to create a minimal configuration of an ATM interface to support AAL3/4 and SMDS encapsulation; no protocol configuration is shown. For further information, refer to the section "Configuring ATM Subinterfaces for SMDS Networks" earlier in this chapter. interface atm 3/0 atm aal aal3/4 atm smds-address c140.888.9999 atm vp-filter 0 atm multicast e180.0999.9999 atm pvc 30 0 30 aal34smds The following example shows how IP dynamic routing might coexist with static routing of another protocol: interface atm 3/0 ip address 172.21.168.112 255.255.255.0 atm aal aal3/4 atm smds-address c140.888.9999 atm multicast e180.0999.9999 atm vp-filter 0 atm pvc 30 0 30 aal34smds map-group atm appletalk address 10.1 appletalk zone atm ! map-group atm atalk 10.2 smds c140.8111.1111 broadcast This example shows that IP configured is dynamically routed, but that AppleTalk is statically routed. An AppleTalk remote host is configured at address 10.2 and is associated with SMDS address c140.8111.1111. AAL3/4 associates a protocol address with an SMDS address, as shown in the last line of this example. In contrast, AAL5 static maps associate a protocol address with a PVC number. Example Transparent Bridging on an AAL5-SNAP PVCIn the following example, three AAL5-SNAP PVCs are created on the same ATM interface. The router will broadcast all spanning tree updates to these AAL5-SNAP PVCs. No other virtual circuits will receive spanning tree updates. For further information, refer to the section "Configuring Fast-Switched Transparent Bridging" earlier in this chapter. interface atm 4/0 ip address 10.1.1.1 255.0.0.0 pvc 1/33 pvc 1/34 pvc 1/35 bridge-group 1 ! bridge 1 protocol dec Examples Inverse Multiplexing over ATM
Example E1 IMA on Multiport T1 E1 ATM Network ModuleThe following example shows the setup of ATM interfaces, IMA groups, PVCs, and SVCs for E1 IMA on a Multiport T1/E1 ATM Network Module: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname IMARouter ! logging buffered 4096 debugging ! ip subnet-zero no ip domain-lookup ip host 10.11.16.2 ip host 10.11.16.3 ip host 10.11.55.192 ip host 10.11.55.193 ip host 10.11.55.195 ip host 10.11.55.196 ! ! ! ! interface Ethernet0/0 ip address 10.17.12.100 255.255.255.192 no ip directed-broadcast ! ATM interface 1/0 includes a PVC, but the specified link is not included in an IMA group. In this example, impedance and scrambling are set at their default values for E1 links and must match the far-end setting. The broadcast setting on the PVC takes precedence (addresses are fictitious). interface ATM1/0 ip address 10.1.1.26 255.255.255.1 no ip directed-broadcast no atm oversubscribe pvc 1/40 protocol ip 10.10.10.10 broadcast ! scrambling-payload impedance 120-ohm no fair-queue ! The eight-port ATM IMA E1 network module is in slot 1, and the interface commands below specify three links as members of IMA group 0. interface ATM1/1 no ip address no ip directed-broadcast no atm oversubscribe ima-group 0 scrambling-payload impedance 120-ohm no fair-queue ! interface ATM1/2 no ip address no ip directed-broadcast no atm oversubscribe ima-group 0 scrambling-payload impedance 120-ohm no fair-queue ! interface ATM1/3 no ip address no ip directed-broadcast no atm oversubscribe ima-group 0 scrambling-payload impedance 120-ohm no fair-queue ! Four links are members of IMA group 1. interface ATM1/4 no ip address no ip directed-broadcast no atm oversubscribe ima-group 1 scrambling-payload impedance 120-ohm no fair-queue ! interface ATM1/5 no ip address no ip directed-broadcast no atm oversubscribe ima-group 1 scrambling-payload impedance 120-ohm no fair-queue ! interface ATM1/6 no ip address no ip directed-broadcast no atm oversubscribe ima-group 1 scrambling-payload impedance 120-ohm no fair-queue ! interface ATM1/7 no ip address no ip directed-broadcast no atm oversubscribe ima-group 1 scrambling-payload impedance 120-ohm no fair-queue ! The following commands specify parameters for the two IMA groups. For each group, a PVC is created and assigned an IP address. interface ATM1/IMA0 ip address 10.18.16.123 255.255.255.192 no ip directed-broadcast ima clock-mode common port 2 no atm oversubscribe pvc 1/42 protocol ip 10.10.10.10 broadcast ! ! interface ATM1/IMA1 ip address 10.19.16.123 255.255.255.192 no ip directed-broadcast no atm oversubscribe ima active-links-minimum 3 pvc 1/99 protocol ip 10.10.10.10 broadcast ! ! ip classless ip route 0.0.0.0 0.0.0.0 10.18.16.193 ip route 10.91.0.1 255.255.255.255 10.1.0.2 no ip http server ! ! ! line con 0 exec-timeout 0 0 history size 100 transport input none line aux 0 line vty 0 4 exec-timeout 0 0 password lab login history size 100 Example T1 IMA on Multiport T1 E1 ATM Network ModuleThe following example shows the setup of ATM interfaces, IMA groups, PVCs, and SVCs for T1 IMA on a Multiport T1/E1 ATM Network Module: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption no service dhcp ! hostname router ! ip subnet-zero ! There are four links in IMA group 3. The no scrambling-payload command is actually unnecessary, because this is the default for T1 links. The T1 automatic B8ZS line encoding is normally sufficient for proper cell delineation, so no scrambling-payload is the usual setting for T1 links, The scrambling setting must match the far end. interface ATM0/0 no ip address no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling-payload no fair-queue ! interface ATM0/1 ip address 10.18.16.121 255.255.255.192 no ip directed-broadcast no atm ilmi-keepalive ! ima-group 3 no scrambling-payload no fair-queue ! interface ATM0/2 no ip address no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling-payload no fair-queue ! interface ATM0/3 no ip address no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling-payload no fair-queue ! IMA group 3 has PVCs that are set up for SVC management and signaling. Two SVCs and a communications PVC are also set up on the group interface. interface ATM0/IMA3 no ip address no ip directed-broadcast no atm ilmi-keepalive pvc 0/16 ilmi ! pvc 0/5 qsaal ! ! pvc first 1/43 vbr-rt 640 320 80 encapsulation aal5mux ip ! ! svc second nsap 47.0091810000000050E201B101.00107B09C6ED.FE abr 4000 3000 ! ! svc nsap 47.0091810000000002F26D4901.444444444444.01 ! The IMA commands below specify that three links must be active in order for the group to be operational. The common clock source is the first link, ATM 0/1, and ATM 0/2 is the test link. The differential delay maximum is set to 50 milliseconds. ima active-links-minimum 3 ima clock-mode common 1 ima differential-delay-maximum 50 ima test link 2 ! interface Ethernet1/0 no ip address no ip directed-broadcast shutdown ! interface Ethernet1/1 no ip address no ip directed-broadcast shutdown ! ip classless no ip http server ! ! ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 login ! ! end Example T1 IMA on Multiport T1 E1 ATM Port AdapterThe following configuration example shows the setup of ATM interfaces, IMA groups, PVCs, and SVCs for T1 IMA on a Multiport T1/E1 ATM Port Adapter: version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption no service dhcp ! hostname router ! ! ! ip subnet-zero ! ! There are four links in IMA group 3. The no scrambling cell-payload command is actually unnecessary, as this is the default for T1 links. Because the T1 default binary-eight zero substitution (B8ZS) line encoding is normally sufficient for proper cell delineation, this is the usual setting for T1 links, The scrambling setting must match the far-end receiver. interface ATM0/0 no ip address no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling cell-payload no fair-queue ! interface ATM0/1 ip address 10.1.1.2 255.0.0.0 no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling-payload no fair-queue ! interface ATM1/2 no ip address no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling-payload no fair-queue ! interface ATM0/3 no ip address no ip directed-broadcast no atm ilmi-keepalive ima-group 3 no scrambling-payload no fair-queue ! IMA group 3 has PVCs that are set up for SVC management and signaling. Two SVCs and a communications PVC are also set up on the group interface. interface ATM0/IMA3 no ip address no ip directed-broadcast no atm ilmi-keepalive pvc 0/16 ilmi ! pvc 0/5 qsaal ! ! interface ATM0/IMA3.1 point-to-point ip address 10.1.1.1 255.255.255.0 pvc first 1/13 vbr-nrt 640 320 80 encapsulation aal5mux ip ! ! svc nsap 47.0091810000000002F26D4901.444444444444.01 ! The group commands below specify that three links must be active for the group to be operational. The common clock source is the first link, ATM 0/0, and ATM 0/1 is the test link. The differential delay maximum is set to 50 milliseconds (ms). ima active-links-minimum 3 ima clock-mode common 0 ima differential-delay-maximum 50 ima test link 1 ! interface Ethernet1/0 no ip address no ip directed-broadcast shutdown ! interface Ethernet1/1 no ip address no ip directed-broadcast shutdown ! ip classless no ip http server ! ! ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 login ! ! Example Configuring ATM E.164 Auto ConversionThe following example shows how to configure ATM E.164 auto conversion on an ATM interface. The figure below illustrates this example. For further information, refer to the section "Example Configuring ATM E.164 Auto Conversion" earlier in this chapter. interface atm 0 multipoint ip address 172.45.20.81 255.255.255.0 pvc 0/5 qsaal exit ! atm nsap-address 45.000120045020081F00000000.112233445566.00 atm e164 auto-conversion svc nsap 45.000120045020071F00000000.665544332211.00 protocol ip 172.45.20.71 exit Upon entering an E.164 network at Router A, the destination E.164 address, extracted from the E164_AESA of the static map, is signaled in the Called Party Address. The destination E164_AESA address from the E164_AESA of the static map is signaled in the Called Party Subaddress. The source E.164 address, extracted from the E164_AESA of the interface, is signaled in the Calling Party Address. The source E164_AESA address from the E164_AESA of the interface is signaled in the Calling Party Subaddress. Upon leaving the E.164 network, the original Called and Calling Party addresses are extracted from the subaddresses and moved into the Called and Calling Parties. The call is then forwarded. E164_ZDSP addresses are simply converted to E.164 addresses upon entering the E.164 network, and converted back to E164_ZDSP addresses upon leaving the network. Examples Circuit Emulation Service
Example Configuring CES on a CES Network ModuleIn the following example, the ATM interface clock is being used. The PVC is used by AAL1 CES and is connected to a TDM group to form a CES connection. The CES connection is between ATM interface 1/0 and T1 controller 1/0 using CES PVC 1/101 and TDM group 0. TDM Group 0 has four time slots. hostname vpd2005 ! logging buffered 4096 debugging no logging console ! ! ces 1/0 clock-select 1 em1/0 ! this is the default ! ip subnet-zero ip host lab 172.18.207.11 ip host rtplab 172.18.207.11 ip host rtpss20 172.18.207.11 ip host dev 172.18.207.10 ip host rtpdev 172.18.207.10 ! isdn voice-call-failure 0 cns event-service server ! controller T1 1/0 clock source internal tdm-group 0 timeslots 4-8 ! controller T1 1/1 clock source internal tdm-group 1 timeslots 1 ! ! interface Ethernet0/0 ip address 172.18.193.220 255.255.255.0 no ip directed-broadcast ! interface Ethernet0/1 no ip address no ip directed-broadcast ! interface Ethernet0/2 no ip address no ip directed-broadcast ! interface Ethernet0/3 no ip address no ip directed-broadcast ! interface ATM1/0 ip address 10.7.7.7 255.255.255.0 no ip directed-broadcast no atm ilmi-keepalive pvc 1/101 ces pvc 1/200 protocol ip 10.7.7.8 broadcast ! ip classless ip route 10.0.0.0 0.0.0.0 Ethernet0/0 ip route 10.0.0.0 0.0.0.0 172.18.193.1 ip route 10.0.0.0 255.0.0.0 10.1.1.1 no ip http server ! connect test ATM1/0 1/101 T1 1/0 0 ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 password lab login ! end Example Configuring CES on an ATM-CES Port AdapterThe following example shows how to configure the T1 port on the ATM-CES port adapter for unstructured (clear channel) CES services. In this example, the T1 port uses adaptive clocking and the circuit name "CBR-PVC-A." For further information, refer to the section "Configuring Circuit Emulation Services" earlier in this chapter. interface cbr 6/0 ces aal1 service unstructured ces aal1 clock adaptive atm clock internal ces dsx1 clock network-derived ces circuit 0 circuit-name CBR-PVC-A ces pvc 0 interface atm 6/0 vpi 0 vci 512 no shutdown no ces circuit 0 shutdown exit Example Configuring Network Clock Source PriorityThe following example shows how to establish the T1 port on the ATM-CES port adapter as the first clocking priority and the ATM port as the second clocking priority. For further information, refer to the section "Configuring Network Clock Source and Priorities" earlier in this chapter. network-clock-select 1 cbr 6/0 network-clock-select 2 atm 6/0 exit Example Configuring Virtual Path ShapingThe following example shows a typical configuration for the ATM-CES port adapter with VP shaping on a Cisco 7200 series router. In this example, a VP is created with the VPI value of 1 and with a peak rate of 2000 kbps. The subsequent VCs created, one data VC and one CES VC, are multiplexed onto this VP. For further information, refer to the section "Configuring Virtual Path Shaping" earlier in this chapter. interface atm 6/0 ip address 10.2.2.2 255.255.255.0 atm pvp 1 2000 pvc 1/33 no shutdown exit interface cbr 6/1 ces circuit 0 ces pvc 0 interface atm6/0 vpi 1 vci 100 exit Example ATM Access over a Serial InterfaceThe following example shows how to configure a serial interface for ATM access. In the following example, serial interface 0 is configured for ATM-DXI with MUX encapsulation. Because MUX encapsulation is used, only one protocol is carried on the PVC. This protocol is explicitly identified by a dxi map command, which also identifies the protocol address of the remote node. This PVC can carry IP broadcast traffic. interface serial 0 ip address 172.21.178.48 encapsulation atm-dxi dxi pvc 10 10 mux dxi map ip 172.21.178.4 10 10 broadcast Example ATM Port Adapters Connected Back-to-BackThe following example shows how to connect two ATM port adapters back to back. Two routers, each containing an ATM port adapter, are connected directly with a standard cable, which allows you to verify the operation of the ATM port or to directly link the routers to build a larger node. By default, the ATM port adapter expects a connected ATM switch to provide transmit clocking. To specify that the ATM port adapter generates the transmit clock internally for SONET PLIM operation, add the atm clock internal command to your configuration. Additional ReferencesRelated Documents
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. 1 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 2 To determine the correct form of the interface atm command, consult your ATM network module, port adapter, or router documentation. 3 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 4 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 5 To determine the correct form of the interface atm command, consult your ATM network module, port adapter, or router documentation. 6 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 7 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 8 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 9 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 10 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 11 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 12 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 13 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 14 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 15 Q Signaling ATM adaptation Layer. 16 Subnetwork Access Protocol. 17 To form an IMA group with independent clock mode, use the
no shut
command in the IMA interface only. To change the mode to independent from an already existing IMA group, use the
no ima
command on the IMA group links. Next, change the mode, add all the links, and then issue the
no shut
command in the IMA interface. 18 To determine the correct form of the interface atm command, consult your ATM network module, port adapter, or router documentation. 19 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. 20 To determine the correct form of the
interface atm
command, consult your ATM network module, port adapter, or router documentation. © 2011 Cisco Systems, Inc. All rights reserved.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|