OcNOS-SP : Layer 2 Guide : Layer 2 Command Reference : Link Aggregation Commands : show port etherchannel
show port etherchannel
Use this command to display details about a PO and its members’ interfaces or to display details of a single member interface of a PO.
Command Syntax
show port etherchannel IFNAME
Parameters
IFNAME
Interface name
Command Mode
Exec and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show port etherchannel ce29/1
LAG ID : 0x8000,cc-37-ab-a0-89-ca,0x0002
Partner oper LAG ID : 0x8000,a8-2b-b5-38-1e-48,0x0004
Aggregator ID : 100002
LACP link info : ce29/1 - 10001
Periodic Transmission
machine state : Slow periodic
Receive machine state : Current
Mux machine state : Collecting/Distributing
Actor Info :
===========
Actor Port priority : 0x8000 (32768)
Admin key : 0x0002 (2) Oper key: 0x0002 (2)
Physical admin key : (2)
Actor Oper state : ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Actor Admin state : ACT:1 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
Partner Info:
============
Partner oper port : 10009
Partner link info : admin port 0
Partner admin LAG ID : 0x0000-00:00:00:00:0000
Partner system priority : admin:0x0000 - oper:0x8000
Partner port priority : admin:0x0000 - oper:0x8000
Partner oper state : ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Partner admin state : ACT:0 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
 
 
#show port etherchannel po2
LAG ID : 0x8000,cc-37-ab-a0-89-ca,0x0002
Partner oper LAG ID : 0x8000,a8-2b-b5-38-1e-48,0x0004
Aggregator ID : 100002
LACP link info : ce29/1 - 10001
Periodic Transmission
machine state : Slow periodic
Receive machine state : Current
Mux machine state : Collecting/Distributing
Actor Info :
===========
Actor Port priority : 0x8000 (32768)
Admin key : 0x0002 (2) Oper key: 0x0002 (2)
Physical admin key : (2)
Actor Oper state : ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Actor Admin state : ACT:1 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
Partner Info:
============
Partner oper port : 10009
Partner link info : admin port 0
Partner admin LAG ID : 0x0000-00:00:00:00:0000
Partner system priority : admin:0x0000 - oper:0x8000
Partner port priority : admin:0x0000 - oper:0x8000
Partner oper state : ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Partner admin state : ACT:0 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
 
LACP link info : ce30/1 - 10005
Periodic Transmission
machine state : Slow periodic
Receive machine state : Current
Mux machine state : Collecting/Distributing
Actor Info :
===========
Actor Port priority : 0x8000 (32768)
Admin key : 0x0002 (2) Oper key: 0x0002 (2)
Physical admin key : (2)
Actor Oper state : ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Actor Admin state : ACT:1 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
Partner Info:
============
Partner oper port : 10013
Partner link info : admin port 0
Partner admin LAG ID : 0x0000-00:00:00:00:0000
Partner system priority : admin:0x0000 - oper:0x8000
Partner port priority : admin:0x0000 - oper:0x8000
Partner oper state : ACT:1 TIM:0 AGG:1 SYN:1 COL:1 DIS:1 DEF:0 EXP:0
Partner admin state : ACT:0 TIM:0 AGG:1 SYN:0 COL:0 DIS:0 DEF:1 EXP:0
 
Note: Most of the output of this command is duplicated in the show etherchannel command (see also the 802.3ad specificiation). The output of the show port etherchannel command is primarily a list of state machine values. An explanation of the state machine bits follows. See Figure 5-47.
 
Table 5-16 explains the show command output fields.
 
Table 5-16: show port etherchannel detailed output 
Entry
Description
Actor/Partner state
The Actor’s and Partner’s state variables, encoded as individual bits within a single octet.
ACT
LACP_Activity is encoded in bit 0. Active LACP is encoded as a 1; Passive LACP as a 0.
TIM
LACP_Timeout is encoded in bit 1. Short Timeout is encoded as a 1; Long Timeout as a 0.
AGG
Aggregability is encoded in bit 2. Aggregatable is encoded as a 1; Individual is encoded as a 0.
SYN
Synchronization is encoded in bit 3. In_Sync is encoded as a 1; Out_Of_Sync is encoded as a 0.
COL
Collecting is encoded in bit 4. True is encoded as a 1; False is encoded as a 0.
DIS
Distributing is encoded in bit 5. True is encoded as a 1; False is encoded as a 0.
DEF
Defaulted is encoded in bit 6.
EXP
Defaulted is encoded in bit 7.
 
Bits 7 and 8 are reserved; these are ignored on receipt and transmitted as zero. However, the received value of these bits is recorded on receipt to accurately reflect the actor’s view of the partner’s state in outgoing PDUs.
Figure 5-47: Diagram of state machine octet
Last modified date: 07/06/2023