WWP-MULTI-DHCP-CLIENT-MIB

File: WWP-MULTI-DHCP-CLIENT-MIB.mib (8365 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

IpAddress Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY DisplayString
TruthValue wwpModules

Defined Types

WwpMultiDhcpClientEntry  
SEQUENCE    
  wwpDhcpIfIndex Integer32
  wwpDhcpIfName DisplayString
  wwpDhcpStatus INTEGER
  wwpDhcpState INTEGER
  wwpDhcpLeaseTimeRequested Integer32
  wwpDhcpLeaseOffered Integer32
  wwpDhcpLeaseRemaining Integer32
  wwpDhcpDiscoveryMsgInterval Integer32
  wwpDhcpRenewalTime Integer32
  wwpDhcpRebindingTime Integer32
  wwpDhcpServerAddress IpAddress
  wwpDhcpRenewLease TruthValue
  wwpDhcpReleaseLease TruthValue

Defined Values

wwpMultiDhcpClientMIB 1.3.6.1.4.1.6141.2.42
The MIB module to manage multiple dhcp clients on WWP products.
MODULE-IDENTITY    

wwpMultiDhcpClientMIBObjects 1.3.6.1.4.1.6141.2.42.1
OBJECT IDENTIFIER    

wwpMultiDhcpClient 1.3.6.1.4.1.6141.2.42.1.1
OBJECT IDENTIFIER    

wwpMultiDhcpClientMIBNotificationPrefix 1.3.6.1.4.1.6141.2.42.2
OBJECT IDENTIFIER    

wwpMultiDhcpClientMIBNotifications 1.3.6.1.4.1.6141.2.42.2.0
OBJECT IDENTIFIER    

wwpMultiDhcpClientMIBConformance 1.3.6.1.4.1.6141.2.42.3
OBJECT IDENTIFIER    

wwpMultiDhcpClientMIBCompliances 1.3.6.1.4.1.6141.2.42.3.1
OBJECT IDENTIFIER    

wwpMultiDhcpClientMIBGroups 1.3.6.1.4.1.6141.2.42.3.2
OBJECT IDENTIFIER    

wwpMultiDhcpClientNumber 1.3.6.1.4.1.6141.2.42.1.1.1
The number of dhcp clients (regardless of their current state) present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wwpMultiDhcpClientTable 1.3.6.1.4.1.6141.2.42.1.1.2
A list of dhcp client entries.The number of entries is given by the value of wwpMultiDhcpClientNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpMultiDhcpClientEntry

wwpMultiDhcpClientEntry 1.3.6.1.4.1.6141.2.42.1.1.2.1
An entry containing management information applicable to dhcp client.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpMultiDhcpClientEntry  

wwpDhcpIfIndex 1.3.6.1.4.1.6141.2.42.1.1.2.1.1
The value of the instance of the ifIndex object, defined in MIB-II, for the interface corresponding to this dhcp interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

wwpDhcpIfName 1.3.6.1.4.1.6141.2.42.1.1.2.1.2
The ifDesc associated with this ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpDhcpStatus 1.3.6.1.4.1.6141.2.42.1.1.2.1.3
Setting this object to 'enable' will enable the dhcp client on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

wwpDhcpState 1.3.6.1.4.1.6141.2.42.1.1.2.1.4
The current state of the dhcp client on this interface as per RFC2131.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bound(1), disabled(2), inform(3), init(4), rebinding(5), renewing(6), requesting(7), selecting(8), unknown(9)  

wwpDhcpLeaseTimeRequested 1.3.6.1.4.1.6141.2.42.1.1.2.1.5
The requested lease time option to be used with DHCPDISCOVER or DHCPREQUEST messages on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpDhcpLeaseOffered 1.3.6.1.4.1.6141.2.42.1.1.2.1.6
The lease time authorized by the server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpDhcpLeaseRemaining 1.3.6.1.4.1.6141.2.42.1.1.2.1.7
The time remaining for the lease to expire.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpDhcpDiscoveryMsgInterval 1.3.6.1.4.1.6141.2.42.1.1.2.1.8
The time interval for discovery messages issued before the client receives the first reply.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpDhcpRenewalTime 1.3.6.1.4.1.6141.2.42.1.1.2.1.9
The number of seconds before the client begins to renew its address lease with the dhcp server. This time is a function typically 50% of the full configured duration (or lease time) for a client lease. Referred to as T1 in RFC2131.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpDhcpRebindingTime 1.3.6.1.4.1.6141.2.42.1.1.2.1.10
The number of seconds before the client enters the rebinding state if it has not renewed its current address lease with the dhcp server. This time is a function (typically, 87.5%) of the full configured duration (or lease time) for a client lease. Referred to as T2 in RFC2131.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

wwpDhcpServerAddress 1.3.6.1.4.1.6141.2.42.1.1.2.1.11
The IP address that identifies the dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpDhcpRenewLease 1.3.6.1.4.1.6141.2.42.1.1.2.1.12
Setting this object to true will force the dhcp client to renew its lease.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpDhcpReleaseLease 1.3.6.1.4.1.6141.2.42.1.1.2.1.13
Setting this object to true will force the dhcp client to release its lease, if the client dhcp is in the bound state
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue