RADLAN-DHCP-MIB

File: RADLAN-DHCP-MIB.mib (20881 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
RADLAN-MIB

Imported symbols

OBJECT-TYPE IpAddress Unsigned32
MODULE-IDENTITY DisplayString TruthValue
RowStatus SnmpAdminString rnd

Defined Types

RlDhcpRelayNextServerEntry  
SEQUENCE    
  rlDhcpRelayNextServerIpAddr IpAddress
  rlDhcpRelayNextServerSecThreshold Unsigned32
  rlDhcpRelayNextServerRowStatus RowStatus

RlDhcpSrvIpAddrEntry  
SEQUENCE    
  rlDhcpSrvIpAddrIpAddr IpAddress
  rlDhcpSrvIpAddrIpNetMask IpAddress
  rlDhcpSrvIpAddrIdentifier OCTET STRING
  rlDhcpSrvIpAddrIdentifierType INTEGER
  rlDhcpSrvIpAddrClnHostName SnmpAdminString
  rlDhcpSrvIpAddrMechanism INTEGER
  rlDhcpSrvIpAddrAgeTime Unsigned32
  rlDhcpSrvIpAddrPoolName DisplayString
  rlDhcpSrvIpAddrConfParamsName DisplayString
  rlDhcpSrvIpAddrRowStatus RowStatus

RlDhcpSrvDynamicEntry  
SEQUENCE    
  rlDhcpSrvDynamicPoolName DisplayString
  rlDhcpSrvDynamicIpAddrFrom IpAddress
  rlDhcpSrvDynamicIpAddrTo IpAddress
  rlDhcpSrvDynamicIpNetMask IpAddress
  rlDhcpSrvDynamicLeaseTime Unsigned32
  rlDhcpSrvDynamicProbeEnable TruthValue
  rlDhcpSrvDynamicTotalNumOfAddr Unsigned32
  rlDhcpSrvDynamicFreeNumOfAddr Unsigned32
  rlDhcpSrvDynamicConfParamsName DisplayString
  rlDhcpSrvDynamicRowStatus RowStatus

RlDhcpSrvConfParamsEntry  
SEQUENCE    
  rlDhcpSrvConfParamsName DisplayString
  rlDhcpSrvConfParamsNextServerIp IpAddress
  rlDhcpSrvConfParamsNextServerName DisplayString
  rlDhcpSrvConfParamsBootfileName DisplayString
  rlDhcpSrvConfParamsRoutersList DisplayString
  rlDhcpSrvConfParamsTimeSrvList DisplayString
  rlDhcpSrvConfParamsDnsList DisplayString
  rlDhcpSrvConfParamsDomainName SnmpAdminString
  rlDhcpSrvConfParamsNetbiosNameList DisplayString
  rlDhcpSrvConfParamsNetbiosNodeType INTEGER
  rlDhcpSrvConfParamsCommunity DisplayString
  rlDhcpSrvConfParamsNmsIp IpAddress
  rlDhcpSrvConfParamsOptionsList DisplayString
  rlDhcpSrvConfParamsRowStatus RowStatus

Defined Values

rsDHCP 1.3.6.1.4.1.89.38
The private MIB module definition for DHCP server support.
MODULE-IDENTITY    

rsDhcpMibVersion 1.3.6.1.4.1.89.38.14
DHCP MIB's version, the current version is 4.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlDhcpRelayEnable 1.3.6.1.4.1.89.38.25
Enable or disable the use of the DHCP relay.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlDhcpRelayExists 1.3.6.1.4.1.89.38.26
This variable shows whether the device can function as a DHCP Relay Agent.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlDhcpRelayNextServerTable 1.3.6.1.4.1.89.38.27
The DHCP Relay Next Servers configuration Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlDhcpRelayNextServerEntry

rlDhcpRelayNextServerEntry 1.3.6.1.4.1.89.38.27.1
The row definition for this table. DHCP requests are relayed to the specified next server according to their threshold values.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlDhcpRelayNextServerEntry  

rlDhcpRelayNextServerIpAddr 1.3.6.1.4.1.89.38.27.1.1
The IPAddress of the next configuration server. DHCP Server may act as a DHCP relay if this parameter is not equal to 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlDhcpRelayNextServerSecThreshold 1.3.6.1.4.1.89.38.27.1.2
DHCP requests are relayed only if their SEC field is greater or equal to the threshold value in order to allow local DHCP Servers to answer first.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rlDhcpRelayNextServerRowStatus 1.3.6.1.4.1.89.38.27.1.3
This variable displays the validity or invalidity of the entry. Setting it to 'destroy' has the effect of rendering it inoperative. The internal effect (row removal) is implementation dependent.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlDhcpSrvEnable 1.3.6.1.4.1.89.38.30
Enable or Disable the use of the DHCP Server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlDhcpSrvExists 1.3.6.1.4.1.89.38.31
This variable shows whether the device can function as a DHCP Server.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlDhcpSrvDbLocation 1.3.6.1.4.1.89.38.32
Describes where DHCP Server database is stored.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nvram(1), flash(2)  

rlDhcpSrvMaxNumOfClients 1.3.6.1.4.1.89.38.33
This variable shows maximum number of clients that can be supported by DHCP Server dynamic allocation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlDhcpSrvDbNumOfActiveEntries 1.3.6.1.4.1.89.38.34
This variable shows number of active entries stored in database.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlDhcpSrvDbErase 1.3.6.1.4.1.89.38.35
The value is always false. Setting this variable to true causes erasing all entries in DHCP database.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlDhcpSrvProbeEnable 1.3.6.1.4.1.89.38.36
Enable or Disable the use of the DHCP probe before allocating an IP address.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlDhcpSrvProbeTimeout 1.3.6.1.4.1.89.38.37
Indicates the peiod of time in milliseconds the DHCP probe will wait before issuing a new trial or deciding that no other device on the network has the IP address which DHCP considers allocating.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 300..10000  

rlDhcpSrvProbeRetries 1.3.6.1.4.1.89.38.38
Indicates how many times DHCP will probe before deciding that no other device on the network has the IP address which DHCP considers allocating.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..10  

rlDhcpSrvIpAddrTable 1.3.6.1.4.1.89.38.45
Table of IP Addresses allocated by DHCP Server by static and dynamic allocations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlDhcpSrvIpAddrEntry

rlDhcpSrvIpAddrEntry 1.3.6.1.4.1.89.38.45.1
The row definition for this table. Parameters of DHCP allocated IP Addresses table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlDhcpSrvIpAddrEntry  

rlDhcpSrvIpAddrIpAddr 1.3.6.1.4.1.89.38.45.1.1
The IP address that was allocated by DHCP Server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvIpAddrIpNetMask 1.3.6.1.4.1.89.38.45.1.2
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvIpAddrIdentifier 1.3.6.1.4.1.89.38.45.1.3
Unique Identifier for client. Either physical address or DHCP Client Identifier.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

rlDhcpSrvIpAddrIdentifierType 1.3.6.1.4.1.89.38.45.1.4
Identifier Type. Either physical address or DHCP Client Identifier.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER physAddr(1), clientId(2)  

rlDhcpSrvIpAddrClnHostName 1.3.6.1.4.1.89.38.45.1.5
Client Host Name. DHCP Server will use it to update DNS Server. Must be unique per client.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rlDhcpSrvIpAddrMechanism 1.3.6.1.4.1.89.38.45.1.6
Mechanism of allocation IP Address by DHCP Server. The only value that can be set by user is manual.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), automatic(2), dynamic(3)  

rlDhcpSrvIpAddrAgeTime 1.3.6.1.4.1.89.38.45.1.7
Age time of the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlDhcpSrvIpAddrPoolName 1.3.6.1.4.1.89.38.45.1.8
Ip address pool name. A unique name for host pool static allocation, or network pool name in case of dynamic allocation.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlDhcpSrvIpAddrConfParamsName 1.3.6.1.4.1.89.38.45.1.9
This variable points (serves as key) to appropriate set of parameters in the DHCP Server configuration parameters table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlDhcpSrvIpAddrRowStatus 1.3.6.1.4.1.89.38.45.1.10
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlDhcpSrvDynamicTable 1.3.6.1.4.1.89.38.46
The DHCP Dynamic Server's configuration Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlDhcpSrvDynamicEntry

rlDhcpSrvDynamicEntry 1.3.6.1.4.1.89.38.46.1
The row definition for this table. Parameters sent in as a DHCP Reply to DHCP Request with specified indices
Status: current Access: not-accessible
OBJECT-TYPE    
  RlDhcpSrvDynamicEntry  

rlDhcpSrvDynamicPoolName 1.3.6.1.4.1.89.38.46.1.1
The name of DHCP dynamic addresses pool.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlDhcpSrvDynamicIpAddrFrom 1.3.6.1.4.1.89.38.46.1.2
The first IP address allocated in this row.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvDynamicIpAddrTo 1.3.6.1.4.1.89.38.46.1.3
The last IP address allocated in this row.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvDynamicIpNetMask 1.3.6.1.4.1.89.38.46.1.4
The subnet mask associated with the IP addresses of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvDynamicLeaseTime 1.3.6.1.4.1.89.38.46.1.5
Maximum lease-time in seconds granted to a requesting DHCP client. For automatic allocation use 0xFFFFFFFF. To exclude addresses from allocation mechanism, set this value to 0.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rlDhcpSrvDynamicProbeEnable 1.3.6.1.4.1.89.38.46.1.6
Enable or Disable the use of the DHCP probe before allocating the address.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlDhcpSrvDynamicTotalNumOfAddr 1.3.6.1.4.1.89.38.46.1.7
Total number of addresses in space.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlDhcpSrvDynamicFreeNumOfAddr 1.3.6.1.4.1.89.38.46.1.8
Free number of addresses in space.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlDhcpSrvDynamicConfParamsName 1.3.6.1.4.1.89.38.46.1.9
This variable points (serves as key) to appropriate set of parameters in the DHCP Server configuration parameters table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlDhcpSrvDynamicRowStatus 1.3.6.1.4.1.89.38.46.1.10
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlDhcpSrvConfParamsTable 1.3.6.1.4.1.89.38.47
The DHCP Configuration Parameters Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlDhcpSrvConfParamsEntry

