Specifications

C-9
Cisco MGX 8850 (PXM45) and MGX 8950 Software Configuration Guide
Release 3, Part Number 78-14788-01 Rev. C0, January 2004
Appendix C Supporting and Using Additional CLI Access Options
Setting Up ATM WAN Connections
mgx8850a.7.PXM.a> dsppnports
(example output)
Per-port status summary
PortId IF status Admin status ILMI state Total Activeconns
10:1.1:1 up up Undefined 3
Configuring the Router
To support IP over ATM communications on the ATM router, you need to configure the following
interfaces:
ATM interface to switch
Interface to the LAN that hosts the management workstation
To configure the ATM interface to the switch, you need to do the following tasks:
Create an ATM interface
Assign an IP address to the ATM interface
Assign an AESA to the ATM interface
Configure the ATM interface to be the ATMARP server for the switch
If the router IP address for the ATM interface is on the same subnet as the IP address on the switch ATM
interface, no additional configuration is required for the router IP LAN interface.
To configure the IP interface to the LAN, you need to do the following tasks:
If the router IP address for the ATM interface is not on the same subnet as the IP address on the
switch ATM interface, you must manually configure on IP host-route for each MGX 8850 to which
the interface will connect.
Configure a routing protocol to broadcast the switch IP addresses to the LAN or create default routes
to the switch on the management workstation.
The procedure you use to configure the ATM router will depend on the router you are using. The
following example lists commands you can use on a Cisco router to support IP over ATM
communications with the Cisco MGX 8850 and Cisco MGX 8950 switches.
Example C-2 Router Configuration Commands for IP Communications over ATM
config term
ip routing
ip route 0.0.0.0 0.0.0.0 W.X.Y.Z 1 (set default route)
interface atm 0
ip address A.B.C.D G.H.I.J # G.H.I.J = netmask
atm nsap-address 47.0091.8100.0000.0010.7b65.f258.0010.7b65.ffff.f1
atm uni-version 3.1
atm pvc 1 0 5 qsaal
atm pvc 2 0 16 ilmi #Optional. Enter to enable ILMI.
atm ilmi-keepalive 10 #Optional. Enter to configure ILMI.
atm esi-address 00107B65FFFF.F1 #Optional. Enter to support ILMI.
atm arp-server self
no shut
^Z
write memory