Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual page 668

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide
Cisco HDLC
Encapsulation on a DS3
PIC
Configure Frame Relay encapsulation on two routers, where one router is a DTE
device and the other is a DCE device:
On DTE Router
598
Examples: Configuring T3 Interfaces
unit 0 {
family inet {
address 10.0.0.1/32 {
destination 10.0.0.2;
}
}
family iso;
}
}
}
[edit]
interfaces {
t3-0/0/1 {
encapsulation cisco-hdlc;
t3-options {
no-long-buildout;
compatibility-mode larscom;
payload-scrambler;
}
unit 0 {
family inet {
address 10.0.0.1/32 {
destination 10.0.0.2;
}
}
family iso;
}
}
}
[edit]
interfaces {
t3-1/0/1 {
encapsulation frame-relay;
t3-options {
no-long-buildout;
compatibility-mode larscom;
payload-scrambler;
}
unit 1 {
dlci 1;
family inet {
address 10.0.0.1/32 {
destination 10.0.0.2;
}
}
family iso;
}
unit 2 {
dlci 2;

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents