BayNetworks-DHCP-MIB: View SNMP OID List / Download MIB
VENDOR: WELLFLEET
Home | MIB: BayNetworks-DHCP-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 |
wfDhcpSvrGroup | 1.3.6.1.4.1.18.3.5.3.24.1 | |||
wfDhcpSvrGeneral | 1.3.6.1.4.1.18.3.5.3.24.1.1 | |||
wfDhcpSvrDelete | 1.3.6.1.4.1.18.3.5.3.24.1.1.1 | integer | read-write |
Created/Deleted: if set to Deleted, the DHCP server is removed from this platform. Enumeration: 'deleted': 2, 'created': 1. |
wfDhcpSvrDisable | 1.3.6.1.4.1.18.3.5.3.24.1.1.2 | integer | read-write |
Enable/Disable: controls whether the DHCP server is enabled or disabled on this platform. Enumeration: 'disabled': 2, 'enabled': 1. |
wfDhcpSvrMgrIpAddr | 1.3.6.1.4.1.18.3.5.3.24.1.1.3 | ipaddress | read-write |
IP Address of the NetID DHCP Server Manager serving this platform instance. |
wfDhcpSvrMgrTcpPort | 1.3.6.1.4.1.18.3.5.3.24.1.1.4 | integer | read-write |
The remote TCP port number over which the DHCP Server communicates with the NetID DHCP Server Manager. |
wfDhcpSvrConfDetPings | 1.3.6.1.4.1.18.3.5.3.24.1.1.5 | integer | read-write |
Number of ping attempts that should be made to a prospective client IP address to detect a possible conflict before declaring it unused and therefore available. |
wfDhcpSvrIcmpTmo | 1.3.6.1.4.1.18.3.5.3.24.1.1.6 | integer | read-write |
Amount of time, in milliseconds, to wait for a conflict detection ping to time out. |
wfDhcpSvrSafeModeDisable | 1.3.6.1.4.1.18.3.5.3.24.1.1.7 | integer | read-write |
Specifies whether the DHCP Server should wait until it gets acknowledgment of successful commitment of a lease from the NetID DHCP Server Manager before sending a lease-granted acknowledgment back to the DHCP Client. If set to Enabled, the DHCP Server will wait for the NetID DHCP Server Manager to confirm successful commit. If set to Disabled, the DHCP Server will immediately send back a lease-granted acknowledgement to the DHCP Client, without awaiting a commit-succeeded acknowledgment from the NetID DHCP Server Manager. Enumeration: 'disabled': 2, 'enabled': 1. |
wfDhcpSvrMaxPendingLeases | 1.3.6.1.4.1.18.3.5.3.24.1.1.8 | integer | read-write |
Maximum number of lease requests to the DHCP Server which are pending commitment by the NetID DHCP Server Manager. Once there are wfDhcpSvrMaxPendingLeases lease requests pending, all new lease requests will be dropped until the number of requests pending decreases to wfDhcpSvrMaxPendingLeases/2. |
wfDhcpSvrDebugLevel | 1.3.6.1.4.1.18.3.5.3.24.1.1.9 | integer | read-write |
Maximum debug level for optional debug messages from the DHCP Server. Normally, only messages with a debug level of 0 will be logged. The higher this attribute is made (up to a maximum of 10), the more messages will be logged. Since the logging of additional information can fill the log very rapidly and cause loss of other information, this attribute should only be changed to resolve critical problems. |
wfDhcpSvrMgrLocIpAddr | 1.3.6.1.4.1.18.3.5.3.24.1.1.10 | ipaddress | read-write |
IP Address the DHCP Server uses to identify itself to NetID DHCP Server Manager serving this platform instance. Should correspond to an actual local interface address on the router. |
wfDhcpSvrIntfTable | 1.3.6.1.4.1.18.3.5.3.24.1.2 | no-access |
This table contains per-interface status information for DHCP Server operation. |
|
1.3.6.1.4.1.18.3.5.3.24.1.2.1 | no-access |
A DHCP Server network interface status description. |
||
wfDhcpSvrIntfAddress | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.1 | ipaddress | read-only |
Address of this network interface. |
wfDhcpSvrIntfState | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.2 | integer | read-only |
The state of the DHCP Server on this network interface. Enumeration: 'down': 2, 'up': 1. |
wfDhcpSvrIntfPendLsCnt | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.3 | gauge | read-only |
Number of DHCP leases pending commitment by the NetID Server Manager on this network interface. |
wfDhcpSvrIntfActLsCnt | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.4 | gauge | read-only |
Number of DHCP leases currently active and committed by the NetID Server Manager on this network interface. |
wfDhcpSvrIntfCommits | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.5 | counter | read-only |
Number of Commit requests made by the DHCP Server for clients on this network interface. |
wfDhcpSvrIntfCommitFails | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.6 | counter | read-only |
Number of Commit-failed responses to the DHCP Server for clients on this network interface. |
wfDhcpSvrIntfCommitTmos | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.7 | counter | read-only |
Number of times the NetID DHCP Server Manager did not respond to a commit request from the DHCP Server for clients on this network interface. |
wfDhcpSvrIntfIllegPkts | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.8 | counter | read-only |
Number of DHCP packets with no legal type sent to the DHCP Server for clients on this network interface. |
wfDhcpSvrIntfDiscovers | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.9 | counter | read-only |
Number of DISCOVER packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfBadDiscovers | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.10 | counter | read-only |
Number of badly-formed DISCOVER packets sent to DHCP Server for clients on this network interface. |
wfDhcpSvrIntfReassgnLeases | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.11 | counter | read-only |
Number of client requests for leases already reassigned to another client of DHCP Server on this network interface. |
wfDhcpSvrIntfNoFreeLeases | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.12 | counter | read-only |
Number of times DHCP Server had no leases available to offer a client in response to a DHCPDISCOVER request on this network interface. |
wfDhcpSvrIntfDropdLeaseRqs | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.13 | counter | read-only |
Number of DHCP client requests for a lease on this interface which were dropped by the DHCP Server because the total number of leases pending commitment exceeded the threshhold for accepting new leases at the time the client made the request. |
wfDhcpSvrIntfOffers | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.14 | counter | read-only |
Number of offers (DHCPOFFER messages) sent out by DHCP Server for clients on this network interface. |
wfDhcpSvrIntfRequests | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.15 | counter | read-only |
Number of DHCPREQUEST packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfBadRequests | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.16 | counter | read-only |
Number of badly-formed DHCPREQUEST packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfReleases | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.17 | counter | read-only |
Number of DHCPRELEASE packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfBadReleases | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.18 | counter | read-only |
Number of badly-formed DHCPRELEASE packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfDeclines | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.19 | counter | read-only |
Number of DHCPDECLINE packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfBadDeclines | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.20 | counter | read-only |
Number of badly-formed DHCPDECLINE packets sent to DHCP Server by clients on this network interface. |
wfDhcpSvrIntfInforms | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.21 | counter | read-only |
Number of DHCPINFORM packets sent to DHCP Server by non-lease clients on this network interface. |
wfDhcpSvrIntfBadInforms | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.22 | counter | read-only |
Number of badly-formed DHCPINFORM packets sent to DHCP Server by non-lease clients on this network interface. |
wfDhcpSvrIntfAddrConflict | 1.3.6.1.4.1.18.3.5.3.24.1.2.1.23 | counter | read-only |
Number of times the conflict detection phase of DHCP lease assignment detected a host using the IP address the DHCP Server was working to assign. This normally indicates that the detected host is using an IP address which it doesn't own. |
wfDhcpSvrLeaseTable | 1.3.6.1.4.1.18.3.5.3.24.1.3 | no-access |
This table contains per-interface, per-lease status information for DHCP Server operation. |
|
1.3.6.1.4.1.18.3.5.3.24.1.3.1 | no-access |
A DHCP Server lease description. |
||
wfDhcpSvrLeaseState | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.1 | integer | read-only |
The current state of a lease. It may be committed in the NetID Server Manager, pending commitment, or pending with an already failed or timed-out commitment attempt. Enumeration: 'pendingtmo': 4, 'pendingfail': 3, 'pending': 2, 'committed': 1. |
wfDhcpSvrLeaseRetries | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.2 | integer | read-only |
Number of lease commit retries for this lease either because of reported commit fail from NetID Server Manager or because of timeout on commit request. Zero if lease pending or committed. |
wfDhcpSvrLeaseAddress | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.3 | ipaddress | read-only |
Leased IP Address of client. |
wfDhcpSvrLeaseExpir | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.4 | integer | read-only |
Time when lease will expire. Expressed as number of seconds since beginning of January 1, 1970. |
wfDhcpSvrLeaseDuration | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.5 | integer | read-only |
Agreed-upon duration of lease, in seconds. |
wfDhcpSvrLeaseHwId | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.6 | octet string | read-only |
Hardware identifier of client holding the lease. |
wfDhcpSvrLeaseClId | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.7 | octet string | read-only |
Client identifier of client holding the lease. |
wfDhcpSvrLeaseFqdn | 1.3.6.1.4.1.18.3.5.3.24.1.3.1.8 | displaystring | read-only |
Fully qualified domain name of client holding the lease, for DNS update management. |