Chapter 6 Configuring the Passport 8672ATM Module 141
Using the Passport 8672ATM Module
Follow the instructions there except, in the ConnectType field, select Ipx instead
of bridged.
Configuring an IPX routing 1483 PVC using the CLITo configure the Passport 8672ATM Module for this setup using the CLI:
1To create two VLANs by port, enter:
config vlan 2 create byport 1
config vlan 3 create byport 1
2To add an ATM port (in this example, 1/1) and several Ethernet ports (in this
example, 3/40 to 3/48) to the VLAN, enter:
config vlan 2 port add 1/1
config vlan 3 port add 3/40-3/48
3To configure IPX network numbers on both VLANs (use two different
subnets), enter:
config vlan 2 ipx <ipx network number>
config vlan 3 ipx <ipx network number>
4To enable forwarding on IPX, enter:
config ipx forwarding enable <ipx network number>
5If necessary, use the following CLI commands to change RIP parameters:
config ipx rip <sub-command>
config ip forwarding <sub-command>
6To configure a 1483 PVC with LLC/SNAP-encapsulation and UBR, enter:
config atm 1/1 pvc create 0.100 enc 1483-llc serv
ubr
7To associate a 1483 IPX routed PVC with a VLAN, enter:
config atm 1/1 pvc 1483 ipx create 2 0.100 <IPX
network number of existing vlan>