Setup guide
3-29
Cisco 6400 Software Setup Guide
OL-1183-04
Chapter3 Basic NRP Configuration
Permanent Virtual Circuits
Example—Traffic Shaping a PVC with UBR QoS
In the following example, PVC 0/40 is configured with the UBR QoS class, at a peak cell rate of
512kbps:
!
interface atm 0/0/0
pvc 0/40
encapsulation aal5snap
ubr 512
!
Example—Traffic Shaping a PVC with VBR-NRT
In the following example, PVC 103/100 is configured with the VBR-NRT QoS class, with a peak cell
rate of 512 kbps, a sustained cell rate of 16 kbps, and a burst rate of 10 kbps:
!
interface ATM0/0/0.1 point-to-point
pvc 103/100
vbr-nrt 512 16 10
encapsulation aal5mux ppp Virtual-Template1
!
!
Verifying PVC Traffic Shaping
To verify successful configuration of PVC traffic shaping, use the show atm vc EXEC command. Check
that the traffic shaping parameters are displayed correctly.
NRP# show atm vc
VCD / Peak Avg/Min Burst
Interface Name VPI VCI Type Encaps SC Kbps Kbps Cells Sts
0/0/0.1 1 103 100 PVC MUX VBR 512 16 10 UP
0/0/0.2 2 101 101 PVC MUX UBR 155000 UP
0/0/0.3 3 101 110 PVC SNAP UBR 155000 UP
NRP#