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


ATM Circuits

Specify the encapsulation type for ATM circuits when configuring the virtual circuit (VC). Specify whether each VC is a circuit or a regular logical interface.

Configure ATM circuits for TCC as follows:

interfaces {
    at-fpc/pic/port {
        atm-options {
            vpi vpi-identifier maximum-vcs maximum-vcs;
        }
        unit logical-unit-number {
            point-to-point;
            encapsulation (atm-tcc-vc-mux | atm-tcc-snap);
            vci vpi-identifier.vci-identifier;
        }
    }
}

You can configure these statements at the following hierarchy levels:


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