Toconfigure the Ethernetinterfaces and VLAN tags on all three routers:
1. Configurethe Ethernet interfaces and VLAN tagson Router 1:
[edit]
chassis{
aggregated-devices{
ethernet{
device-count2; # Number of AE interfaces on router
}
}
}
interfacesge-2/1/0 {
gigether-options{
802.3adae2;
}
}
interfacesge-2/1/1 {
gigether-options{
802.3adae2;
}
}
interfacesge-2/1/2 {
gigether-options{
802.3adae2;
}
}
interfacesge-2/1/3 {
gigether-options{
802.3adae1;
}
}
interfacesge-2/1/4 {
gigether-options{
802.3adae1;
}
}
interfacesge-2/1/5 {
gigether-options{
802.3adae1;
}
}
interfacesge-2/2/1 {
encapsulationflexible-ethernet-services;
vlan-tagging;# Customer interfaceuses singly-tagged frames
unit100 {
encapsulationvlan-bridge;
vlan-id100;
}
unit200 {
encapsulationvlan-bridge;
vlan-id200;
}
}
interfacesge-2/2/2 {
unit0 {
25Copyright© 2010, Juniper Networks,Inc.
Chapter2: Basic Layer 2 Featureson MX Series Routers