HM2-LLDP-MIB

File: HM2-LLDP-MIB.mib (3860 bytes)

Imported modules

SNMPv2-SMI HM2-TC-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
hm2ConfigurationMibs HmEnabledStatus ifIndex

Defined Types

Hm2LLDPIfEntry  
SEQUENCE    
  hm2LLDPIfMaxNeighbors Integer32
  hm2LLDPIfFDBMode INTEGER

Defined Values

hm2LLDPMib 1.3.6.1.4.1.248.11.34
Hirschmann LLDP MIB. Copyright (C) 2011. All Rights Reserved.
MODULE-IDENTITY    

hm2LLDPMibObjects 1.3.6.1.4.1.248.11.34.1
OBJECT IDENTIFIER    

hm2LLDPConfigGroup 1.3.6.1.4.1.248.11.34.1.1
OBJECT IDENTIFIER    

hm2LLDPAdminStatus 1.3.6.1.4.1.248.11.34.1.1.1
Enable/Disable LLDP operation. A (1) enables, a (2) disables.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2LLDPIfTable 1.3.6.1.4.1.248.11.34.1.1.2
This table contains variables for each interface of the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2LLDPIfEntry

hm2LLDPIfEntry 1.3.6.1.4.1.248.11.34.1.1.2.1
The entry of the hmLLDPInterfaceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2LLDPIfEntry  

hm2LLDPIfMaxNeighbors 1.3.6.1.4.1.248.11.34.1.1.2.1.1
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  

hm2LLDPIfFDBMode 1.3.6.1.4.1.248.11.34.1.1.2.1.2
If configured to lldpOnly(1), only received LLDP messages will be used to populate the LLDP-MIB's remTable. If configured to macOnly(2), a learned mac addresses out of the switch's forwarding database (FDB) will be used to populate the LLDP-MIB's remTable. A learned mac address will only be used when exactly one mac address entry is present in the FDB for the interface. If configured to both(3), both received LLDP messages and a learned mac addresses out of the switch's 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)