BayNetworks-DHCP-MIB

File: BayNetworks-DHCP-MIB.mib (18330 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

IpAddress Counter Gauge
OBJECT-TYPE DisplayString wfDhcpServerGroup

Defined Types

WfDhcpSvrIntfEntry  
SEQUENCE    
  wfDhcpSvrIntfAddress IpAddress
  wfDhcpSvrIntfState INTEGER
  wfDhcpSvrIntfPendLsCnt Gauge
  wfDhcpSvrIntfActLsCnt Gauge
  wfDhcpSvrIntfCommits Counter
  wfDhcpSvrIntfCommitFails Counter
  wfDhcpSvrIntfCommitTmos Counter
  wfDhcpSvrIntfIllegPkts Counter
  wfDhcpSvrIntfDiscovers Counter
  wfDhcpSvrIntfBadDiscovers Counter
  wfDhcpSvrIntfReassgnLeases Counter
  wfDhcpSvrIntfNoFreeLeases Counter
  wfDhcpSvrIntfDropdLeaseRqs Counter
  wfDhcpSvrIntfOffers Counter
  wfDhcpSvrIntfRequests Counter
  wfDhcpSvrIntfBadRequests Counter
  wfDhcpSvrIntfReleases Counter
  wfDhcpSvrIntfBadReleases Counter
  wfDhcpSvrIntfDeclines Counter
  wfDhcpSvrIntfBadDeclines Counter
  wfDhcpSvrIntfInforms Counter
  wfDhcpSvrIntfBadInforms Counter
  wfDhcpSvrIntfAddrConflict Counter

WfDhcpSvrLeaseEntry  
SEQUENCE    
  wfDhcpSvrLeaseState INTEGER
  wfDhcpSvrLeaseRetries INTEGER
  wfDhcpSvrLeaseAddress IpAddress
  wfDhcpSvrLeaseExpir INTEGER
  wfDhcpSvrLeaseDuration INTEGER
  wfDhcpSvrLeaseHwId OCTET STRING
  wfDhcpSvrLeaseClId OCTET STRING
  wfDhcpSvrLeaseFqdn DisplayString

Defined Values

wfDhcpSvrGroup 1.3.6.1.4.1.18.3.5.3.24.1
OBJECT IDENTIFIER    

wfDhcpSvrGeneral 1.3.6.1.4.1.18.3.5.3.24.1.1
OBJECT IDENTIFIER    

wfDhcpSvrDelete 1.3.6.1.4.1.18.3.5.3.24.1.1.1
Created/Deleted: if set to Deleted, the DHCP server is removed from this platform.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfDhcpSvrDisable 1.3.6.1.4.1.18.3.5.3.24.1.1.2
Enable/Disable: controls whether the DHCP server is enabled or disabled on this platform.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfDhcpSvrMgrIpAddr 1.3.6.1.4.1.18.3.5.3.24.1.1.3
IP Address of the NetID DHCP Server Manager serving this platform instance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfDhcpSvrMgrTcpPort 1.3.6.1.4.1.18.3.5.3.24.1.1.4
The remote TCP port number over which the DHCP Server communicates with the NetID DHCP Server Manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrConfDetPings 1.3.6.1.4.1.18.3.5.3.24.1.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrIcmpTmo 1.3.6.1.4.1.18.3.5.3.24.1.1.6
Amount of time, in milliseconds, to wait for a conflict detection ping to time out.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrSafeModeDisable 1.3.6.1.4.1.18.3.5.3.24.1.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfDhcpSvrMaxPendingLeases 1.3.6.1.4.1.18.3.5.3.24.1.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrDebugLevel 1.3.6.1.4.1.18.3.5.3.24.1.1.9
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrMgrLocIpAddr 1.3.6.1.4.1.18.3.5.3.24.1.1.10
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfDhcpSvrIntfTable 1.3.6.1.4.1.18.3.5.3.24.1.2
This table contains per-interface status information for DHCP Server operation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfDhcpSvrIntfEntry

wfDhcpSvrIntfEntry 1.3.6.1.4.1.18.3.5.3.24.1.2.1
A DHCP Server network interface status description.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfDhcpSvrIntfEntry  

wfDhcpSvrIntfAddress 1.3.6.1.4.1.18.3.5.3.24.1.2.1.1
Address of this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfDhcpSvrIntfState 1.3.6.1.4.1.18.3.5.3.24.1.2.1.2
The state of the DHCP Server on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

wfDhcpSvrIntfPendLsCnt 1.3.6.1.4.1.18.3.5.3.24.1.2.1.3
Number of DHCP leases pending commitment by the NetID Server Manager on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfDhcpSvrIntfActLsCnt 1.3.6.1.4.1.18.3.5.3.24.1.2.1.4
Number of DHCP leases currently active and committed by the NetID Server Manager on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfDhcpSvrIntfCommits 1.3.6.1.4.1.18.3.5.3.24.1.2.1.5
Number of Commit requests made by the DHCP Server for clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfCommitFails 1.3.6.1.4.1.18.3.5.3.24.1.2.1.6
Number of Commit-failed responses to the DHCP Server for clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfCommitTmos 1.3.6.1.4.1.18.3.5.3.24.1.2.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfIllegPkts 1.3.6.1.4.1.18.3.5.3.24.1.2.1.8
Number of DHCP packets with no legal type sent to the DHCP Server for clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfDiscovers 1.3.6.1.4.1.18.3.5.3.24.1.2.1.9
Number of DISCOVER packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfBadDiscovers 1.3.6.1.4.1.18.3.5.3.24.1.2.1.10
Number of badly-formed DISCOVER packets sent to DHCP Server for clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfReassgnLeases 1.3.6.1.4.1.18.3.5.3.24.1.2.1.11
Number of client requests for leases already reassigned to another client of DHCP Server on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfNoFreeLeases 1.3.6.1.4.1.18.3.5.3.24.1.2.1.12
Number of times DHCP Server had no leases available to offer a client in response to a DHCPDISCOVER request on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfDropdLeaseRqs 1.3.6.1.4.1.18.3.5.3.24.1.2.1.13
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfOffers 1.3.6.1.4.1.18.3.5.3.24.1.2.1.14
Number of offers (DHCPOFFER messages) sent out by DHCP Server for clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfRequests 1.3.6.1.4.1.18.3.5.3.24.1.2.1.15
Number of DHCPREQUEST packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfBadRequests 1.3.6.1.4.1.18.3.5.3.24.1.2.1.16
Number of badly-formed DHCPREQUEST packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfReleases 1.3.6.1.4.1.18.3.5.3.24.1.2.1.17
Number of DHCPRELEASE packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfBadReleases 1.3.6.1.4.1.18.3.5.3.24.1.2.1.18
Number of badly-formed DHCPRELEASE packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfDeclines 1.3.6.1.4.1.18.3.5.3.24.1.2.1.19
Number of DHCPDECLINE packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfBadDeclines 1.3.6.1.4.1.18.3.5.3.24.1.2.1.20
Number of badly-formed DHCPDECLINE packets sent to DHCP Server by clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfInforms 1.3.6.1.4.1.18.3.5.3.24.1.2.1.21
Number of DHCPINFORM packets sent to DHCP Server by non-lease clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfBadInforms 1.3.6.1.4.1.18.3.5.3.24.1.2.1.22
Number of badly-formed DHCPINFORM packets sent to DHCP Server by non-lease clients on this network interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrIntfAddrConflict 1.3.6.1.4.1.18.3.5.3.24.1.2.1.23
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfDhcpSvrLeaseTable 1.3.6.1.4.1.18.3.5.3.24.1.3
This table contains per-interface, per-lease status information for DHCP Server operation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfDhcpSvrLeaseEntry

wfDhcpSvrLeaseEntry 1.3.6.1.4.1.18.3.5.3.24.1.3.1
A DHCP Server lease description.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfDhcpSvrLeaseEntry  

wfDhcpSvrLeaseState 1.3.6.1.4.1.18.3.5.3.24.1.3.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER committed(1), pending(2), pendingfail(3), pendingtmo(4)  

wfDhcpSvrLeaseRetries 1.3.6.1.4.1.18.3.5.3.24.1.3.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrLeaseAddress 1.3.6.1.4.1.18.3.5.3.24.1.3.1.3
Leased IP Address of client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfDhcpSvrLeaseExpir 1.3.6.1.4.1.18.3.5.3.24.1.3.1.4
Time when lease will expire. Expressed as number of seconds since beginning of January 1, 1970.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrLeaseDuration 1.3.6.1.4.1.18.3.5.3.24.1.3.1.5
Agreed-upon duration of lease, in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfDhcpSvrLeaseHwId 1.3.6.1.4.1.18.3.5.3.24.1.3.1.6
Hardware identifier of client holding the lease.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfDhcpSvrLeaseClId 1.3.6.1.4.1.18.3.5.3.24.1.3.1.7
Client identifier of client holding the lease.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfDhcpSvrLeaseFqdn 1.3.6.1.4.1.18.3.5.3.24.1.3.1.8
Fully qualified domain name of client holding the lease, for DNS update management.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString