Viewing LACP configuration information

View LACP configuration information to determine the LACP parameters and to ensure your configuration is correct.

Procedure

  1. View the global configuration:

    show lacp

  2. View LACP administrative information for the local device:

    show lacp actor-admin interface [gigabitethernet]

    OR

    show lacp actor-admin interface gigabitethernet [vid <1-4059>] [{slot/port[/sub-port][-slot/port[/sub-port]][,...]}]

  3. View LACP operational information for the actor device:

    show lacp actor-oper interface [gigabitethernet]

    OR

    show lacp actor-oper interface gigabitethernet [vid <1-4059>] [{slot/port[/sub-port][-slot/port[/sub-port]][,...]}]

  4. View LACP timer information:

    show lacp extension interface [gigabitethernet]

  5. View LACP interface configuration information

    show lacp interface

    OR

    show lacp interface gigabitethernet [vid <1-4059>] [{slot/port[/sub-port][-slot/port[/sub-port]][,...]}]

    OR

    show lacp interface mlt [<64-6399>]

    OR

    show lacp interface mlt [id<1-512>]

  6. View LACP administrative information for the partner device:

    show lacp partner-admin interface [gigabitethernet]

    OR

    show lacp partner-admin interface gigabitethernet [vid <1-4059>] [{slot/port[/sub-port][-slot/port[/sub-port]][,...]}]

  7. View LACP operational information for the partner device:

    show lacp partner-oper interface [gigabitethernet]

    OR

    show lacp partner-oper interface gigabitethernet [vid <1-4059>] [{slot/port[/sub-port][-slot/port[/sub-port]][,...]}]

Example

Switch:1# show lacp

================================================================================
                            Lacp Global Information
================================================================================
               SystemId: 00:24:7f:a1:70:00
           SmltSystemId: 00:00:00:00:00:00
               Lacp: enable
        system-priority: 32768
                timeout-admin: 3
     fast-periodic-time-admin: 1000
     slow-periodic-time-admin: 30000
         aggr-wait-time-admin: 2000
                timeout-oper: 3
     fast-periodic-time-oper: 2000
     slow-periodic-time-oper: 30000
         aggr-wait-time-oper: 2000

In the following example output, aggr indicates the port has become part of an aggregation. indi indicates individual.

Switch:1(config-if)# show lacp actor-admin interface gigabitethernet 1/1
================================================================================
                                  Actor Admin
================================================================================
INDEX SYS   SYS               KEY   PORT  PORT  STATE
      PRIO  ID                            PRIO
--------------------------------------------------------------------------------
1/1  32768 00:24:7f:9f:c0:00 1     0x114   32768 act short aggr

Switch:1(config-if)# show lacp partner-admin interface gigabitethernet 1/1
================================================================================
                                 Partner Admin
================================================================================
INDEX SYS   SYS               KEY   PORT  PORT  STATE
      PRIO  ID                            PRIO
--------------------------------------------------------------------------------
1/1  0     00:00:00:00:00:00 0     0x0     0     pas               long indi

Variable definitions

Use the data in the following table to use the show lacp command.

Variable

Value

actor-admin interface gigabitethernet [vid <1-4059> {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}

Shows LACP actor (or local) administrative information for all interfaces or the specified interface.

  • Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1.

  • {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]} is the port or port list.

actor-oper interface gigabitethernet [vid <1-4059> [{slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}]

Shows LACP actor operational information for all interfaces or the specified interface.

  • Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1.

  • {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]} is the port or port list.

extension interface gigabitethernet [vid <1-4059> [{slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}]

Shows LACP timer information for all interfaces or the specified interface.

  • Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1.

  • {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]} is the port or port list.

interface [gigabitethernet [vid <1-4059> [{slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}] [mlt <64-6399>}] [mlt id <1-128>}]

Shows all LACP port configuration information for all interfaces or the interface you specify.

  • Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1.

  • {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]} is the port or port list.

  • <64-6399> is the interface index of the mlt.

  • <1-128> is the MLT ID.

partner-admin interface[gigabitethernet] [vid <1-4059> [{slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}]

Shows LACP partner administrative information for all interfaces or the specified interface.

  • Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1.

  • {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]} is the port or port list.

partner-oper interface [gigabitethernet] [vid <1-4059> [{slot/port[/sub-port] [-slot/port[/sub-port]] [,...]}]

Shows LACP partner operational information for all interfaces or the specified interface.

  • Specifies the VLAN ID in the range of 1 to 4059. By default, VLAN IDs 1 to 4059 are configurable and the system reserves VLAN IDs 4060 to 4094 for internal use. On switches that support the vrf-scaling and spbm-config-mode boot configuration flags, if you enable these flags, the system also reserves VLAN IDs 3500 to 3998. VLAN ID 1 is the default VLAN and you cannot create or delete VLAN ID 1.

  • {slot/port[/sub-port] [-slot/port[/sub-port]] [,...]} is the port or port list.