INNOMINATE-LLDP-MIB

File: INNOMINATE-LLDP-MIB.mib (10587 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
SNMP-FRAMEWORK-MIB SNMPv2-CONF IANA-ADDRESS-FAMILY-NUMBERS-MIB

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
Integer32 Counter32 NOTIFICATION-TYPE
TimeTicks TEXTUAL-CONVENTION TimeStamp
TruthValue SnmpAdminString MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP AddressFamilyNumbers

Defined Types

TimeFilter  
To be used for the index to a table. Allows an application to download only those rows changed since a particular time. A row is considered changed if the value of any object in the row changes or if the row is created or deleted. When sysUpTime is equal to zero, this table shall be empty. One entry exists for each past value of sysUpTime, except that the whole table is purged should sysUpTime wrap. As this basic row is updated new conceptual rows are created (which still share the now updated object values with all other instances). The number of instances which are created is determined by the value of sysUpTime at which the basic row was last updated. One instance will exist for each value of sysUpTime at the last update time for the row. A new timeMark instance is created for each new sysUpTime value. Each new conceptual row will be associated with the timeMark instance which was created at the value of sysUpTime with which the conceptual row is to be associated. By definition all conceptual rows were updated at or after time zero and so at least one conceptual row (associated with timeMark.0) must exist for each underlying (basic) row. See the appendix for further discussion of this variable. Consider the following fooTable: fooTable ... INDEX { fooTimeMark, fooIndex } FooEntry { fooTimeMark TimeFilter fooIndex INTEGER, fooCounts Counter } Should there be two basic rows in this table (fooIndex == 1, fooIndex == 2) and row 1 was updated most recently at time 6, while row 2 was updated most recently at time 8, and both rows had been updated on several earlier occasions such that the current values were 5 and 9 respectively then the following fooCounts instances would exist. fooCounts.0.1 5 fooCounts.0.2 9 fooCounts.1.1 5 fooCounts.1.2 9 fooCounts.2.1 5 fooCounts.2.2 9 fooCounts.3.1 5 fooCounts.3.2 9 fooCounts.4.1 5 fooCounts.4.2 9 fooCounts.5.1 5 fooCounts.5.2 9 fooCounts.6.1 5 fooCounts.6.2 9 fooCounts.7.2 9 -- note that row 1 doesn't exist for fooCounts.8.2 9 -- times 7 and 8
TEXTUAL-CONVENTION    
  TimeTicks  

InnominateLLDPIfEntry  
SEQUENCE    
  innominateLLDPIfaceGroupID INTEGER
  innominateLLDPIfaceID INTEGER
  innominateLLDPIfaceMaxNeighbors INTEGER
  innominateLLDPIfaceHirmaMode INTEGER
  innominateLLDPIfaceFDBMode INTEGER

InnominateLLDPStatsIfEntry  
SEQUENCE    
  innominateLLDPStatsIfaceGroupID INTEGER
  innominateLLDPStatsIfaceID INTEGER
  innominateLLDPStatsIfaceTotalFDBEntryCount INTEGER
  innominateLLDPStatsIfaceTotalEntryCount INTEGER
  innominateLLDPStatsIfaceIEEEEntryCount INTEGER
  innominateLLDPStatsIfaceHirmaEntryCount INTEGER
  innominateLLDPStatsIfaceFDBEntryCount INTEGER

Defined Values

innominateLldpMIB 1.3.6.1.4.1.15450.3.7
This MIB contains the proprietary extensions to the LLDP standard.
MODULE-IDENTITY    

innominateLLDPConfig 1.3.6.1.4.1.15450.3.7.1
OBJECT IDENTIFIER    

innominateLLDPStatistics 1.3.6.1.4.1.15450.3.7.2
OBJECT IDENTIFIER    

innominateLLDPAdminStatus 1.3.6.1.4.1.15450.3.7.1.1
DURABLE: Enables/disables the IEEE802.1AB functionality on this device. If disabled(2), the LLDP protocol is inactive, but the LLDP MIBs can be accessed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

innominateLLDPInterfaceTable 1.3.6.1.4.1.15450.3.7.1.2
This table contains variables for each interface of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InnominateLLDPIfEntry

innominateLLDPIfEntry 1.3.6.1.4.1.15450.3.7.1.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  InnominateLLDPIfEntry  

innominateLLDPIfaceGroupID 1.3.6.1.4.1.15450.3.7.1.2.1.1
Index to identify an interface card. This value is never greater than innominateSysGroupCapacity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..5  

innominateLLDPIfaceID 1.3.6.1.4.1.15450.3.7.1.2.1.2
Index to identify an interface within an interface card.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

innominateLLDPIfaceHirmaMode 1.3.6.1.4.1.15450.3.7.1.2.1.3
Configure Hirschmann LLDP on this physical port. If an IEEE802.1AB capable device not manufactured by Hirschmann is connected to a port, innominateLLDPIfaceHirmaMode should be set to disabled (4) for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER txOnly(1), rxOnly(2), txAndRx(3), disabled(4)  

innominateLLDPIfaceFDBMode 1.3.6.1.4.1.15450.3.7.1.2.1.4
If configured to lldpOnly(1), only received LLDP messages will be used to populate the LLDP-MIB's remTable. If configured to macOnly(2), learned mac addresses out of the switch's forwarding database (FDB) will be used to populate the LLDP-MIB's remTable. If configured to both(3), both received LLDP messages and learned mac addresses out of the switch's forwarding database (FDB) will be used to populate the LLDP-MIB's remTable. If configured to autoDetect(4) and LLDP messages are received on this port, this mode will behave like lldpOnly(1), otherwise it will behave like macOnly(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER lldpOnly(1), macOnly(2), both(3), autoDetect(4)  

innominateLLDPIfaceMaxNeighbors 1.3.6.1.4.1.15450.3.7.1.2.1.5
Configure Hirschmann LLDP on this physical port. This value limits the number of entries in the remTable for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..50  

innominateLLDPStatsIfTable 1.3.6.1.4.1.15450.3.7.2.1
This table contains variables for each interface of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InnominateLLDPStatsIfEntry

innominateLLDPStatsIfEntry 1.3.6.1.4.1.15450.3.7.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  InnominateLLDPStatsIfEntry  

innominateLLDPStatsIfaceGroupID 1.3.6.1.4.1.15450.3.7.2.1.1.1
Index to identify an interface card. This value is never greater than innominateSysGroupCapacity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..5  

innominateLLDPStatsIfaceID 1.3.6.1.4.1.15450.3.7.2.1.1.2
Index to identify an interface within an interface card.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

innominateLLDPStatsIfaceTotalFDBEntryCount 1.3.6.1.4.1.15450.3.7.2.1.1.3
The total number of learned entries in the forwarding database (FDB) for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

innominateLLDPStatsIfaceTotalEntryCount 1.3.6.1.4.1.15450.3.7.2.1.1.4
The total number of remote connections in the LLDP MIB's remTable for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

innominateLLDPStatsIfaceIEEEEntryCount 1.3.6.1.4.1.15450.3.7.2.1.1.5
The number of remote connections in the LLDP MIB's remTable for this port that were detected because an LLDP message from an IEEE source was received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

innominateLLDPStatsIfaceHirmaEntryCount 1.3.6.1.4.1.15450.3.7.2.1.1.6
The number of remote connections in the LLDP MIB's remTable for this port that were detected because an LLDP message from an Hirschmann source was received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

innominateLLDPStatsIfaceFDBEntryCount 1.3.6.1.4.1.15450.3.7.2.1.1.7
The number of remote connections in the LLDP MIB's remTable for this port that were detected in the forwarding database (FDB) for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32