NMS-DHCP-SERVER-LEASE-MIB

File: NMS-DHCP-SERVER-LEASE-MIB.mib (4852 bytes)

Imported modules

RFC1155-SMI RFC-1212 NMS-SMI

Imported symbols

mgmt NetworkAddress IpAddress
Counter Gauge TimeTicks
OBJECT-TYPE nmslocal

Defined Types

DisplayString  
OCTET STRING    

PhysAddress  
OCTET STRING    

NmslDhcpServerLeaseEntry  
SEQUENCE    
  address IpAddress
  phys PhysAddress
  expires TimeTicks
  hwType INTEGER
  id DisplayString
  srcAddr IpAddress
  server IpAddress

Defined Values

nmslDhcpServer 1.3.6.1.4.1.3320.2.4
OBJECT IDENTIFIER    

nmslDhcpServerLeaseNumber 1.3.6.1.4.1.3320.2.4.1
The number of lease allocted by DHCP-Server
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..512  

nmslDhcpServerLeaseTable 1.3.6.1.4.1.3320.2.4.2
The entry of lease allocted by DHCP-Server
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NmslDhcpServerLeaseEntry

nmslDhcpServerLeaseEntry 1.3.6.1.4.1.3320.2.4.2.1
The attributes set of lease
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NmslDhcpServerLeaseEntry  

address 1.3.6.1.4.1.3320.2.4.2.1.1
IP address assigned to DHCP Client
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

phys 1.3.6.1.4.1.3320.2.4.2.1.2
The MAC address of DHCP Client's ethernet
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

expires 1.3.6.1.4.1.3320.2.4.2.1.3
The expire-date of this lease
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

hwType 1.3.6.1.4.1.3320.2.4.2.1.4
The type of DHCP Client's ethernet
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1)  

id 1.3.6.1.4.1.3320.2.4.2.1.5
The identification of DHCP Client
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

srcAddr 1.3.6.1.4.1.3320.2.4.2.1.6
The IP address from where the DHCP Request came
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

server 1.3.6.1.4.1.3320.2.4.2.1.7
The IP address of interface where the DHCP Request came from
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress