LLDP Global Configuration
- 05 Jul 2023
- 1 Minute to read
- Contributors
- Print
- PDF
LLDP Global Configuration
- Updated on 05 Jul 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 global objects. These global objects are system-specific objects, common for all the interfaces in the system.
- Change the global configuration of LLDP by executing the following commands.
- Enter the Global Configuration mode.
your product# configure terminal
- Global configurations:
your product(config)# lldp transmit-interval 15
your product(config)# lldp holdtime-multiplier 2
your product(config)# lldp reinitialization-delay 5
your product(config)# lldp tx-delay 3
your product(config)# lldp notification-interval 10
your product(config)# lldp chassis-id-subtype local "switch"
- Exit from the Global Configuration mode.
your product(config)# end
- View the changed values of the global configuration by executing the following command.
your product# show lldp
LLDP is disabled
Transmit Interval : 15
Holdtime Multiplier : 2
Reinitialization Delay : 5
Tx Delay : 3
Notification Interval : 10
Chassis Id SubType : Local
Chassis Id : switch
- Reset the global configuration of LLDP to default values by executing the following commands.
- Enter the Global Configuration mode.
your product# configure terminal
- Global configurations:
your product(config)# no lldp transmit-interval
your product(config)# no lldp holdtime-multiplier
your product(config)# no lldp reinitialization-delay
your product(config)# no lldp tx-delay
your product(config)# no lldp notification-interval
your product(config)# lldp chassis-id-subtype mac-addr
- Exit from the Global Configuration mode.
your product(config)# end
- View the default global configuration of LLDP by executing the following command.
your product# show lldp
LLDP is disabled
Transmit Interval : 30
Holdtime Multiplier : 4
Reinitialization Delay : 2
Tx Delay : 2
Notification Interval : 5
Chassis Id SubType : Mac Address
Chassis Id : 00:01:02:03:04:01
© 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?