LLDP-EXT-DOT3-MIB

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

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
LLDP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
TEXTUAL-CONVENTION TruthValue MODULE-COMPLIANCE
OBJECT-GROUP lldpExtensions lldpLocPortNum
lldpRemTimeMark lldpRemLocalPortNum lldpRemIndex
lldpPortConfigEntry

Defined Types

LldpPowerPortClass  
This TC describes the Power over Ethernet (PoE) port class.
TEXTUAL-CONVENTION    
  INTEGER pClassPSE(1), pClassPD(2)  

LldpLinkAggStatusMap  
This TC describes the link aggregation status. The bit 'aggCapable(0)' indicates the link is capable of being aggregated. The bit 'aggEnabled(1)' indicates the link is currently in aggregation.
TEXTUAL-CONVENTION    
  BITS aggCapable(0), aggEnabled(1)  

LldpXdot3PortConfigEntry  
SEQUENCE    
  lldpXdot3PortConfigTLVsTxEnable BITS

LldpXdot3LocPortEntry  
SEQUENCE    
  lldpXdot3LocPortAutoNegSupported TruthValue
  lldpXdot3LocPortAutoNegEnabled TruthValue
  lldpXdot3LocPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3LocPortOperMauType Integer32

LldpXdot3LocPowerEntry  
SEQUENCE    
  lldpXdot3LocPowerPortClass LldpPowerPortClass
  lldpXdot3LocPowerMDISupported TruthValue
  lldpXdot3LocPowerMDIEnabled TruthValue
  lldpXdot3LocPowerPairControlable TruthValue
  lldpXdot3LocPowerPairs Integer32
  lldpXdot3LocPowerClass Integer32

LldpXdot3LocLinkAggEntry  
SEQUENCE    
  lldpXdot3LocLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3LocLinkAggPortId Integer32

LldpXdot3LocMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3LocMaxFrameSize Integer32

LldpXdot3RemPortEntry  
SEQUENCE    
  lldpXdot3RemPortAutoNegSupported TruthValue
  lldpXdot3RemPortAutoNegEnabled TruthValue
  lldpXdot3RemPortAutoNegAdvertisedCap OCTET STRING
  lldpXdot3RemPortOperMauType Integer32

LldpXdot3RemPowerEntry  
SEQUENCE    
  lldpXdot3RemPowerPortClass LldpPowerPortClass
  lldpXdot3RemPowerMDISupported TruthValue
  lldpXdot3RemPowerMDIEnabled TruthValue
  lldpXdot3RemPowerPairControlable TruthValue
  lldpXdot3RemPowerPairs Integer32
  lldpXdot3RemPowerClass Integer32

LldpXdot3RemLinkAggEntry  
SEQUENCE    
  lldpXdot3RemLinkAggStatus LldpLinkAggStatusMap
  lldpXdot3RemLinkAggPortId Integer32

LldpXdot3RemMaxFrameSizeEntry  
SEQUENCE    
  lldpXdot3RemMaxFrameSize Integer32

Defined Values

lldpXdot3MIB 1.0.8802.1.1.2.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, lldpXdot3MIB is branched from lldpExtensions using OUI value as the node. An OUI/'company_id' is a 24 bit globally unique assigned number referenced by various standards. Copyright (C) IEEE (2005). This version of this MIB module is published as Annex G.6.1 of IEEE Std 802.1AB-2005; see the standard itself for full legal notices.
MODULE-IDENTITY    

lldpXdot3Objects 1.0.8802.1.1.2.1.5.4623.1
OBJECT IDENTIFIER    

lldpXdot3Config 1.0.8802.1.1.2.1.5.4623.1.1
OBJECT IDENTIFIER    

lldpXdot3LocalData 1.0.8802.1.1.2.1.5.4623.1.2
OBJECT IDENTIFIER    

lldpXdot3RemoteData 1.0.8802.1.1.2.1.5.4623.1.3
OBJECT IDENTIFIER    

lldpXdot3PortConfigTable 1.0.8802.1.1.2.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  
    LldpXdot3PortConfigEntry

lldpXdot3PortConfigEntry 1.0.8802.1.1.2.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 lldpPortConfigEntry of the LLDP-MIB, therefore it is only present along with the port configuration defined by the associated lldpPortConfigEntry entry. Each active lldpXdot3PortConfigEntry must be from non-volatile storage (along with the corresponding lldpPortConfigEntry) after a re-initialization of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3PortConfigEntry  

