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

Creating Static ATM Interfaces Within VC Subranges

You can configure a static ATM interface with an ATM PVC whose VPI and VCI addresses fall within an existing bulk-configured VC subrange.

To create a static ATM interface within a VC subrange:

  1. Create a bulk-configured VC range that includes one or more VC subranges.
    host1(config)#interface atm 0/0
    host1(config-if)#atm bulk-config test vc-range 1 3 32 1031
  2. Specify a static ATM 1483 subinterface.
    host1(config-if)#interface atm 0/0.2100
  3. Configure an ATM PVC with VPI and VCI values that fall within the bulk-configured VC subrange. In this example, the VPI value (2) is within the VPI range 1–3, and the VCI value (100) is within the VCI range 32–1031.
    host1(config-subif)#atm pvc 2100 2 100 aal0
  4. Configure the static ATM interface. For example, the mpls-relay command creates a ATM layer 2 services over MPLS tunnel on the circuit.
    host1(config-subif)#mpls-relay 192.168.0.1 2100

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