Loader

Edit

Information Note 1: ( * ) = required parameter, ( | ) = or
Note 2:  This procedure applies to both gigabit and 10gigbit.
  • Command Path - interface>gigabit-ethernet>edit
  • Object gigabit-ethernet or 10gigabit-ethernet
  • Actions - 
    • edit set admin state and user-label of uplink port
      • * aid= - Address ID (aid) of the port (i.e. MDS1-ESUA-1|MDS1-ESUA-2|MDS1-ESUA-3)
        • admin= - controls operation of this uplink port
          • enabled|disabled
        • user-LABEL= - update user label
          • any alpha-numeric name. (up to 32 characters)

Edit to enable/disable admin on a specific port.

Information Note: Port must be in a LAG configuration before enable is active.

 

  1. From the ESUx> command line, input interface gigabit-ethernet edit aid=MDS1-ESUA-4 admin=disabled, and press Enter. Output similar to the following is displayed:
    ESUx> interface gigabit-ethernet edit aid=MDS1-ESUA-4 admin=disabled <enter>
    success.
    ESUx> _

Edit to change user-label name.

  1. From the ESUx> command line, input interface edit aid=MDS1-ESUA-4 user-label=TellabsTest4, and press Enter. Output similar to the following is displayed:
    ESU2C> interface gigabit-ethernet edit aid=MDS1-ESUA-4 user-LABEL=TellabsTest4 <enter>
    success.
    ESUx> _ 
    

Validate user-label name change and admin status.

  1. From the ESUx> command line, input interface show aid=MDS1-ESUA-4, and press Enter. Output similar to the following is displayed.
    ESUx> interface gigabit-ethernet show aid=MDS1-ESUA-4 <enter>
    
    | Port Configurations                                            |
    |================|============|==================================|
    | Port           | Admin      |                                  |
    | ID             | State      | User Label (ifAlias)             |
    |================|============|==================================|
    | MDS1-ESUA-4    | enabled    | TellabsTest4                     |
    |================|============|==================================|
    
    ESUx> _ 

 Next

FEEDBACK: Are you happy with this material?