3.8.9. P_LLDP_TLV_SYS_CAPAS
code: tbd
# set
<module-index>/<port-index> P_LLDP_TLV_SYS_CAPAS <sys_capas> <enabled_capas>
# get
<module-index>/<port-index> P_LLDP_TLV_SYS_CAPAS ?
Description
TLV Type = 7
This configures the LLDPDU System Capabilities TLV for the port. The System Capabilities TLV is an optional TLV that identifies the primary function(s) of the system and whether or not these primary functions are enabled.
Actions
set, get
Parameters
sys_capas: hex2, The system capabilities field shall contain a bit-map of the capabilities that define the primary function(s) of the system.enabled_capas: hex2, The enabled capabilities field shall contain a bit map of the primary functions. A binary one in a bit position indicates that the function associated with that bit is currently enabled.
Example
# set
input: 0/1 P_LLDP_TLV_SYS_CAPAS 0x0014 0x0014
output: <OK>
# get
input: 0/1 P_LLDP_TLV_SYS_CAPAS ?
output: 0/1 P_LLDP_TLV_SYS_CAPAS 0x0014 0x0014