HM2-DHCPS-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: HM2-DHCPS-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).
|
|||
Object Name | OID | Type | Access | Info |
hm2DhcpsMib | 1.3.6.1.4.1.248.11.91 |
Hirschmann DHCP server MIB. Copyright (C) 2012. All Rights Reserved. |
||
hm2DHCPServerMibNotifications | 1.3.6.1.4.1.248.11.91.0 | |||
hm2DHCPServerMibObjects | 1.3.6.1.4.1.248.11.91.1 | |||
hm2DHCPServerGroup | 1.3.6.1.4.1.248.11.91.1.1 | |||
hm2DHCPServerConfigGroup | 1.3.6.1.4.1.248.11.91.1.1.1 | |||
hm2DHCPServerMode | 1.3.6.1.4.1.248.11.91.1.1.1.1 | hmenabledstatus | read-write |
Enable or disable DHCP server global. |
hm2DHCPServerMaxPoolEntries | 1.3.6.1.4.1.248.11.91.1.1.1.2 | unsigned32 | read-only |
Maximum possible entries in hm2DHCPServerPoolTable. |
hm2DHCPServerMaxLeaseEntries | 1.3.6.1.4.1.248.11.91.1.1.1.3 | unsigned32 | read-only |
Maximum possible entries in hm2DHCPServerLeaseTable. |
hm2DHCPServerPoolTable | 1.3.6.1.4.1.248.11.91.1.1.1.5 | no-access |
A table containing the DHCP server pools. |
|
1.3.6.1.4.1.248.11.91.1.1.1.5.1 | no-access |
A logical row in the hm2DHCPServerPoolTable. |
||
hm2DHCPServerPoolIndex | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.1 | unsigned32 | read-only |
The index of hm2DHCPServerPoolTable. |
hm2DHCPServerPoolStartIpAddress | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.2 | ipaddress | read-only |
The IPv4 address of the first address in the range. The value of hm2DHCPServerPoolStartIpAddress MUST be less than or equal to the value of hm2DHCPServerPoolEndIpAddress. |
hm2DHCPServerPoolEndIpAddress | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.3 | ipaddress | read-only |
The IPv4 address of the last address in the range. The value of hm2DHCPServerPoolEndIpAddress MUST be greater than or equal to the value of hm2DHCPServerPoolStartIpAddress. |
hm2DHCPServerPoolLeaseTime | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolFlags | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolIfIndex | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.6 | integer32 | read-only |
The index of the interface. |
hm2DHCPServerPoolMacAddress | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.7 | macaddress | read-only |
The MAC Address of the entry that is used to lease the IP Address. |
hm2DHCPServerPoolGateway | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.8 | ipaddress | read-only |
The IPv4 address of the Gatewayinterface that is used to lease the IP Address. |
hm2DHCPServerPoolClientId | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.9 | octet string | read-only |
The Client Identifier of the entry that is used to lease the IP Address. |
hm2DHCPServerPoolRemoteId | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolCircuitId | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolHirschmannClient | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.12 | hmenabledstatus | read-only |
Enable or disable Hirschmann Multicast. |
hm2DHCPServerPoolVlanId | 1.3.6.1.4.1.248.11.91.1.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 |
hm2DHCPServerPoolOptionConfFileName | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolOptionGateway | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolOptionNetmask | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolOptionWINS | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolOptionDNS | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolOptionHostname | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerPoolMethod | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.36 | integer | read-write |
The source of the DHCP Server Pool. User can set the object to none(1), config(2), ttdp(3). Enumeration: 'ttdp': 3, 'none': 1, 'config': 2. |
hm2DHCPServerPoolErrorStatus | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.99 | unsigned32 | read-only |
The error Code by create a new Pool. |
hm2DHCPServerPoolRowStatus | 1.3.6.1.4.1.248.11.91.1.1.1.5.1.100 | rowstatus | read-only |
This object indicates the status of this entry. |
hm2DHCPServerLeaseGroup | 1.3.6.1.4.1.248.11.91.1.1.2 | |||
hm2DHCPServerLeaseTable | 1.3.6.1.4.1.248.11.91.1.1.2.1 | no-access |
A table containing the DHCP server leases. |
|
1.3.6.1.4.1.248.11.91.1.1.2.1.1 | no-access |
A logical row in the hm2DHCPServerLeaseTable. |
||
hm2DHCPServerLeasePoolIndex | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.1 | unsigned32 | read-only |
The index of the hm2DHCPServerPoolTable above. |
hm2DHCPServerLeaseIpAddress | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.2 | ipaddress | read-only |
This is an IP address from the pool with index hm2DHCPServerLeasePoolIndex. |
hm2DHCPServerLeaseState | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerLeaseTimeRemaining | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.4 | unsigned32 | read-only |
The remaining time of the lease configured in hm2DHCPServerPoolLeaseTime. |
hm2DHCPServerLeaseIfIndex | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.5 | integer32 | read-only |
The interface index where the lease is currently active. |
hm2DHCPServerLeaseClientMacAddress | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.6 | macaddress | read-only |
The MAC Address of the entry that has leased the IP Address. |
hm2DHCPServerLeaseGateway | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.7 | ipaddress | read-only |
The IPv4 address of the Gatewayinterface that was used to lease the IP Address. |
hm2DHCPServerLeaseClientId | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.8 | octet string | read-only |
The Client Identifier of the entry that was used to lease the IP Address. |
hm2DHCPServerLeaseRemoteId | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.9 | octet string | read-only |
The Remote Identifier of the entry that was used to lease the IP Address. |
hm2DHCPServerLeaseCircuitId | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.10 | octet string | read-only |
The Cicuit Identifier of the entry that was used to lease the IP Address. |
hm2DHCPServerLeaseStartTime | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.11 | unsigned32 | read-only |
Lease start Time. |
hm2DHCPServerLeaseAction | 1.3.6.1.4.1.248.11.91.1.1.2.1.1.12 | integer | read-write |
Manually release this ip address for new assignment. Enumeration: 'release': 2, 'other': 1. |
hm2DHCPServerLeaseVlanId | 1.3.6.1.4.1.248.11.91.1.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 |
hm2DHCPServerInterfaceGroup | 1.3.6.1.4.1.248.11.91.1.1.3 | |||
hm2DHCPServerIfConfigTable | 1.3.6.1.4.1.248.11.91.1.1.3.1 | no-access |
A table containing current configuration information for each interface. |
|
1.3.6.1.4.1.248.11.91.1.1.3.1.1 | no-access |
A logical row in the hm2DHCPServerIfConfigTable. |
||
hm2DHCPServerIfConfigIndex | 1.3.6.1.4.1.248.11.91.1.1.3.1.1.1 | interfaceindex | read-only |
The index of the interface. |
hm2DHCPServerIfConfigMode | 1.3.6.1.4.1.248.11.91.1.1.3.1.1.2 | hmenabledstatus | read-write |
Enable or disable DHCP server on this interface. |
hm2DHCPServerCounterGroup | 1.3.6.1.4.1.248.11.91.1.1.4 | |||
hm2DHCPServerCounterIfTable | 1.3.6.1.4.1.248.11.91.1.1.4.2 | no-access |
A table containing current configuration information for each interface. |
|
1.3.6.1.4.1.248.11.91.1.1.4.2.1 | no-access |
A logical row in the hm2DHCPServerCounterIfTable. |
||
hm2DHCPServerCounterIfIndex | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.1 | interfaceindex | read-only |
The index of the interface. |
hm2DHCPServerCounterBootpRequests | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterBootpInvalids | 1.3.6.1.4.1.248.11.91.1.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). |
hm2DHCPServerCounterBootpReplies | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterBootpDroppedUnknownClients | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterBootpDroppedNotServingSubnet | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterDhcpv4Discovers | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.20 | counter32 | read-only |
The number of DHCPDISCOVER (option 53 with value 1) packets received. |
hm2DHCPServerCounterDhcpv4Offers | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.21 | counter32 | read-only |
The number of DHCPOFFER (option 53 with value 2) packets sent. |
hm2DHCPServerCounterDhcpv4Requests | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.22 | counter32 | read-only |
The number of DHCPREQUEST (option 53 with value 3) packets received. |
hm2DHCPServerCounterDhcpv4Declines | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.23 | counter32 | read-only |
The number of DHCPDECLINE (option 53 with value 4) packets received. |
hm2DHCPServerCounterDhcpv4Acks | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.24 | counter32 | read-only |
The number of DHCPACK (option 53 with value 5) packets sent. |
hm2DHCPServerCounterDhcpv4Naks | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.25 | counter32 | read-only |
The number of DHCPNACK (option 53 with value 6) packets sent. |
hm2DHCPServerCounterDhcpv4Releases | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.26 | counter32 | read-only |
The number of DHCPRELEASE (option 53 with value 7) packets received. |
hm2DHCPServerCounterDhcpv4Informs | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.27 | counter32 | read-only |
The number of DHCPINFORM (option 53 with value 8) packets received. |
hm2DHCPServerCounterDhcpv4ForcedRenews | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.28 | counter32 | read-only |
The number of DHCPFORCERENEW (option 53 with value 9) packets sent. |
hm2DHCPServerCounterDhcpv4Invalids | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterDhcpv4DroppedUnknownClient | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterDhcpv4DroppedNotServingSubnet | 1.3.6.1.4.1.248.11.91.1.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. |
hm2DHCPServerCounterMiscOtherDhcpServer | 1.3.6.1.4.1.248.11.91.1.1.4.2.1.40 | counter32 | read-only |
The number of BOOTP and DHCP packets from another DHCP server seen on this interface. |
hm2DHCPServerSNMPExtensionGroup | 1.3.6.1.4.1.248.11.91.3 | |||
hm2DHCPServerRowStatusInvalidConfigurationErrorReturn | 1.3.6.1.4.1.248.11.91.3.1 |
DHCP Server pool with index {0} cannot be enabled, errors in data entry. |
||
hm2DHCPServerConflictDHCPRrelayErrorReturn | 1.3.6.1.4.1.248.11.91.3.2 |
{0} and {1} cannot be active at the same time. |