Example: Configuring Ppp Over Atm2 Iq Encapsulation - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

Example: Configuring PPP over ATM2 IQ Encapsulation

Configure three logical interfaces with PPP over ATM encapsulation:
Configuring Multilink
PPP over ATM2 IQ
Encapsulation
[edit interfaces]
at-0/1/0 {
atm-options {
pic-type atm2;
vpi 0;
vpi 2;
}
unit 0 {
encapsulation atm-ppp-llc;
ppp-options {
chap {
access-profile pe-B-ppp-clients;
local-name "pe-A-at-0/1/0";
}
}
keepalives interval 5 up-count 6 down-count 4;
vci 0.120;
family inet address 192.168.13.13/30;
}
unit 1 {
encapsulation atm-ppp-vc-mux;
vci 2.120;
keepalives interval 6 up-count 6 down-count 4;
family inet address 192.168.14.13/30;
}
unit 2 {
encapsulation atm-ppp-vc-mux;
ppp-options {
chap {
passive;
access-profile pe-A-ppp-clients;
local-name "pe-A-at-0/1/0";
}
}
keepalives interval 5 up-count 6 down-count 4;
vci 2.121;
family inet address 192.168.15.13/30;
}
}
[edit interfaces]
at-0/0/0 {
atm-options {
pic-type atm2;
vpi 10;
}
unit 0 {
encapsulation atm-mlppp-llc;
ppp-options {
chap {
Chapter 13: Configuring ATM Interfaces
Configuring PPP over ATM2 Encapsulation
343

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents