SLX 9240 supports 128 active profiles and SLX 9140 supports 72 active profiles. When you configure a profile, its default parameters are from the global LLDP configuration.
device# configure terminal
device(config)# protocol lldp
device(conf-lldp)# profile UK_LLDP_IT
device(conf-lldp-profile-UK_LLDP_IT)#description standard_profile_by_Jane
device(conf-lldp-profile-UK_LLDP_IT)# hello 10
device(conf-lldp-profile-UK_LLDP_IT)# multiplier 2
device(conf-lldp)# advertise optional-tlv system-name
device(conf-lldp-profile-UK_LLDP_IT)# advertise advertise dot1-tlv
Note
Extreme does not recommend advertising dot1.tlv and dot3.tlv LLDPs if your network contains CNAs from non-Extreme vendors. Functionality problems can occur.device(conf-lldp-profile-UK_LLDP_IT)# end
device# show running-config protocol lldp profile profile UK_LLDP_IT hello 10 multiplier 2 advertise dot1-tlv advertise option-tlv system-name description standard_profile_by_Jane
The following configuration is an example of the previous steps.
device# configure terminal device(config)# protocol lldp device(conf-lldp)# profile UK_LLDP_IT device(conf-lldp-profile-UK_LLDP_IT)# description standard_profile_by_Jane device(conf-lldp-profile-UK_LLDP_IT)# hello 10 device(conf-lldp-profile-UK_LLDP_IT)# multiplier 2 device(conf-lldp-profile-UK_LLDP_IT)# advertise option-tlv system-name device(conf-lldp-profile-UK_LLDP_IT)# advertise advertise dot1-tlv