lldpXdot3PortConfigTLVsTxEnable 1.0.8802.1.1.2.1.5.4623.1.1.1.1.1
The lldpXdot3PortConfigTLVsTxEnable, 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 'linkAggregation(2)' indicates that LLDP agent should transmit 'Link Aggregation TLV'. The bit 'maxFrameSize(3)' indicates that LLDP agent should transmit 'Maximum-frame-size TLV'. The default value for lldpXdot3PortConfigTLVsTxEnable object is an 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.
Status: current Access: read-write
OBJECT-TYPE    
  BITS macPhyConfigStatus(0), powerViaMDI(1), linkAggregation(2), maxFrameSize(3)  

lldpXdot3LocPortTable 1.0.8802.1.1.2.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  
    LldpXdot3LocPortEntry

lldpXdot3LocPortEntry 1.0.8802.1.1.2.1.5.4623.1.2.1.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocPortEntry  

lldpXdot3LocPortAutoNegSupported 1.0.8802.1.1.2.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  

lldpXdot3LocPortAutoNegEnabled 1.0.8802.1.1.2.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  

lldpXdot3LocPortAutoNegAdvertisedCap 1.0.8802.1.1.2.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)  

lldpXdot3LocPortOperMauType 1.0.8802.1.1.2.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 3636 (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 will be 29. For MAU types not listed in RFC 3636 (or subsequent revisions), the value of this field shall be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

lldpXdot3LocPowerTable 1.0.8802.1.1.2.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  
    LldpXdot3LocPowerEntry

lldpXdot3LocPowerEntry 1.0.8802.1.1.2.1.5.4623.1.2.2.1
Information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocPowerEntry  

lldpXdot3LocPowerPortClass 1.0.8802.1.1.2.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    
  LldpPowerPortClass  

lldpXdot3LocPowerMDISupported 1.0.8802.1.1.2.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  

lldpXdot3LocPowerMDIEnabled 1.0.8802.1.1.2.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  

lldpXdot3LocPowerPairControlable 1.0.8802.1.1.2.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  

lldpXdot3LocPowerPairs 1.0.8802.1.1.2.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    
  Integer32 1 | 2  

lldpXdot3LocPowerClass 1.0.8802.1.1.2.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    
  Integer32 1 | 2 | 3 | 4 | 5  

lldpXdot3LocLinkAggTable 1.0.8802.1.1.2.1.5.4623.1.2.3
This table contains one row per port of link aggregation 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  
    LldpXdot3LocLinkAggEntry

lldpXdot3LocLinkAggEntry 1.0.8802.1.1.2.1.5.4623.1.2.3.1
Link Aggregation information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocLinkAggEntry  

lldpXdot3LocLinkAggStatus 1.0.8802.1.1.2.1.5.4623.1.2.3.1.1
The bitmap value contains the link aggregation capabilities and the current aggregation status of the link.
Status: current Access: read-only
OBJECT-TYPE    
  LldpLinkAggStatusMap  

lldpXdot3LocLinkAggPortId 1.0.8802.1.1.2.1.5.4623.1.2.3.1.2
This object contains the IEEE 802.3 aggregated port identifier, aAggPortID (IEEE 802.3-2002, 30.7.2.1.1), derived from the ifNumber of the ifIndex for the port component in link aggregation. If the port is not in link aggregation state and/or it does not support link aggregation, this value should be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..2147483647  

lldpXdot3LocMaxFrameSizeTable 1.0.8802.1.1.2.1.5.4623.1.2.4
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  
    LldpXdot3LocMaxFrameSizeEntry

lldpXdot3LocMaxFrameSizeEntry 1.0.8802.1.1.2.1.5.4623.1.2.4.1
Maximum Frame Size information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3LocMaxFrameSizeEntry  

lldpXdot3LocMaxFrameSize 1.0.8802.1.1.2.1.5.4623.1.2.4.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    
  Integer32 0..65535  

lldpXdot3RemPortTable 1.0.8802.1.1.2.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  
    LldpXdot3RemPortEntry

lldpXdot3RemPortEntry 1.0.8802.1.1.2.1.5.4623.1.3.1.1
Information about a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemPortEntry  

lldpXdot3RemPortAutoNegSupported 1.0.8802.1.1.2.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  

lldpXdot3RemPortAutoNegEnabled 1.0.8802.1.1.2.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  

lldpXdot3RemPortAutoNegAdvertisedCap 1.0.8802.1.1.2.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)  

