atm pvc
From Interface Configuration or Subinterface Configuration mode, creates a PVC on an ATM interface. The no version removes the specified PVC.
From Profile Configuration mode, applies encapsulation, traffic-shaping, and OAM parameters to the range of PVCs configured on a static ATM AAL5 interface for use by a dynamic ATM 1483 subinterface. The no version restores the default service type, UBR, on the VC range.
To create a PVC on an ATM interface when using the aal5snap, aal5autoconfig, or aal5mux ip encapsulation type:
atm pvc vcd vpi vci encapsulation [ cbr cbr | peak [ average burst [ rt ] ] ]
[ oam [ seconds | cc [ segment | end-to-end ] { source | sink | both } ] ]
[ inArp [ minutes ] ]To create a PVC on an ATM interface when using the aal5all, aal0, or ilmi encapsulation type:
atm pvc vcd vpi vci encapsulation [ cbr cbr | peak [ average burst [ rt ] ] ]
To use a profile to apply encapsulation and traffic-shaping parameters to a bulk range of PVCs configured for a dynamic ATM 1483 subinterface:
atm pvc encapsulation [ cbr cbr | peak [ average burst [ rt ] ] ] [oam seconds ]
- vcdVirtual circuit descriptor that is an identifier for the VC in other commands; in the range 12147483647
- vpiVirtual path identifier of this PVC. The allowable numeric range depends on the line module capabilities and current configuration. The VPI and VCI cannot both be set to 0; if one is 0, the other cannot be 0.
- vciVirtual circuit identifier of this PVC. The allowable numeric range depends on the line module capabilities and current configuration. The VPI and VCI cannot both be set to 0; if one is 0, the other cannot be 0.
- encapsulationAvailable options differ for ATM interfaces and dynamic ATM 1483 subinterfaces, as follows:
- aal5allCauses the router to pass through all ATM AAL5 traffic without interpreting it; supported for ATM layer 2 services over MPLS
- aal0Causes the router to receive raw ATM cells on this circuit and forward the cells without performing AAL5 packet reassembly; supported for ATM layer 2 services over MPLS
- aal5snapLLC encapsulated circuit; LLC/SNAP header precedes the protocol datagram
- aal5mux ipVC-based multiplexed circuit used for IP only
- aal5autoconfigEnables autodetection of the 1483 encapsulation (LLC/SNAP or VC multiplexed)
- ilmiIntegrated local management interface encapsulation
- aal5snapLLC encapsulated circuit; LLC/SNAP header precedes the protocol datagram
- aal5mux ipVC-based multiplexed circuit used for IP only
- aal5autoconfigEnables autodetection of the 1483 encapsulation (LLC/SNAP or VC multiplexed)
- cbrConstant bit rate in Kbps
- peakPCR in Kbps
- averageAverage rate in Kbps; also referred to as SCR
- burstLength in cells of the burst; also referred to as MBS
- rtSelects VBR-RT as the service type; the default type is VBR-NRT. You can select rt only if you set the peak, average, and burst parameters.
- oamEnables generation of OAM F5 loopback cells on this circuit. This option enables VC integrity features that affect the operational state of the ATM PVC. You can use the oam keyword only if you specify the aal5snap, aal5autoconfig, or aal5mux ip encapsulation type.
- secondsTime interval in the range 1600 seconds between transmissions of OAM F5 end-to-end loopback cells for VC connectivity verification.
- inArpEnables Inverse ARP. You can use the inArp keyword only if you specify the aal5snap encapsulation type.
- minutesInverse ARP refresh rate in minutes; 15 minutes is the default
- ccEnables CC cells on the PVC; you can enable CC cells only on data circuits, not on control circuits, such as ILMI or signaling circuits
- segmentOpens an OAM CC segment cell flow
- end-to-endOpens an OAM CC end-to-end cell flow
- sinkEnables this VC as a sink point (cell receiver)
- sourceEnables this VC as the source point (cell generator)
- bothEnables this VC as both a sink point and a source point
Interface Configuration, Profile Configuration, Subinterface Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.