Setup guide
2-12
Cisco 6400 Software Setup Guide
OL-1183-04
Chapter2 Basic NSP Configuration
Internal Cross-Connections
To create a PVP between an ATM interface and an NRP, complete the following steps beginning in
global configuration mode:
You must also configure PVCs on the NRP that will use the VP switch. For instructions on configuring
PVCs on the NRP, see the “Permanent Virtual Circuits” section on page3-20.
Example—Internal PVP
In the following example, an internal PVP is configured between the NLC ATM interface at 1/0/0 and
an NRP in slot 5. Both the NRP and NSP must be configured to create the PVP.
Configuration fragment on the NSP:
!
interface atm 1/0/0
atm pvp 0 interface atm 5/0/0 2
!
Configuration fragment on the NRP:
!
interface atm 0/0/0
pvc 2/100
pvc 2/101
pvc 2/102
!
Verifying Internal Cross-Connections
Use the show atm vc EXEC command to confirm the status of ATM virtual channels:
Switch# show atm vc
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM0/0/0 0 35 PVC ATM1/0/0 0 16 ILMI DN
ATM0/0/0 0 36 PVC ATM1/0/0 0 5 QSAAL DN
ATM0/0/0 0 37 PVC ATM1/0/1 0 16 ILMI DN
ATM0/0/0 0 38 PVC ATM1/0/1 0 5 QSAAL DN
ATM0/0/0 0 39 PVC ATM5/0/0 0 16 ILMI DN
ATM0/0/0 0 40 PVC ATM5/0/0 0 5 QSAAL DN
ATM0/0/0 0 41 PVC ATM6/0/0 0 16 ILMI DN
ATM0/0/0 0 42 PVC ATM6/0/0 0 5 QSAAL DN
ATM0/0/0 0 43 PVC ATM7/1/0 0 16 ILMI UP
ATM0/0/0 0 44 PVC ATM7/1/0 0 5 QSAAL UP
ATM0/0/0 0 45 PVC ATM7/1/1 0 16 ILMI DN
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM0/0/0 0 46 PVC ATM7/1/1 0 5 QSAAL DN
ATM0/0/0 0 47 PVC ATM8/1/0 0 16 ILMI UP
ATM0/0/0 0 48 PVC ATM8/1/0 0 5 QSAAL UP
ATM0/0/0 0 49 PVC ATM8/1/1 0 16 ILMI DN
ATM0/0/0 0 50 PVC ATM8/1/1 0 5 QSAAL DN
ATM0/0/0 0 51 PVC ATM7/0/0 0 16 ILMI UP
ATM0/0/0 0 52 PVC ATM7/0/0 0 5 QSAAL UP
ATM0/0/0 0 53 PVC ATM7/0/1 0 16 ILMI DN
Command Purpose
Step1
Switch(config)# interface atm slot/subslot/port
Selects the NLC interface to be configured.
Step2
Switch(config-if)# atm pvp vpi interface atm
slot/subslot/port vpi
Configures the PVP, using the slot/subslot/port of the
NRP to which you want to connect the NLC.