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


Configuring the Encapsulation on a Physical Interface

By default, PPP is the encapsulation type for physical interfaces. To configure the encapsulation on a physical interface, include the encapsulation statement at the [edit interfaces interface-name] hierarchy level:

[edit interfaces interface-name] 
encapsulation (atm-ccc-cell-relay | atm-pvc | cisco-hdlc | cisco-hdlc-ccc | 
cisco-hdlc-tcc | ethernet-ccc | ethernet-over-atm | ethernet-tcc | ethernet-vpls | 
extended-frame-relay-ccc | extended-frame-relay-tcc | extended-vlan-ccc | 
extended-vlan-tcc | extended-vlan-vpls | flexible-ethernet-services | 
flexible-frame-relay | frame-relay | frame-relay-ccc | frame-relay-port-ccc | 
frame-relay-tcc | multilink-frame-relay-uni-nni | ppp | ppp-ccc | ppp-tcc | vlan-ccc | 
vlan-vpls); 

The physical interface encapsulation can be one of the following:

You can configure an ATM1 Physical Interface Card (PIC) to use cell-relay accumulation mode (CAM). In this mode, the incoming cells (1 to 8 cells) are packaged into a single packet and forwarded to the LSP. Cell-relay accumulation mode is not supported on ATM2 PICs. You configure CAM as shown in the following example:

[edit chassis]
fpc 1 {
    pic 0 {
        atm-cell-relay-accumulation;
    }
}

For more information, see the JUNOS System Basics Configuration Guide.

For 8-port, 12-port, and 48-port Fast Ethernet PICs, TCC is not supported.

For 8-port, 12-port, and 48-port Fast Ethernet PICs, extended VLAN CCC is not supported. For 4-port Gigabit Ethernet PICs, extended VLAN CCC and extended VLAN TCC are not supported.


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