rlDhcpSrvConfParamsEntry 1.3.6.1.4.1.89.38.47.1
The row definition for this table. Each entry corresponds to one specific parameters set.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlDhcpSrvConfParamsEntry  

rlDhcpSrvConfParamsName 1.3.6.1.4.1.89.38.47.1.1
This value is a unique index for the entry in the rlDhcpSrvConfParamsTable.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

rlDhcpSrvConfParamsNextServerIp 1.3.6.1.4.1.89.38.47.1.2
The IP of next server for client to use in configuration process.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvConfParamsNextServerName 1.3.6.1.4.1.89.38.47.1.3
The mame of next server for client to use in configuration process.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

rlDhcpSrvConfParamsBootfileName 1.3.6.1.4.1.89.38.47.1.4
Name of file for client to request from next server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

rlDhcpSrvConfParamsRoutersList 1.3.6.1.4.1.89.38.47.1.5
The value of option code 3, which defines default routers list. Each IP address is represented in dotted decimal notation format with ';' between them.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlDhcpSrvConfParamsTimeSrvList 1.3.6.1.4.1.89.38.47.1.6
The value of option code 4, which defines time servers list. Each IP address is represented in dotted decimal notation format with ';' between them.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlDhcpSrvConfParamsDnsList 1.3.6.1.4.1.89.38.47.1.7
The value of option code 6, which defines the list of DNSs. Each IP address is represented in dotted decimal notation format with ';' between them.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlDhcpSrvConfParamsDomainName 1.3.6.1.4.1.89.38.47.1.8
The value option code 15, which defines the domain name..
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rlDhcpSrvConfParamsNetbiosNameList 1.3.6.1.4.1.89.38.47.1.9
The value option code 44, which defines the list of NETBios Name Servers. Each IP address is represented in dotted decimal notation format with ';' between them.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlDhcpSrvConfParamsNetbiosNodeType 1.3.6.1.4.1.89.38.47.1.10
The value option code 46, which defines the NETBios node type. The option will be added only if rlDhcpSrvConfParamsNetbiosNameList is not empty.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER b-node(1), p-node(2), m-node(4), h-node(8)  

rlDhcpSrvConfParamsCommunity 1.3.6.1.4.1.89.38.47.1.11
The value of site-specific option 128, which defines Community. The option will be added only if rlDhcpSrvConfParamsNmsIp is set.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

rlDhcpSrvConfParamsNmsIp 1.3.6.1.4.1.89.38.47.1.12
The value of site-specific option 129, which defines IP of Network Manager.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlDhcpSrvConfParamsOptionsList 1.3.6.1.4.1.89.38.47.1.13
The sequence of option segments. Each option segment is represented by a triplet . The code defines the code of each supported option. The length defines the length of each supported option. The value defines the value of the supported option. If there is a number of elements in the value field, they are divided by ','. Each element of type IP address in value field is represented in dotted decimal notation format.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlDhcpSrvConfParamsRowStatus 1.3.6.1.4.1.89.38.47.1.14
The row status variable, used according to row installation and removal conventions.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus