The table that controls LLDP frame transmission on individual ports.
The index of the table is lldpPortConfigPortNum.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.0.8802.1.1.2.1.1.6.1.1 |
lldpPortConfigPortNum |
Integer32{(1,4096)} |
not-accessible |
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the lldpPortConfigTable. |
This object is implemented as defined in the corresponding MIB files. |
1.0.8802.1.1.2.1.1.6.1.2 |
lldpPortConfigAdminStatus |
INTEGER{txOnly(1),rxOnly(2),txAndRx(3),disabled(4)} |
read-write |
The administratively desired status of the local LLDP agent. If the associated lldpPortConfigAdminStatus object has a value of 'txOnly(1)', then LLDP agent will transmit LLDP frames on this port and it will not store any information about the remote systems connected. If the associated lldpPortConfigAdminStatus object has a value of 'rxOnly(2)', then the LLDP agent will receive, but it will not transmit LLDP frames on this port. If the associated lldpPortConfigAdminStatus object has a value of 'txAndRx(3)', then the LLDP agent will transmit and receive LLDP frames on this port. If the associated lldpPortConfigAdminStatus object has a value of 'disabled(4)', then LLDP agent will not transmit or receive LLDP frames on this port. If there is remote systems information which is received on this port and stored in other tables, before the port's lldpPortConfigAdminStatus becomes disabled, then the information will naturally age out. |
The actually supported value range is txAndRx(3);disabled(4). |
1.0.8802.1.1.2.1.1.6.1.3 |
lldpPortConfigNotificationEnable |
INTEGER{true(1),false(2)} |
read-write |
The lldpPortConfigNotificationEnable controls, on a per port basis, whether or not notifications from the agent are enabled. The value true(1) means that notifications are enabled; the value false(2) means that they are not. |
The actually supported access is read-only. |
1.0.8802.1.1.2.1.1.6.1.4 |
lldpPortConfigTLVsTxEnable |
BITS{portDesc(0),sysName(1),sysDesc(2),sysCap(3)} |
read-write |
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. |
This object is implemented as defined in the corresponding MIB files. |