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


Configure the Encapsulation on a Physical Interface

By default, Point-to-Point Protocol (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-vlan-ccc | 
extended-vlan-tcc | extended-vlan-vpls | frame-relay | frame-relay-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 ATM 1 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 label-switched path (LSP). Cell-relay accumulation mode is not supported on ATM 2 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 Internet Software Configuration Guide: Getting Started.


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