WWP-LEOS-LLDP-MIB: View SNMP OID List / Download MIB
VENDOR: WORLD WIDE PACKETS
Home | MIB: WWP-LEOS-LLDP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
wwpLeosLldpMIB | 1.3.6.1.4.1.6141.2.60.26 |
The MIB module for LLDP configuration, statistics, local system data and remote systems data components. |
||
wwpLeosLldpMIBObjects | 1.3.6.1.4.1.6141.2.60.26.1 | |||
wwpLeosLldpConfiguration | 1.3.6.1.4.1.6141.2.60.26.1.1 | |||
wwpLeosLldpMessageTxInterval | 1.3.6.1.4.1.6141.2.60.26.1.1.1 | integer32 | read-write |
The interval at which LLDP frames are transmitted on behalf of this LLDP agent. The default value for lldpMessageTxInterval object is 30 seconds. If the agent is capable of storing non-volatile configuration, then the value of this object must be restored after a re-initialization of the management system. |
wwpLeosLldpMessageTxHoldMultiplier | 1.3.6.1.4.1.6141.2.60.26.1.1.2 | integer32 | read-write |
The time-to-live value expressed as a multiple of the wwpLeosLldpMessageTxInterval object. The actual time-to-live value used in LLDP frames, transmitted on behalf of this LLDP agent, can be expressed by the following formula: TTL = min(65535, (wwpLeosLldpMessageTxInterval * wwpLeosLldpMessageTxHoldMultiplier)) For example, if the value of wwpLeosLldpMessageTxInterval is '30', and the value of wwpLeosLldpMessageTxHoldMultiplier is '4', then the value '120' is encoded in the TTL field in the LLDP header. The default value for wwpLeosLldpMessageTxHoldMultiplier object is 4. If the agent is capable of storing non-volatile configuration, then the value of this object must be restored after a re-initialization of the management system. |
wwpLeosLldpReinitDelay | 1.3.6.1.4.1.6141.2.60.26.1.1.3 | integer32 | read-write |
The wwpLeosLldpReinitDelay indicates the delay (in units of seconds) from when adminStatus becomes 'disable' until re-initialization will be attempted. The default value for wwpLeosLldpReintDelay object is one second. If the agent is capable of storing non-volatile configuration, then the value of this object must be restored after a re-initialization of the management system. |
wwpLeosLldpTxDelay | 1.3.6.1.4.1.6141.2.60.26.1.1.4 | integer32 | read-write |
The wwpLeosLldpTxDelay indicates the delay (in units of seconds) between successive LLDP frame transmissions initiated by value/status changes in the LLDP local systems MIB. The recommended value for the wwpLeosLldpTxDelay is set by the following formula: 1 <= wwpLeosLldpTxDelay <= (0.25 * wwpLeosLldpMessageTxInterval) The default value for wwpLeosLldpTxDelay object is 8 seconds. If the agent is capable of storing non-volatile configuration, then the value of this object must be restored after a re-initialization of the management system. |
wwpLeosLldpPortConfigTable | 1.3.6.1.4.1.6141.2.60.26.1.1.5 | no-access |
The table that controls LLDP frame transmission on individual ports. |
|
1.3.6.1.4.1.6141.2.60.26.1.1.5.1 | no-access |
LLDP configuration information for a particular port. The port must be contained in the same chassis as the LLDP agent. This configuration parameter controls the transmission and the reception of LLDP frames on those ports whose rows are created in this table. |
||
wwpLeosLldpPortConfigPortNum | 1.3.6.1.4.1.6141.2.60.26.1.1.5.1.1 | wwpleoslldpportnumber | no-access |
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 wwpLeosLldpPortConfigTable. |
wwpLeosLldpPortConfigAdminStatus | 1.3.6.1.4.1.6141.2.60.26.1.1.5.1.2 | integer | read-write |
The administratively desired status of the local LLDP agent. If the associated wwpLeosLldpPortConfigAdminStatus object has a value of 'txOnly(1)', then this port will transmit LLDP frames only and it will not store any information about the remote systems connected. If the associated wwpLeosLldpPortConfigAdminStatus object has a value of 'rxOnly(2)', then this port will receive LLDP frames only. If the associated wwpLeosLldpPortConfigAdminStatus object has a value of 'txAndRx(3)', then this port will transmit and receive LLDP frames. If the associated wwpLeosLldpPortConfigAdminStatus object has a value of 'disabled(4)', then this port will not transmit or receive LLDP frames. Enumeration: 'disabled': 4, 'rxOnly': 2, 'txOnly': 1, 'txAndRx': 3. |
wwpLeosLldpPortConfigTLVsTxEnable | 1.3.6.1.4.1.6141.2.60.26.1.1.5.1.3 | bits | read-write |
The wwpLeosLldpTLVsTxEnable, 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. Some of the bits, such as 0 through 3, are not included in the bitmap since they represent mandatory TLVs that all LLDP agents should transmit. It should be noted that the organizationally defined TLVs are excluded from the wwpLeosLldpTLVsTxEnable bitmap. LLDP Organization Specific Information Extension MIBs should have similar configuration object to control transmission of their organizationally defined TLVs. The bit 'portDesc(4)' indicates that LLDP agent should transmit 'Port Description TLV'. The bit 'sysName(5)' indicates that LLDP agent should transmit 'System Name TLV'. The bit 'sysDesc(6)' indicates that LLDP agent should transmit 'System Description TLV'. The bit 'sysCap(7)' 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, wwpLeosLldpConfigManAddrTable. If the agent is capable of storing non-volatile configuration, then the value of this object must be restored after a re-initialization of the management system. Bits: 'sysCap': 7, 'sysName': 5, 'portDesc': 4, 'sysDesc': 6. |
wwpLeosLldpPortConfigStatsClear | 1.3.6.1.4.1.6141.2.60.26.1.1.5.1.4 | truthvalue | read-write |
Setting this object to 'true' will clear the LLDP statistics of given port. |
wwpLeosLldpPortConfigOperPortSpeed | 1.3.6.1.4.1.6141.2.60.26.1.1.5.1.5 | unsigned32 | read-only |
The current egress bandwidth of the port in kbps. |
wwpLeosLldpPortConfigReqPortSpeed | 1.3.6.1.4.1.6141.2.60.26.1.1.5.1.6 | unsigned32 | read-only |
The requested egress bandwidth of the port in kbps. If no request to change the egress bandwidth has been made, this value will be 0. |
wwpLeosLldpConfigManAddrTable | 1.3.6.1.4.1.6141.2.60.26.1.1.6 | no-access |
The table that controls selection of LLDP management address TLV instances to be transmitted on individual ports. |
|
1.3.6.1.4.1.6141.2.60.26.1.1.6.1 | no-access |
LLDP configuration information that specifies the set of ports (represented as a PortList) on which the local system management address instance will be transmitted. This configuration object augments the wwpLeosLldpLocManAddrEntry, therefore it is only present along with the management address instance contained in the associated wwpLeosLldpLocManAddrEntry entry. If the agent is capable of storing non-volatile configuration, then each active wwpLeosLldpManAddrConfigTxPortsEntry must be re-created (along with the corresponding wwpLeosLldpLocManAddrEntry) after a re-initialization of the management system. |
||
wwpLeosLldpManAddrPortsTxEnable | 1.3.6.1.4.1.6141.2.60.26.1.1.6.1.1 | wwpleoslldpportlist | read-write |
a set of ports that are identified by a PortList, in which each port is represented as a bit. The corresponding local system management address instance will be transmitted on the member ports of the wwpLeosLldpManAddrPortsTxEnable. |
wwpLeosLldpStatistics | 1.3.6.1.4.1.6141.2.60.26.1.2 | |||
wwpLeosLldpStatsTable | 1.3.6.1.4.1.6141.2.60.26.1.2.1 | no-access |
A table containing LLDP statistics for individual ports. Entries are not required to exist in this table while the lldpPortConfigEntry object is equal to 'disabled(4)'. |
|
1.3.6.1.4.1.6141.2.60.26.1.2.1.1 | no-access |
LLDP frame statistics for a particular port. The port must be contained in the same chassis as the LLDP agent. All statistical counter values in a particular entry shall be maintained on a continuing basis and shall not be deleted upon expiration of rxInfoTTL timing counters in the LLDP remote systems MIB of the receipt of a shutdown frame from a remote LLDP agent. All statistical counters associated with a particular port on the local LLDP agent become frozen whenever the adminStatus is disabled for the same port. |
||
wwpLeosLldpStatsPortNum | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.1 | wwpleoslldpportnumber | no-access |
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 lldpStatsTable. |
wwpLeosLldpStatsFramesDiscardedTotal | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.2 | counter32 | read-only |
The number of LLDP frames received by this LLDP agent on the indicated port, and then discarded for any reason. This counter can provide an indication that LLDP header formatting problems may exist with the local LLDP agent in the sending system or that LLDPDU validation problems may exit with the local LLDP agent in the receiving system. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpStatsFramesInErrors | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.3 | counter32 | read-only |
The number of invalid LLDP frames received by this LLDP agent on the indicated port, while this LLDP agent is enabled. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpStatsFramesInTotal | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.4 | counter32 | read-only |
The number of valid LLDP frames received by this LLDP agent on the indicated port, while this LLDP agent is enabled. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpStatsFramesOutTotal | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.5 | counter32 | read-only |
The number of LLDP frames transmitted by this LLDP agent on the indicated port. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpStatsTLVsInErrors | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.6 | counter32 | read-only |
The number of erroneous LLDP TLVs received by this LLDP agent on the indicated port. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpStatsTLVsDiscardedTotal | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.7 | counter32 | read-only |
The number of LLDP TLVs discarded for any reason by this LLDP agent on the indicated port. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpStatsTLVsUnrecognizedTotal | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.8 | counter32 | read-only |
The number of LLDP TLVs received on the given port that are not recognized by this LLDP agent on the indicated port. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of wwpLeosLldpCounterDiscontinuityTime. |
wwpLeosLldpCounterDiscontinuityTime | 1.3.6.1.4.1.6141.2.60.26.1.2.1.1.9 | timestamp | read-only |
This object is defined to record the time of the last discontinuity in statistics counters of the indicated port. The relevant counters are the specific instances associated with this port of any Counter32 objects contained in the wwpLeosLldpStatsTable. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. |
wwpLeosLldpLocalSystemData | 1.3.6.1.4.1.6141.2.60.26.1.3 | |||
wwpLeosLldpLocChassisType | 1.3.6.1.4.1.6141.2.60.26.1.3.1 | wwpleoslldpchassisidtype | read-only |
The type of encoding used to identify the chassis associated with the local system. |
wwpLeosLldpLocChassisId | 1.3.6.1.4.1.6141.2.60.26.1.3.2 | wwpleoslldpchassisid | read-only |
The string value used to identify the chassis component associated with the local system. |
wwpLeosLldpLocSysName | 1.3.6.1.4.1.6141.2.60.26.1.3.3 | snmpadminstring | read-only |
The string value used to identify the system name of the local system. |
wwpLeosLldpLocSysDesc | 1.3.6.1.4.1.6141.2.60.26.1.3.4 | snmpadminstring | read-only |
The string value used to identify the system description of the local system. |
wwpLeosLldpLocSysCapSupported | 1.3.6.1.4.1.6141.2.60.26.1.3.5 | wwpleoslldpsystemcapabilitiesmap | read-only |
The bitmap value used to identify which system capabilities are supported on the local system. |
wwpLeosLldpLocSysCapEnabled | 1.3.6.1.4.1.6141.2.60.26.1.3.6 | wwpleoslldpsystemcapabilitiesmap | read-only |
The bitmap value used to identify which system capabilities are enabled on the local system. |
wwpLeosLldpLocPortTable | 1.3.6.1.4.1.6141.2.60.26.1.3.7 | no-access |
This table contains one or more rows per port information associated with the local system known to this agent. |
|
1.3.6.1.4.1.6141.2.60.26.1.3.7.1 | no-access |
Information about a particular port component. Entries may be created and deleted in this table by the agent. |
||
wwpLeosLldpLocPortNum | 1.3.6.1.4.1.6141.2.60.26.1.3.7.1.1 | wwpleoslldpportnumber | no-access |
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 wwpLeosLldpLocPortTable. |
wwpLeosLldpLocPortType | 1.3.6.1.4.1.6141.2.60.26.1.3.7.1.2 | wwpleoslldpportidtype | read-only |
The type of port identifier encoding used in the associated 'wwpLeosLldpLocPortId' object. |
wwpLeosLldpLocPortId | 1.3.6.1.4.1.6141.2.60.26.1.3.7.1.3 | wwpleoslldpportid | read-only |
The string value used to identify the port component associated with a given port in the local system. |
wwpLeosLldpLocPortDesc | 1.3.6.1.4.1.6141.2.60.26.1.3.7.1.4 | snmpadminstring | read-only |
The string value used to identify the 802 LAN station's port description associated with the local system. |
wwpLeosLldpLocManAddrTable | 1.3.6.1.4.1.6141.2.60.26.1.3.8 | no-access |
This table contains one row per management address information on the local system known to this agent. |
|
1.3.6.1.4.1.6141.2.60.26.1.3.8.1 | no-access |
Management address information about a particular chassis component. There may be multiple management addresses configured on the system identified by a particular wwpLeosLldpLocChassisId. Each management address should have distinct 'management address type' (wwpLeosLldpLocManAddrType) and 'management address' (wwpLeosLldpLocManAddr.) Entries may be created and deleted in this table by the agent. |
||
wwpLeosLldpLocManAddrType | 1.3.6.1.4.1.6141.2.60.26.1.3.8.1.1 | addressfamilynumbers | no-access |
The type of management address identifier encoding used in the associated 'wwpLeosLldpLocManagmentAddr' object. |
wwpLeosLldpLocManAddr | 1.3.6.1.4.1.6141.2.60.26.1.3.8.1.2 | wwpleoslldpmanaddress | no-access |
The string value used to identify the management address component associated with the local system. |
wwpLeosLldpLocManAddrLen | 1.3.6.1.4.1.6141.2.60.26.1.3.8.1.3 | integer32 | no-access |
The total length of the management address subtype and the management address fields in LLDPDUs transmitted by the local LLDP agent. The management address length field is needed so that the receiving systems that do not implement SNMP will not be required to implement an IANA family numbers/address length equivalency table in order to decode the management address. |
wwpLeosLldpLocManAddrIfSubtype | 1.3.6.1.4.1.6141.2.60.26.1.3.8.1.4 | wwpleoslldpmanaddrifsubtype | read-only |
The enumeration value used to identify the interface numbering subtype from which the interface number is derived associated with the local system. |
wwpLeosLldpLocManAddrIfId | 1.3.6.1.4.1.6141.2.60.26.1.3.8.1.5 | integer32 | read-only |
The integer value used to identify the interface number regarding the management address component associated with the local system. |
wwpLeosLldpLocManAddrOID | 1.3.6.1.4.1.6141.2.60.26.1.3.8.1.6 | object identifier | read-only |
The OID value used to identify the type of hardware component or protocol entity associated with the management address advertised by the local system agent. |
wwpLeosLldpRemoteSystemsData | 1.3.6.1.4.1.6141.2.60.26.1.4 | |||
wwpLeosLldpRemTable | 1.3.6.1.4.1.6141.2.60.26.1.4.1 | no-access |
This table contains one or more rows per physical network connection known to this agent. The agent may wish to ensure that only one wwpLeosLldpRemEntry is present for each local port, or it may choose to maintain multiple wwpLeosLldpRemEntries for the same local port. |
|
1.3.6.1.4.1.6141.2.60.26.1.4.1.1 | no-access |
Information about a particular physical network connection. Entries may be created and deleted in this table by the agent, if a physical topology discovery process is active. |
||
wwpLeosLldpRemTimeMark | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.1 | timefilter | no-access |
A TimeFilter for this entry. See the TimeFilter textual convention in RFC 2021 to see how this works. |
wwpLeosLldpRemLocalPortNum | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.2 | wwpleoslldpportnumber | no-access |
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The wwpLeosLldpRemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the wwpLeosLldpRemTable. |
wwpLeosLldpRemIndex | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.3 | integer32 | no-access |
This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. A particular wwpLeosLldpRemIndex value may be reused in the event an entry is aged out and later re-learned with the same (or different) remote chassis and port identifiers. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the wwpLeosLldpRemIndex will wrap between reboots. |
wwpLeosLldpRemRemoteChassisType | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.4 | wwpleoslldpchassisidtype | read-only |
The type of encoding used to identify the chassis associated with the remote system. |
wwpLeosLldpRemRemoteChassis | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.5 | wwpleoslldpchassisid | read-only |
The string value used to identify the chassis component associated with the remote system. |
wwpLeosLldpRemRemotePortType | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.6 | wwpleoslldpportidtype | read-only |
The type of port identifier encoding used in the associated 'wwpLeosLldpRemRemotePort' object. |
wwpLeosLldpRemRemotePort | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.7 | wwpleoslldpportid | read-only |
The string value used to identify the port component associated with the remote system. |
wwpLeosLldpRemPortDesc | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.8 | snmpadminstring | read-only |
The string value used to identify the description of the given port associated with the remote system. |
wwpLeosLldpRemSysName | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.9 | snmpadminstring | read-only |
The string value used to identify the system name of the remote system. |
wwpLeosLldpRemSysDesc | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.10 | snmpadminstring | read-only |
The string value used to identify the system description of the remote system. |
wwpLeosLldpRemSysCapSupported | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.11 | wwpleoslldpsystemcapabilitiesmap | read-only |
The bitmap value used to identify which system capabilities are supported on the remote system. |
wwpLeosLldpRemSysCapEnabled | 1.3.6.1.4.1.6141.2.60.26.1.4.1.1.12 | wwpleoslldpsystemcapabilitiesmap | read-only |
The bitmap value used to identify which system capabilities are enabled on the remote system. |
wwpLeosLldpRemManAddrTable | 1.3.6.1.4.1.6141.2.60.26.1.4.2 | no-access |
This table contains one or more rows per management address information on the remote system learned on a particular port contained in the local chassis known to this agent. |
|
1.3.6.1.4.1.6141.2.60.26.1.4.2.1 | no-access |
Management address information about a particular chassis component. There may be multiple management addresses configured on the remote system identified by a particular wwpLeosLldpRemIndex whose information is received on wwpLeosLldpRemLocalPortNum of the local system. Each management address should have distinct 'management address type' (wwpLeosLldpRemManAddrType) and 'management address' (wwpLeosLldpRemManAddr.) Entries may be created and deleted in this table by the agent. |
||
wwpLeosLldpRemManAddrType | 1.3.6.1.4.1.6141.2.60.26.1.4.2.1.1 | addressfamilynumbers | no-access |
The type of management address identifier encoding used in the associated 'wwpLeosLldpRemManagmentAddr' object. |
wwpLeosLldpRemManAddr | 1.3.6.1.4.1.6141.2.60.26.1.4.2.1.2 | wwpleoslldpmanaddress | no-access |
The string value used to identify the management address component associated with the remote system. |
wwpLeosLldpRemManAddrIfSubtype | 1.3.6.1.4.1.6141.2.60.26.1.4.2.1.3 | wwpleoslldpmanaddrifsubtype | read-only |
The enumeration value used to identify the interface numbering subtype from which the interface number is derived associated with the remote system. |
wwpLeosLldpRemManAddrIfId | 1.3.6.1.4.1.6141.2.60.26.1.4.2.1.4 | integer32 | read-only |
The integer value used to identify the interface number regarding the management address component associated with the remote system. |
wwpLeosLldpRemManAddrOID | 1.3.6.1.4.1.6141.2.60.26.1.4.2.1.5 | object identifier | read-only |
The OID value used to identify the type of hardware component or protocol entity associated with the management address advertised by the remote system agent. |
wwpLeosLldpRemUnknownTLVTable | 1.3.6.1.4.1.6141.2.60.26.1.4.3 | no-access |
This table contains information about an incoming TLV which is not recognized by the receiving LLDP agent. The TLV may be from a later version of the basic management set. |
|
1.3.6.1.4.1.6141.2.60.26.1.4.3.1 | no-access |
Information about an unrecognized TLV received from a physical network connection. Entries may be created and deleted in this table by the agent, if a physical topology discovery process is active. |
||
wwpLeosLldpRemUnknownTLVType | 1.3.6.1.4.1.6141.2.60.26.1.4.3.1.1 | integer32 | no-access |
This object represents the value extracted from the type field of the TLV. |
wwpLeosLldpRemUnknownTLVInfo | 1.3.6.1.4.1.6141.2.60.26.1.4.3.1.2 | octet string | read-only |
This object represents the value extracted from the value field of the TLV. |
wwpLeosLldpRemOrgDefInfoTable | 1.3.6.1.4.1.6141.2.60.26.1.4.4 | no-access |
This table contains one or more rows per physical network connection which advertises the organizationally defined information. Note that this table contains one or more rows of organizationally defined information that is not recognized by the local agent. The agent may wish to ensure that only one wwpLeosLldpRemOrgDefInfoEntry is present for each remote system, or it may choose to maintain multiple wwpLeosLldpRemOrgDefInfoEntries for the same remote system. If the local system is capable of recognizing any organizationally defined information, appropriate extension MIBs from the organization should be used for information retrieval. |
|
1.3.6.1.4.1.6141.2.60.26.1.4.4.1 | no-access |
Information about the unrecognized organizationally defined information advertised by the remote system. The wwpLeosLldpRemTimeMark, wwpLeosLldpRemLocalPortNum, wwpLeosLldpRemIndex, wwpLeosLldpRemOrgDefInfoOUI, wwpLeosLldpRemOrgDefInfoSubtype, and wwpLeosLldpRemOrgDefInfoIndex are indexes to this table. If there is an wwpLeosLldpRemOrgDefInfoEntry associated with a particular remote system identified by the wwpLeosLldpRemLocalPortNum and wwpLeosLldpRemIndex, there must be an wwpLeosLldpRemEntry associated with the same instance (i.e, using same indexes.) When the wwpLeosLldpRemEntry for the same index is removed from the wwpLeosLldpRemTable, the associated wwpLeosLldpRemOrgDefInfoEntry should be removed from the wwpLeosLldpRemOrgDefInfoTable. Entries may be created and deleted in this table by the agent. |
||
wwpLeosLldpRemOrgDefInfoOUI | 1.3.6.1.4.1.6141.2.60.26.1.4.4.1.1 | octet string | no-access |
The Organizationally Unique Identifier (OUI), as defined in IEEE std. 802-2001, is a 24 bit (three octets) globally unique assigned number referenced by various standards, of the information received from the remote system. |
wwpLeosLldpRemOrgDefInfoSubtype | 1.3.6.1.4.1.6141.2.60.26.1.4.4.1.2 | integer32 | no-access |
The integer value used to identify the subtype of the organizationally defined information received from the remote system. The subtype value is required to identify different instances of organizationally defined information that could not be retrieved without a unique identifier that indicates the particular type of information contained in the information string. |
wwpLeosLldpRemOrgDefInfoIndex | 1.3.6.1.4.1.6141.2.60.26.1.4.4.1.3 | integer32 | no-access |
This object represents an arbitrary local integer value used by this agent to identify a particular unrecognized organizationally defined information instance, unique only for the wwpLeosLldpRemOrgDefInfoOUI and wwpLeosLldpRemOrgDefInfoSubtype from the same remote system. A particular wwpLeosLldpRemOrgDefInfoIndex value may be reused in the event an entry is aged out and later re-learned with the same (or different) wwpLeosLldpRemOrgDefInfoOUI and wwpLeosLldpRemOrgDefInfoSubtype. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the wwpLeosLldpRemOrgDefInfoIndex will wrap between reboots. |
wwpLeosLldpRemOrgDefInfo | 1.3.6.1.4.1.6141.2.60.26.1.4.4.1.4 | octet string | read-only |
The string value used to identify the organizationally defined information of the remote system. The encoding for this object should be as defined for SnmpAdminString TC. |
wwpLeosLldpExtentions | 1.3.6.1.4.1.6141.2.60.26.1.5 | |||
wwpLeosLldpGlobalAtts | 1.3.6.1.4.1.6141.2.60.26.1.6 | |||
wwpLeosLldpStatsClear | 1.3.6.1.4.1.6141.2.60.26.1.6.1 | truthvalue | read-write |
Setting this mib object to 'true' will clear all statistics of LLDP. |
wwpLeosLldpConformance | 1.3.6.1.4.1.6141.2.60.26.2 | |||
wwpLeosLldpCompliances | 1.3.6.1.4.1.6141.2.60.26.2.1 | |||
wwpLeosLldpCompliance | 1.3.6.1.4.1.6141.2.60.26.2.1.1 |
The compliance statement for SNMP entities which implement the LLDP MIB. |
||
wwpLeosLldpGroups | 1.3.6.1.4.1.6141.2.60.26.2.2 | |||
wwpLeosLldpConfigGroup | 1.3.6.1.4.1.6141.2.60.26.2.2.1 |
The collection of objects which are used to configure the LLDP implementation behavior. This group is mandatory for agents which implement the LLDP. |
||
wwpLeosLldpStatsGroup | 1.3.6.1.4.1.6141.2.60.26.2.2.2 |
The collection of objects which are used to represent LLDP statistics. This group is mandatory for agents which implement the LLDP. |
||
wwpLeosLldpLocSysGroup | 1.3.6.1.4.1.6141.2.60.26.2.2.3 |
The collection of objects which are used to represent LLDP Local System Information. The objects represent the information associated with the mandatory TLVs. This group is mandatory for agents which implement the LLDP. |
||
wwpLeosLldpOptLocSysGroup | 1.3.6.1.4.1.6141.2.60.26.2.2.4 |
The collection of objects which are used to represent optional LLDP Local System Information. The objects represent the information associated with the optional TLVs. This group is optional for agents which implement the Lldp. |
||
wwpLeosLldpRemSysGroup | 1.3.6.1.4.1.6141.2.60.26.2.2.5 |
The collection of objects which are used to represent LLDP Remote Systems Information. The objects represent the information associated with the basic TLV set. Please note that even the agent doesn't implement some of the optional TLVs, it shall recognize all the optional TLV information that the remote system may advertise. This group is mandatory for agents which implement the Lldp. |
||
wwpLeosLldpNotifMIBNotificationPrefix | 1.3.6.1.4.1.6141.2.60.26.3 | |||
wwpLeosLldpNotifMIBNotification | 1.3.6.1.4.1.6141.2.60.26.3.0 | |||
wwpLeosLldpPortSpeedChangeTrap | 1.3.6.1.4.1.6141.2.60.26.3.0.1 |
A notification is sent whenever a request is made to change the egress bandwidth of the port. OperPortSpeed is the speed of the port at the time the request is received, ReqPortSpeed is the new requested speed. |