Cisco Systems OL-7396-01 Network Router User Manual


 
25-20
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 25 Configuring ATM Router Module Interfaces
Configuring Classical IP over ATM in a PVC Environment
Switch(config-if)# ip address 20.1.1.2 255.255.255.0
Switch(config-if)# ipx network 2011
Switch(config-if)# end
Switch#
Note The VCI in the atm pvc command must match the atm-vc VCI in the map list.
Ethernet Router
RouterB# configure terminal
RouterB(config)# ipx routing
RouterB(config)# interface fastethernet 2/0
RouterB(config-if)# ip address 20.1.1.1 255.255.255.0
RouterB(config-if)# ipx network 2011
RouterB(config-if)# end
RouterB#
Configuring Classical IP over ATM in a PVC Environment
This section describes how to configure classical IP over ATM, as described in RFC 1577, in a PVC
environment on the ATM router module. The ATM Inverse ARP (InARP) mechanism is applicable to
networks that use permanent virtual connections (PVCs), where connections are established but the
network addresses of the remote ends are not known. For more information on configuring ATM ARP
and ATM InARP, see Chapter 13, “Configuring IP over ATM,”
For a description of classical IP over ATM and RFC 1577, refer to the Guide to ATM Technology.
In a PVC environment, configure the ATM InARP mechanism on the ATM router module by performing
the following steps, beginning in global configuration mode:
Repeat these tasks for each PVC you want to create.
The inarp minutes interval specifies how often inverse ARP datagrams are sent on this virtual circuit.
The default value is 15 minutes.
Example
The following example shows how to configure an IP-over-ATM interface on interface ATM 3/0/0, using
a PVC with AAL5SNAP encapsulation, InARP set to ten minutes, VPI = 2, and VCI = 100:
Switch(config)# interface atm 3/0/0
Switch(config-if)# ip address 11.11.11.11 255.255.255.0
Switch(config-if)# atm pvc 2 100 interface atm 0/0/0 50 100 encap aal5snap inarp 10
Command Purpose
Step 1
Switch(config)# interface atm card/subcard/port
Switch(config-if)#
Specifies the ATM router module interface to
configure.
Step 2
Switch(config-if)# ip address ip-address mask Specifies the IP address of the interface.
Step 3
Switch(config-if)# atm pvc 2 vci interface atm
card/subcard/port vpi vci encap {aal5mux
1
|
aal5snap} [inarp minutes]
1. Only the Catalyst 8540 MSR enhanced ATM router module supports AAL5 MUX encapsulation.
Creates a PVC and enables ATM InARP.
Note The VPI number on the ATM router
module interface must be 2.