BCN-DHCPV4-MIB

File: BCN-DHCPV4-MIB.mib (16323 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BCN-TC-MIB BCN-SMI-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-IDENTITY
OBJECT-TYPE Integer32 Unsigned32
Gauge32 IpAddress DisplayString
MacAddress OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP BcnAlarmSeverity bcnServices

Defined Types

BcnDhcpv4LeaseEntry  
SEQUENCE    
  bcnDhcpv4LeaseIP IpAddress
  bcnDhcpv4LeaseStartTime Unsigned32
  bcnDhcpv4LeaseEndTime Unsigned32
  bcnDhcpv4LeaseTimeStamp Unsigned32
  bcnDhcpv4LeaseMacAddress MacAddress
  bcnDhcpv4LeaseHostname DisplayString

BcnDhcpv4SubnetEntry  
SEQUENCE    
  bcnDhcpv4SubnetIP IpAddress
  bcnDhcpv4SubnetMask IpAddress
  bcnDhcpv4SubnetSize Unsigned32
  bcnDhcpv4SubnetFreeAddresses Unsigned32
  bcnDhcpv4SubnetLowThreshold Unsigned32
  bcnDhcpv4SubnetHighThreshold Unsigned32

BcnDhcpv4PoolEntry  
SEQUENCE    
  bcnDhcpv4PoolStartIP IpAddress
  bcnDhcpv4PoolEndIP IpAddress
  bcnDhcpv4PoolSubnetIP IpAddress
  bcnDhcpv4PoolSize Unsigned32
  bcnDhcpv4PoolFreeAddresses Unsigned32

BcnDhcpv4FixedIPEntry  
SEQUENCE    
  bcnDhcpv4FixedIP IpAddress

Defined Values

bcnDhcpv4MIB 1.3.6.1.4.1.13315.3.1.1.1
This module provides status as well as statistical information about the DHCPv4 service.
MODULE-IDENTITY    

bcnDhcpv4 1.3.6.1.4.1.13315.3.1.1
OBJECT IDENTIFIER    

bcnDhcpv4Objects 1.3.6.1.4.1.13315.3.1.1.2
OBJECT IDENTIFIER    

bcnDhcpv4Notification 1.3.6.1.4.1.13315.3.1.1.3
OBJECT IDENTIFIER    

bcnDhcpv4Conformance 1.3.6.1.4.1.13315.3.1.1.4
OBJECT IDENTIFIER    

bcnDhcpv4ServiceStatus 1.3.6.1.4.1.13315.3.1.1.2.1
General state of the DHCPv4 Service.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bcnDhcpv4SerOperState 1.3.6.1.4.1.13315.3.1.1.2.1.1
Operational state of the Service. The possible states are: running(1) The service is running normally. notRunning(2) The service is stopped either intentionally (i.e.: the service is not supposed to run on this node) or unintentionally (a problem has occurred). starting(3) The service is in the process of starting, either for the first time of after an event occurred. stopping(4) The service is in the process of stopping. Stopping a service might be necessary after a configuration change. fault(5) An error has been detected and the state is undefined.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER running(1), notRunning(2), starting(3), stopping(4), fault(5)  

bcnDhcpv4FirstAlertIpAddr 1.3.6.1.4.1.13315.3.1.1.2.1.2
The IP address identifying either subnet or pool for which the available IPs have been exhausted.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4LeaseStatsSuccess 1.3.6.1.4.1.13315.3.1.1.2.1.3
The number of successful DHCPv4 leases issued per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

bcnDhcpv4ServiceStatistics 1.3.6.1.4.1.13315.3.1.1.2.2
General state of the DHCPv4 Service.
Status: current Access: read-only
OBJECT-IDENTITY    

bcnDhcpv4LeaseTable 1.3.6.1.4.1.13315.3.1.1.2.2.1
Current lease table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcnDhcpv4LeaseEntry

bcnDhcpv4LeaseEntry 1.3.6.1.4.1.13315.3.1.1.2.2.1.1
A logical row in the bcnDhcpv4LeaseTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcnDhcpv4LeaseEntry  

bcnDhcpv4LeaseIP 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.1
IP address of the lease.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4LeaseStartTime 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.2
Start time of the lease.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4LeaseEndTime 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.3
End time of the lease.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4LeaseTimeStamp 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.4
When failover protocol is being used the timestamp will indicate the time the peer has either been told the lease expires, or the expiry time that the peer has acknowledged.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4LeaseMacAddress 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.5
The hardware address (MAC address) of this lease.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

bcnDhcpv4LeaseHostname 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.6
The client hostname of the lease.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnDhcpv4SubnetTable 1.3.6.1.4.1.13315.3.1.1.2.2.2
Current subnet table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcnDhcpv4SubnetEntry

bcnDhcpv4SubnetEntry 1.3.6.1.4.1.13315.3.1.1.2.2.2.1
A logical row in the bcnDhcpv4SubnetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcnDhcpv4SubnetEntry  

bcnDhcpv4SubnetIP 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.1
IP address of the subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4SubnetMask 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.2
IP mask of the subnet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4SubnetSize 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.3
Size of the subnet. The size of the subnet is calculated as the sum of the sizes of each pool defined within it. The pools are defined such that the fixed IPs are not contained within them.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4SubnetFreeAddresses 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.4
The number of IPs addresses available in this subnet.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4SubnetLowThreshold 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.5
Low threshold for available free addresses in this subnet. If the value for available free addresses in this subnet becomes equal to or less than this value, a bcnDhcpv4SubnetLowNotif event is generated for this subnet. No more bcnDhcpv4SubnetLowNotif events will be generated for this subnet during this execution of the DHCPv4 server until the value for available free addresses has exceeded the value of bcnDhcpv4SubnetHighThreshold.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4SubnetHighThreshold 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.6
High threshold for available free addresses in this subnet. If a bcnDhcpv4SubnetLowNotif event was generated and the value for available free addresses in this subnet has exceeded this value, a bcnDhcpv4SubnetHighNotif event is generated for this subnet. No more bcnDhcpv4SubnetHighNotif events will be generated for this subnet during this execution of the DHCPv4 server until another bcnDhcpv4SubnetLowNotif is generated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4PoolTable 1.3.6.1.4.1.13315.3.1.1.2.2.3
Current pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcnDhcpv4PoolEntry

bcnDhcpv4PoolEntry 1.3.6.1.4.1.13315.3.1.1.2.2.3.1
A logical row in the bcnDhcpv4PoolTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcnDhcpv4PoolEntry  

bcnDhcpv4PoolStartIP 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.1
Start IP address of this pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4PoolEndIP 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.2
End IP address of this pool.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4PoolSubnetIP 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.3
Subnet IP address of the pool.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4PoolSize 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.4
The size of this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4PoolFreeAddresses 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.5
The number of IPs addresses available in this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnDhcpv4FixedIPTable 1.3.6.1.4.1.13315.3.1.1.2.2.4
List of fixed IP addresses for this DHCPv4 server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcnDhcpv4FixedIPEntry

bcnDhcpv4FixedIPEntry 1.3.6.1.4.1.13315.3.1.1.2.2.4.1
A logical row in the bcnDhcpv4FixedIPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcnDhcpv4FixedIPEntry  

bcnDhcpv4FixedIP 1.3.6.1.4.1.13315.3.1.1.2.2.4.1.1
One of the fixed IP addresses in the DHCPv4 configuration.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4NotificationEvents 1.3.6.1.4.1.13315.3.1.1.3.0
OBJECT IDENTIFIER    

bcnDhcpv4NotificationData 1.3.6.1.4.1.13315.3.1.1.3.1
OBJECT IDENTIFIER    

bcnDhcpv4AlarmSeverity 1.3.6.1.4.1.13315.3.1.1.3.1.1
Severity classification for the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  BcnAlarmSeverity  

bcnDhcpv4AlarmInfo 1.3.6.1.4.1.13315.3.1.1.3.1.2
Descriptive information about the alarm event.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

bcnDhcpv4FailOverState 1.3.6.1.4.1.13315.3.1.1.3.1.3
The state of DHCPv4 failover.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER startup(1), normal(2), communicationsInterrupted(3), partnerDown(4), potentialConflict(5), recover(6), paused(7), shutdown(8), recoverDone(9), recoverWait(254)  

bcnDhcpv4SubnetAlertIpAddr 1.3.6.1.4.1.13315.3.1.1.3.1.4
The IP address identifying a subnet for which the available IPs have been exhausted.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

bcnDhcpv4AlarmNotif 1.3.6.1.4.1.13315.3.1.1.3.0.1
A bcnDhcpv4AlarmNotif signifies that the DHCPv4 service has transitioned state or a particular event has been detected on the service.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bcnDhcpv4FailOverNotif 1.3.6.1.4.1.13315.3.1.1.3.0.2
A change of state has been detected on the DHCPv4 failover mechanism.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bcnDhcpv4SubnetLowNotif 1.3.6.1.4.1.13315.3.1.1.3.0.3
This notification signifies that the number of available IPv4 addresses for a particular subnet has fallen below the value of bcnDhcpv4SubnetLowThreshold for that subnet.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bcnDhcpv4SubnetHighNotif 1.3.6.1.4.1.13315.3.1.1.3.0.4
This notification signifies that the number of available IPv4 addresses for a particular subnet has risen above the value of bcnDhcpv4SubnetHighThreshold for that subnet.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bcnDhcpv4ServiceCompliances 1.3.6.1.4.1.13315.3.1.1.4.1
OBJECT IDENTIFIER    

bcnDhcpv4ServiceGroups 1.3.6.1.4.1.13315.3.1.1.4.2
OBJECT IDENTIFIER    

bcnDhcpv4ServiceStatusGroup 1.3.6.1.4.1.13315.3.1.1.4.2.1
Status conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnDhcpv4StatisticsGroup 1.3.6.1.4.1.13315.3.1.1.4.2.2
Server statistics conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnDhcpv4NotificationEventGroup 1.3.6.1.4.1.13315.3.1.1.4.2.3
Server statistics conformance.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

bcnDhcpv4NotificationDataGroup 1.3.6.1.4.1.13315.3.1.1.4.2.4
Server statistics conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnDhcpv4StatusCompliance 1.3.6.1.4.1.13315.3.1.1.4.1.1
Basic conformance
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE