Configuring LLDP Admin Status
- 24 Apr 2023
- 1 Minute to read
- Contributors
- Print
- PDF
Configuring LLDP Admin Status
- Updated on 24 Apr 2023
- 1 Minute to read
- Contributors
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
This section explains the LLDP configuration for admin status, which is set to TxAndRx (Transmit and Receive) by default. The LLDP admin status is changed to change LLDP operational mode.
LLDP admin status is set with any of the following values:
- TxAndRx (Default) - Transmit And Receive
- TxOnly - Transmit Only
- RxOnly - Receive Only
- Disabled
- View the LLDP admin status default values by executing the following command.
your product# show lldp interface
Gi0/1:
Tx State : Enabled
Rx State : Enabled
Tx SEM State : INITIALIZE
Rx SEM State : INITIALIZE
Notification Status : Disabled
Notification Type : Mis-configuration
- Configure LLDP admin status by executing the following command.
- Enter the Global Configuration mode.
your product# configure terminal
- Configure LLDP admin status as Transmit Only (TxOnly).
your product(config)# interface gigabitethernet 0/1
your product(config-if)# no lldp receive
your product(config-if)# exit
- Exit from the Global Configuration mode.
your product(config)# end
- View the configured LLDP admin status using the following command.
your product# show lldp interface gigabitethernet 0/1
Gi0/1:
Tx State : Enabled
Rx State : Disabled
Tx SEM State : INITIALIZE
Rx SEM State : INITIALIZE
Notification Status : Disabled
Notification Type : Mis-configuration
- Enter the Global Configuration mode.
your product# configure terminal
- Configure LLDP admin status as Disabled.
your product(config)# interface gigabitethernet 0/1
your product(config-if)# no lldp transmit
your product(config-if)# no lldp receive
your product(config-if)# exit
- Exit from the Global Configuration mode.
your product(config)# end
- View the configured LLDP admin status using the following command.
your product# show lldp interface gigabitethernet 0/1
Gi0/1:
Tx State : Disabled
Rx State : Disabled
Tx SEM State : INITIALIZE
Rx SEM State : INITIALIZE
Notification Status : Disabled
Notification Type : Mis-configuration
© 2024 Cisco and/or its affiliates. All rights reserved.
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms
For legal information about Accedian Skylight products, please visit: Accedian legal terms and tradmarks
Was this article helpful?