Loader
Displays the current configuration of a LAG via the Interface NET Show command:
Information Note: * = required parameter
  • Command Path - interface>net>show
  • Object - net
  • Action - show
    • aid= - aid of the net to display
      • i.e. NET1|NET3
    • lacp - show lacp configuration details
    • mstp - show mstp configuration details
    • summary - show summary of configuration
    • verbose - show more detailed configuration
    • vlan - show assigned vlans 

Display all net interface configuration.

  1. From the ESUx> command line, input interface net show, and press Enter. Output similar to the following is displayed:
    ESUx> interface net show <enter>
    
    | Interface Configurations                                                    |
    |=======|=============|======|======|======|==================================|
    | Ifc   | Port        |      |      |      |                                  |
    | ID    | ID(s)       | PVID | LACP | MSTP | User Label (ifAlias)             |
    |=======|=============|======|======|======|==================================|
    | NET1  | MDS1-ESUA-1 | 1    | dis  | ena  | default                          |
    |       | MDS1-ESUB-1 |      |      |      |                                  |
    | NET3  | MDS1-ESUA-6 | 1    | dis  | ena  | Testing NET                      |
    |       | MDS1-ESUB-6 |      |      |      |                                  |
    |=======|=============|======|======|======|==================================|
    
    ESUx> _
    

Display net interface configuration with verbose option

  1. From the ESUx> command line, input interface net show verbose, and press Enter. Output similar to the following is displayed:
    ESUx> interface net show verbose <enter>
    
    | Interface Configuration                                            |
    |====================================================================|
    | Interface ID                  : NET1                               |
    | Admin State                   : enabled                            |
    | User Label                    : default                            |
    | Speed                         : AUTODETECT 1000                    |
    | MAC Pause                     : enabled                            |
    |                                                                    |
    | Port Defaults                                                      |
    |   Default VLAN ID             : 1                                  |
    |   Default Priority            : 0                                  |
    |   Hashing                     : source-destination-mac             |
    |                                                                    |
    | Port ID(s)                                                         |
    |   Port #1                     : MDS1-ESUA-1                        |
    |   Port #2                     : MDS1-ESUB-1                        |
    |                                                                    |
    | VLANs                         : 2992                               |
    |                                                                    |
    | MSTP                                                               |
    |   Admin State                 : enabled                            |
    |                                                                    |
    |   CIST Configuration                                               |
    |     Port Hello Time           : 2 (s)                              |
    |     Port Priority             : 128                                |
    |     Port Path Cost            : 20000                              |
    |     Port Internal Path Cost   : 20000                              |
    |     Admin Edge Port           : false                              |
    |     Auto Edge Port            : true                               |
    |     Restricted TCN            : false                              |
    |     Restricted Role           : false                              |
    |     PointToPoint              : AUTO                               |
    |                                                                    |
    | LACP                                                               |
    |   Admin State                 : disabled                           |
    |   Mode                        : passive                            |
    |   Timer                       : short                              |
    |   Wait Timer                  : 2                                  |
    |                                                                    |
    | Interface ID                  : NET3                               |
    | Admin State                   : enabled                            |
    | User Label                    : Testing NET                        |
    | Speed                         : 10000 BASET                        |
    | MAC Pause                     : enabled                            |
    |                                                                    |
    | Port Defaults                                                      |
    |   Default VLAN ID             : 1                                  |
    |   Default Priority            : 0                                  |
    |   Hashing                     : source-destination-mac             |
    |                                                                    |
    | Port ID(s)                                                         |
    |   Port #1                     : MDS1-ESUA-6                        |
    |   Port #2                     : MDS1-ESUB-6                        |
    |                                                                    |
    | VLANs                         :                                    |
    |                                                                    |
    | MSTP                                                               |
    |   Admin State                 : enabled                            |
    |                                                                    |
    |   CIST Configuration                                               |
    |     Port Hello Time           : 2 (s)                              |
    |     Port Priority             : 128                                |
    |     Port Path Cost            : 2000                               |
    |     Port Internal Path Cost   : 2000                               |
    |     Admin Edge Port           : false                              |
    |     Auto Edge Port            : true                               |
    |     Restricted TCN            : false                              |
    |     Restricted Role           : false                              |
    |     PointToPoint              : AUTO                               |
    |                                                                    |
    | LACP                                                               |
    |   Admin State                 : disabled                           |
    |   Mode                        : active                             |
    |   Timer                       : long                               |
    |   Wait Timer                  : 2                                  |
    |====================================================================|
    ESUx> _
    

Previous  |  Next
FEEDBACK: Are you happy with this material?