LLDP-EXT-DOT3-V2-MIB

File: LLDP-EXT-DOT3-V2-MIB.mib (28178 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB LLDP-V2-MIB LLDP-V2-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
ifGeneralInformationGroup lldpV2Extensions lldpV2LocPortIfIndex
lldpV2RemTimeMark lldpV2RemLocalIfIndex lldpV2RemLocalDestMACAddress
lldpV2RemIndex lldpV2PortConfigEntry LldpV2PowerPortClass

Defined Types

LldpV2Xdot3PortConfigEntry  
SEQUENCE    
  lldpV2Xdot3PortConfigTLVsTxEnable BITS

LldpV2Xdot3LocPortEntry  
SEQUENCE    
  lldpV2Xdot3LocPortAutoNegSupported TruthValue
  lldpV2Xdot3LocPortAutoNegEnabled TruthValue
  lldpV2Xdot3LocPortAutoNegAdvertisedCap OCTET STRING
  lldpV2Xdot3LocPortOperMauType Unsigned32

LldpV2Xdot3LocPowerEntry  
SEQUENCE    
  lldpV2Xdot3LocPowerPortClass LldpV2PowerPortClass
  lldpV2Xdot3LocPowerMDISupported TruthValue
  lldpV2Xdot3LocPowerMDIEnabled TruthValue
  lldpV2Xdot3LocPowerPairControlable TruthValue
  lldpV2Xdot3LocPowerPairs Unsigned32
  lldpV2Xdot3LocPowerClass Unsigned32

LldpV2Xdot3LocMaxFrameSizeEntry  
SEQUENCE    
  lldpV2Xdot3LocMaxFrameSize Unsigned32

LldpV2Xdot3RemPortEntry  
SEQUENCE    
  lldpV2Xdot3RemPortAutoNegSupported TruthValue
  lldpV2Xdot3RemPortAutoNegEnabled TruthValue
  lldpV2Xdot3RemPortAutoNegAdvertisedCap OCTET STRING
  lldpV2Xdot3RemPortOperMauType Unsigned32

LldpV2Xdot3RemPowerEntry  
SEQUENCE    
  lldpV2Xdot3RemPowerPortClass LldpV2PowerPortClass
  lldpV2Xdot3RemPowerMDISupported TruthValue
  lldpV2Xdot3RemPowerMDIEnabled TruthValue
  lldpV2Xdot3RemPowerPairControlable TruthValue
  lldpV2Xdot3RemPowerPairs Unsigned32
  lldpV2Xdot3RemPowerClass Unsigned32

LldpV2Xdot3RemMaxFrameSizeEntry  
SEQUENCE    
  lldpV2Xdot3RemMaxFrameSize Unsigned32

Defined Values

lldpV2Xdot3MIB 1.3.111.2.802.1.1.13.1.5.4623
The LLDP Management Information Base extension module for IEEE 802.3 organizationally defined discovery information. In order to assure the uniqueness of the LLDP-MIB, lldpV2Xdot3MIB is branched from lldpV2Extensions using OUI value as the node. An OUI/'company_id' is a 24 bit globally unique assigned number referenced by various standards. Unless otherwise indicated, the references in this MIB module are to IEEE 802.1AB-2009. Copyright (C) IEEE (2009). This version of this MIB module is published as Annex F.6.5 of IEEE Std 802.1AB-2009; see the standard itself for full legal notices.
MODULE-IDENTITY    

lldpV2Xdot3Objects 1.3.111.2.802.1.1.13.1.5.4623.1
OBJECT IDENTIFIER    

lldpV2Xdot3Config 1.3.111.2.802.1.1.13.1.5.4623.1.1
OBJECT IDENTIFIER    

lldpV2Xdot3LocalData 1.3.111.2.802.1.1.13.1.5.4623.1.2
OBJECT IDENTIFIER    

lldpV2Xdot3RemoteData 1.3.111.2.802.1.1.13.1.5.4623.1.3
OBJECT IDENTIFIER    

lldpV2Xdot3PortConfigTable 1.3.111.2.802.1.1.13.1.5.4623.1.1.1
A table that controls selection of LLDP TLVs to be transmitted on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3PortConfigEntry

lldpV2Xdot3PortConfigEntry 1.3.111.2.802.1.1.13.1.5.4623.1.1.1.1
LLDP configuration information that controls the transmission of IEEE 802.3 organizationally defined TLVs on LLDP transmission capable ports. This configuration object augments the lldpV2PortConfigEntry of the LLDP-MIB, therefore it is only present along with the port configuration defined by the associated lldpV2PortConfigEntry entry. Each active lldpV2Xdot3PortConfigEntry is restored from non-volatile storage (along with the corresponding lldpV2PortConfigEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3PortConfigEntry  

lldpV2Xdot3PortConfigTLVsTxEnable 1.3.111.2.802.1.1.13.1.5.4623.1.1.1.1.1
The lldpV2Xdot3PortConfigTLVsTxEnable, defined as a bitmap, includes the IEEE 802.3 organizationally defined set of LLDP TLVs whose transmission is allowed on the local LLDP agent by the network management. Each bit in the bitmap corresponds to an IEEE 802.3 subtype associated with a specific IEEE 802.3 optional TLV. The bit 0 is not used since there is no corresponding subtype. The bit 'macPhyConfigStatus(0)' indicates that LLDP agent should transmit 'MAC/PHY configuration/status TLV'. The bit 'powerViaMDI(1)' indicates that LLDP agent should transmit 'Power via MDI TLV'. The bit 'unused(2)' is no longer used; this was used for the 'Link Aggregation TLV' in the previous version. The bit 'maxFrameSize(3)' indicates that LLDP agent should transmit 'Maximum-frame-size TLV'. The default value for lldpV2Xdot3PortConfigTLVsTxEnable object is an empty set, which means no enumerated values are set. The value of this object is restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  BITS macPhyConfigStatus(0), powerViaMDI(1), unused(2), maxFrameSize(3)  

lldpV2Xdot3LocPortTable 1.3.111.2.802.1.1.13.1.5.4623.1.2.1
This table contains one row per port of Ethernet port information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3LocPortEntry

lldpV2Xdot3LocPortEntry 1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3LocPortEntry  

lldpV2Xdot3LocPortAutoNegSupported 1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.1
The truth value used to indicate whether the given port (associated with the local system) supports Auto-negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3LocPortAutoNegEnabled 1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.2
The truth value used to indicate whether port Auto-negotiation is enabled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3LocPortAutoNegAdvertisedCap 1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.3
This object contains the value (bitmap) of the ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC 3636) which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

lldpV2Xdot3LocPortOperMauType 1.3.111.2.802.1.1.13.1.5.4623.1.2.1.1.4
An integer value that indicates the operational MAU type of the given port on the local system. This object contains the integer value derived from the list position of the corresponding dot3MauType as listed in IETF RFC 4836 (or subsequent revisions) and is equal to the last number in the respective dot3MauType OID. For example, if the ifMauType object is dot3MauType1000BaseTHD which corresponds to {dot3MauType 29}, the numerical value of this field is 29. For MAU types not listed in RFC 4836 (or subsequent revisions), the value of this field shall be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..2147483647  

lldpV2Xdot3LocPowerTable 1.3.111.2.802.1.1.13.1.5.4623.1.2.2
This table contains one row per port of power ethernet information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3LocPowerEntry

lldpV2Xdot3LocPowerEntry 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3LocPowerEntry  

lldpV2Xdot3LocPowerPortClass 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.1
The value that identifies the port Class of the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpV2PowerPortClass  

lldpV2Xdot3LocPowerMDISupported 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.2
The truth value used to indicate whether the MDI power is supported on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3LocPowerMDIEnabled 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.3
The truth value used to identify whether MDI power is enabled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3LocPowerPairControlable 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.4
The truth value is derived from the value of pethPsePortPowerPairsControlAbility object (defined in IETF RFC 3621) and is used to indicate whether the pair selection can be controlled on the given port associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3LocPowerPairs 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.5
This object contains the value of the pethPsePortPowerPairs object (defined in IETF RFC 3621) which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1 | 2  

lldpV2Xdot3LocPowerClass 1.3.111.2.802.1.1.13.1.5.4623.1.2.2.1.6
This object contains the value of the pethPsePortPowerClassifications object (defined in IETF RFC 3621) which is associated with the given port on the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1 | 2 | 3 | 4 | 5  

lldpV2Xdot3LocMaxFrameSizeTable 1.3.111.2.802.1.1.13.1.5.4623.1.2.3
This table contains one row per port of maximum frame size information (as a part of the LLDP 802.3 organizational extension) on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3LocMaxFrameSizeEntry

lldpV2Xdot3LocMaxFrameSizeEntry 1.3.111.2.802.1.1.13.1.5.4623.1.2.3.1
Maximum Frame Size information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3LocMaxFrameSizeEntry  

lldpV2Xdot3LocMaxFrameSize 1.3.111.2.802.1.1.13.1.5.4623.1.2.3.1.1
An integer value indicating the maximum supported frame size in octets on the given port of the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

lldpV2Xdot3RemPortTable 1.3.111.2.802.1.1.13.1.5.4623.1.3.1
This table contains Ethernet port information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3RemPortEntry

lldpV2Xdot3RemPortEntry 1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1
Information about a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3RemPortEntry  

lldpV2Xdot3RemPortAutoNegSupported 1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.1
The truth value used to indicate whether the given port (associated with remote system) supports Auto-negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3RemPortAutoNegEnabled 1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.2
The truth value used to indicate whether port Auto-negotiation is enabled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3RemPortAutoNegAdvertisedCap 1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.3
This object contains the value (bitmap) of the ifMauAutoNegCapAdvertisedBits object (defined in IETF RFC 3636) which is associated with the given port on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

lldpV2Xdot3RemPortOperMauType 1.3.111.2.802.1.1.13.1.5.4623.1.3.1.1.4
An integer value that indicates the operational MAU type of the sending device. This object contains the integer value derived from the list position of the corresponding dot3MauType as listed in in IETF RFC 4836 (or subsequent revisions) and is equal to the last number in the respective dot3MauType OID. For example, if the ifMauType object is dot3MauType1000BaseTHD which corresponds to {dot3MauType 29}, the numerical value of this field is 29. For MAU types not listed in RFC 4836 (or subsequent revisions), the value of this field shall be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..2147483647  

lldpV2Xdot3RemPowerTable 1.3.111.2.802.1.1.13.1.5.4623.1.3.2
This table contains Ethernet power information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3RemPowerEntry

lldpV2Xdot3RemPowerEntry 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1
Information about a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3RemPowerEntry  

lldpV2Xdot3RemPowerPortClass 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.1
The value that identifies the port Class of the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  LldpV2PowerPortClass  

lldpV2Xdot3RemPowerMDISupported 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.2
The truth value used to indicate whether the MDI power is supported on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3RemPowerMDIEnabled 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.3
The truth value used to identify whether MDI power is enabled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3RemPowerPairControlable 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.4
The truth value is derived from the value of pethPsePortPowerPairsControlAbility object (defined in IETF RFC 3621) and is used to indicate whether the pair selection can be controlled on the given port associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lldpV2Xdot3RemPowerPairs 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.5
This object contains the value of the pethPsePortPowerPairs object (defined in IETF RFC 3621) which is associated with the given port on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1 | 2  

lldpV2Xdot3RemPowerClass 1.3.111.2.802.1.1.13.1.5.4623.1.3.2.1.6
This object contains the value of the pethPsePortPowerClassifications object (defined in IETF RFC 3621) which is associated with the given port on the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1 | 2 | 3 | 4 | 5  

lldpV2Xdot3RemMaxFrameSizeTable 1.3.111.2.802.1.1.13.1.5.4623.1.3.3
This table contains one row per port/destination address pair of maximum frame size information (as a part of the LLDP IEEE 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpV2Xdot3RemMaxFrameSizeEntry

lldpV2Xdot3RemMaxFrameSizeEntry 1.3.111.2.802.1.1.13.1.5.4623.1.3.3.1
Maximum Frame Size information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpV2Xdot3RemMaxFrameSizeEntry  

lldpV2Xdot3RemMaxFrameSize 1.3.111.2.802.1.1.13.1.5.4623.1.3.3.1.1
An integer value indicating the maximum supported frame size in octets on the port component associated with the remote system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

lldpV2Xdot3Conformance 1.3.111.2.802.1.1.13.1.5.4623.2
OBJECT IDENTIFIER    

lldpV2Xdot3Compliances 1.3.111.2.802.1.1.13.1.5.4623.2.1
OBJECT IDENTIFIER    

lldpV2Xdot3Groups 1.3.111.2.802.1.1.13.1.5.4623.2.2
OBJECT IDENTIFIER    

lldpV2Xdot3TxRxCompliance 1.3.111.2.802.1.1.13.1.5.4623.2.1.1
A compliance statement for SNMP entities that implement the LLDP 802.3 organizational extension MIB. This group is mandatory for all agents that implement the LLDP 802.3 organizational extension in TX and/or RX mode. This version defines compliance requirements for V2 of the LLDP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

lldpV2Xdot3TxCompliance 1.3.111.2.802.1.1.13.1.5.4623.2.1.2
The compliance statement for SNMP entities which implement the LLDP 802.3 organizational extension MIB. This group is mandatory for agents which implement the LLDP 802.3 organizational extension in the TX mode. This version defines compliance requirements for V2 of the LLDP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

lldpV2Xdot3RxCompliance 1.3.111.2.802.1.1.13.1.5.4623.2.1.3
The compliance statement for SNMP entities which implement the LLDP 802.3 organizational extension MIB. This group is mandatory for agents which implement the LLDP 802.3 organizational extension in the RX mode. This version defines compliance requirements for V2 of the LLDP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

lldpV2Xdot3ConfigGroup 1.3.111.2.802.1.1.13.1.5.4623.2.2.1
The collection of objects which are used to configure the LLDP 802.3 organizational extension implementation behavior.
Status: current Access: read-only
OBJECT-GROUP    

lldpV2Xdot3LocSysGroup 1.3.111.2.802.1.1.13.1.5.4623.2.2.2
The collection of objects which are used to represent LLDP 802.3 organizational extension Local Device Information.
Status: current Access: read-only
OBJECT-GROUP    

lldpV2Xdot3RemSysGroup 1.3.111.2.802.1.1.13.1.5.4623.2.2.3
The collection of objects which are used to represent LLDP 802.3 organizational extension Local Device Information.
Status: current Access: read-only
OBJECT-GROUP