BIANCA-BRICK-DHCP-MIB

File: BIANCA-BRICK-DHCP-MIB.mib (4850 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

IpAddress Counter OBJECT-TYPE

Defined Types

PhysAddress  
OCTET STRING    

Date  
INTEGER    

IpDhcpEntry  
SEQUENCE    
  ipDhcpIfIndex INTEGER
  ipDhcpState INTEGER
  ipDhcpFirst IpAddress
  ipDhcpRange INTEGER
  ipDhcpLease INTEGER
  ipDhcpPhys PhysAddress
  ipDhcpNodeType INTEGER
  ipDhcpGateway IpAddress

IpDhcpInUseEntry  
SEQUENCE    
  ipDhcpInUseAddress IpAddress
  ipDhcpInUsePhys PhysAddress
  ipDhcpInUseExpires Date

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

biboip 1.3.6.1.4.1.272.4.5
OBJECT IDENTIFIER    

ipDhcpTable 1.3.6.1.4.1.272.4.5.8
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpDhcpEntry

ipDhcpEntry 1.3.6.1.4.1.272.4.5.8.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpDhcpEntry  

ipDhcpIfIndex 1.3.6.1.4.1.272.4.5.8.1.1
Index of interface where this range of IP addresses will be assigned to DHCP clients
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDhcpState 1.3.6.1.4.1.272.4.5.8.1.2
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), delete(2)  

ipDhcpFirst 1.3.6.1.4.1.272.4.5.8.1.3
First address of this range. There must exist a route to this address via this interface
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipDhcpRange 1.3.6.1.4.1.272.4.5.8.1.4
Number of IP addresses that will be assigned starting from DhcpFirst. A range of 0 will disable this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDhcpLease 1.3.6.1.4.1.272.4.5.8.1.5
amount of time (in minutes) a DHCP client can use an IP address assigned from this address range
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipDhcpPhys 1.3.6.1.4.1.272.4.5.8.1.6
MAC address of host this single address should be assigned to. If ipDhcpPhys is not empty or different from 0:0:0:0:0:0, ipDhcpRange must be 1
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

ipDhcpNodeType 1.3.6.1.4.1.272.4.5.8.1.7
The NetBIOS end-node type according RFC 1001
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), bnode(2), pnode(3), mnode(4), hnode(5)  

ipDhcpGateway 1.3.6.1.4.1.272.4.5.8.1.8
The Gateway which is told the clients upon requests. If this object equals 0.0.0.0 and DHCP client and server share the same network, the DHCP servers own address is returned upon request. If DHCP client and server do not share the same network, the address of the dhcp relay agent forwarding the request is returned.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipDhcpInUseTable 1.3.6.1.4.1.272.4.5.9
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpDhcpInUseEntry

ipDhcpInUseEntry 1.3.6.1.4.1.272.4.5.9.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpDhcpEntry  

ipDhcpInUseAddress 1.3.6.1.4.1.272.4.5.9.1.1
assigned IP address
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipDhcpInUsePhys 1.3.6.1.4.1.272.4.5.9.1.2
MAC address of host
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

ipDhcpInUseExpires 1.3.6.1.4.1.272.4.5.9.1.3
End of Lease time. From then on, the host is not allowed to use this IP address any longer
Status: mandatory Access: read-only
OBJECT-TYPE    
  Date