ACC-DHCP

File: ACC-DHCP.mib (11243 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter accTrapLogSeqNum
accBRG DisplayString RowStatus
IfIndex SmdsAddress

Defined Types

AccDHCPSrvEntry  
SEQUENCE    
  accDhcpSrvIfIndex INTEGER
  accDhcpSrvAdmStatus INTEGER
  accDhcpSrvOpStatus INTEGER
  accDhcpSrvStartIpAddr IpAddress
  accDhcpSrvEndIpAddr IpAddress
  accDhcpSrvLeaseLen TimeTicks
  accDhcpSrvLeaseCnt Gauge
  accDhcpSrvRenewals Counter
  accDhcpSrvRefusals Counter
  accDhcpSrvUnknowns Counter
  accDhcpSrvInforms Counter
  accDhcpSrvDiscovers Counter
  accDhcpSrvRequests Counter
  accDhcpSrvReleases Counter
  accDhcpSrvDeclines Counter
  accDhcpSrvReclaimeds Counter
  accDhcpSrvExpireds Counter
  accDhcpSrvAcks Counter
  accDhcpSrvNacks Counter
  accDhcpSrvOffers Counter
  accDhcpSrvDomainName OCTET STRING
  accDhcpSrvDomainServer IpAddress
  accDhcpSrvMessageLevel INTEGER
  accDhcpSrvDomainServer1 IpAddress
  accDhcpSrvDomainServer2 IpAddress
  accDhcpSrvDomainServer3 IpAddress
  accDhcpSrvDomainServer4 IpAddress
  accDhcpSrvNetBiosServer1 IpAddress
  accDhcpSrvNetBiosServer2 IpAddress
  accDhcpSrvNetBiosServer3 IpAddress
  accDhcpSrvNetBiosServer4 IpAddress
  accDhcpSrvAutoDialPort INTEGER
  accDhcpSrvAutoDns1 IpAddress
  accDhcpSrvAutoDns2 IpAddress
  accDhcpSrvAutoNbns1 IpAddress
  accDhcpSrvAutoNbns2 IpAddress

AccDHCPSrvLeaseEntry  
SEQUENCE    
  accDhcpSrvLeaseTblAddr IpAddress
  accDhcpSrvLeaseTblIndex INTEGER
  accDhcpSrvLeaseTblClient OCTET STRING
  accDhcpSrvLeaseTblTime TimeTicks

Defined Values

accDHCP 1.3.6.1.4.1.5.1.1.55
OBJECT IDENTIFIER    

accDHCPSrvTable 1.3.6.1.4.1.5.1.1.55.1
A table of DHCP server parameters for IP interfaces.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccDHCPSrvEntry

accDHCPSrvEntry 1.3.6.1.4.1.5.1.1.55.1.1
An entry of parameters for a DHCP server interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccDHCPSrvEntry  

accDhcpSrvIfIndex 1.3.6.1.4.1.5.1.1.55.1.1.1
The ifIndex of the interface hosting the DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accDhcpSrvAdmStatus 1.3.6.1.4.1.5.1.1.55.1.1.2
The administrative status of the DHCP server on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accDhcpSrvOpStatus 1.3.6.1.4.1.5.1.1.55.1.1.3
The operational status of the DHCP server on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accDhcpSrvStartIpAddr 1.3.6.1.4.1.5.1.1.55.1.1.4
The first address in the DHCP server lease range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvEndIpAddr 1.3.6.1.4.1.5.1.1.55.1.1.5
The last address in the DHCP server lease range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvLeaseLen 1.3.6.1.4.1.5.1.1.55.1.1.6
The DHCP server current default lease length.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accDhcpSrvLeaseCnt 1.3.6.1.4.1.5.1.1.55.1.1.7
The DHCP server current lease count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accDhcpSrvRenewals 1.3.6.1.4.1.5.1.1.55.1.1.8
The number of lease renewals by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvRefusals 1.3.6.1.4.1.5.1.1.55.1.1.9
The number of leases refused by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvUnknowns 1.3.6.1.4.1.5.1.1.55.1.1.10
The number of unrecognized requests received by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvInforms 1.3.6.1.4.1.5.1.1.55.1.1.11
The number of inform packets received by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvDiscovers 1.3.6.1.4.1.5.1.1.55.1.1.12
The number of discover packets received by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvRequests 1.3.6.1.4.1.5.1.1.55.1.1.13
The number of request packets received by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvReleases 1.3.6.1.4.1.5.1.1.55.1.1.14
The number of release packets received by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvDeclines 1.3.6.1.4.1.5.1.1.55.1.1.15
The number of decline packets received by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvReclaimeds 1.3.6.1.4.1.5.1.1.55.1.1.16
The number of reclaimed leases on this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvExpireds 1.3.6.1.4.1.5.1.1.55.1.1.17
The number of expired leases on this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvAcks 1.3.6.1.4.1.5.1.1.55.1.1.18
The number of acknowledge packets sent by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvNacks 1.3.6.1.4.1.5.1.1.55.1.1.19
The number of negative acknowledge packets sent by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvOffers 1.3.6.1.4.1.5.1.1.55.1.1.20
The number of lease offers made by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accDhcpSrvDomainName 1.3.6.1.4.1.5.1.1.55.1.1.21
The domain name provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accDhcpSrvDomainServer 1.3.6.1.4.1.5.1.1.55.1.1.22
The primary domain server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvMessageLevel 1.3.6.1.4.1.5.1.1.55.1.1.23
The current message level set for this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accDhcpSrvDomainServer1 1.3.6.1.4.1.5.1.1.55.1.1.24
The primary domain server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvDomainServer2 1.3.6.1.4.1.5.1.1.55.1.1.25
The secondary domain server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvDomainServer3 1.3.6.1.4.1.5.1.1.55.1.1.26
The third domain server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvDomainServer4 1.3.6.1.4.1.5.1.1.55.1.1.27
The fourth domain server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvNetBiosServer1 1.3.6.1.4.1.5.1.1.55.1.1.28
The primary NetBios name server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvNetBiosServer2 1.3.6.1.4.1.5.1.1.55.1.1.29
The secondary NetBios name server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvNetBiosServer3 1.3.6.1.4.1.5.1.1.55.1.1.30
The third NetBios name server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvNetBiosServer4 1.3.6.1.4.1.5.1.1.55.1.1.31
The fourth NetBios name server address provided by this DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accDhcpSrvAutoDialPort 1.3.6.1.4.1.5.1.1.55.1.1.32
The ifIndex of the Dial Port used for automatic DHCP Server configuration
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accDhcpSrvAutoDns1 1.3.6.1.4.1.5.1.1.55.1.1.33
The primary domain server address automatically obtained by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accDhcpSrvAutoDns2 1.3.6.1.4.1.5.1.1.55.1.1.34
The secondary domain server address automatically obtained by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accDhcpSrvAutoNbns1 1.3.6.1.4.1.5.1.1.55.1.1.35
The primary NetBios name server address automatically obtained by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accDhcpSrvAutoNbns2 1.3.6.1.4.1.5.1.1.55.1.1.36
The secondary NetBios name server address automatically obtained by this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accDHCPSrvLeaseTable 1.3.6.1.4.1.5.1.1.55.2
A table of DHCP server leases.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccDHCPSrvLeaseEntry

accDHCPSrvLeaseEntry 1.3.6.1.4.1.5.1.1.55.2.1
An entry for a DHCP server lease.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccDHCPSrvLeaseEntry  

accDhcpSrvLeaseTblAddr 1.3.6.1.4.1.5.1.1.55.2.1.1
A current leased address on this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accDhcpSrvLeaseTblIndex 1.3.6.1.4.1.5.1.1.55.2.1.2
The index of this leased address on this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accDhcpSrvLeaseTblClient 1.3.6.1.4.1.5.1.1.55.2.1.3
The client ID of this leased address on this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accDhcpSrvLeaseTblTime 1.3.6.1.4.1.5.1.1.55.2.1.4
The current lease time remaining for this address on this DHCP server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks