Usr-Dhcp-MIB

File: Usr-Dhcp-MIB.mib (20821 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Counter32
Integer32 IpAddress RowStatus
DisplayString common UsrConfigStatus

Defined Types

MacAddress  
OCTET STRING Size(6)    

UsrDhcpProEntry  
SEQUENCE    
  usrDhcpProIndex Integer32
  usrDhcpProLease Integer32
  usrDhcpProRtr IpAddress
  usrDhcpProDNS1 IpAddress
  usrDhcpProDNS2 IpAddress
  usrDhcpProWINS1 IpAddress
  usrDhcpProWINS2 IpAddress
  usrDhcpProHost DisplayString
  usrDhcpProDomain DisplayString
  usrDhcpProStatus RowStatus

UsrDhcpAutoEntry  
SEQUENCE    
  usrDhcpAutoIndex Integer32
  usrDhcpAutoSeed IpAddress
  usrDhcpAutoMask IpAddress
  usrDhcpAutoRange IpAddress
  usrDhcpAutoPro Integer32
  usrDhcpAutoStatus RowStatus

UsrDhcpLeaseEntry  
SEQUENCE    
  usrDhcpLeaseIpAddr IpAddress
  usrDhcpLeaseIfIndex Integer32
  usrDhcpLeaseHwAddr MacAddress
  usrDhcpLeaseCID OCTET STRING
  usrDhcpLeaseValue Integer32
  usrDhcpLeaseLife Integer32
  usrDhcpLeaseType INTEGER
  usrDhcpLeaseStatus RowStatus

UsrDhcpProxyLeaseEntry  
SEQUENCE    
  usrDhcpProxyLeaseIndex Integer32
  usrDhcpProxyLeaseCID DisplayString
  usrDhcpProxyLeaseIpAddr IpAddress
  usrDhcpProxyLeaseIfIndex Integer32
  usrDhcpProxyLeaseHwAddr MacAddress
  usrDhcpProxyLeaseValue Integer32
  usrDhcpProxyLeaseLife Integer32
  usrDhcpProxyLeaseStatus RowStatus

Defined Values

usrDhcp 1.3.6.1.4.1.429.4.59
The commWorks enterprise defined MIB objects for the Dynamic Host Configuration Protocol.
MODULE-IDENTITY    

usrDhcpConfigFileName 1.3.6.1.4.1.429.4.59.1
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the Filter Manager process uses the default name `@file://filter.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrDhcpCFMStatusFlag 1.3.6.1.4.1.429.4.59.2
Setting the value of this object to `save' causes the values of the SNMP Group to be written out to the current config file, which is stored in the usrFilterConfigFileName object. While the new ConfigFile is being written, the SNMP process will set the value of this flag to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the ConfigFile) will result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrDhcpAgent 1.3.6.1.4.1.429.4.59.3
this variable enables/disables the DHCP Relay Agent
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

usrDhcpServer1 1.3.6.1.4.1.429.4.59.4
when usrDhcpAgent is enabled, this variable contains the DHCP Server IP Address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpServer2 1.3.6.1.4.1.429.4.59.5
when usrDhcpAgent is enabled, this variable contains the DHCP Server IP Address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpClientMessages 1.3.6.1.4.1.429.4.59.6
The total number of messages received on the LAN interface from the Client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpServerMessages 1.3.6.1.4.1.429.4.59.7
The total number of messages received on the WAN interfaces from the Servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpClientErrors 1.3.6.1.4.1.429.4.59.8
The total number of messages received on the LAN interfaces from the Client which were discarded due to validation errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpServerErrors 1.3.6.1.4.1.429.4.59.9
The total number of messages received on the WAN interfaces from the Servers which were discarded due to validation errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpCmGiAddr 1.3.6.1.4.1.429.4.59.10
The network name for the Cable Modems in the Cable Modem Termination System
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrDhcpCpeGiAddr 1.3.6.1.4.1.429.4.59.11
The network name for the Customer Premises Equipment in the Cable Modem Termination System
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrDhcpMode 1.3.6.1.4.1.429.4.59.12
this variable selects the DHCP mode. When set to Server, the router will be a local DHCP server and assign configured addresses and parameters to the clients on the LAN. When set to Relay, the router will send the Client DHCP/BOOTP requests to the configured remote Server(s).
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrDhcpProTable 1.3.6.1.4.1.429.4.59.13
Table of Client configuration profiles
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDhcpProEntry

usrDhcpProEntry 1.3.6.1.4.1.429.4.59.13.1
Client configuration profile
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  UsrDhcpProEntry  

usrDhcpProIndex 1.3.6.1.4.1.429.4.59.13.1.1
Profile index
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrDhcpProLease 1.3.6.1.4.1.429.4.59.13.1.2
Address lease lifetime. Default of -1 indicates infinite lease
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpProRtr 1.3.6.1.4.1.429.4.59.13.1.3
IP Address of default router for client
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpProDNS1 1.3.6.1.4.1.429.4.59.13.1.4
IP address of DNS server for client
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpProDNS2 1.3.6.1.4.1.429.4.59.13.1.5
IP address of secondary DNS server
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpProWINS1 1.3.6.1.4.1.429.4.59.13.1.6
IP address of primary WINS server
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpProWINS2 1.3.6.1.4.1.429.4.59.13.1.7
IP address of secondary WINS Server
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpProHost 1.3.6.1.4.1.429.4.59.13.1.8
Base host name. Each host name allocated will a a numeric suffix added
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

usrDhcpProDomain 1.3.6.1.4.1.429.4.59.13.1.9
Domain name
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

usrDhcpProStatus 1.3.6.1.4.1.429.4.59.13.1.10
Status of the Profile Table row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDhcpAutoTable 1.3.6.1.4.1.429.4.59.14
Table of IP address allocation entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDhcpAutoEntry

usrDhcpAutoEntry 1.3.6.1.4.1.429.4.59.14.1
Automatic IP address allocation entry
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  UsrDhcpAutoEntry  

usrDhcpAutoIndex 1.3.6.1.4.1.429.4.59.14.1.1
Auto range index
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrDhcpAutoSeed 1.3.6.1.4.1.429.4.59.14.1.2
Initial seed address. Default 10.0.0.1
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpAutoMask 1.3.6.1.4.1.429.4.59.14.1.3
Subnet mask. Default 255.0.0.0
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpAutoRange 1.3.6.1.4.1.429.4.59.14.1.4
Highest IP address. Default of 255.255.255.255 indicates up to limit of seed mask
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

usrDhcpAutoPro 1.3.6.1.4.1.429.4.59.14.1.5
Index of client configuration profile
Status: deprecated Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpAutoStatus 1.3.6.1.4.1.429.4.59.14.1.6
Status of the range table row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDhcpLeaseTable 1.3.6.1.4.1.429.4.59.15
A table of automatically allocated IP addresses
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDhcpLeaseEntry

usrDhcpLeaseEntry 1.3.6.1.4.1.429.4.59.15.1
A description of an automatically-allocated address
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrDhcpLeaseEntry  

usrDhcpLeaseIpAddr 1.3.6.1.4.1.429.4.59.15.1.1
Automatically allocated IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usrDhcpLeaseIfIndex 1.3.6.1.4.1.429.4.59.15.1.2
Interface over which IP address was allocated
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpLeaseHwAddr 1.3.6.1.4.1.429.4.59.15.1.3
Hardware address of client to which IP address was allocated
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

usrDhcpLeaseCID 1.3.6.1.4.1.429.4.59.15.1.4
Identifier of client to which IP address was allocated
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

usrDhcpLeaseValue 1.3.6.1.4.1.429.4.59.15.1.5
Lifetime of lease. -1 if permanently allocated
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpLeaseLife 1.3.6.1.4.1.429.4.59.15.1.6
Remaining lifetime of lease. -1 if permanently allocated
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpLeaseType 1.3.6.1.4.1.429.4.59.15.1.7
Type of lease
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(1), manual(2)  

usrDhcpLeaseStatus 1.3.6.1.4.1.429.4.59.15.1.8
Status of the Lease Table row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

usrDhcpLeaseReqRx 1.3.6.1.4.1.429.4.59.16
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpRenewalReqRx 1.3.6.1.4.1.429.4.59.17
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpAcceptReqRx 1.3.6.1.4.1.429.4.59.18
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpDeclineRx 1.3.6.1.4.1.429.4.59.19
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpReleaseRx 1.3.6.1.4.1.429.4.59.20
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpInvalidRx 1.3.6.1.4.1.429.4.59.21
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpOfferTx 1.3.6.1.4.1.429.4.59.22
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpConfirmTx 1.3.6.1.4.1.429.4.59.23
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpDenialTx 1.3.6.1.4.1.429.4.59.24
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpReqAddrOutOfRange 1.3.6.1.4.1.429.4.59.25
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpReqAddrInUse 1.3.6.1.4.1.429.4.59.26
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpNoFreeAddr 1.3.6.1.4.1.429.4.59.27
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpReqLeaseTooLong 1.3.6.1.4.1.429.4.59.28
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyEnabled 1.3.6.1.4.1.429.4.59.29
this variable sets the DHCP proxy to enabled/disabled
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrDhcpProxyDiscIfLeaseExp 1.3.6.1.4.1.429.4.59.30
this sets the behavior if IP address lease expires
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

usrDhcpProxyLeaseTable 1.3.6.1.4.1.429.4.59.31
A table of automatically allocated IP addresses
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrDhcpProxyLeaseEntry

usrDhcpProxyLeaseEntry 1.3.6.1.4.1.429.4.59.31.1
A description of an automatically-allocated address
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrDhcpProxyLeaseEntry  

usrDhcpProxyLeaseIndex 1.3.6.1.4.1.429.4.59.31.1.1
Index to the table which makes each entry unique
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrDhcpProxyLeaseCID 1.3.6.1.4.1.429.4.59.31.1.2
Identifier of client to which IP address was allocated
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

usrDhcpProxyLeaseIpAddr 1.3.6.1.4.1.429.4.59.31.1.3
Automatically allocated IP address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrDhcpProxyLeaseIfIndex 1.3.6.1.4.1.429.4.59.31.1.4
Interface over which IP address was allocated
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrDhcpProxyLeaseHwAddr 1.3.6.1.4.1.429.4.59.31.1.5
Hardware address of client to which IP address was allocated
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

usrDhcpProxyLeaseValue 1.3.6.1.4.1.429.4.59.31.1.6
Lifetime of lease. -1 if permanently allocated
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrDhcpProxyLeaseLife 1.3.6.1.4.1.429.4.59.31.1.7
Remaining lifetime of lease. -1 if permanently allocated
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrDhcpProxyLeaseStatus 1.3.6.1.4.1.429.4.59.31.1.8
Status of the Lease Table row
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

usrDhcpProxyDiscoveries 1.3.6.1.4.1.429.4.59.32
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyOffers 1.3.6.1.4.1.429.4.59.33
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyAddressesAcquired 1.3.6.1.4.1.429.4.59.34
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyAddressesReleased 1.3.6.1.4.1.429.4.59.35
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyClientsActive 1.3.6.1.4.1.429.4.59.36
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyT1renewals 1.3.6.1.4.1.429.4.59.37
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyT2renewals 1.3.6.1.4.1.429.4.59.38
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrDhcpProxyMaxRetry 1.3.6.1.4.1.429.4.59.39
PRoxy Client retry count value
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..5  

usrDhcpServerResetCounters 1.3.6.1.4.1.429.4.59.40
An user action to reset all the server counter contains to value zero
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpProxyClientResetCounters 1.3.6.1.4.1.429.4.59.41
An user action to reset all the ProxyClient counter contains to value zero
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrDhcpServerResetSettings 1.3.6.1.4.1.429.4.59.42
An user action to reset all the server Addresses to value zero
Status: current Access: read-write
OBJECT-TYPE    
  Integer32