INTEL-DHCPS-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
28
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
28 total| Object Name |
|---|
dhcps OBJECT IDENTIFIER .1.3.6.1.4.1.208.2.7 |
INTEL-GEN-MIB Unknown .1.3.6.1.4.1.208.2.7 |
dhcpsInfo OBJECT IDENTIFIER .1.3.6.1.4.1.208.2.7.1 |
dhcpsInfoTableMonitoring information for DHCP server. SEQUENCE OF DhcpsInfoEntry .1.3.6.1.4.1.208.2.7.1.1 |
dhcpsInfoEntry DhcpsInfoEntry .1.3.6.1.4.1.208.2.7.1.1.1 |
dhcpsInfoHostAddressThe IP address assigned to the client.ro IpAddress .1.3.6.1.4.1.208.2.7.1.1.1.1 |
dhcpsInfoMacAddressThe client's MAC Address.ro OCTET STRING .1.3.6.1.4.1.208.2.7.1.1.1.2 |
dhcpsInfoHostNameThe client's hostname.ro DisplayString .1.3.6.1.4.1.208.2.7.1.1.1.3 |
dhcpsInfoAgeThe no. of seconds since last change of state.ro INTEGER .1.3.6.1.4.1.208.2.7.1.1.1.4 |
dhcpsInfoStateThe state of the DHCP entry.rw Enumeration .1.3.6.1.4.1.208.2.7.1.1.1.5 |
dhcpsConf OBJECT IDENTIFIER .1.3.6.1.4.1.208.2.7.2 |
dhcpsConfInfoTableConfiguration information for DHCP server. SEQUENCE OF DhcpsConfInfoEntry .1.3.6.1.4.1.208.2.7.2.1 |
dhcpsConfInfoEntry DhcpsConfInfoEntry .1.3.6.1.4.1.208.2.7.2.1.1 |
dhcpsConfInfoIdParameter block ID. The DHCP server uses two
parameter blocks: KBE.1 (75.66.69.1) and
KBE.2 (75.66.69.2).ro OCTET STRING .1.3.6.1.4.1.208.2.7.2.1.1.1 |
dhcpsConfInfoHandleThe current handle for all set requests in
dhcpsConfInfoTable.ro INTEGER .1.3.6.1.4.1.208.2.7.2.1.1.2 |
dhcpsConfInfoTypeThere 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.ro Enumeration .1.3.6.1.4.1.208.2.7.2.1.1.3 |
dhcpsConfInfoTableOffsetThe offset in dhcpsConfData where the table starts. Always 0
when dhcpsConfInfoType is noTable.ro INTEGER .1.3.6.1.4.1.208.2.7.2.1.1.4 |
dhcpsConfInfoIndexOffsetThe offset in dhcpsConfData where the index can be found.
Always 0 when dhcpsConfInfoType is noTable or
tableIndexSize0.ro INTEGER .1.3.6.1.4.1.208.2.7.2.1.1.5 |
dhcpsConfInfoRecordCountThe number of records in the table. Always 0 when
dhcpsConfInfoType is noTable.ro INTEGER .1.3.6.1.4.1.208.2.7.2.1.1.6 |
dhcpsConfInfoRecordLengthThe length of a record in the table. Always 0 when
dhcpsConfInfoType is noTable.ro INTEGER .1.3.6.1.4.1.208.2.7.2.1.1.7 |
dhcpsConfTableConfiguration for DHCP server. SEQUENCE OF DhcpsConfEntry .1.3.6.1.4.1.208.2.7.2.2 |
dhcpsConfEntry DhcpsConfEntry .1.3.6.1.4.1.208.2.7.2.2.1 |
dhcpsConfIdParameter block ID. The DHCP server uses two
parameter blocks: KBE.1 (75.66.69.1) and
KBE.2 (75.66.69.2).ro OCTET STRING .1.3.6.1.4.1.208.2.7.2.2.1.1 |
dhcpsConfIndexThe 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.ro OCTET STRING .1.3.6.1.4.1.208.2.7.2.2.1.2 |
dhcpsConfHandleThe current handle. To get the current handle refer
to dhcpsConfInfoHandle.ro INTEGER .1.3.6.1.4.1.208.2.7.2.2.1.3 |
dhcpsConfDataThe 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;rw OCTET STRING .1.3.6.1.4.1.208.2.7.2.2.1.4 |
dhcpsConfOptionsCurrently not used, always 0.ro INTEGER .1.3.6.1.4.1.208.2.7.2.2.1.5 |
dhcpsConfStatusThe status of the record. copy(3) is for future use.rw Enumeration .1.3.6.1.4.1.208.2.7.2.2.1.6 |