Defining the CCC Encapsulation for LSP Tunnel Cross-Connects
To configure LSP tunnel cross-connects, you must configure the CCC encapsulation on the ingress and egress routers (Router B and Router C, respectively, in Figure 30).
NOTE: You cannot configure families on CCC interfaces; that is, you cannot include the family statement at the
[edit interfacesinterface-nameunitlogical-unit-number]hierarchy level.
For PPP or Cisco HDLC circuits, include the
encapsulationstatement to configure the entire physical device. For these circuits to work, you must configure logical unit0on the interface.type-fpc/pic/port{encapsulation(ppp-ccc | cisco-hdlc-ccc);unit 0;}You can include these statements at the following hierarchy levels:
For ATM circuits, specify the encapsulation when configuring the VC by including the following statements. For each VC, you configure whether it is a circuit or a regular logical interface.
at-fpc/pic/port{atm-options {vpivpi-identifiermaximum-vcsmaximum-vcs;}unitlogical-unit-number{point-to-point; # Default interface typeencapsulation atm-ccc-vc-mux;vcivpi-identifier.vci-identifier;}}You can include these statements at the following hierarchy levels:
For Frame Relay circuits, include the following statements to specify the encapsulation when configuring the DLCI. For each DLCI, you configure whether it is a circuit or a regular logical interface. The DLCI for regular interfaces must be in the range 1 through 511. For CCC interfaces, it must be in the range 512 through 1022.
type-fpc/pic/port{encapsulation frame-relay-ccc;unitlogical-unit-number{point-to-point; # default interface typeencapsulation frame-relay-ccc;dlcidlci-identifier;}}You can include these statements at the following hierarchy levels:
For more information about the
encapsulationstatement, see the JUNOS Network Interfaces and Class of Service Configuration Guide.