HMDHCPS-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: RICHARD HIRSCHMANN


 Home MIB: HMDHCPS-SNMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hmDhcps 1.3.6.1.4.1.248.14.16
The Hirschmann Private DHCP MIB definitions for Platform devices.
       hmDHCPServerGroup 1.3.6.1.4.1.248.14.16.1
           hmDHCPServerConfigGroup 1.3.6.1.4.1.248.14.16.1.1
               hmDHCPServerMode 1.3.6.1.4.1.248.14.16.1.1.1 integer read-write
Enable or disable DHCP server global. Enumeration: 'enable': 1, 'disable': 2.
               hmDHCPServerMaxPoolEntries 1.3.6.1.4.1.248.14.16.1.1.2 unsigned32 read-only
Maximum possible entries in hmDHCPServerPoolTable.
               hmDHCPServerMaxLeaseEntries 1.3.6.1.4.1.248.14.16.1.1.3 unsigned32 read-only
Maximum possible entries in hmDHCPServerLeaseTable.
               hmDHCPServerAddrProbe 1.3.6.1.4.1.248.14.16.1.1.4 integer read-write
If set to enable the DHCP server probes the allocated address with an ICMP Echo Request before offering to the client. Enumeration: 'enable': 1, 'disable': 2.
               hmDHCPServerPoolTable 1.3.6.1.4.1.248.14.16.1.1.5 no-access
A table containing the DHCP server pools.
                   hmDHCPServerPoolEntry 1.3.6.1.4.1.248.14.16.1.1.5.1 no-access
A logical row in the hmDHCPServerPoolTable.
                       hmDHCPServerPoolIndex 1.3.6.1.4.1.248.14.16.1.1.5.1.1 unsigned32 read-only
The index of hmDHCPServerPoolTable.
                       hmDHCPServerPoolStartIpAddress 1.3.6.1.4.1.248.14.16.1.1.5.1.2 ipaddress read-write
The IPv4 address of the first address in the range. The value of hmDHCPServerPoolStartIpAddress MUST be less than or equal to the value of hmDHCPServerPoolEndIpAddress.
                       hmDHCPServerPoolEndIpAddress 1.3.6.1.4.1.248.14.16.1.1.5.1.3 ipaddress read-only
The IPv4 address of the last address in the range. The value of hmDHCPServerPoolEndIpAddress MUST be greater than or equal to the value of hmDHCPServerPoolStartIpAddress.
                       hmDHCPServerPoolLeaseTime 1.3.6.1.4.1.248.14.16.1.1.5.1.4 unsigned32 read-only
The pools lease time in number of seconds. A value of 4294967295 SHOULD be used for leases that have a lease time which is 'infinite' and for BOOTP leases.
                       hmDHCPServerPoolFlags 1.3.6.1.4.1.248.14.16.1.1.5.1.5 bits read-only
This object shows the parameters that are used to lease the IP Address. Bits: 'remoteid': 4, 'circuitid': 5, 'dynamic': 6, 'clientid': 3, 'mac': 1, 'vlanid': 7, 'interface': 0, 'gateway': 2.
                       hmDHCPServerPoolIfIndex 1.3.6.1.4.1.248.14.16.1.1.5.1.6 integer32 read-only
The index of the interface.
                       hmDHCPServerPoolMacAddress 1.3.6.1.4.1.248.14.16.1.1.5.1.7 macaddress read-only
The MAC Address of the entry that is used to lease the IP Address.
                       hmDHCPServerPoolGateway 1.3.6.1.4.1.248.14.16.1.1.5.1.8 ipaddress read-only
The IPv4 address of the Gatewayinterface that is used to lease the IP Address.
                       hmDHCPServerPoolClientId 1.3.6.1.4.1.248.14.16.1.1.5.1.9 octet string read-only
The Client Identifier of the entry that is used to lease the IP Address.
                       hmDHCPServerPoolRemoteId 1.3.6.1.4.1.248.14.16.1.1.5.1.10 octet string read-only
The Remote Identifier of the entry that is used to lease the IP Address. The Remote Identifier must be send in Option 82 as defined in RFC 3046.
                       hmDHCPServerPoolCircuitId 1.3.6.1.4.1.248.14.16.1.1.5.1.11 octet string read-only
The Cicuit Identifier of the entry that is used to lease the IP Address. The Circuit Identifier must be send in Option 82 as defined in RFC 3046.
                       hmDHCPServerPoolHirschmannClient 1.3.6.1.4.1.248.14.16.1.1.5.1.12 integer read-only
Enable or disable Hirschmann Multicast. Enumeration: 'enable': 1, 'disable': 2.
                       hmDHCPServerPoolVlanId 1.3.6.1.4.1.248.14.16.1.1.5.1.13 integer32 read-only
The Vlan ID of the entry that is used to lease the IP Address. A value of -1 corresponds to management vlan (the default), any other value (1-4042) represents a specific VLAN
                       hmDHCPServerPoolOptionConfFileName 1.3.6.1.4.1.248.14.16.1.1.5.1.30 displaystring read-only
Full specified name of the configuration file e.g. tftp://192.9.200.1/cfg/config1.sav. An empty string zeros the SNAME and the FILE field in the DHCP header.
                       hmDHCPServerPoolOptionGateway 1.3.6.1.4.1.248.14.16.1.1.5.1.31 ipaddress read-only
The IPv4 address of the Gateway. A value of 0 disables the attachment of the option field in the DHCP message.
                       hmDHCPServerPoolOptionNetmask 1.3.6.1.4.1.248.14.16.1.1.5.1.32 ipaddress read-only
The subnet mask. A value of 0 disables the attachment of the option field in the DHCP message.
                       hmDHCPServerPoolOptionWINS 1.3.6.1.4.1.248.14.16.1.1.5.1.33 ipaddress read-only
The IPv4 address of the WINS Server. A value of 0 disables the attachment of the option field in the DHCP message.
                       hmDHCPServerPoolOptionDNS 1.3.6.1.4.1.248.14.16.1.1.5.1.34 ipaddress read-only
The IPv4 address of the DNS Server. A value of 0 disables the attachment of the option field in the DHCP message.
                       hmDHCPServerPoolOptionHostname 1.3.6.1.4.1.248.14.16.1.1.5.1.35 displaystring read-only
The name of the client (Option 12). An empty string disables the attachment of the option field in the DHCP message.
                       hmDHCPServerPoolOptionVendor 1.3.6.1.4.1.248.14.16.1.1.5.1.36 octet string read-only
Vendor Specific Information (Option 43) as hex string.
                       hmDHCPServerPoolErrorStatus 1.3.6.1.4.1.248.14.16.1.1.5.1.99 unsigned32 read-only
The error Code by create a new Pool.
                       hmDHCPServerPoolRowStatus 1.3.6.1.4.1.248.14.16.1.1.5.1.100 rowstatus read-only
This object indicates the status of this entry.
           hmDHCPServerLeaseGroup 1.3.6.1.4.1.248.14.16.1.2
               hmDHCPServerLeaseTable 1.3.6.1.4.1.248.14.16.1.2.1 no-access
A table containing the DHCP server leases.
                   hmDHCPServerLeaseEntry 1.3.6.1.4.1.248.14.16.1.2.1.1 no-access
A logical row in the hmDHCPServerLeaseTable.
                       hmDHCPServerLeasePoolIndex 1.3.6.1.4.1.248.14.16.1.2.1.1.1 unsigned32 read-only
The index of the hmDHCPServerPoolTable above.
                       hmDHCPServerLeaseIpAddress 1.3.6.1.4.1.248.14.16.1.2.1.1.2 ipaddress read-only
This is an IP address from the pool with index hmDHCPServerLeasePoolIndex.
                       hmDHCPServerLeaseState 1.3.6.1.4.1.248.14.16.1.2.1.1.3 integer read-only
The state of the lease. Enumeration: 'rebinding': 6, 'offering': 2, 'released': 8, 'bound': 4, 'bootp': 1, 'renewing': 5, 'requesting': 3, 'declined': 7.
                       hmDHCPServerLeaseTimeRemaining 1.3.6.1.4.1.248.14.16.1.2.1.1.4 unsigned32 read-only
The remaining time of the lease configured in hmDHCPServerPoolLeaseTime.
                       hmDHCPServerLeaseIfIndex 1.3.6.1.4.1.248.14.16.1.2.1.1.5 integer32 read-only
The interface index where the lease is currently active.
                       hmDHCPServerLeaseClientMacAddress 1.3.6.1.4.1.248.14.16.1.2.1.1.6 macaddress read-only
The MAC Address of the entry that has leased the IP Address.
                       hmDHCPServerLeaseGateway 1.3.6.1.4.1.248.14.16.1.2.1.1.7 ipaddress read-only
The IPv4 address of the Gatewayinterface that was used to lease the IP Address.
                       hmDHCPServerLeaseClientId 1.3.6.1.4.1.248.14.16.1.2.1.1.8 octet string read-only
The Client Identifier of the entry that was used to lease the IP Address.
                       hmDHCPServerLeaseRemoteId 1.3.6.1.4.1.248.14.16.1.2.1.1.9 octet string read-only
The Remote Identifier of the entry that was used to lease the IP Address.
                       hmDHCPServerLeaseCircuitId 1.3.6.1.4.1.248.14.16.1.2.1.1.10 octet string read-only
The Cicuit Identifier of the entry that was used to lease the IP Address.
                       hmDHCPServerLeaseStartTime 1.3.6.1.4.1.248.14.16.1.2.1.1.11 unsigned32 read-only
Lease start Time.
                       hmDHCPServerLeaseAction 1.3.6.1.4.1.248.14.16.1.2.1.1.12 integer read-write
Manually release this ip address for new assignment. Enumeration: 'release': 2, 'other': 1.
                       hmDHCPServerLeaseVlanId 1.3.6.1.4.1.248.14.16.1.2.1.1.13 integer32 read-only
The Vlan ID of the entry that is used to lease the IP Address. A value of -1 corresponds to management vlan (the default), any other value (1-4042) represents a specific VLAN
           hmDHCPServerInterfaceGroup 1.3.6.1.4.1.248.14.16.1.3
               hmDHCPServerIfConfigTable 1.3.6.1.4.1.248.14.16.1.3.1 no-access
A table containing current configuration information for each interface.
                   hmDHCPServerIfConfigEntry 1.3.6.1.4.1.248.14.16.1.3.1.1 no-access
A logical row in the hmDHCPServerIfConfigTable.
                       hmDHCPServerIfConfigIndex 1.3.6.1.4.1.248.14.16.1.3.1.1.1 integer32 read-only
The index of the interface.
                       hmDHCPServerIfConfigMode 1.3.6.1.4.1.248.14.16.1.3.1.1.2 integer read-write
Enable or disable DHCP server on this interface. Enumeration: 'enable': 1, 'disable': 2.
           hmDHCPServerCounterGroup 1.3.6.1.4.1.248.14.16.1.4
               hmDHCPServerCounterIfTable 1.3.6.1.4.1.248.14.16.1.4.2 no-access
A table containing current configuration information for each interface.
                   hmDHCPServerCounterIfEntry 1.3.6.1.4.1.248.14.16.1.4.2.1 no-access
A logical row in the hmDHCPServerCounterIfTable.
                       hmDHCPServerCounterIfIndex 1.3.6.1.4.1.248.14.16.1.4.2.1.1 integer32 read-only
The index of the interface.
                       hmDHCPServerCounterBootpRequests 1.3.6.1.4.1.248.14.16.1.4.2.1.2 counter32 read-only
The number of packets received that contain a Message Type of 1 (BOOTREQUEST) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.
                       hmDHCPServerCounterBootpInvalids 1.3.6.1.4.1.248.14.16.1.4.2.1.3 counter32 read-only
The number of packets received that do not contain a Message Type of 1 (BOOTREQUEST) in the first octet or are not valid BOOTP packets (e.g., too short, invalid field in packet header).
                       hmDHCPServerCounterBootpReplies 1.3.6.1.4.1.248.14.16.1.4.2.1.4 counter32 read-only
The number of packets sent that contain a Message Type of 2 (BOOTREPLY) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.
                       hmDHCPServerCounterBootpDroppedUnknownClients 1.3.6.1.4.1.248.14.16.1.4.2.1.5 counter32 read-only
The number of BOOTP packets dropped due to the server not recognizing or not providing service to the hardware address received in the incoming packet.
                       hmDHCPServerCounterBootpDroppedNotServingSubnet 1.3.6.1.4.1.248.14.16.1.4.2.1.6 counter32 read-only
The number of BOOTP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received.
                       hmDHCPServerCounterDhcpv4Discovers 1.3.6.1.4.1.248.14.16.1.4.2.1.20 counter32 read-only
The number of DHCPDISCOVER (option 53 with value 1) packets received.
                       hmDHCPServerCounterDhcpv4Offers 1.3.6.1.4.1.248.14.16.1.4.2.1.21 counter32 read-only
The number of DHCPOFFER (option 53 with value 2) packets sent.
                       hmDHCPServerCounterDhcpv4Requests 1.3.6.1.4.1.248.14.16.1.4.2.1.22 counter32 read-only
The number of DHCPREQUEST (option 53 with value 3) packets received.
                       hmDHCPServerCounterDhcpv4Declines 1.3.6.1.4.1.248.14.16.1.4.2.1.23 counter32 read-only
The number of DHCPDECLINE (option 53 with value 4) packets received.
                       hmDHCPServerCounterDhcpv4Acks 1.3.6.1.4.1.248.14.16.1.4.2.1.24 counter32 read-only
The number of DHCPACK (option 53 with value 5) packets sent.
                       hmDHCPServerCounterDhcpv4Naks 1.3.6.1.4.1.248.14.16.1.4.2.1.25 counter32 read-only
The number of DHCPNACK (option 53 with value 6) packets sent.
                       hmDHCPServerCounterDhcpv4Releases 1.3.6.1.4.1.248.14.16.1.4.2.1.26 counter32 read-only
The number of DHCPRELEASE (option 53 with value 7) packets received.
                       hmDHCPServerCounterDhcpv4Informs 1.3.6.1.4.1.248.14.16.1.4.2.1.27 counter32 read-only
The number of DHCPINFORM (option 53 with value 8) packets received.
                       hmDHCPServerCounterDhcpv4ForcedRenews 1.3.6.1.4.1.248.14.16.1.4.2.1.28 counter32 read-only
The number of DHCPFORCERENEW (option 53 with value 9) packets sent.
                       hmDHCPServerCounterDhcpv4Invalids 1.3.6.1.4.1.248.14.16.1.4.2.1.29 counter32 read-only
The number of DHCP packets received whose DHCP message type (i.e., option number 53) is not understood or handled by the server.
                       hmDHCPServerCounterDhcpv4DroppedUnknownClient 1.3.6.1.4.1.248.14.16.1.4.2.1.30 counter32 read-only
The number of DHCP packets dropped due to the server not recognizing or not providing service to the client-id and/or hardware address received in the incoming packet.
                       hmDHCPServerCounterDhcpv4DroppedNotServingSubnet 1.3.6.1.4.1.248.14.16.1.4.2.1.31 counter32 read-only
The number of DHCP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received.
                       hmDHCPServerCounterMiscOtherDhcpServer 1.3.6.1.4.1.248.14.16.1.4.2.1.40 counter32 read-only
The number of BOOTP and DHCP packets from another DHCP server seen on this interface.