MSIPBOOTP-MIB

File: MSIPBOOTP-MIB.mib (13787 bytes)

Imported modules

RFC1155-SMI RFC-1212 MSFT-MIB

Imported symbols

enterprises TimeTicks Counter
IpAddress OBJECT-TYPE microsoft
software

Defined Types

GlobalBOOTPServerEntry  
SEQUENCE    
  globalBOOTPServerAddr IpAddress
  globalBOOTPServerTag INTEGER

IfStatsEntry  
SEQUENCE    
  ifSEIndex INTEGER
  ifSEState INTEGER
  ifSESendFailures Counter
  ifSEReceiveFailures Counter
  ifSEArpUpdateFailures Counter
  ifSERequestReceiveds Counter
  ifSERequestDiscards Counter
  ifSEReplyReceiveds Counter
  ifSEReplyDiscards Counter

IfConfigEntry  
SEQUENCE    
  ifCEIndex INTEGER
  ifCEState INTEGER
  ifCERelayMode INTEGER
  ifCEMaxHopCount INTEGER
  ifCEMinSecondsSinceBoot INTEGER

IfBindingEntry  
SEQUENCE    
  ifBindingIndex INTEGER
  ifBindingState INTEGER
  ifBindingAddrCount INTEGER

IfAddressEntry  
SEQUENCE    
  ifAEIfIndex INTEGER
  ifAEAddress IpAddress
  ifAEMask IpAddress

Defined Values

msipbootp 1.3.6.1.4.1.311.1.12
OBJECT IDENTIFIER    

global 1.3.6.1.4.1.311.1.12.1
OBJECT IDENTIFIER    

interface 1.3.6.1.4.1.311.1.12.2
OBJECT IDENTIFIER    

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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), error(2), warning(3), information(4)  

globalMaxRecQueueSize 1.3.6.1.4.1.311.1.12.1.2
Maximum size to use for queueing incoming packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

globalServerCount 1.3.6.1.4.1.311.1.12.1.3
Number of entries BOOTP server table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

globalBOOTPServerTable 1.3.6.1.4.1.311.1.12.1.4
Table of BOOTP servers to which packets are sent by this router
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GlobalBOOTPServerEntry

globalBOOTPServerEntry 1.3.6.1.4.1.311.1.12.1.4.1
BOOTP server entry. Contains the IP address of a BOOTP server
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  GlobalBOOTPServerEntry  

globalBOOTPServerAddr 1.3.6.1.4.1.311.1.12.1.4.1.1
IP Address of DHCP/BOOTP router
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2)  

ifStatsTable 1.3.6.1.4.1.311.1.12.2.1
Table of BOOTP statistics for interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfStatsEntry

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
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfStatsEntry  

ifSEIndex 1.3.6.1.4.1.311.1.12.2.1.1.1
Index for the BOOTP interface Statistics table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifSEState 1.3.6.1.4.1.311.1.12.2.1.1.2
Current state of BOOTP on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), bound(2)  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSERequestReceiveds 1.3.6.1.4.1.311.1.12.2.1.1.6
Number of BOOTP REQUEST packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSERequestDiscards 1.3.6.1.4.1.311.1.12.2.1.1.7
Number of BOOTP REQUEST packets discarded on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSEReplyReceiveds 1.3.6.1.4.1.311.1.12.2.1.1.8
Number of BOOTP REPLY packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfConfigEntry

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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfConfigEntry  

ifCEIndex 1.3.6.1.4.1.311.1.12.2.2.1.1
Index for BOOTP interface config. table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifCEState 1.3.6.1.4.1.311.1.12.2.2.1.2
Current state of BOOTP on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), bound(2)  

ifCERelayMode 1.3.6.1.4.1.311.1.12.2.2.1.3
Relay Mode for BOOTP request/reply packets
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

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 packet's 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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifBindingTable 1.3.6.1.4.1.311.1.12.2.3
Table containing binding information for each interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfBindingEntry

ifBindingEntry 1.3.6.1.4.1.311.1.12.2.3.1
Binding information entry for an interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfBindingEntry  

ifBindingIndex 1.3.6.1.4.1.311.1.12.2.3.1.1
Index for an interface entry in the binding table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBindingState 1.3.6.1.4.1.311.1.12.2.3.1.2
State of the interface binding
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), bound(2)  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifAddressTable 1.3.6.1.4.1.311.1.12.2.4
Table of IP addresses bound to interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfAddressEntry

ifAddressEntry 1.3.6.1.4.1.311.1.12.2.4.1
Entry for an IP address for an interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfAddressEntry  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifAEAddress 1.3.6.1.4.1.311.1.12.2.4.1.2
Ip address bound to the associated interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress