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

Network interfaces configuration
Table of Contents

Advertisement

On Router B
[edit interfaces]
ae0 {
encapsulation vlan-ccc;
vlan-tagging;
aggregated-ether-options {
minimum-links 1;
link-speed 1g;
}
unit 0 { # CCC switch
encapsulation vlan-ccc;
vlan-id 600;
family ccc;
}
ae1 {
encapsulation vlan-ccc;
vlan-tagging;
aggregated-ether-options {
minimum-links 1;
link-speed 100m;
}
unit 0 {
encapsulation vlan-ccc;
vlan-id 600;
family ccc;
}
}
[edit protocols]
mpls {
interface all;
}
connections {
interface-switch layer2-cross-connect {
interface ae0.0;
interface ae1.0;
}
}
[edit interfaces]
On Router C
ae1 {
vlan-tagging;
aggregated-ether-options {
minimum-links 1;
link-speed 1g;
}
unit 0 {
vlan-id 600;
family inet {
address 192.168.1.2/30;
}
}
}
Chapter 6: Configuring Circuit and Translational Cross-Connects
Example: Configuring CCC over Aggregated Ethernet
243

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents