HMLLDP-MIB

File: HMLLDP-MIB.mib (9943 bytes)

Imported modules

SNMPv2-SMI HMPRIV-MGMT-SNMP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 hmConfiguration

Defined Types

HmLLDPIfEntry  
SEQUENCE    
  hmLLDPIfaceGroupID Integer32
  hmLLDPIfaceID Integer32
  hmLLDPIfaceHirmaMode INTEGER
  hmLLDPIfaceFDBMode INTEGER
  hmLLDPIfaceMaxNeighbors Integer32

HmLLDPStatsIfEntry  
SEQUENCE    
  hmLLDPStatsIfaceGroupID Integer32
  hmLLDPStatsIfaceID Integer32
  hmLLDPStatsIfaceTotalFDBEntryCount Counter32
  hmLLDPStatsIfaceTotalEntryCount Counter32
  hmLLDPStatsIfaceIEEEEntryCount Counter32
  hmLLDPStatsIfaceHirmaEntryCount Counter32
  hmLLDPStatsIfaceFDBEntryCount Counter32

Defined Values

hmLLDP 1.3.6.1.4.1.248.14.7
The Hirschmann Private LLDP MIB definitions for Platform devices.
MODULE-IDENTITY    

hmLLDPConfig 1.3.6.1.4.1.248.14.7.1
OBJECT IDENTIFIER    

hmLLDPStatistics 1.3.6.1.4.1.248.14.7.2
OBJECT IDENTIFIER    

hmLLDPAdminStatus 1.3.6.1.4.1.248.14.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)  

hmLLDPInterfaceTable 1.3.6.1.4.1.248.14.7.1.2
This table contains variables for each interface of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmLLDPIfEntry

hmLLDPIfEntry 1.3.6.1.4.1.248.14.7.1.2.1
The entry of the hmLLDPInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmLLDPIfEntry  

hmLLDPIfaceGroupID 1.3.6.1.4.1.248.14.7.1.2.1.1
index to identify an interface card. This value is never greater than hmSysGroupCapacity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..5  

hmLLDPIfaceID 1.3.6.1.4.1.248.14.7.1.2.1.2
index to identify an interface within an interface card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

hmLLDPIfaceHirmaMode 1.3.6.1.4.1.248.14.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, hmLLDPIfaceHirmaMode 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)  

hmLLDPIfaceFDBMode 1.3.6.1.4.1.248.14.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)  

hmLLDPIfaceMaxNeighbors 1.3.6.1.4.1.248.14.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    
  Integer32 1..50  

hmLLDPStatsIfTable 1.3.6.1.4.1.248.14.7.2.1
This table contains variables for each interface of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmLLDPStatsIfEntry

hmLLDPStatsIfEntry 1.3.6.1.4.1.248.14.7.2.1.1
The entry of the hmLLDPStatsIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmLLDPStatsIfEntry  

hmLLDPStatsIfaceGroupID 1.3.6.1.4.1.248.14.7.2.1.1.1
index to identify an interface card. This value is never greater than hmSysGroupCapacity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..5  

hmLLDPStatsIfaceID 1.3.6.1.4.1.248.14.7.2.1.1.2
index to identify an interface within an interface card.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..32  

hmLLDPStatsIfaceTotalFDBEntryCount 1.3.6.1.4.1.248.14.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  

hmLLDPStatsIfaceTotalEntryCount 1.3.6.1.4.1.248.14.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  

hmLLDPStatsIfaceIEEEEntryCount 1.3.6.1.4.1.248.14.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  

hmLLDPStatsIfaceHirmaEntryCount 1.3.6.1.4.1.248.14.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  

hmLLDPStatsIfaceFDBEntryCount 1.3.6.1.4.1.248.14.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