[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring Aggregated Ethernet Link Protection

The following configuration enables link protection on the ae0 interface, and specifies the ge-1/0/0 interface as the primary link and ge-1/0/1 as the secondary link.

[edit interfaces]
ae0 {
aggregated-ether-options {
lacp {
periodic slow;
}
link protection;
}
}
[edit interfaces]
ge-1/0/0 {
gigether-options {
802.3ad ae0 primary;
}
}
[edit interfaces]
ge-1/0/1 {
gigether-options {
802.3ad ae0 backup;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]