lldpXdot3RemPortOperMauType 1.0.8802.1.1.2.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 3636 (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 will be 29. For MAU types not listed in RFC 3636 (or subsequent revisions), the value of this field shall be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

lldpXdot3RemPowerTable 1.0.8802.1.1.2.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  
    LldpXdot3RemPowerEntry

lldpXdot3RemPowerEntry 1.0.8802.1.1.2.1.5.4623.1.3.2.1
Information about a particular physical network connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemPowerEntry  

lldpXdot3RemPowerPortClass 1.0.8802.1.1.2.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    
  LldpPowerPortClass  

lldpXdot3RemPowerMDISupported 1.0.8802.1.1.2.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  

lldpXdot3RemPowerMDIEnabled 1.0.8802.1.1.2.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  

lldpXdot3RemPowerPairControlable 1.0.8802.1.1.2.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  

lldpXdot3RemPowerPairs 1.0.8802.1.1.2.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    
  Integer32 1 | 2  

lldpXdot3RemPowerClass 1.0.8802.1.1.2.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    
  Integer32 1 | 2 | 3 | 4 | 5  

lldpXdot3RemLinkAggTable 1.0.8802.1.1.2.1.5.4623.1.3.3
This table contains port link aggregation information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3RemLinkAggEntry

lldpXdot3RemLinkAggEntry 1.0.8802.1.1.2.1.5.4623.1.3.3.1
Link Aggregation information about remote system's port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemLinkAggEntry  

lldpXdot3RemLinkAggStatus 1.0.8802.1.1.2.1.5.4623.1.3.3.1.1
The bitmap value contains the link aggregation capabilities and the current aggregation status of the link.
Status: current Access: read-only
OBJECT-TYPE    
  LldpLinkAggStatusMap  

lldpXdot3RemLinkAggPortId 1.0.8802.1.1.2.1.5.4623.1.3.3.1.2
This object contains the IEEE 802.3 aggregated port identifier, aAggPortID (IEEE 802.3-2002, 30.7.2.1.1), derived from the ifNumber of the ifIndex for the port component associated with the remote system. If the remote port is not in link aggregation state and/or it does not support link aggregation, this value should be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 1..2147483647  

lldpXdot3RemMaxFrameSizeTable 1.0.8802.1.1.2.1.5.4623.1.3.4
This table contains one row per port of maximum frame size information (as a part of the LLDP 802.3 organizational extension) of the remote system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LldpXdot3RemMaxFrameSizeEntry

lldpXdot3RemMaxFrameSizeEntry 1.0.8802.1.1.2.1.5.4623.1.3.4.1
Maximum Frame Size information about a particular port component.
Status: current Access: not-accessible
OBJECT-TYPE    
  LldpXdot3RemMaxFrameSizeEntry  

lldpXdot3RemMaxFrameSize 1.0.8802.1.1.2.1.5.4623.1.3.4.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    
  Integer32 0..65535  

lldpXdot3Conformance 1.0.8802.1.1.2.1.5.4623.2
OBJECT IDENTIFIER    

lldpXdot3Compliances 1.0.8802.1.1.2.1.5.4623.2.1
OBJECT IDENTIFIER    

lldpXdot3Groups 1.0.8802.1.1.2.1.5.4623.2.2
OBJECT IDENTIFIER    

lldpXdot3Compliance 1.0.8802.1.1.2.1.5.4623.2.1.1
The compliance statement for SNMP entities which implement the LLDP 802.3 organizational extension MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

lldpXdot3ConfigGroup 1.0.8802.1.1.2.1.5.4623.2.2.1
The collection of objects which are used to configure the LLDP 802.3 organizational extension implementation behavior. This group is mandatory for agents which implement the LLDP 802.3 organizational extension.
Status: current Access: read-only
OBJECT-GROUP    

lldpXdot3LocSysGroup 1.0.8802.1.1.2.1.5.4623.2.2.2
The collection of objects which are used to represent LLDP 802.3 organizational extension Local Device Information. This group is mandatory for agents which implement the LLDP 802.3 organizational extension in the TX mode.
Status: current Access: read-only
OBJECT-GROUP    

lldpXdot3RemSysGroup 1.0.8802.1.1.2.1.5.4623.2.2.3
The collection of objects which are used to represent LLDP 802.3 organizational extension Local Device Information. This group is mandatory for agents which implement the LLDP 802.3 organizational extension in the RX mode.
Status: current Access: read-only
OBJECT-GROUP