INTEL-DHCPS-MIB: View SNMP OID List / Download MIB

VENDOR: INTEL CORPORATION


 Home MIB: INTEL-DHCPS-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
 dhcps 1.3.6.1.4.1.343.6.7
     dhcpsInfo 1.3.6.1.4.1.343.6.7.1
         dhcpsInfoTable 1.3.6.1.4.1.343.6.7.1.1 no-access
Monitoring information for DHCP server.
             dhcpsInfoEntry 1.3.6.1.4.1.343.6.7.1.1.1 no-access
                 dhcpsInfoHostAddress 1.3.6.1.4.1.343.6.7.1.1.1.1 ipaddress read-only
The IP address assigned to the client.
                 dhcpsInfoMacAddress 1.3.6.1.4.1.343.6.7.1.1.1.2 octet string read-only
The client's MAC Address.
                 dhcpsInfoHostName 1.3.6.1.4.1.343.6.7.1.1.1.3 displaystring read-only
The client's hostname.
                 dhcpsInfoAge 1.3.6.1.4.1.343.6.7.1.1.1.4 integer read-only
The no. of seconds since last change of state.
                 dhcpsInfoState 1.3.6.1.4.1.343.6.7.1.1.1.5 integer read-write
The state of the DHCP entry. Enumeration: 'reserved': 7, 'deleted': 1, 'offered': 3, 'modified': 5, 'obsolete': 9, 'assigned': 4, 'released': 8, 'pinged': 6, 'declined': 2.
     dhcpsConf 1.3.6.1.4.1.343.6.7.2
         dhcpsConfInfoTable 1.3.6.1.4.1.343.6.7.2.1 no-access
Configuration information for DHCP server.
             dhcpsConfInfoEntry 1.3.6.1.4.1.343.6.7.2.1.1 no-access
                 dhcpsConfInfoId 1.3.6.1.4.1.343.6.7.2.1.1.1 octet string read-only
Parameter block ID. The DHCP server uses two parameter blocks: KBE.1 (75.66.69.1) and KBE.2 (75.66.69.2).
                 dhcpsConfInfoHandle 1.3.6.1.4.1.343.6.7.2.1.1.2 integer read-only
The current handle for all set requests in dhcpsConfInfoTable.
                 dhcpsConfInfoType 1.3.6.1.4.1.343.6.7.2.1.1.3 integer read-only
There are 5 types of parameter blocks: noTable: A plain block of data tableIndexSize0: A table where the indexes are implicit tableIndexSize1: A table where the indexes takes up 1 byte tableIndexSize2: A table where the indexes takes up 2 bytes tableIndexSize4: A table where the indexes takes up 4 bytes. Enumeration: 'tableIndexSize2': 4, 'tableIndexSize4': 5, 'noTable': 1, 'tableIndexSize0': 2, 'tableIndexSize1': 3.
                 dhcpsConfInfoTableOffset 1.3.6.1.4.1.343.6.7.2.1.1.4 integer read-only
The offset in dhcpsConfData where the table starts. Always 0 when dhcpsConfInfoType is noTable.
                 dhcpsConfInfoIndexOffset 1.3.6.1.4.1.343.6.7.2.1.1.5 integer read-only
The offset in dhcpsConfData where the index can be found. Always 0 when dhcpsConfInfoType is noTable or tableIndexSize0.
                 dhcpsConfInfoRecordCount 1.3.6.1.4.1.343.6.7.2.1.1.6 integer read-only
The number of records in the table. Always 0 when dhcpsConfInfoType is noTable.
                 dhcpsConfInfoRecordLength 1.3.6.1.4.1.343.6.7.2.1.1.7 integer read-only
The length of a record in the table. Always 0 when dhcpsConfInfoType is noTable.
         dhcpsConfTable 1.3.6.1.4.1.343.6.7.2.2 no-access
Configuration for DHCP server.
             dhcpsConfEntry 1.3.6.1.4.1.343.6.7.2.2.1 no-access
                 dhcpsConfId 1.3.6.1.4.1.343.6.7.2.2.1.1 octet string read-only
Parameter block ID. The DHCP server uses two parameter blocks: KBE.1 (75.66.69.1) and KBE.2 (75.66.69.2).
                 dhcpsConfIndex 1.3.6.1.4.1.343.6.7.2.2.1.2 octet string read-only
The index of the current record in a table. If the index is 0, dhcpsConfData has some non-table data. If dhcpsConfInfoTableOffset is 0, dhcpsConfIndex is always 0.
                 dhcpsConfHandle 1.3.6.1.4.1.343.6.7.2.2.1.3 integer read-only
The current handle. To get the current handle refer to dhcpsConfInfoHandle.
                 dhcpsConfData 1.3.6.1.4.1.343.6.7.2.2.1.4 octet string read-write
The data. All numbers are big-endian. KBE.1 is of type noTable and has the following layout: UINT32 lease_time; BYTE domain_name[27]; BYTE limit_lease; UINT32 primary_dns; UINT32 secondary_dns; UINT32 primary_wins; UINT32 secondary_wins; BYTE node_type; BYTE server_enabled; UINT16 max_entries; KBE.2 is of type tableIndexSize0 and has the following layout: UINT32 start_addr; UINT32 stop_addr; UINT32 mask;
                 dhcpsConfOptions 1.3.6.1.4.1.343.6.7.2.2.1.5 integer read-only
Currently not used, always 0.
                 dhcpsConfStatus 1.3.6.1.4.1.343.6.7.2.2.1.6 integer read-write
The status of the record. copy(3) is for future use. Enumeration: 'copy': 3, 'delete': 2, 'normal': 1.