JUNOS 10.1 Network Interfaces Configuration Guide
Configure a full-duplex Layer 2.5 translational cross-connect between Router A and
Router C, using a Juniper Networks router, Router B, as the TCC interface. Extended
VLAN TCC encapsulation provides an Ethernet wide area circuit for interconnecting
IP traffic. (See the topology in Figure 59 on page 691.)
The Router A-to-Router B circuit is PPP, and the Router B-to-Router C circuit is Ethernet
Configuring an Extended
with VLAN tagging enabled.
VLAN TCC
On Router B
692
Configuring Ethernet TCC
unit 0 {
family tcc {
proxy {
inet-address 10.10.10.3;
}
remote {
inet-address 10.10.10.2;
}
}
}
}
interfaces ge-0/0/0 {
vlan-tagging;
encapsulation extended-vlan-tcc;
unit 0 {
vlan-id 1;
family tcc {
proxy {
inet-address 10.10.10.3;
}
remote {
inet-address 10.10.10.2;
}
}
}
}