BCN-DHCPV4-MIB: View SNMP OID List / Download MIB

VENDOR: BLUECAT NETWORKS


 Home MIB: BCN-DHCPV4-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 bcnDhcpv4 1.3.6.1.4.1.13315.3.1.1
     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.
     bcnDhcpv4Objects 1.3.6.1.4.1.13315.3.1.1.2
         bcnDhcpv4ServiceStatus 1.3.6.1.4.1.13315.3.1.1.2.1
General state of the DHCPv4 Service.
             bcnDhcpv4SerOperState 1.3.6.1.4.1.13315.3.1.1.2.1.1 integer read-only
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. Enumeration: 'stopping': 4, 'fault': 5, 'running': 1, 'starting': 3, 'notRunning': 2.
             bcnDhcpv4FirstAlertIpAddr 1.3.6.1.4.1.13315.3.1.1.2.1.2 ipaddress read-only
The IP address identifying either subnet or pool for which the available IPs have been exhausted.
             bcnDhcpv4LeaseStatsSuccess 1.3.6.1.4.1.13315.3.1.1.2.1.3 gauge32 read-only
The number of successful DHCPv4 leases issued per second.
         bcnDhcpv4ServiceStatistics 1.3.6.1.4.1.13315.3.1.1.2.2
General state of the DHCPv4 Service.
             bcnDhcpv4LeaseTable 1.3.6.1.4.1.13315.3.1.1.2.2.1 no-access
Current lease table.
                 bcnDhcpv4LeaseEntry 1.3.6.1.4.1.13315.3.1.1.2.2.1.1 no-access
A logical row in the bcnDhcpv4LeaseTable.
                     bcnDhcpv4LeaseIP 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.1 ipaddress no-access
IP address of the lease.
                     bcnDhcpv4LeaseStartTime 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.2 unsigned32 read-only
Start time of the lease.
                     bcnDhcpv4LeaseEndTime 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.3 unsigned32 read-only
End time of the lease.
                     bcnDhcpv4LeaseTimeStamp 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.4 unsigned32 read-only
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.
                     bcnDhcpv4LeaseMacAddress 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.5 macaddress read-only
The hardware address (MAC address) of this lease.
                     bcnDhcpv4LeaseHostname 1.3.6.1.4.1.13315.3.1.1.2.2.1.1.6 displaystring read-only
The client hostname of the lease.
             bcnDhcpv4SubnetTable 1.3.6.1.4.1.13315.3.1.1.2.2.2 no-access
Current subnet table.
                 bcnDhcpv4SubnetEntry 1.3.6.1.4.1.13315.3.1.1.2.2.2.1 no-access
A logical row in the bcnDhcpv4SubnetTable.
                     bcnDhcpv4SubnetIP 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.1 ipaddress no-access
IP address of the subnet.
                     bcnDhcpv4SubnetMask 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.2 ipaddress read-only
IP mask of the subnet.
                     bcnDhcpv4SubnetSize 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.3 unsigned32 read-only
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.
                     bcnDhcpv4SubnetFreeAddresses 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.4 unsigned32 read-only
The number of IPs addresses available in this subnet.
                     bcnDhcpv4SubnetLowThreshold 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.5 unsigned32 read-only
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.
                     bcnDhcpv4SubnetHighThreshold 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.6 unsigned32 read-only
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.
             bcnDhcpv4PoolTable 1.3.6.1.4.1.13315.3.1.1.2.2.3 no-access
Current pool table.
                 bcnDhcpv4PoolEntry 1.3.6.1.4.1.13315.3.1.1.2.2.3.1 no-access
A logical row in the bcnDhcpv4PoolTable.
                     bcnDhcpv4PoolStartIP 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.1 ipaddress no-access
Start IP address of this pool.
                     bcnDhcpv4PoolEndIP 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.2 ipaddress read-only
End IP address of this pool.
                     bcnDhcpv4PoolSubnetIP 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.3 ipaddress read-only
Subnet IP address of the pool.
                     bcnDhcpv4PoolSize 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.4 unsigned32 read-only
The size of this pool.
                     bcnDhcpv4PoolFreeAddresses 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.5 unsigned32 read-only
The number of IPs addresses available in this pool.
             bcnDhcpv4FixedIPTable 1.3.6.1.4.1.13315.3.1.1.2.2.4 no-access
List of fixed IP addresses for this DHCPv4 server.
                 bcnDhcpv4FixedIPEntry 1.3.6.1.4.1.13315.3.1.1.2.2.4.1 no-access
A logical row in the bcnDhcpv4FixedIPTable.
                     bcnDhcpv4FixedIP 1.3.6.1.4.1.13315.3.1.1.2.2.4.1.1 ipaddress read-only
One of the fixed IP addresses in the DHCPv4 configuration.
     bcnDhcpv4Notification 1.3.6.1.4.1.13315.3.1.1.3
         bcnDhcpv4NotificationEvents 1.3.6.1.4.1.13315.3.1.1.3.0
             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.
             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.
             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.
             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.
         bcnDhcpv4NotificationData 1.3.6.1.4.1.13315.3.1.1.3.1
             bcnDhcpv4AlarmSeverity 1.3.6.1.4.1.13315.3.1.1.3.1.1 bcnalarmseverity no-access
Severity classification for the alarm.
             bcnDhcpv4AlarmInfo 1.3.6.1.4.1.13315.3.1.1.3.1.2 displaystring no-access
Descriptive information about the alarm event.
             bcnDhcpv4FailOverState 1.3.6.1.4.1.13315.3.1.1.3.1.3 integer no-access
The state of DHCPv4 failover. Enumeration: 'normal': 2, 'recoverWait': 254, 'startup': 1, 'potentialConflict': 5, 'paused': 7, 'shutdown': 8, 'recoverDone': 9, 'communicationsInterrupted': 3, 'recover': 6, 'partnerDown': 4.
             bcnDhcpv4SubnetAlertIpAddr 1.3.6.1.4.1.13315.3.1.1.3.1.4 ipaddress no-access
The IP address identifying a subnet for which the available IPs have been exhausted.
     bcnDhcpv4Conformance 1.3.6.1.4.1.13315.3.1.1.4
         bcnDhcpv4ServiceCompliances 1.3.6.1.4.1.13315.3.1.1.4.1
             bcnDhcpv4StatusCompliance 1.3.6.1.4.1.13315.3.1.1.4.1.1
Basic conformance
         bcnDhcpv4ServiceGroups 1.3.6.1.4.1.13315.3.1.1.4.2
             bcnDhcpv4ServiceStatusGroup 1.3.6.1.4.1.13315.3.1.1.4.2.1
Status conformance.
             bcnDhcpv4StatisticsGroup 1.3.6.1.4.1.13315.3.1.1.4.2.2
Server statistics conformance.
             bcnDhcpv4NotificationEventGroup 1.3.6.1.4.1.13315.3.1.1.4.2.3
Server statistics conformance.
             bcnDhcpv4NotificationDataGroup 1.3.6.1.4.1.13315.3.1.1.4.2.4
Server statistics conformance.