MSIPBOOTP-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
39
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
39 total| Object Name |
|---|
msipbootp OBJECT IDENTIFIER .1.3.6.1.4.1.21317.1.2.12 |
RFC1155-SMI Unknown .1.3.6.1.4.1.21317.1.2.12 |
global OBJECT IDENTIFIER .1.3.6.1.4.1.21317.1.2.12.1 |
globalLoggingLevelInformation logged can be None, Error only, Error + Warning,
Error + Warn + Logging. This variable controls the amount
of information loggedrw Enumeration .1.3.6.1.4.1.21317.1.2.12.1.1 |
globalMaxRecQueueSizeMaximum size to use for queueing incoming packets.rw INTEGER .1.3.6.1.4.1.21317.1.2.12.1.2 |
globalServerCountNumber of entries BOOTP server tablero INTEGER .1.3.6.1.4.1.21317.1.2.12.1.3 |
globalBOOTPServerTableTable of BOOTP servers to which packets are sent by this router SEQUENCE OF GlobalBOOTPServerEntry .1.3.6.1.4.1.21317.1.2.12.1.4 |
globalBOOTPServerEntryBOOTP server entry. Contains the IP address of a BOOTP server GlobalBOOTPServerEntry .1.3.6.1.4.1.21317.1.2.12.1.4.1 |
globalBOOTPServerAddrIP Address of DHCP/BOOTP routerrw IpAddress .1.3.6.1.4.1.21317.1.2.12.1.4.1.1 |
globalBOOTPServerTagcreate : Creates an entry in the BOOTP Server table
delete : Deletes an entry in the BOOTP Server tablerw Enumeration .1.3.6.1.4.1.21317.1.2.12.1.4.1.2 |
interface OBJECT IDENTIFIER .1.3.6.1.4.1.21317.1.2.12.2 |
ifStatsTableTable of BOOTP statistics for interfaces SEQUENCE OF IfStatsEntry .1.3.6.1.4.1.21317.1.2.12.2.1 |
ifStatsEntryBOOTP interface statistics entry.
Each entry contains counts of send/receive failures, requests/relies
received/discarded, and ARP Update failures IfStatsEntry .1.3.6.1.4.1.21317.1.2.12.2.1.1 |
ifSEIndexIndex for the BOOTP interface Statistics tablero INTEGER .1.3.6.1.4.1.21317.1.2.12.2.1.1.1 |
ifSEStateCurrent state of BOOTP on this interface.ro Enumeration .1.3.6.1.4.1.21317.1.2.12.2.1.1.2 |
ifSESendFailuresNumber of times a failure occurred while attempting to send a
packet on this interface.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.3 |
ifSEReceiveFailuresNumber of times a failure occurred while attempting to receive
a packet on this interface.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.4 |
ifSEArpUpdateFailuresNumber of times a failure occurred while attempting to
update the ARP cache on this interface.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.5 |
ifSERequestReceivedsNumber of BOOTP REQUEST packets received on this interface.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.6 |
ifSERequestDiscardsNumber of BOOTP REQUEST packets discarded on this interface.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.7 |
ifSEReplyReceivedsNumber of BOOTP REPLY packets received on this interface.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.8 |
ifSEReplyDiscardsNumber of BOOTP REPLY packets discarded due to errors in the header.ro Counter .1.3.6.1.4.1.21317.1.2.12.2.1.1.9 |
ifConfigTableBOOTP Interface configuration table. List of subnets that require
separate configuration in BOOTP. SEQUENCE OF IfConfigEntry .1.3.6.1.4.1.21317.1.2.12.2.2 |
ifConfigEntryBOOTP configuration entry for an interface. A single routing domain in a
single subnet. IfConfigEntry .1.3.6.1.4.1.21317.1.2.12.2.2.1 |
ifCEIndexIndex for BOOTP interface config. table.ro INTEGER .1.3.6.1.4.1.21317.1.2.12.2.2.1.1 |
ifCEStateCurrent state of BOOTP on this interface.ro Enumeration .1.3.6.1.4.1.21317.1.2.12.2.2.1.2 |
ifCERelayModeRelay Mode for BOOTP request/reply packetsrw Enumeration .1.3.6.1.4.1.21317.1.2.12.2.2.1.3 |
ifCEMaxHopCountEach 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.rw INTEGER .1.3.6.1.4.1.21317.1.2.12.2.2.1.4 |
ifCEMinSecondsSinceBootEach 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.rw INTEGER .1.3.6.1.4.1.21317.1.2.12.2.2.1.5 |
ifBindingTableTable containing binding information for each interface. SEQUENCE OF IfBindingEntry .1.3.6.1.4.1.21317.1.2.12.2.3 |
ifBindingEntryBinding information entry for an interface IfBindingEntry .1.3.6.1.4.1.21317.1.2.12.2.3.1 |
ifBindingIndexIndex for an interface entry in the binding tablero INTEGER .1.3.6.1.4.1.21317.1.2.12.2.3.1.1 |
ifBindingStateState of the interface bindingro Enumeration .1.3.6.1.4.1.21317.1.2.12.2.3.1.2 |
ifBindingAddrCountNumber of IP address bound to this interface. This is also the
number of entries in the Interface Address Table corresponding
to this interface.ro INTEGER .1.3.6.1.4.1.21317.1.2.12.2.3.1.3 |
ifAddressTableTable of IP addresses bound to interfaces SEQUENCE OF IfAddressEntry .1.3.6.1.4.1.21317.1.2.12.2.4 |
ifAddressEntryEntry for an IP address for an interface IfAddressEntry .1.3.6.1.4.1.21317.1.2.12.2.4.1 |
ifAEIfIndexIndex corresponding to the Interface with which this entry
is associated.ro INTEGER .1.3.6.1.4.1.21317.1.2.12.2.4.1.1 |
ifAEAddressIp address bound to the associated interface.ro IpAddress .1.3.6.1.4.1.21317.1.2.12.2.4.1.2 |
ifAEMaskAddress Mask associated with the IP address contained in the
corresponding ifAEAddress field.ro IpAddress .1.3.6.1.4.1.21317.1.2.12.2.4.1.3 |