INTEL-DHCPS-MIB

File: INTEL-DHCPS-MIB.mib (9144 bytes)

Imported modules

RFC1155-SMI INTEL-GEN-MIB RFC-1212
RFC1213-MIB

Imported symbols

IpAddress mib2ext OBJECT-TYPE
DisplayString

Defined Types

DhcpsInfoEntry  
SEQUENCE    
  dhcpsInfoHostAddress IpAddress
  dhcpsInfoMacAddress OCTET STRING
  dhcpsInfoHostName DisplayString Size(20)
  dhcpsInfoAge INTEGER
  dhcpsInfoState INTEGER

DhcpsConfInfoEntry  
SEQUENCE    
  dhcpsConfInfoId OCTET STRING
  dhcpsConfInfoHandle INTEGER
  dhcpsConfInfoType INTEGER
  dhcpsConfInfoTableOffset INTEGER
  dhcpsConfInfoIndexOffset INTEGER
  dhcpsConfInfoRecordCount INTEGER
  dhcpsConfInfoRecordLength INTEGER

DhcpsConfEntry  
SEQUENCE    
  dhcpsConfId OCTET STRING
  dhcpsConfIndex OCTET STRING
  dhcpsConfHandle INTEGER
  dhcpsConfData OCTET STRING
  dhcpsConfOptions INTEGER
  dhcpsConfStatus INTEGER

Defined Values

dhcps 1.3.6.1.4.1.343.6.7
OBJECT IDENTIFIER    

dhcpsInfo 1.3.6.1.4.1.343.6.7.1
OBJECT IDENTIFIER    

dhcpsConf 1.3.6.1.4.1.343.6.7.2
OBJECT IDENTIFIER    

dhcpsInfoTable 1.3.6.1.4.1.343.6.7.1.1
Monitoring information for DHCP server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpsInfoEntry

dhcpsInfoEntry 1.3.6.1.4.1.343.6.7.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DhcpsInfoEntry  

dhcpsInfoHostAddress 1.3.6.1.4.1.343.6.7.1.1.1.1
The IP address assigned to the client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpsInfoMacAddress 1.3.6.1.4.1.343.6.7.1.1.1.2
The client's MAC Address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

dhcpsInfoHostName 1.3.6.1.4.1.343.6.7.1.1.1.3
The client's hostname.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(20)  

dhcpsInfoAge 1.3.6.1.4.1.343.6.7.1.1.1.4
The no. of seconds since last change of state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsInfoState 1.3.6.1.4.1.343.6.7.1.1.1.5
The state of the DHCP entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER deleted(1), declined(2), offered(3), assigned(4), modified(5), pinged(6), reserved(7), released(8), obsolete(9)  

dhcpsConfInfoTable 1.3.6.1.4.1.343.6.7.2.1
Configuration information for DHCP server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpsConfInfoEntry

dhcpsConfInfoEntry 1.3.6.1.4.1.343.6.7.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DhcpsConfInfoEntry  

dhcpsConfInfoId 1.3.6.1.4.1.343.6.7.2.1.1.1
Parameter block ID. The DHCP server uses two parameter blocks: KBE.1 (75.66.69.1) and KBE.2 (75.66.69.2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

dhcpsConfInfoHandle 1.3.6.1.4.1.343.6.7.2.1.1.2
The current handle for all set requests in dhcpsConfInfoTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfInfoType 1.3.6.1.4.1.343.6.7.2.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noTable(1), tableIndexSize0(2), tableIndexSize1(3), tableIndexSize2(4), tableIndexSize4(5)  

dhcpsConfInfoTableOffset 1.3.6.1.4.1.343.6.7.2.1.1.4
The offset in dhcpsConfData where the table starts. Always 0 when dhcpsConfInfoType is noTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfInfoIndexOffset 1.3.6.1.4.1.343.6.7.2.1.1.5
The offset in dhcpsConfData where the index can be found. Always 0 when dhcpsConfInfoType is noTable or tableIndexSize0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfInfoRecordCount 1.3.6.1.4.1.343.6.7.2.1.1.6
The number of records in the table. Always 0 when dhcpsConfInfoType is noTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfInfoRecordLength 1.3.6.1.4.1.343.6.7.2.1.1.7
The length of a record in the table. Always 0 when dhcpsConfInfoType is noTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfTable 1.3.6.1.4.1.343.6.7.2.2
Configuration for DHCP server.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpsConfEntry

dhcpsConfEntry 1.3.6.1.4.1.343.6.7.2.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DhcpsConfEntry  

dhcpsConfId 1.3.6.1.4.1.343.6.7.2.2.1.1
Parameter block ID. The DHCP server uses two parameter blocks: KBE.1 (75.66.69.1) and KBE.2 (75.66.69.2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

dhcpsConfIndex 1.3.6.1.4.1.343.6.7.2.2.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

dhcpsConfHandle 1.3.6.1.4.1.343.6.7.2.2.1.3
The current handle. To get the current handle refer to dhcpsConfInfoHandle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfData 1.3.6.1.4.1.343.6.7.2.2.1.4
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;
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(255)  

dhcpsConfOptions 1.3.6.1.4.1.343.6.7.2.2.1.5
Currently not used, always 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpsConfStatus 1.3.6.1.4.1.343.6.7.2.2.1.6
The status of the record. copy(3) is for future use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), delete(2), copy(3)