description
Syntax
description <TEXT>
no description <TEXT>
Description
Provides a brief description of the LAG interface. The description text is saved in the configuration of the LAG. It is available even after a reboot.
The
no
form of this command removes the description of the LAG interface from the configuration.
Command context
config-lag-if
Parameters
<TEXT>
Specifies the description of the LAG interface.
Authority
Administrators
Example
switch(config)# interface lag 10 switch(config-lag-if)# description This LAG is used for an example. switch(config-lag-if)# do show run ... vlan 1 interface lag 10 description This LAG is used for an example. interface lag 60 switch(config-lag-if)#