Hi,
In this post, I would like to share you how to inpesct the eth-trunk port mode.
Purpose
Verify whether LACP is configured according to the LLD.
Procedure
1. Login the Switch;
2. Run the command “display eth-trunk 1 verbose”to show workingmode is“LACP”;
3. Run the command “display port vlan Eth-Trunk 1”to show the eth-trunk link type is “trunk”.
Expected Results
1. Eth-trunk1 working mode is “LACP” and the port status should be “Selected”;
##############################################################
<Huawei>display eth-trunk 1 verbose
Eth-Trunk1's state information is:
Local:
LAG ID: 1 WorkingMode: LACP
Preempt Delay: Disabled Hash arithmetic: According to SIP-XOR-DIP
System Priority: 32768 System ID: 8866-3940-0e90
Least Active-linknumber: 1 Max Active-linknumber: 8
Operate status: down Number Of Up Port In Trunk: 0
--------------------------------------------------------------------------------
ActorPortName Status PortType PortPri PortNo PortKey PortState Weight
XGigabitEthernet0/0/1 select 10GE 32768 1 321 10100010 1
XGigabitEthernet0/0/2 select 10GE 32768 2 321 10100010 1
Partner:
--------------------------------------------------------------------------------
ActorPortName SysPri SystemID PortPri PortNo PortKey PortState
XGigabitEthernet0/0/1 0 0000-0000-0000 0 0 0 10100011
XGigabitEthernet0/0/2 0 0000-0000-0000 0 0 0 10100011
##############################################################
2. Eth-trunk1 link type is “trunk”;
##############################################################
<Huawei>display port vlan Eth-Trunk 1
Port Link Type PVID Trunk VLAN List
-------------------------------------------------------------------------------
Eth-Trunk1 trunk 1 100 901-902
##############################################################
Results
Eth-trunk1 working mode is “LACP” and the port status should be “Selected”
Eth-trunk1 link type is “trunk”
That's all for this post, if you have problems, please comment below.
Thanks.