MSIPBOOTP-MIB: View SNMP OID List / Download MIB

VENDOR: MICROSOFT


 Home MIB: MSIPBOOTP-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
 msipbootp 1.3.6.1.4.1.311.1.12
       global 1.3.6.1.4.1.311.1.12.1
           globalLoggingLevel 1.3.6.1.4.1.311.1.12.1.1
Information logged can be None, Error only, Error + Warning, Error + Warn + Logging. This variable controls the amount of information logged
           globalMaxRecQueueSize 1.3.6.1.4.1.311.1.12.1.2
Maximum size to use for queueing incoming packets.
           globalServerCount 1.3.6.1.4.1.311.1.12.1.3
Number of entries BOOTP server table
           globalBOOTPServerTable 1.3.6.1.4.1.311.1.12.1.4
Table of BOOTP servers to which packets are sent by this router
               globalBOOTPServerEntry 1.3.6.1.4.1.311.1.12.1.4.1
BOOTP server entry. Contains the IP address of a BOOTP server
                   globalBOOTPServerAddr 1.3.6.1.4.1.311.1.12.1.4.1.1
IP Address of DHCP/BOOTP router
                   globalBOOTPServerTag 1.3.6.1.4.1.311.1.12.1.4.1.2
create : Creates an entry in the BOOTP Server table delete : Deletes an entry in the BOOTP Server table
       interface 1.3.6.1.4.1.311.1.12.2
           ifStatsTable 1.3.6.1.4.1.311.1.12.2.1
Table of BOOTP statistics for interfaces
               ifStatsEntry 1.3.6.1.4.1.311.1.12.2.1.1
BOOTP interface statistics entry. Each entry contains counts of send/receive failures, requests/relies received/discarded, and ARP Update failures
                   ifSEIndex 1.3.6.1.4.1.311.1.12.2.1.1.1
Index for the BOOTP interface Statistics table
                   ifSEState 1.3.6.1.4.1.311.1.12.2.1.1.2
Current state of BOOTP on this interface.
                   ifSESendFailures 1.3.6.1.4.1.311.1.12.2.1.1.3
Number of times a failure occurred while attempting to send a packet on this interface.
                   ifSEReceiveFailures 1.3.6.1.4.1.311.1.12.2.1.1.4
Number of times a failure occurred while attempting to receive a packet on this interface.
                   ifSEArpUpdateFailures 1.3.6.1.4.1.311.1.12.2.1.1.5
Number of times a failure occurred while attempting to update the ARP cache on this interface.
                   ifSERequestReceiveds 1.3.6.1.4.1.311.1.12.2.1.1.6
Number of BOOTP REQUEST packets received on this interface.
                   ifSERequestDiscards 1.3.6.1.4.1.311.1.12.2.1.1.7
Number of BOOTP REQUEST packets discarded on this interface.
                   ifSEReplyReceiveds 1.3.6.1.4.1.311.1.12.2.1.1.8
Number of BOOTP REPLY packets received on this interface.
                   ifSEReplyDiscards 1.3.6.1.4.1.311.1.12.2.1.1.9
Number of BOOTP REPLY packets discarded due to errors in the header.
           ifConfigTable 1.3.6.1.4.1.311.1.12.2.2
BOOTP Interface configuration table. List of subnets that require separate configuration in BOOTP.
               ifConfigEntry 1.3.6.1.4.1.311.1.12.2.2.1
BOOTP configuration entry for an interface. A single routing domain in a single subnet.
                   ifCEIndex 1.3.6.1.4.1.311.1.12.2.2.1.1
Index for BOOTP interface config. table.
                   ifCEState 1.3.6.1.4.1.311.1.12.2.2.1.2
Current state of BOOTP on this interface.
                   ifCERelayMode 1.3.6.1.4.1.311.1.12.2.2.1.3
Relay Mode for BOOTP request/reply packets
                   ifCEMaxHopCount 1.3.6.1.4.1.311.1.12.2.2.1.4
Each time a BOOTP request is forwarded by the BOOTP relay agent the request packets hop count is incremented. If the number of hops traversed by the packet exceeds the max hop count configured on a relay agent the request packet is discarded by that relay agent.
                   ifCEMinSecondsSinceBoot 1.3.6.1.4.1.311.1.12.2.2.1.5
Each BOOTP request sent by a client contains the time since the client has booted. If the time since boot for the client exceeds the configured value of ifCEMinSecondsSinceBoot on a relay agent, the relay agent will forward the request. Otherwise it will discard the request.
           ifBindingTable 1.3.6.1.4.1.311.1.12.2.3
Table containing binding information for each interface.
               ifBindingEntry 1.3.6.1.4.1.311.1.12.2.3.1
Binding information entry for an interface
                   ifBindingIndex 1.3.6.1.4.1.311.1.12.2.3.1.1
Index for an interface entry in the binding table
                   ifBindingState 1.3.6.1.4.1.311.1.12.2.3.1.2
State of the interface binding
                   ifBindingAddrCount 1.3.6.1.4.1.311.1.12.2.3.1.3
Number of IP address bound to this interface. This is also the number of entries in the Interface Address Table corresponding to this interface.
           ifAddressTable 1.3.6.1.4.1.311.1.12.2.4
Table of IP addresses bound to interfaces
               ifAddressEntry 1.3.6.1.4.1.311.1.12.2.4.1
Entry for an IP address for an interface
                   ifAEIfIndex 1.3.6.1.4.1.311.1.12.2.4.1.1
Index corresponding to the Interface with which this entry is associated.
                   ifAEAddress 1.3.6.1.4.1.311.1.12.2.4.1.2
Ip address bound to the associated interface.
                   ifAEMask 1.3.6.1.4.1.311.1.12.2.4.1.3
Address Mask associated with the IP address contained in the corresponding ifAEAddress field.