Creating An Atm Vc Class; Applying A Vc Class; Enabling Ilmi Pvc Discovery - Cisco 10000 Series Configuration Manual

Router line card
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 2
8-Port E3/DS3 ATM Line Card Configuration

Creating an ATM VC Class

This procedure demonstrates how to create an ATM VC class. An ATM VC class is a PVC boilerplate—a
PVC description that you can apply to one or more PVCs.
To create an ATM VC class, perform the following steps:
From global configuration mode, enter the vc-class atm name command, where name is the name value
Step 1
you assign. The following example shows how to create the ATM VC class named boston.
Router(config)# vc-class atm boston
Router(config-vc-class)#
Step 2
Enter commands to describe the ATM VC class you named boston. This example shows how to specify
that the boston class uses AAL5+MUX encapsulation with a variable bit-rate non real-time (VBR-NRT)
PVC.
Router(config-vc-class)# encapsulation aal5mux ip
Router(config-vc-class)# vbr-nrt 30000 20000 128
Router(config-vc-class)# exit
Router(config)#
You have created a VC class named boston. The next procedure describes steps for applying this class
to a PVC or subinterface.

Applying a VC Class

You can apply a VC class (created in the previous procedure) to a PVC or a subinterface.
You have completed the steps for assigning a VC class to a PVC.

Enabling ILMI PVC Discovery

You can enable ILMI to automatically discover PVCs on neighboring switches and duplicate those PVC
entries on the 8-Port E3/DS3 ATM line card.
OL-8834-04
In the following example, the class named boston is applied to a new PVC (0/102) in subinterface
5/0/0.2.
Router(config)# interface atm 5/0/0.2
Router(config-subif)# pvc 0/102
Router(config-if-atm-vc)# class-vc boston
Router(config-if-atm-vc)#
In the following example, the class named boston is applied to subinterface 5/0/0.1.
Router(config)# interface atm 5/0/0.1
Router(config-subif)# class-int boston
Router(config-subif)#
Line Card Interface Configuration Examples
Cisco 10000 Series Router Line Card Configuaration Guide
2-5

Advertisement

Table of Contents
loading

Table of Contents