[Contents] [Prev] [Next] [Index] [Report an Error]

Creating VC Subranges That Include Static ATM Interfaces

You can configure a bulk-configured VC subrange that includes the VPI and VCI addresses belonging to an existing ATM PVC on a static ATM interface. This example is essentially the reverse of the procedure in Creating Static ATM Interfaces Within VC Subranges.

To create a VC subrange that includes a static ATM interface:

  1. Specify a static ATM 1483 subinterface.
    host1(config-if)#interface atm 3/1.201
  2. Configure an ATM PVC on the static ATM 1483 subinterface. In this example, the VPI value is 1 and the VCI value is 101.
    host1(config-subif)#atm pvc 201 1 101 aal0
  3. Configure the static ATM interface. For example, the mpls-relay command creates an ATM layer 2 services over MPLS tunnel on the circuit.
    host1(config-subif)#mpls-relay 5.1.1.1 201
  4. Create a bulk-configured VC range that includes the VPI and VCI values of the previously configured ATM PVC. In this example, the VPI range (0–2) includes VPI 1, and the VCI range (100–250) includes VCI 101.
    host1(config)#interface atm 3/1
    host1(config-if)#atm bulk-config test2 vc-range 0 2 100 250

atm bulk-config

atm pvc

interface atm

mpls-relay


[Contents] [Prev] [Next] [Index] [Report an Error]