DLINK-3100-DHCPCL-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINK-3100-DHCPCL-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rlDhcpCl 1.3.6.1.4.1.171.10.94.89.89.76
This private MIB module defines DHCP CL private MIBs.
       rlDhcpClActionTable 1.3.6.1.4.1.171.10.94.89.89.76.3 no-access
The (conceptual) table mentione IP address which must be released/renewed on the interface.
           rlDhcpClActionEntry 1.3.6.1.4.1.171.10.94.89.89.76.3.1 no-access
An entry (conceptual row) in dhcpClActionTable.
               rlDhcpClActionIfIndex 1.3.6.1.4.1.171.10.94.89.89.76.3.1.1 interfaceindex read-only
The interface which the action is implemented for or NULL if it implemented for all device.
               rlDhcpClActionStatus 1.3.6.1.4.1.171.10.94.89.89.76.3.1.2 rowstatus read-only
The status of this entry. Creating the entry renewing Dhcp address on the interface; destroying the entry release Dhcp address on the interface.
               rlDhcpClActionHostName 1.3.6.1.4.1.171.10.94.89.89.76.3.1.3 snmpadminstring read-only
This option specifies the name of the client.
       rlDhcpApprovalEnabled 1.3.6.1.4.1.171.10.94.89.89.76.4 truthvalue read-only
DHCP Approval feature status - enable (True) or desable (False). Must be True only if DHCP Approval supported, device has only one ip interface and default ip exist.
       rlDhcpApprovalWaitingTable 1.3.6.1.4.1.171.10.94.89.89.76.5 no-access
IP addresses waiting for approval.
           rlDhcpApprovalWaitingEntry 1.3.6.1.4.1.171.10.94.89.89.76.5.1 no-access
An entry in rlDhcpApprovalWaitingTable.
               rlDhcpApprovalWaitingIfIndex 1.3.6.1.4.1.171.10.94.89.89.76.5.1.1 interfaceindex read-only
IP interface ifIndex.
               rlDhcpApprovalWaitingAddress 1.3.6.1.4.1.171.10.94.89.89.76.5.1.2 ipaddress read-only
IP Address waiting for approval.
               rlDhcpApprovalWaitingMask 1.3.6.1.4.1.171.10.94.89.89.76.5.1.3 ipaddress read-only
Mask waiting for approval.
               rlDhcpApprovalWaitingGateway 1.3.6.1.4.1.171.10.94.89.89.76.5.1.4 ipaddress read-only
Default gateway of received address.
       rlDhcpApprovalActionTable 1.3.6.1.4.1.171.10.94.89.89.76.6 no-access
Action for waiting ip address (approve/decline).
           rlDhcpApprovalActionEntry 1.3.6.1.4.1.171.10.94.89.89.76.6.1 no-access
An entry in rlDhcpApprovalActionTable.
               rlDhcpApprovalActionIfIndex 1.3.6.1.4.1.171.10.94.89.89.76.6.1.1 interfaceindex read-only
IP interface ifIndex.
               rlDhcpApprovalActionAddress 1.3.6.1.4.1.171.10.94.89.89.76.6.1.2 ipaddress read-only
IP Address.
               rlDhcpApprovalActionMask 1.3.6.1.4.1.171.10.94.89.89.76.6.1.3 ipaddress read-only
IP Address mask.
               rlDhcpApprovalActionApprove 1.3.6.1.4.1.171.10.94.89.89.76.6.1.4 truthvalue read-write
Approve or decline ip address.
       rlDhcpClCommandTable 1.3.6.1.4.1.171.10.94.89.89.76.7 read-only
Action MIB for DHCP Renew command.
           rlDhcpClCommandEntry 1.3.6.1.4.1.171.10.94.89.89.76.7.1 no-access
The row definition for this table.
               rlDhcpClCommandAction 1.3.6.1.4.1.171.10.94.89.89.76.7.1.2 integer read-write
Action to apply. When the field is renew_force_autoconfig the meaning is that every time when DHCP option 67 is received, the configuration is downloaded from DHCP server. The default value is false. Enumeration: 'none': 0, 'renew': 1, 'renewForceAutoconfig': 2.
       rlDhcpClConfigurationFileName 1.3.6.1.4.1.171.10.94.89.89.76.8 displaystring read-write
The configuration file name that loaded into the device. The filename is a relative path on the TFTP server, without the server IP address.
       rlDhcpClOption67Enable 1.3.6.1.4.1.171.10.94.89.89.76.9 integer read-write
Defines whether the configuration file can be downloaded from DHCP packet option 67. Enumeration: 'enable': 1, 'disable': 2.