All MIBs › LLDP-MIB › lldpPortConfigTLVsTxEnable
lldpPortConfigTLVsTxEnable
Module: LLDP-MIB
OID (symbolic): LLDP-MIB::lldpPortConfigTLVsTxEnable
OID (numeric): 1.0.8802.1.1.2.1.1.6.1.4
Node type: OBJECT-TYPE
Type: Bits
Access: read-write
Description:
The lldpPortConfigTLVsTxEnable, defined as a bitmap, includes the basic set of LLDP TLVs whose transmission is allowed on the local LLDP agent by the network management. Each bit in the bitmap corresponds to a TLV type associated with a specific optional TLV.
It should be noted that the organizationally-specific TLVs are excluded from the lldpTLVsTxEnable bitmap.
LLDP Organization Specific Information Extension MIBs should have similar configuration object to control transmission of their organizationally defined TLVs.
The bit 'portDesc(0)' indicates that LLDP agent should transmit 'Port Description TLV'.
The bit 'sysName(1)' indicates that LLDP agent should transmit 'System Name TLV'.
The bit 'sysDesc(2)' indicates that LLDP agent should transmit 'System Description TLV'.
The bit 'sysCap(3)' indicates that LLDP agent should transmit 'System Capabilities TLV'.
There is no bit reserved for the management address TLV type since transmission of management address TLVs are controlled by another object, lldpConfigManAddrTable.
The default value for lldpPortConfigTLVsTxEnable object is empty set, which means no enumerated values are set.
The value of this object must be restored from non-volatile storage after a re-initialization of the management system.
What is lldpPortConfigTLVsTxEnable?
This bitmap object controls which LLDP (Link Layer Discovery Protocol) Type-Length-Value messages are allowed to be transmitted on a specific port. Each bit represents a different TLV type (port description, system name, system description, system capabilities). An operator would configure this to selectively enable or disable advertisement of specific neighbor discovery information.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.0.8802.1.1.2.1.1.6.1.4 snmpwalk -v2c -c public <target> LLDP-MIB::lldpPortConfigTLVsTxEnable
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.0.8802.1.1.2.1.1.6.1.4.1 snmpget -v2c -c public <target> LLDP-MIB::lldpPortConfigTLVsTxEnable.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.0.8802.1.1.2.1.1.6.1.4.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.0 | std | START-MIB |
| 1.0.8802 | iso8802 | START-MIB |
| 1.0.8802.1 | ieee802dot1 | START-MIB |
| 1.0.8802.1.1 | ieee802dot1mibs | START-MIB |
| 1.0.8802.1.1.2 | lldpMIB | LLDP-MIB |
| 1.0.8802.1.1.2.1 | lldpObjects | LLDP-MIB |
| 1.0.8802.1.1.2.1.1 | lldpConfiguration | LLDP-MIB |
| 1.0.8802.1.1.2.1.1.6 | lldpPortConfigTable | LLDP-MIB |
| 1.0.8802.1.1.2.1.1.6.1 | lldpPortConfigEntry | LLDP-MIB |
| 1.0.8802.1.1.2.1.1.6.1.4 | lldpPortConfigTLVsTxEnable | LLDP-MIB |