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

Configuring Physical ATM Interfaces and Logical Interface Properties for ADSL

To configure physical ATM interfaces for ADSL, include the vpi 0 statement at the [edit interfaces at-pim/0/port atm-options] hierarchy level, the operating-mode statement at the [edit interfaces at-pim/0/port dsl-options] hierarchy level, and the encapsulation statement at the [edit interfaces at-pim/0/port] hierarchy level:

[edit interfaces at-pim/0/port]
atm-options {
vpi 0;
dsl-options;
operating-mode (adsl2plus | ansi-dmt | auto | etsi | itu-annexb-ur2 | itu-annexb-non-ir2 | itu-dmt | itu-dmt-bis);
}
encapsulation (atm-pvc | ethernet-over-atm);

Configure logical interface properties by including the encapsulation statement, family statement, and vci statement:

unit logical-unit-number {
encapsulation (atm-vc-mux | atm-nlpd | atm-cisco-nlpd | atm-snap | atm-ppp-vc-mux | atm-ppp-llc | ether-over-atm-llc | ppp-over-ether-over-atm-llc);
family inet {
vci vpi-identifier.vci-identifier;
}
}

You can include these statements at the following hierarchy levels:


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