Chapter 68 Link Aggregation
OLT2406 User’s Guide
491
68.4 Link Aggregation Commands Examples
This example activates trunk 1 and places ports msc-1-1 and msc-1-2 in the trunk using static link
aggregation.
This example disables trunk one (T1) and removes ports msc-1-3 and msc-1-4 from trunk two (T2).
This example displays the current trunks.
The following table describes the labels.
no lacp
Disables the link aggregation control protocol
(Dynamic trunking) on the OLT.
C13
lacp system-priority <1-65535>
Sets the priority of an active port using LACP. C 13
Table 249 LACP Commands (continued)
COMMAND DESCRIPTION M P
OLT2406(config)# trunk T1
OLT2406(config)# trunk T1 interface msc-1-1&&-2
OLT2406(config)# no trunk T1
OLT2406(config)# no trunk T2 interface msc-1-3&&-4
OLT2406(config)# exit
OLT2406# show trunk
Group ID T1: active
Criteria : src-dst-mac
Status: LACP
Member number: 2 Member: [msc-1-1]-[msc-1-2]
Group ID T2: active
Criteria : src-dst-mac
Status: Static
Member number: 2 Member: [msc-1-3]-[msc-1-4]
Table 250 Show Trunk Labels
LABEL DESCRIPTION
Group ID This field displays the trunk ID number and the current status.
inactive: This trunk is disabled.
active: This trunk is enabled.
Status This field displays how the ports were added to the trunk.
-: The trunk is disabled.
Static: The ports are static members of the trunk.
LACP: The ports joined the trunk via LACP.