You can assign only one LLDP profile to an interface. If you do not use the lldp profile option at the interface level, the interface uses the global LLDP configuration.
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