|
|
Figure 1 shows the 1-port ATM-25 network module in a typical ADSL application environment. In this example, the network module and the associated Cisco3640 router provide ATM connectivity to the ADSL modem and provide traffic shaping and protocol encapsulation for the downstream LAN clients.

The 1-port ATM-25 network module offers the following features:
The 1-Port ATM-25 Network Module for the Cisco 3600 Series provides the following benefits:
Asymmetrical Digital Subscriber Line (ADSL)--One-way digital transmission link using existing single twisted-pair wiring.
Asynchronous Transfer Mode (ATM)--High bandwidth, low-delay, packet-like switching and multiplexing technique. Usable capacity is segmented into 53-byte fixed-size cells, consisting of header and information fields, allocated to services on demand.
ATM-25--25 Mbps ATM developed by IBM.
Interim Local Management Interface (ILMI)--Specification developed by the ATM Forum for incorporating network-management capabilities into the ATM UNI.
Operations, Administration, and Management (OAM)--ATM Forum specification for cells used to monitor virtual circuits. OAM cells provide a virtual circuit-level loopback in which a router responds to the cells, demonstrating that the circuit is up, and the router is operational.
Quality of Service (QoS)--Measure of performance for a transmission system that reflects its transmission quality and service availability.
Segmentation and Reassembly (SAR)--A layer of the ATM protocol stack responsible for the data segmentation into standard ATM fixed-length cells for transmission over an ATM network and for data reconstruction at the receiving end.
Unspecified Bit Rate (UBR)--QoS class defined by the ATM Forum for ATM networks. UBR allows any amount of data up to a specified maximum to be sent across the network, but there are no guarantees in terms of cell loss rate and delay.
Virtual circuit (VC)--Logical circuit created to ensure reliable communication between two network devices. A virtual circuit is defined by a VPI/VCI pair, and can be either permanent (a PVC) or switched (an SVC). In ATM, a virtual circuit is also called a virtual channel.
This feature is supported on the Cisco 3600 series routers.
Before you can configure an ATM interface, complete the following prerequisite tasks:
This feature supports the following MIBs:
For descriptions of supported MIBs and how to use MIBs, see Cisco's MIB website on CCO at http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml.
This feature supports the following RFCs:
To configure the ATM-25 interface, perform the following tasks beginning in global configuration mode:
| Task | Command |
|---|---|
| Select the ATM interface you want to configure and enter the interface configuration mode. | interface atm slot/unit |
| Configure the applicable routing protocols for this interface. In this procedure, IP routing is enabled as an example. | ip address ip-address mask |
| Enable the ATM interface. | no shutdown |
For more information about configuring ATM interfaces, refer to the Cisco IOS Release 11.3 Wide-Area Networking Configuration Guide.
To create a PVC on the ATM-25 network module, perform the following task in interface configuration mode
| Task | Command |
|---|---|
| Set up the PVC. | atm pvc vcd vpi vci aal-encap [[midlow midhigh] [peak average burst]] [oam seconds] [inarp minutes] |
For more information about configuring ATM interfaces, refer to the Cisco IOS Release 11.3 Wide-Area Networking Configuration Guide.
You enter mapping commands as groups. You first create a map list and then associate it with an interface. To map a protocol address to a PVC, perform the following tasks beginning in global configuration mode:
| Task | Command |
|---|---|
| Create a map list by naming it and enter the map-list configuration mode. | map-list name |
| Create the mapping of protocol addresses to another PVC. In this procedure, IP routing is enabled as an example. | ip ip-address atm-vc vcd [broadcast] |
| Select the ATM interface and enter the interface configuration mode. | interface atm slot/unit |
| Assign the appropriate map list to the interface. | map-group group-name |
For more information about configuring ATM interfaces, refer to the Cisco IOS Release 11.3 Wide-Area Networking Configuration Guide.
Configuration for Router A:
configure terminal interface atm1/0 ip addr 1.2.3.4 255.0.0.0 atm pvc 1 0 32 aal5snap map-group ipa no shutdown exit map-list ipa ip 1.2.3.3 atm-vc 1 broadcast
Configuration for Router B:
configure terminal interface atm1/0 ip addr 1.2.3.3 255.0.0.0 atm pvc 1 0 32 aal5snap map-group ipb no shutdown exit map-list ipb ip 1.2.3.4 atm-vc 1 broadcast
In this example:
In the previous example, if you want to configure traffic shaping at 10 Mbps, the atm pvc command would be configured as follows:
For Router A:
atm pvc 1 0 32 aal5snap 10000 10000 1
For Router B:
atm pvc 1 0 32 aal5snap 10000 10000 1
In the previous example, you would only be able to transmit at 10Mbps; the remaining 15 Mbps would no longer be available.
There are no new or edited commands introduced with the 1-Port ATM-25 Network Module. All other commands used with this device are documented in the Cisco IOS Release 11.3 command references.
|
|