To configure LLDP interface-level command options, perform the following steps.
device# configure terminal
device(config)# interface Ethernet 0/8
device(conf-if-eth-0/8)# lldp profile network_standard
device(conf-if-eth-0/8)# end
device# copy running-config startup-config
The following configuration is an example of the previous steps.
device# configure terminal device(config)# interface Ethernet 0/8 device(conf-if-eth-0/8)# lldp profile network_standard