[edit interfaces]
user@Host-A#
set ae1 aggregated-ether-options minimum-links 2
4.
Specify the media speed of the
ae0
link:
[edit interfaces]
user@Host-A#
set ae0 aggregated-ether-options link-speed 10g
5.
Specify the media speed of the
ae1
link:
[edit interfaces]
user@Host-A#
set ae1 aggregated-ether-options link-speed 10g
6.
Specify the interface ID of the uplinks to be included in LAG
ae0
:
[edit interfaces]
user@Host-A#
set xe-0/1/0 ether-options 802.ad ae0
user@Host-A#
set xe-1/1/0 ether-options 802.ad ae0
7.
Specify the interface ID of the uplinks to be included in LAG
ae1
:
[edit interfaces]
user@Host-A#
set xe-0/1/1 ether-options 802.ad ae1
user@Host-A#
set xe-1/1/1 ether-options 802.ad ae1
8.
Specify that LAG
ae0
belongs to the subnet for the employee broadcast domain:
[edit interfaces]
user@Host-A#
set ae0 unit 0 family inet address 192.0.2.0/25
9.
Specify that LAG
ae1
belongs to the subnet for the guest broadcast domain:
[edit interfaces]
user@Host-A#
set ae1 unit 1 family inet address 192.0.2.128/25
Results
Display the results of the configuration:
[edit]
chassis {
aggregated-devices {
ethernet {
device-count 2;
}
}
}
interfaces {
ae0 {
aggregated-ether-options {
link-speed 10g;
minimum-links 2;
}
unit 0 {
family inet {
address 192.0.2.0/25;
}
}
}
ae1 {
aggregated-ether-options {
link-speed 10g;
1119
Copyright © 2010, Juniper Networks, Inc.
Chapter 51: Examples: Interfaces Configuration
Summary of Contents for JUNOS OS 10.3 - SOFTWARE
Page 325: ...CHAPTER 17 Operational Mode Commands for System Setup 229 Copyright 2010 Juniper Networks Inc ...
Page 1323: ...CHAPTER 56 Operational Mode Commands for Interfaces 1227 Copyright 2010 Juniper Networks Inc ...
Page 2841: ...CHAPTER 86 Operational Commands for 802 1X 2745 Copyright 2010 Juniper Networks Inc ...
Page 3367: ...CHAPTER 113 Operational Mode Commands for CoS 3271 Copyright 2010 Juniper Networks Inc ...
Page 3435: ...CHAPTER 120 Operational Mode Commands for PoE 3339 Copyright 2010 Juniper Networks Inc ...
Page 3529: ...CHAPTER 126 Operational Mode Commands for MPLS 3433 Copyright 2010 Juniper Networks Inc ...