SNMP MIB OID Description

Standard and Vendor-Specific SNMP MIB and OIDs

Selector Software SNMP Standard and Vendor-Specific MIB and OIDs

This document provides a list and description of various MIB OIDs Selector platform ingest to derive insights into the operations state of the network. This document covers Standards Based MIBs such as BGP-MIB and MIB-2 as well as various Vendor-Specific (“proprietary”) OIDs that various network vendors support. This document serves as a reference to all MIB OIDs supported by the Selector platform and will be updated periodically to keep it current.

It is critical to note that the Selector platform provides insights into the operational status of the network using these MIB OIDs as one of the data sources. After ingesting the MIB OID data, the Selector platform transforms the OIDs into a Selector Queryables, which is a representation of those MIB OIDs into a more human readable entity. This document also lists the corresponding Selector Queryable associated with those MIB OIDs. As a user of the Selector platform, you will be interacting with these Selector Queryables.

You might notice that some SNMP MIB OIDs do not have a directly corresponding Selector Queryable. This is not a documentation error. Those cases indicate that the Selector platform uses ingested MIB OIDs as one of the data sources to derive other operational insights.

Organization

The Document is structured as follows:

  • Standard OIDs
  • Vendor-Specific OIDs

Each of these categories contains a MIB Module. Under each MIB Module, there are Table Names.

Each table consists of three columns:

  • OID Name - OID: Displays the OID name along with its numerical identifier
  • Selector Queryable: Name used for querying the OID in our systems (whenever applicable)
  • Description: A detailed explanation of what the OID represents and its functionality.

Table of Contents for Standard OIDs

BGP-4 MIB

ENTITY-SENSOR-MIB

ENTITY-MIB

HOST-RESOURCES-MIB

IF-MIB

LLDP-MIB

OSPF-MIB

SNMPv2 MIB

List of Supported Vendors

  1. Cisco
  2. Extreme
  3. F5
  4. Fortinet
  5. Infoblox
  6. Juniper
  7. Palo Alto
  8. Synoptics (S5)

List of Supported Vendor MIBs

Back to Vendor TOC

Back to Vendor TOC

Back to Vendor TOC

Back to Vendor TOC

Back to Vendor TOC

Back to Vendor TOC

Back to Vendor TOC

Back to Vendor TOC

Standard MIB OIDs

BGP4-MIB

bgpPeerTable

OID NameSelector QueryableDescription
bgpPeerAdminStatus- 1.3.6.1.2.1.15.3.1.3bgp_peer_admin_status_rawThe desired state of the BGP connection. A transition from ‘stop’ to ‘start’ will cause the BGP Manual Start Event to be generated. A transition from ‘start’ to ‘stop’ will cause the BGP Manual Stop Event to be generated. This parameter can be used to restart BGP peer connections. Care should be used in providing write access to this object without adequate authentication.
bgpPeerConnectRetryInterval-1.3.6.1.2.1.15.3.1.17Time interval (in seconds) for the ConnectRetry timer. The suggested value for this timer is 120 seconds.
bgpPeerFsmEstablishedTime-1.3.6.1.2.1.15.3.1.16bgp_peer_fsm_established_time_rawThis timer indicates how long (in seconds) this peer has been in the established state or how long since this peer was last in the established state. It is set to zero when a new peer is configured or when the router is booted.
bgpPeerFsmEstablishedTransitions- 1.3.6.1.2.1.15.3.1.15The total number of times the BGP FSM transitioned into the established state for this peer.
bgpPeerHoldTime- 1.3.6.1.2.1.15.3.1.18Time interval (in seconds) for the Hold Timer established with the peer. The value of this object is calculated by this BGP speaker, using the smaller of the values in bgpPeerHoldTimeConfigured and the Hold Time received in the OPEN message. This value must be at least three seconds if it is not zero (0). If the Hold Timer has not been established with the peer this object MUST have a value of zero (0). If the bgpPeerHoldTimeConfigured object has a value of (0), then this object MUST have a value of (0).
bgpPeerHoldTimeConfigured-1.3.6.1.2.1.15.3.1.20Time interval (in seconds) for the Hold Time configured for this BGP speaker with this peer. This value is placed in an OPEN message sent to this peer by this BGP speaker, and is compared with the Hold Time field in an OPEN message received from the peer when determining the Hold Time (bgpPeerHoldTime) with the peer. This value must not be less than three seconds if it is not zero (0). If it is zero (0), the Hold Time is NOT to be established with the peer. The suggested value for this timer is 90 seconds.
bgpPeerInTotalMessages- 1.3.6.1.2.1.15.3.1.12The total number of messages received from the remote peer on this connection.
bgpPeerInUpdateElapsedTime- 1.3.6.1.2.1.15.3.1.24Elapsed time (in seconds) since the last BGP UPDATE message was received from the peer. Each time bgpPeerInUpdates is incremented, the value of this object is set to zero (0).
bgpPeerInUpdates- 1.3.6.1.2.1.15.3.1.10bgp_peer_in_updates_rawThe number of BGP UPDATE messages received on this connection.
bgpPeerKeepAlive- 1.3.6.1.2.1.15.3.1.19Time interval (in seconds) for the KeepAlive timer established with the peer. The value of this object is calculated by this BGP speaker such that, when compared with bgpPeerHoldTime, it has the same proportion that bgpPeerKeepAliveConfigured has, compared with bgpPeerHoldTimeConfigured. If the KeepAlive timer has not been established with the peer, this object MUST have a value of zero (0). If the of bgpPeerKeepAliveConfigured object has a value of (0), then this object MUST have a value of (0).
bgpPeerKeepAliveConfigured- 1.3.6.1.2.1.15.3.1.21Time interval (in seconds) for the KeepAlive timer configured for this BGP speaker with this peer. The value of this object will only determine the KEEPALIVE messages’ frequency relative to the value specified in bgpPeerHoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by bgpPeerKeepAlive. A reasonable maximum value for this timer would be one third of that of bgpPeerHoldTimeConfigured. If the value of this object is zero (0), no periodical KEEPALIVE messages are sent to the peer after the BGP connection has been established. The suggested value for this timer is 30 seconds.
bgpPeerLastError- 1.3.6.1.2.1.15.3.1.14The last error code and subcode seen by this peer on this connection. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the error code, and the second byte contains the subcode.
bgpPeerLocalAddr- 1.3.6.1.2.1.15.3.1.5The local IP address of this entry’s BGP connection.
bgpPeerMinASOriginationInterval- 1.3.6.1.2.1.15.3.1.22Time interval (in seconds) for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds.
bgpPeerMinRouteAdvertisementInterval- 1.3.6.1.2.1.15.3.1.23Time interval (in seconds) for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds for EBGP connections and 5 seconds for IBGP connections.
bgpPeerOutTotalMessages- 1.3.6.1.2.1.15.3.1.13The total number of messages transmitted to the remote peer on this connection.
bgpPeerOutUpdates- 1.3.6.1.2.1.15.3.1.11bgp_peer_out_updates_rawThe number of BGP UPDATE messages transmitted on this connection.
bgpPeerRemoteAddr- 1.3.6.1.2.1.15.3.1.7The remote IP address of this entry’s BGP peer.
bgpPeerRemoteAs- 1.3.6.1.2.1.15.3.1.9The remote autonomous system number received in the BGP OPEN message.
bgpPeerState- 1.3.6.1.2.1.15.3.1.2bgp_peer_state_rawThe BGP peer connection state.

BACK to TOC

ENTITY-SENSOR-MIB

entPhySensorTable

OID NameSelector QueryableDescription
entPhySensorOperStatus- 1.3.6.1.2.1.99.1.1.1.5fru_power_oper_statusThe operational status of the sensor.
entPhySensorScale- 1.3.6.1.2.1.99.1.1.1.2The exponent to apply to values returned by the associated entPhySensorValue object. This object SHOULD be set by the agent during entry creation, and the value SHOULD NOT change during operation.
entPhySensorType- 1.3.6.1.2.1.99.1.1.1.1The type of data returned by the associated entPhySensorValue object. This object SHOULD be set by the agent during entry creation, and the value SHOULD NOT change during operation.
entPhySensorValue- 1.3.6.1.2.1.99.1.1.1.4netflow_conversation_bytesThe most recent measurement obtained by the agent for this sensor. To correctly interpret the value of this object, the associated entPhySensorType, entPhySensorScale, and entPhySensorPrecision objects must also be examined.

BACK to TOC

ENTITY-MIB

entPhysicalTable

OID NameSelector QueryableDescription
entPhysicalDescr- 1.3.6.1.2.1.47.1.1.1.1.2A textual description of physical entity. This object should contain a string that identifies the manufacturer’s name for the physical entity and should be set to a distinct value for each version or model of the physical entity.
entPhysicalIndex- 1.3.6.1.2.1.47.1.1.1.1.1The index for this entry.
entPhysicalMfgName- 1.3.6.1.2.1.47.1.1.1.1.12The name of the manufacturer of this physical component. The preferred value is the manufacturer name string actually printed on the component itself (if present). Note that comparisons between instances of the entPhysicalModelName, entPhysicalFirmwareRev, entPhysicalSoftwareRev, and the entPhysicalSerialNum objects are only meaningful amongst entPhysicalEntries with the same value of entPhysicalMfgName. If the manufacturer name string associated with the physical component is unknown to the agent, then this object will contain a zero-length string.
entPhysicalModelName- 1.3.6.1.2.1.47.1.1.1.1.13The vendor-specific model name identifier string associated with this physical component. The preferred value is the customer-visible part number, which may be printed on the component itself. If the model name string associated with the physical component is unknown to the agent, then this object will contain a zero-length string.
entPhysicalName- 1.3.6.1.2.1.47.1.1.1.1.7The textual name of the physical entity. The value of this object should be the name of the component as assigned by the local device and should be suitable for use in commands entered at the device’s ‘console’. This might be a text name (e.g., ‘console’) or a simple component number (e.g., port or module number, such as ‘1’), depending on the physical component naming syntax of the device. If there is no local name, or if this object is otherwise not applicable, then this object contains a zero-length string. Note that the value of entPhysicalName for two physical entities will be the same in the event that the console interface does not distinguish between them, e.g., slot-1 and the card in slot-1.
entPhysicalSerialNum- 1.3.6.1.2.1.47.1.1.1.1.11The vendor-specific serial number string for the physical entity. The preferred value is the serial number string actually printed on the component itself (if present). On the first instantiation of a physical entity, the value of entPhysicalSerialNum associated with that entity is set to the correct vendor-assigned serial number, if this information is available to the agent. If a serial number is unknown or non-existent, the entPhysicalSerialNum will be set to a zero-length string instead. Note that implementations that can correctly identify the serial numbers of all installed physical entities do not need to provide write access to the entPhysicalSerialNum object. Agents that cannot provide non-volatile storage for the entPhysicalSerialNum strings are not required to implement write access for this object. Not every physical component will have a serial number, or even need one. Physical entities for which the associated value of the entPhysicalIsFRU object is equal to ‘false(2)’ (e.g., the repeater ports within a repeater module) do not need their own unique serial numbers. An agent does not have to provide write access for such entities and may return a zero-length string. If write access is implemented for an instance of entPhysicalSerialNum and a value is written into the instance, the agent must retain the supplied value in the entPhysicalSerialNum instance (associated with the same physical entity) for as long as that entity remains instantiated. This includes instantiations across all re-initializations/reboots of the network management system, including those resulting in a change of the physical entity’s entPhysicalIndex value.

BACK to TOC

HOST-RESOURCES-MIB

hrDeviceTable

OID NameSelector QueryableDescription
hrDeviceDescr- 1.3.6.1.2.1.25.3.2.1.3A textual description of this device, including the device’s manufacturer and revision, and optionally, its serial number.
hrDeviceType- 1.3.6.1.2.1.25.3.2.1.2An indication of the type of device. If this value is `hrDeviceProcessor { hrDeviceTypes 3 }’ then an entry exists in the hrProcessorTable which corresponds to this device. If this value is `hrDeviceNetwork { hrDeviceTypes 4 }’, then an entry exists in the hrNetworkTable which corresponds to this device. If this value is `hrDevicePrinter { hrDeviceTypes 5 }’, then an entry exists in the hrPrinterTable which corresponds to this device. If this value is `hrDeviceDiskStorage { hrDeviceTypes 6 }’, then an entry exists in the hrDiskStorageTable which corresponds to this device.
hrProcessorLoad- 1.3.6.1.2.1.25.3.3.1.2cpu_usage, cpu_util_rawThe average, over the last minute, of the percentage of time that this processor was not idle. Implementations may approximate this one minute smoothing period if necessary.

BACK to TOC

hrStorageTable

OID NameSelector QueryableDescription
hrStorageDescr- 1.3.6.1.2.1.25.2.3.1.3A description of the type and instance of the storage described by this entry.
hrStorageIndex- 1.3.6.1.2.1.25.2.3.1.1A unique value for each logical storage area contained by the host.
hrStorageSize- 1.3.6.1.2.1.25.2.3.1.5memory_sizeThe size of the storage represented by this entry, in units of hrStorageAllocationUnits. This object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system. For example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.
hrStorageType- 1.3.6.1.2.1.25.2.3.1.2The type of storage represented by this entry.
hrStorageUsed- 1.3.6.1.2.1.25.2.3.1.6memory_usedThe amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.

BACK to TOC

IF-MIB

ifXTable

OID NameSelector QueryableDescription
ifAdminStatus- 1.3.6.1.2.1.2.2.1.7if_admin_statusThe desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with ifAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, ifAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
ifAlias- 1.3.6.1.2.1.31.1.1.1.18This object is an ‘alias’ name for the interface as specified by a network manager, and provides a non-volatile ‘handle’ for the interface. On the first instantiation of an interface, the value of ifAlias associated with that interface is the zero-length string. As and when a value is written into an instance of ifAlias through a network management set operation, then the agent must retain the supplied value in the ifAlias instance associated with the same interface for as long as that interface remains instantiated, including across all re- initializations/reboots of the network management system, including those which result in a change of the interface’s ifIndex value. An example of the value which a network manager might store in this object for a WAN interface is the (Telco’s) circuit number/identifier of the interface. Some agents may support write-access only for interfaces having particular values of ifType. An agent which supports write access to this object is required to keep the value in non-volatile storage, but it may limit the length of new values depending on how much storage is already occupied by the current values for other interfaces.
ifDescr- 1.3.6.1.2.1.2.2.1.2A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.
ifHCInOctets- 1.3.6.1.2.1.31.1.1.1.6if_in_octetsThe total number of octets received on the interface, including framing characters. This object is a 64-bit version of ifInOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifHCOutOctets- 1.3.6.1.2.1.31.1.1.1.10if_out_octetsThe total number of octets transmitted out of the interface, including framing characters. This object is a 64-bit version of ifOutOctets. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifHighSpeed- 1.3.6.1.2.1.31.1.1.1.15if_speedAn estimate of the interface’s current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n’ then the speed of the interface is somewhere in the range of `n-500,000’ to `n+499,999’. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.
ifInBroadcastPkts- 1.3.6.1.2.1.31.1.1.1.3The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifInDiscards- 1.3.6.1.2.1.2.2.1.13if_in_discardsThe number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifInErrors- 1.3.6.1.2.1.2.2.1.14if_in_errorsFor packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character- oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifInUnknownProtos- 1.3.6.1.2.1.2.2.1.15if_in_unknown_protosFor packet-oriented interfaces, the number of packets received via the interface which were discarded because of an unknown or unsupported protocol. For character-oriented or fixed-length interfaces that support protocol multiplexing the number of transmission units received via the interface which were discarded because of an unknown or unsupported protocol. For any interface that does not support protocol multiplexing, this counter will always be 0. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifIndex- 1.3.6.1.2.1.2.2.1.1A unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity’s network management system to the next re- initialization.
ifLastChange- 1.3.6.1.2.1.2.2.1.9if_lastchangeThe value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
ifName- 1.3.6.1.2.1.31.1.1.1.1The textual name of the interface. The value of this object should be the name of the interface as assigned by the local device and should be suitable for use in commands entered at the device’s `console’. This might be a text name, such as `le0’ or a simple port number, such as `1’, depending on the interface naming syntax of the device. If several entries in the ifTable together represent a single interface as named by the device, then each will have the same value of ifName. Note that for an agent which responds to SNMP queries concerning an interface on some other (proxied) device, then the value of ifName for such an interface is the proxied device’s local name for it. If there is no local name, or this object is otherwise not applicable, then this object contains a zero-length string.
ifOperStatus- 1.3.6.1.2.1.2.2.1.8if_oper_statusThe current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If ifAdminStatus is down(2) then ifOperStatus should be down(2). If ifAdminStatus is changed to up(1) then ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection); it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state; it should remain in the notPresent(6) state if the interface has missing (typically, hardware) components.
ifOutDiscards- 1.3.6.1.2.1.2.2.1.19if_out_discardsThe number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
ifOutErrors- 1.3.6.1.2.1.2.2.1.20if_out_errorsFor packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.

BACK to TOC

ipAddressTable

OID NameSelector QueryableDescription
ipAddressAddr- 1.3.6.1.2.1.4.34.1.2The IP address to which this entry’s addressing information pertains. The address type of this object is specified in ipAddressAddrType. Implementors need to be aware that if the size of ipAddressAddr exceeds 116 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
ipAddressIfIndex- 1.3.6.1.2.1.4.34.1.3The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB’s ifIndex.
ipAddressType- 1.3.6.1.2.1.4.34.1.4The type of address. broadcast(3) is not a valid value for IPv6 addresses (RFC 3513).

BACK to TOC

LLDP-MIB

lldpRemTable

OID NameSelector QueryableDescription
lldpRemPortId- 1.0.8802.1.1.2.1.4.1.1.7The string value used to identify the port component associated with the remote system.
lldpRemSysName- 1.0.8802.1.1.2.1.4.1.1.9The string value used to identify the system name of the remote system.

BACK to TOC

lldpRemTablesChange

OID NameSelector QueryableDescription
lldpRemIndex- 1.0.8802.1.1.2.1.4.1.1.3This object represents an arbitrary local integer value used by this agent to identify a particular connection instance, unique only for the indicated remote system. An agent is encouraged to assign monotonically increasing index values to new entries, starting with one, after each reboot. It is considered unlikely that the lldpRemIndex will wrap between reboots.
lldpRemLocalPortNum- 1.0.8802.1.1.2.1.4.1.1.2The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The lldpRemLocalPortNum identifies the port on which the remote system information is received. The value of this object is used as a port index to the lldpRemTable.

BACK to TOC

OSPF-MIB

ospfAreaTable

OID NameSelector QueryableDescription
ospfAreaBdrRtrCount- 1.3.6.1.2.1.14.2.1.5ospf_area_bdr_rtr_count_rawThe total number of Area Border Routers reachable within this area. This is initially zero and is calculated in each Shortest Path First (SPF) pass.
ospfAreaId- 1.3.6.1.2.1.14.2.1.1A 32-bit integer uniquely identifying an area. Area ID 0.0.0.0 is used for the OSPF backbone.
ospfAreaLsaCksumSum- 1.3.6.1.2.1.14.2.1.8The 32-bit sum of the link state advertisements’ LS checksums contained in this area’s link state database. This sum excludes external (LS type-5) link state advertisements. The sum can be used to determine if there has been a change in a router’s link state database, and to compare the link state database of two routers. The value should be treated as unsigned when comparing two sums of checksums.
ospfAreaLsaCount- 1.3.6.1.2.1.14.2.1.7ospf_area_lsa_count_rawThe total number of link state advertisements in this area’s link state database, excluding AS-external LSAs.
ospfAreaStatus- 1.3.6.1.2.1.14.2.1.10This object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
ospfAreaSummary- 1.3.6.1.2.1.14.2.1.9The variable ospfAreaSummary controls the import of summary LSAs into stub and NSSA areas. It has no effect on other areas. If it is noAreaSummary, the router will not originate summary LSAs into the stub or NSSA area. It will rely entirely on its default route. If it is sendAreaSummary, the router will both summarize and propagate summary LSAs.
ospfAsBdrRtrCount- 1.3.6.1.2.1.14.2.1.6ospf_as_bdr_rtr_count_rawThe total number of Autonomous System Border Routers reachable within this area. This is initially zero and is calculated in each SPF pass.
ospfAuthType- 1.3.6.1.2.1.14.2.1.2The authentication type specified for an area.
ospfImportAsExtern- 1.3.6.1.2.1.14.2.1.3Indicates if an area is a stub area, NSSA, or standard area. Type-5 AS-external LSAs and type-11 Opaque LSAs are not imported into stub areas or NSSAs. NSSAs import AS-external data as type-7 LSAs
ospfSpfRuns- 1.3.6.1.2.1.14.2.1.4ospf_spf_runs_rawThe number of times that the intra-area route table has been calculated using this area’s link state database. This is typically done using Dijkstra’s algorithm. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ospfDiscontinuityTime.

BACK to TOC

ospfGeneralGroup

OID NameSelector QueryableDescription
ospfASBdrRtrStatus- 1.3.6.1.2.1.14.1.5A flag to note whether this router is configured as an Autonomous System Border Router. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfAdminStat- 1.3.6.1.2.1.14.1.2ospf_admin_stat_rawThe administrative status of OSPF in the router. The value ’enabled’ denotes that the OSPF Process is active on at least one interface; ‘disabled’ disables it on all interfaces. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfAreaBdrRtrStatus- 1.3.6.1.2.1.14.1.4A flag to note whether this router is an Area Border Router.
ospfDemandExtensions- 1.3.6.1.2.1.14.1.14The router’s support for demand routing. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfExitOverflowInterval- 1.3.6.1.2.1.14.1.13The number of seconds that, after entering OverflowState, a router will attempt to leave OverflowState. This allows the router to again originate non-default AS-external LSAs. When set to 0, the router will not leave overflow state until restarted. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfExtLsdbLimit- 1.3.6.1.2.1.14.1.11The maximum number of non-default AS-external LSAs entries that can be stored in the link state database. If the value is -1, then there is no limit. When the number of non-default AS-external LSAs in a router’s link state database reaches ospfExtLsdbLimit, the router enters overflow state. The router never holds more than ospfExtLsdbLimit non-default AS-external LSAs in its database. OspfExtLsdbLimit MUST be set identically in all routers attached to the OSPF backbone and/or any regular OSPF area (i.e., OSPF stub areas and NSSAs are excluded). This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfExternLsaCksumSum- 1.3.6.1.2.1.14.1.7The 32-bit sum of the LS checksums of the external link state advertisements contained in the link state database. This sum can be used to determine if there has been a change in a router’s link state database and to compare the link state database of two routers. The value should be treated as unsigned when comparing two sums of checksums.
ospfExternLsaCount- 1.3.6.1.2.1.14.1.6ospf_extern_lsa_count_rawThe number of external (LS type-5) link state advertisements in the link state database.
ospfMulticastExtensions- 1.3.6.1.2.1.14.1.12A bit mask indicating whether the router is forwarding IP multicast (Class D) datagrams based on the algorithms defined in the multicast extensions to OSPF. Bit 0, if set, indicates that the router can forward IP multicast datagrams in the router’s directly attached areas (called intra-area multicast routing). Bit 1, if set, indicates that the router can forward IP multicast datagrams between OSPF areas (called inter-area multicast routing). Bit 2, if set, indicates that the router can forward IP multicast datagrams between Autonomous Systems (called inter-AS multicast routing). Only certain combinations of bit settings are allowed, namely: 0 (no multicast forwarding is enabled), 1 (intra-area multicasting only), 3 (intra-area and inter-area multicasting), 5 (intra-area and inter-AS multicasting), and 7 (multicasting everywhere). By default, no multicast forwarding is enabled. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfOriginateNewLsas- 1.3.6.1.2.1.14.1.9ospf_originate_new_lsas_rawThe number of new link state advertisements that have been originated. This number is incremented each time the router originates a new LSA. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ospfDiscontinuityTime.
ospfRouterId- 1.3.6.1.2.1.14.1.1A 32-bit integer uniquely identifying the router in the Autonomous System. By convention, to ensure uniqueness, this should default to the value of one of the router’s IP interface addresses. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfRxNewLsas- 1.3.6.1.2.1.14.1.10ospf_rx_new_lsas_rawThe number of link state advertisements received that are determined to be new instantiations. This number does not include newer instantiations of self-originated link state advertisements. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ospfDiscontinuityTime.
ospfTOSSupport- 1.3.6.1.2.1.14.1.8The router’s support for type-of-service routing. This object is persistent and when written the entity SHOULD save the change to non-volatile storage.
ospfVersionNumber- 1.3.6.1.2.1.14.1.3The current version number of the OSPF protocol is 2.

BACK to TOC

ospfIfTable

OID NameSelector QueryableDescription
ospfIfAdminStat- 1.3.6.1.2.1.14.7.1.5ospf_if_admin_stat_rawThe OSPF interface’s administrative status. The value formed on the interface, and the interface will be advertised as an internal route to some area. The value ‘disabled’ denotes that the interface is external to OSPF.
ospfIfAreaId- 1.3.6.1.2.1.14.7.1.3A 32-bit integer uniquely identifying the area to which the interface connects. Area ID 0.0.0.0 is used for the OSPF backbone.
ospfIfAuthKey- 1.3.6.1.2.1.14.7.1.16The cleartext password used as an OSPF authentication key when simplePassword security is enabled. This object does not access any OSPF cryptogaphic (e.g., MD5) authentication key under any circumstance. If the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. Unauthenticated interfaces need no authentication key, and simple password authentication cannot use a key of more than 8 octets. Note that the use of simplePassword authentication is NOT recommended when there is concern regarding attack upon the OSPF system. SimplePassword authentication is only sufficient to protect against accidental misconfigurations because it re-uses cleartext passwords [RFC1704]. When read, ospfIfAuthKey always returns an octet string of length zero.
ospfIfAuthType- 1.3.6.1.2.1.14.7.1.20The authentication type specified for an interface. Note that this object can be used to engage in significant attacks against an OSPF router.
ospfIfBackupDesignatedRouter- 1.3.6.1.2.1.14.7.1.14The IP address of the backup designated router.
ospfIfDemand- 1.3.6.1.2.1.14.7.1.19Indicates whether Demand OSPF procedures (hello suppression to FULL neighbors and setting the DoNotAge flag on propagated LSAs) should be performed on this interface.
ospfIfDesignatedRouter- 1.3.6.1.2.1.14.7.1.13The IP address of the designated router.
ospfIfEvents- 1.3.6.1.2.1.14.7.1.15ospf_if_events_rawThe number of times this OSPF interface has changed its state or an error has occurred. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ospfDiscontinuityTime.
ospfIfHelloInterval- 1.3.6.1.2.1.14.7.1.9The length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for all routers attached to a common network.
ospfIfIpAddress- 1.3.6.1.2.1.14.7.1.1The IP address of this OSPF interface.
ospfIfLsaCount- 1.3.6.1.2.1.14.7.1.21The total number of link-local link state advertisements in this interface’s link-local link state database.
ospfIfMulticastForwarding- 1.3.6.1.2.1.14.7.1.18The way multicasts should be forwarded on this interface: not forwarded, forwarded as data link multicasts, or forwarded as data link unicasts. Data link multicasting is not meaningful on point-to-point and NBMA interfaces, and setting ospfMulticastForwarding to 0 effectively disables all multicast forwarding.
ospfIfPollInterval- 1.3.6.1.2.1.14.7.1.11The larger time interval, in seconds, between the Hello packets sent to an inactive non-broadcast multi-access neighbor.
ospfIfRetransInterval- 1.3.6.1.2.1.14.7.1.8The number of seconds between link state advertisement retransmissions, for adjacencies belonging to this interface. This value is also used when retransmitting database description and Link State request packets. Note that minimal value SHOULD be 1 second.
ospfIfRtrDeadInterval- 1.3.6.1.2.1.14.7.1.10The number of seconds that a router’s Hello packets have not been seen before its neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
ospfIfRtrPriority- 1.3.6.1.2.1.14.7.1.6The priority of this interface. Used in multi-access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligible to become the designated router on this particular network. In the event of a tie in this value, routers will use their Router ID as a tie breaker.
ospfIfState- 1.3.6.1.2.1.14.7.1.12ospf_if_state_rawThe OSPF Interface State.
ospfIfStatus- 1.3.6.1.2.1.14.7.1.17ospf_if_status_rawThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
ospfIfTransitDelay- 1.3.6.1.2.1.14.7.1.7The estimated number of seconds it takes to transmit a link state update packet over this interface. Note that the minimal value SHOULD be 1 second.
ospfIfType- 1.3.6.1.2.1.14.7.1.4The OSPF interface type. By way of a default, this field may be intuited from the corresponding value of ifType. Broadcast LANs, such as Ethernet and IEEE 802.5, take the value ‘broadcast’, X.25 and similar technologies take the value ’nbma’, and links that are definitively point to point take the value ‘pointToPoint’.

BACK to TOC

ospfNbrTable

OID NameSelector QueryableDescription
ospfNbmaNbrPermanence- 1.3.6.1.2.1.14.10.1.10This variable displays the status of the entry; ‘dynamic’ and ‘permanent’ refer to how the neighbor became known.
ospfNbmaNbrStatus- 1.3.6.1.2.1.14.10.1.9ospf_nbma_nbr_status_rawThis object permits management of the table by facilitating actions such as row creation, construction, and destruction. The value of this object has no effect on whether other objects in this conceptual row can be modified.
ospfNbrEvents- 1.3.6.1.2.1.14.10.1.7ospf_nbr_events_rawThe number of times this neighbor relationship has changed state or an error has occurred. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ospfDiscontinuityTime.
ospfNbrHelloSuppressed- 1.3.6.1.2.1.14.10.1.11Indicates whether Hellos are being suppressed to the neighbor.
ospfNbrIpAddr- 1.3.6.1.2.1.14.10.1.1The IP address this neighbor is using in its IP source address. Note that, on addressless links, this will not be 0.0.0.0 but the address of another of the neighbor’s interfaces.
ospfNbrLsRetransQLen- 1.3.6.1.2.1.14.10.1.8ospf_nbr_ls_retrans_q_len_rawThe current length of the retransmission queue.
ospfNbrOptions- 1.3.6.1.2.1.14.10.1.4A bit mask corresponding to the neighbor’s options field. Bit 0, if set, indicates that the system will operate on Type of Service metrics other than TOS 0. If zero, the neighbor will ignore all metrics except the TOS 0 metric. Bit 1, if set, indicates that the associated area accepts and operates on external information; if zero, it is a stub area. Bit 2, if set, indicates that the system is capable of routing IP multicast datagrams, that is that it implements the multicast extensions to OSPF. Bit 3, if set, indicates that the associated area is an NSSA. These areas are capable of carrying type-7 external advertisements, which are translated into type-5 external advertisements at NSSA borders.
ospfNbrPriority- 1.3.6.1.2.1.14.10.1.5The priority of this neighbor in the designated router election algorithm. The value 0 signifies that the neighbor is not eligible to become the designated router on this particular network.
ospfNbrRtrId- 1.3.6.1.2.1.14.10.1.3A 32-bit integer (represented as a type IpAddress) uniquely identifying the neighboring router in the Autonomous System.
ospfNbrState- 1.3.6.1.2.1.14.10.1.6ospf_nbr_state_raw; ospf_nbma_nbr_status_rawThe state of the relationship with this neighbor.

BACK to TOC

SNMPv2-MIB

system

OID NameSelector QueryableDescription
sysName- 1.3.6.1.2.1.1.5An administratively-assigned name for this managed node. By convention, this is the node’s fully-qualified domain name. If the name is unknown, the value is the zero-length string.
sysUpTime- 1.3.6.1.2.1.1.3sys_uptimeThe time (in hundredths of a second) since the network management portion of the system was last re-initialized.

BACK to TOC

Cisco Proprietary OIDs

CISCO-EIGRP-MIB

cEigrpInterfaceTable

OID NameSelector QueryableDescription
cEigrpPeerAddr- 1.3.6.1.4.1.9.9.449.1.4.1.1.3The source IP address used by the peer to establish the EIGRP adjacency with this router. The format is governed by object cEigrpPeerAddrType.
cEigrpPeerCount- 1.3.6.1.4.1.9.9.449.1.5.1.1.3cisco_eigrp_peer_countThe number of EIGRP adjacencies currently formed with peers reached through this interface.
cEigrpPeerIfIndex- 1.3.6.1.4.1.9.9.449.1.4.1.1.4The ifIndex of the interface on this router through which this peer can be reached.
cEigrpUpTime- 1.3.6.1.4.1.9.9.449.1.4.1.1.6cisco_eigrp_peer_uptimeThe elapsed time since the EIGRP adjacency was first established with the peer.

cEigrpTraffStatsTable

OID NameSelector QueryableDescription
cEigrpInputQDrops- 1.3.6.1.4.1.9.9.449.1.2.1.1.14cisco_eigrp_pkt_drop_input_qThe number of EIGRP packets dropped from the input queue due to it being full within the AS.
cEigrpNbrCount- 1.3.6.1.4.1.9.9.449.1.2.1.1.2cisco_eigrp_nbr_countThe total number of live EIGRP neighbors formed on all interfaces whose IP addresses fall under networks configured in the EIGRP AS.
cEigrpTopoRoutes- 1.3.6.1.4.1.9.9.449.1.2.1.1.19cisco_eigrp_topo_routes_countThe total number of EIGRP derived routes currently existing in the topology table for the AS.

CISCO-HSRP-EXT-MIB

cHsrpExtIfTrackedTable

OID NameSelector QueryableDescription
cHsrpExtIfTracked- 1.3.6.1.4.1.9.9.107.1.1.1.1.1The ifIndex value of the tracked interface.
cHsrpExtIfTrackedPriority- 1.3.6.1.4.1.9.9.107.1.1.1.1.2Priority of the tracked interface for the corresponding { ifIndex, cHsrpGrpNumber } pair. In the range of 0 to 255, 0 is the lowest priority and 255 is the highest. When a tracked interface is unavailable, the cHsrpGrpPriority of the router is decreased by the value of this object instance (If the cHsrpGrpPriority is less than the cHsrpExtIfTrackedPriority, then the HSRP priority becomes 0). This allows a standby router to be configured with a priority such that if the currently active router’s priority is lowered because the tracked interface goes down, the standby router can takeover.

cHsrpExtSecAddrTable

OID NameSelector QueryableDescription
cHsrpExtSecAddrAddress- 1.3.6.1.4.1.9.9.107.1.1.2.1.1A secondary IpAddress for the {ifIndex, cHsrpGrpNumber} pair. As explained in the DESCRIPTION for cHsrpExtSecAddrEntry, a primary address must exist before a secondary address for the same {ifIndex, cHsrpGrpNumber} pair can be created.
cHsrpExtSecAddrRowStatus- 1.3.6.1.4.1.9.9.107.1.1.2.1.2The control that allows modification, creation, and deletion of entries. For detailed rules see the DESCRIPTION for cHsrpExtSecAddrEntry.

CISCO-CDP-MIB

mib

OID NameSelector QueryableDescription
cdpCacheDeviceId- 1.3.6.1.4.1.9.9.23.1.2.1.1.6The Device-ID string as reported in the most recent CDP message. The zero-length string indicates no Device-ID field (TLV) was reported in the most recent CDP message.
cdpCacheDevicePort- 1.3.6.1.4.1.9.9.23.1.2.1.1.7The Port-ID string as reported in the most recent CDP message. This will typically be the value of the ifName object (e.g., ‘Ethernet0’). The zero-length string indicates no Port-ID field (TLV) was reported in the most recent CDP message.

CISCO-HSRP-MIB

cHsrpGrpTable

OID NameSelector QueryableDescription
cHsrpGrpActiveRouter- 1.3.6.1.4.1.9.9.106.1.2.1.1.13Ip Address of the currently active router for this group.
cHsrpGrpNumber- 1.3.6.1.4.1.9.9.106.1.2.1.1.1This object along with the ifIndex of a particular interface uniquely identifies an HSRP group. Group numbers 0,1 and 2 are the only valid group numbers for TokenRing interfaces. For other media types, numbers range from 0 to 255. Each interface has its own set of group numbers. There’s no relationship between the groups configured on different interfaces. Using a group number on one interface doesn’t preclude using the same group number on a different interface. For example, there can be a group 1 on an Ethernet and a group 1 on Token Ring. More details can be found from RFC 2281.
cHsrpGrpPreempt- 1.3.6.1.4.1.9.9.106.1.2.1.1.4This object, if TRUE, indicates that the current router should attempt to overthrow a lower priority active router and attempt to become the active router. If this object is FALSE, the router will become the active router only if there is no such router (or if an active router fails).
cHsrpGrpPriority- 1.3.6.1.4.1.9.9.106.1.2.1.1.3The cHsrpGrpPriority helps to select the active and the standby routers. The router with the highest priority is selected as the active router. In the priority range of 0 to 255, 0 is the lowest priority and 255 is the highest priority. If two (or more) routers in a group have the same priority, the one with the highest ip address of the interface is the active router. When the active router fails to send a Hello message within a configurable period of time, the standby router with the highest priority becomes the active router. A router with highest priority will only attempt to overthrow a lower priority active router if it is configured to preempt. But, if there is more than one router which is not active, the highest priority non-active router becomes the standby router.
cHsrpGrpStandbyRouter- 1.3.6.1.4.1.9.9.106.1.2.1.1.14Ip Address of the currently standby router for this group.
cHsrpGrpStandbyState- 1.3.6.1.4.1.9.9.106.1.2.1.1.15cisco_hspr_group_stateThe current HSRP state of this group on this interface.
cHsrpGrpVirtualIpAddr- 1.3.6.1.4.1.9.9.106.1.2.1.1.11This is the primary virtual IP address used by this group. If this address is configured (i.e a non zero ip address), this value is used. Otherwise, the agent will attempt to discover the virtual address through a discovery process (which scans the hello messages).
cHsrpGrpVirtualMacAddr- 1.3.6.1.4.1.9.9.106.1.2.1.1.16Mac Addresses used are as specified in RFC 2281. For ethernet and fddi interfaces, a MAC address will be in the range 00:00:0c:07:ac:00 through 00:00:0c:07:ac:ff. The last octet is the hexadecimal equivalent of cHsrpGrpNumber (0-255). Some Ethernet and FDDI interfaces allow a unicast MAC address for each HSRP group. Certain Ethernet chipsets(LANCE Ethernet, VGANYLAN and QUICC Ethernet) only support a single Unicast Mac Address. In this case, only one HSRP group is allowed. For TokenRing interfaces, the following three MAC addresses are permitted (functional addresses): C0:00:00:01:00:00 C0:00:00:02:00:00 C0:00:00:04:00:00.

CISCO-VPC-MIB

cVpcRoleTable

OID NameSelector QueryableDescription
cVpcLocalOperMacAddress- 1.3.6.1.4.1.9.9.807.1.2.1.1.6This object indicates VPC local system operational MAC address.
cVpcRoleDomainID- 1.3.6.1.4.1.9.9.807.1.2.1.1.1An arbitrary value to uniquely identify the VPC management domain on the local system. Value zero indicates there is no VPC management domain being configured for this device.
cVpcRoleStatus- 1.3.6.1.4.1.9.9.807.1.2.1.1.2This object indicates the VPC role status of the peer device. primarySecondary(1) : primary, and operational secondary. primary(2) : primary, and operational primary. secondaryPrimary(3) : secondary, and operational primary. secondary(4) : secondary, and operational secondary. noneEstabished(5) : none peer device.
cVpcSystemAdminMacAddress- 1.3.6.1.4.1.9.9.807.1.2.1.1.4This object specifies VPC system MAC address.

cVpcStatusHostLinkTable

OID NameSelector QueryableDescription
cVpcStatusHostLinkIfIndex- 1.3.6.1.4.1.9.9.807.1.4.2.1.3The value of the ifIndex corresponding to a host-link interface.
cVpcStatusHostLinkStatus- 1.3.6.1.4.1.9.9.807.1.4.2.1.4cisco_vpc_hostlink_statusThis object indicates the current status of VPC host-link. down(1) : Host link is down. downStar(2) : Local host link is down, forwarding via vPC peer-link. up(3) : Host link is up.
cVpcStatusHostLinkVpcID- 1.3.6.1.4.1.9.9.807.1.4.2.1.2An arbitrary value to uniquely identify a VPC link between the host and the switch for a given VPC management domain.

cVpcStatusPeerKeepAliveTable

OID NameSelector QueryableDescription
cVpcPeerKeepAliveDomainID- .1.3.6.1.4.1.9.9.807.1.1.2.1.1An arbitrary value to uniquely identify the VPC management domain on the local system. Value zero indicates there is no VPC management domain being configured for this device.
cVpcPeerKeepAliveMsgRcvrStatus- 1.3.6.1.4.1.9.9.807.1.1.2.1.7This object indicates VPC peer keep-alive message receiving status.
cVpcPeerKeepAliveMsgReceiveInterface- 1.3.6.1.4.1.9.9.807.1.1.2.1.9This object indicates the ifIndex of interface of VPC peer keep-alive message last received.
cVpcPeerKeepAliveMsgSendInterface- 1.3.6.1.4.1.9.9.807.1.1.2.1.6This object indicates the ifIndex of interface of VPC peer keep-alive message sent on.
cVpcPeerKeepAliveStatus- 1.3.6.1.4.1.9.9.807.1.1.2.1.2cisco_vpc_peer_keep_alive_status_all, cisco_vpc_peer_keep_alive_status_rcvrThis object indicates VPC peer keep-alive status. disabled(1) : Peer-keepalive is disabled. alive(2) : Peer-keepalive is alive. peerUnreachable(3) : Peer is unreachable through Peer-keepalive link. aliveButDomainIdDismatch(4) : Peer-keepalive is alive, but VPC domain doesn’t match with each other. suspendedAsISSU(5) : Peer-keepalive is suspended during ISSU. suspendedAsDestIPUnreachable(6) : Peer-keepalive is suspended since destination ip is unreachable. suspendedAsVRFUnusable(7) : Peer-keepalive is suspended since the current VRF is unusable. misconfigured(8) : Misconfigure Peer-keepalive feature.
cVpcPeerKeepAliveTime- 1.3.6.1.4.1.9.9.807.1.1.2.1.3cisco_vpc_peer_alive_time_all, cisco_vpc_peer_alive_time_rcvrThis object indicates the time (in msec) since the peer became alive. It will hold value 0 if peer-keepalive never becomes alive.

CISCO-BGP4-MIB

cbgpPeer2Table

OID NameSelector QueryableDescription
cbgpPeer2AdminStatus- 1.3.6.1.4.1.9.9.187.1.2.5.1.4bgp_peer_admin_status_rawThe desired state of the BGP connection. A transition from ‘stop’ to ‘start’ will cause the BGP Manual Start Event to be generated. A transition from ‘start’ to ‘stop’ will cause the BGP Manual Stop Event to be generated. This parameter can be used to restart BGP peer connections. Care should be used in providing write access to this object without adequate authentication.
cbgpPeer2FsmEstablishedTime- 1.3.6.1.4.1.9.9.187.1.2.5.1.19bgp_peer_fsm_established_time_rawThis timer indicates how long (in seconds) this peer has been in the established state or how long since this peer was last in the established state. It is set to zero when a new peer is configured or when the router is booted.
cbgpPeer2InUpdates- 1.3.6.1.4.1.9.9.187.1.2.5.1.13bgp_peer_in_updates_rawThe number of BGP UPDATE messages received on this connection.
cbgpPeer2LocalAddr- 1.3.6.1.4.1.9.9.187.1.2.5.1.6The local IP address of this entry’s BGP connection.
cbgpPeer2LocalAs- 1.3.6.1.4.1.9.9.187.1.2.5.1.8The local AS number for this session.
cbgpPeer2OutUpdates- 1.3.6.1.4.1.9.9.187.1.2.5.1.14bgp_peer_out_updates_rawThe number of BGP UPDATE messages transmitted on this connection.
cbgpPeer2RemoteAddr- 1.3.6.1.4.1.9.9.187.1.2.5.1.2The remote IP address of this entry’s BGP peer.
cbgpPeer2RemoteAs- 1.3.6.1.4.1.9.9.187.1.2.5.1.11The remote autonomous system number received in the BGP OPEN message.
cbgpPeer2RemotePort- 1.3.6.1.4.1.9.9.187.1.2.5.1.10The remote port for the TCP connection between the BGP peers. Note that the objects cbgpPeer2LocalAddr, cbgpPeer2LocalPort, cbgpPeer2RemoteAddr, and cbgpPeer2RemotePort provide the appropriate reference to the standard MIB TCP connection table.
cbgpPeer2State- 1.3.6.1.4.1.9.9.187.1.2.5.1.3bgp_peer_state_rawThe BGP peer connection state.

CISCO-ENTITY-FRU-CONTROL-MIB

cefcFanTrayStatusTable

OID NameSelector QueryableDescription
cefcFanTrayOperStatus- 1.3.6.1.4.1.9.9.117.1.4.1.1.1fan_tray_oper_statusThe operational state of the fan or fan tray. unknown(1) - unknown. up(2) - powered on. down(3) - powered down. warning(4) - partial failure, needs replacement as soon as possible.

cefcFruPowerStatusTable

OID NameSelector QueryableDescription
cefcFRUPowerOperStatus- 1.3.6.1.4.1.9.9.117.1.1.2.1.2fru_power_oper_statusOperational FRU power state.

CISCO-ETHERNET-FABRIC-EXTENDER-MIB

cefexBindingTable

OID NameSelector QueryableDescription
cefexBindingCreationTime- 1.3.6.1.4.1.9.9.691.1.1.1.1.3The timestamp of this entry’s creation time.
cefexBindingExtenderIndex- 1.3.6.1.4.1.9.9.691.1.1.1.1.2The value of cefexBindingExtenderIndex used as an Index into the cefexConfigTable to select the Fabric Extender configuration for this binding entry. However, a value in this table does not imply that an instance with this value exists in the cefexConfigTable. If an entry corresponding to the value of this object does not exist in cefexConfigTable, the system default behavior (using DEFVAL values for all the configuration objects as defined in cefexConfigTable) of the Fabric Extender is used for this binding entry. Since an extender may connect to a core switch via multiple interfaces or fabric ports, it is important all the binding entries configuring the same fabric extender are configured with the same extender Index. Every interface on different fabric extender connecting into the same core switch is differentiated by its extender id. To refer to a port on the extender, an example representation may be extender/slot/port. Extender id values 1-99 are reserved. For example, reserved values can be used to identify the core switch and its line cards in the extender/slot/port naming scheme. cefexBindingExtenderIndex identifies further attributes of a fabric extender via the cefexConfigTable. A user may choose to identify a fabric extender by specifying its value of cefexConfigExtendername and/or other attributes.
cefexBindingInterfaceOnCoreSwitch- 1.3.6.1.4.1.9.9.691.1.1.1.1.1This object is the index that uniquely identifies an entry in the cefexBindingTable. The value of this object is an IfIndex to a fabric port. By creating a row in this table for a particular core switch interface, the user enables that core switch interface to accept a fabric extender. By default, a core switch interface does not have an entry in this table and consequently does not accept/respond to discovery requests from fabric extenders.
cefexBindingRowStatus- 1.3.6.1.4.1.9.9.691.1.1.1.1.4fex_binding_row_statusThe status of this conceptual row.

cefexConfigTable

OID NameSelector QueryableDescription
cefexConfigCreationTime- 1.3.6.1.4.1.9.9.691.1.1.2.1.6The timestamp when the value of the corresponding instance of ‘cefexConfigRowStatus’ is made active. If an user modifies objects in this table, the new values are immediately activated. Depending on the object changed, an accepted fabric extender may become not acceptable. As a result, the fabric extender may be disconnected from the core switch.
cefexConfigExtenderName- 1.3.6.1.4.1.9.9.691.1.1.2.1.1This object specifies a human readable string representing the name of the ‘Extender’. Note that default value of this object will be the string ‘FEXxxxx’ where xxxx is value of cefexBindingExtenderIndex expressed as 4 digits. For example, if cefexBindingExtenderIndex is 123, the default value of this object is ‘FEX0123’. This object allows the user to identify the extender with an appropriate name.
cefexConfigPinningFailOverMode- 1.3.6.1.4.1.9.9.691.1.1.2.1.4fex_pinning_failover_modeThis object allows the user to identify the fabric port failure handling method when pinning is used.
cefexConfigPinningMaxLinks- 1.3.6.1.4.1.9.9.691.1.1.2.1.5fex_pinning_max_linksThis object allows the user to identify number of fabric ports to be used in distribution of pinned non fabric ports. As described above, pinning is the forwarding model used for fabric extenders that do not support local forwarding. Traffic from a non fabric port is forwarded to one fabric port. Selection of non fabric port pinning to fabric ports is distributed as evenly as possible across fabric ports. This object allows administrator to configure number of fabric ports that should be used for pinning non fabric ports.
cefexConfigRowStatus- 1.3.6.1.4.1.9.9.691.1.1.2.1.7fex_config_row_statusThe status of this conceptual row. A row in this table becomes active immediately upon creation.
cefexConfigSerialNum- 1.3.6.1.4.1.9.9.691.1.1.2.1.3This object allows the user to identify a fabric extender’s Serial Number String. This object is relevant if cefexBindingSerialNumCheck is true. Zero is not a valid length for this object if cefexBindingSerialNumCheck is true.
cefexConfigSerialNumCheck- 1.3.6.1.4.1.9.9.691.1.1.2.1.2This object specifies if the serial number check is enabled for this extender or not. If the value of this object is ’true’, then the core switch rejects any extender except for the one with serial number string specified by cefexConfigSerialNum. If the value of this object is ‘false’, then the core switch accept any extender.

CISCO-ENHANCED-MEMPOOL-MIB

cempMemPoolTable

OID NameSelector QueryableDescription
cempMemPoolHCFree- 1.3.6.1.4.1.9.9.221.1.1.1.1.20cisco_mem_pool_freeIndicates the number of bytes from the memory pool that are currently unused on the physical entity. This object is a 64-bit version of cempMemPoolFree.
cempMemPoolHCUsed- 1.3.6.1.4.1.9.9.221.1.1.1.1.18device_inventory_presenceIndicates the number of bytes from the memory pool that are currently in use by applications on the physical entity. This object is a 64-bit version of cempMemPoolUsed.
cempMemPoolName- 1.3.6.1.4.1.9.9.221.1.1.1.1.3pan_ha_mode, pan_ha_peer_state, pan_ha_stateA textual name assigned to the memory pool. This object is suitable for output to a human operator, and may also be used to distinguish among the various pool types.

CISCO-ENVMON-MIB

ciscoEnvMonPresent

OID NameSelector QueryableDescription
ciscoEnvMonFanState- 1.3.6.1.4.1.9.9.13.1.4.1.3ent_power_oper_stateThe current state of the fan being instrumented.
ciscoEnvMonFanStatusDescr-1.3.6.1.4.1.9.9.13.1.4.1.2Textual description of the fan being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
ciscoEnvMonFanStatusIndex-1.3.6.1.4.1.9.9.13.1.4.1.1Unique index for the fan being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.

ciscoEnvMonSupplyStatusTable

OID NameSelector QueryableDescription
ciscoEnvMonSupplyState- 1.3.6.1.4.1.9.9.13.1.5.1.3ent_power_oper_stateThe current state of the power supply being instrumented.
ciscoEnvMonSupplyStatusDescr- 1.3.6.1.4.1.9.9.13.1.5.1.2Textual description of the power supply being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
ciscoEnvMonSupplyStatusIndex-1.3.6.1.4.1.9.9.13.1.5.1.1Unique index for the power supply being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.

ciscoEnvMonTemperatureStatusTable

OID NameSelector QueryableDescription
ciscoEnvMonTemperatureStatusDescr- 1.3.6.1.4.1.9.9.13.1.3.1.2Textual description of the testpoint being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
ciscoEnvMonTemperatureStatusIndex- 1.3.6.1.4.1.9.9.13.1.3.1.1Unique index for the testpoint being instrumented. This index is for SNMP purposes only, and has no intrinsic meaning.
ciscoEnvMonTemperatureStatusValue-1.3.6.1.4.1.9.9.13.1.3.1.3temp_value_cThe current measurement of the testpoint being instrumented.

CISCO-MEMORY-POOL-MIB

ciscoMemoryPoolTable

OID NameSelector QueryableDescription
ciscoMemoryPoolFree- 1.3.6.1.4.1.9.9.48.1.1.1.6cisco_mem_pool_freeIndicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool
ciscoMemoryPoolName- 1.3.6.1.4.1.9.9.48.1.1.1.2pan_ha_mode, pan_ha_peer_state, pan_ha_stateA textual name assigned to the memory pool. This object is suitable for output to a human operator, and may also be used to distinguish among the various pool types, especially among dynamic pools.
ciscoMemoryPoolUsed- 1.3.6.1.4.1.9.9.48.1.1.1.5device_inventory_presenceIndicates the number of bytes from the memory pool that are currently in use by applications on the managed device.

CISCO-PROCESS-MIB

cpmCpuTotalTable

OID NameSelector QueryableDescription
cpmCPUTotal5minRev- 1.3.6.1.4.1.9.9.109.1.1.1.1.8cpu_util_raw, cpu_util_5min_rawThe overall CPU busy percentage in the last 5 minute period. This object deprecates the object cpmCPUTotal5min and increases the value range to (0..100).
cpmCPUTotalIndex- 1.3.6.1.4.1.9.9.109.1.1.1.1.1An index that uniquely represents a CPU (or group of CPUs) whose CPU load information is reported by a row in this table. This index is assigned arbitrarily by the engine and is not saved over reboots.

CISCO-STACKWISE-MIB

cswStackInfo

OID NameSelector QueryableDescription
cswSwitchHwPriority- 1.3.6.1.4.1.9.9.500.1.2.1.1.5csw_switch_hw_priorityThis object contains the hardware priority of a switch. If two or more entries in this table have the same cswSwitchSwPriority value during the master election time, the switch with the highest cswSwitchHwPriority will become the master. Note: This object will contain the value of 0 if the cswSwitchState value is other than ‘ready’.
cswSwitchMacAddress- 1.3.6.1.4.1.9.9.500.1.2.1.1.7The MAC address of the switch. Note: This object will contain the value of 0000:0000:0000 if the cswSwitchState value is other than ‘ready’.
cswSwitchNumCurrent- 1.3.6.1.4.1.9.9.500.1.2.1.1.1csw_switch_num_currentThis object contains the current switch identification number. This number should match any logical labeling on the switch. For example, a switch whose interfaces are labeled ‘interface #3’ this value should be 3.
cswSwitchRole- 1.3.6.1.4.1.9.9.500.1.2.1.1.3csw_switch_roleThis object describes the function of the switch: master - stack master. member - active member of the stack. notMember - none-active stack member, see cswSwitchState for status. standby - stack standby switch.
cswSwitchState- 1.3.6.1.4.1.9.9.500.1.2.1.1.6csw_switch_stateThe current state of a switch: waiting - Waiting for a limited time on other switches in the stack to come online. progressing - Master election or mismatch checks in progress. added - The switch is added to the stack. ready - The switch is operational. sdmMismatch - The SDM template configured on the master is not supported by the new member. verMismatch - The operating system version running on the master is different from the operating system version running on this member. featureMismatch - Some of the features configured on the master are not supported on this member. newMasterInit - Waiting for the new master to finish initialization after master switchover (Master Re-Init). provisioned - The switch is not an active member of the stack. invalid - The switch’s state machine is in an invalid state. removed - The switch is removed from the stack.
cswSwitchSwPriority- 1.3.6.1.4.1.9.9.500.1.2.1.1.4csw_switch_sw_priorityA number containing the priority of a switch. The switch with the highest priority will become the master. The maximum value for this object is defined by the cswMaxSwitchConfigPriority object. If after a reload the value of cswMaxSwitchConfigPriority changes to a smaller value, and the value of cswSwitchSwPriority has been previously set to a value greater or equal to the new cswMaxSwitchConfigPriority, then the SNMP agent must set cswSwitchSwPriority to the new cswMaxSwitchConfigPriority. Note: This object will contain the value of 0 if the cswSwitchState value is other than ‘ready’.

CISCO-VRF-MIB

cvVrfTable

OID NameSelector QueryableDescription
cvVrfIndex- 1.3.6.1.4.1.9.9.711.1.1.1.1.1An identifier that is assigned to each VRF and is used to uniquely identify it. The uniqueness of this identifier is restricted only to this device.
cvVrfName- 1.3.6.1.4.1.9.9.711.1.1.1.1.2The human-readable name of the VRF instance. This name uniquely identifies the VRF instance in the system. This object is mandatory for creating an entry in this table.
cvVrfOperStatus- 1.3.6.1.4.1.9.9.711.1.1.1.1.4cisco_vrf_statusDenotes whether a VRF is operational or not. A VRF is up(1) when at least one interface associated with the VRF, which ifOperStatus is up(1). A VRF is down(2) when: a. There does not exist at least one interface whose ifOperStatus is up(1). b. There are no interfaces associated with the VRF.

CISCO-ENTITY-SENSOR-MIB

entSensorValueTable

OID NameSelector QueryableDescription
entSensorType- 1.3.6.1.4.1.9.9.91.1.1.1.1.1This variable indicates the type of data reported by the entSensorValue. This variable is set by the agent at start-up and the value does not change during operation.
entSensorValue- 1.3.6.1.4.1.9.9.91.1.1.1.1.4netflow_conversation_bytesThis variable reports the most recent measurement seen by the sensor. To correctly display or interpret this variable’s value, you must also know entSensorType, entSensorScale, and entSensorPrecision. However, you can compare entSensorValue with the threshold values given in entSensorThresholdTable without any semantic knowledge.

Back to Vendor TOC

Extreme Proprietary MIBs

EXTREME-SYSTEM-MIB

extremeFanStatusTable

OID NameSelector QueryableDescription
extremeFanEntPhysicalIndex-1.3.6.1.4.1.1916.1.1.1.9.1.3The entity index for this fan entity in the entityPhysicalTable table of the entity MIB.
extremeFanNumber- 1.3.6.1.4.1.1916.1.1.1.9.1.1Identifier of cooling fan, numbered from the front and/or left side of device.
extremeFanOperational- 1.3.6.1.4.1.1916.1.1.1.9.1.2extreme_fan_stateOperational status of a cooling fan.

extremePowerSupplyTable

OID NameSelector QueryableDescription
extremePowerSupplyEntPhysicalIndex- 1.3.6.1.4.1.1916.1.1.1.27.1.5The entity index for this psu entity in the entityPhysicalTable of the entity MIB.
extremePowerSupplySerialNumber- 1.3.6.1.4.1.1916.1.1.1.27.1.4The serial number of the power supply unit.
extremePowerSupplyStatus- 1.3.6.1.4.1.1916.1.1.1.27.1.2extreme_power_supply_stateStatus of the power supply.

extremeSystemCommon

OID NameSelector QueryableDescription
extremeCurrentTemperature-1.3.6.1.4.1.1916.1.1.1.8extreme_temp_value_cCurrent temperature in degrees celsius measured inside device enclosure.

Back to Vendor TOC

F5 Proprietary MIB OIDs

F5-BIGIP-SYSTEM-MIB

cpmCPUTotalTable

OID NameSelector QueryableDescription
sysStatMemoryTotal- 1.3.6.1.4.1.3375.2.1.1.2.1.44memory_sizeThe total memory available in bytes for TMM (Traffic Management Module). Use sysStatMemoryTotalKb for gauge type.
sysStatMemoryUsed- 1.3.6.1.4.1.3375.2.1.1.2.1.45memory_usedThe memory in use in bytes for TMM (Traffic Management Module). Use sysStatMemoryUsedKb for gauge type.

sysChassisFanTable

OID NameSelector QueryableDescription
sysChassisFanIndex- 1.3.6.1.4.1.3375.2.1.3.2.1.2.1.1The index of a chassis fan on the system. It identifies a particular chassis fan.
sysChassisFanStatus- 1.3.6.1.4.1.3375.2.1.3.2.1.2.1.2fan_f5_chassis_stateThe status of the indexed chassis fan on the system., This is only supported for the platform where the sensor data is available.

sysChassisPowerSupplyTable

OID NameSelector QueryableDescription
sysChassisPowerSupplyIndex - 1.3.6.1.4.1.3375.2.1.3.2.2.2.1.1The index of a power supply on the system.
sysChassisPowerSupplyStatus - 1.3.6.1.4.1.3375.2.1.3.2.2.2.1.2power_supply_f5_chassis_stateThe status of the indexed power supply on the system., This is only supported for the platform where the sensor data is available.

sysChassisTempTable

OID NameSelector QueryableDescription
sysChassisTempIndex- 1.3.6.1.4.1.3375.2.1.3.2.3.2.1.1The index of a chassis temperature sensor on the system. It identifies a particular chassis temperature sensor, fan, etc.
sysChassisTempTemperature- 1.3.6.1.4.1.3375.2.1.3.2.3.2.1.2temp_value_f5_chassis_cThe chassis temperature (in Celsius) of the indexed sensor on the system., This is only supported for the platform where the sensor data is available.

sysCmFailoverStatus

OID NameSelector QueryableDescription
sysCmFailoverStatusColor- 1.3.6.1.4.1.3375.2.1.14.3.3f5_ha_failover_statusThe color of the failover status on the system. green - the system is functioning correctly; yellow - the system may be functioning suboptimally; red - the system requires attention to function correctly; blue - the system’s status is unknown or incomplete; gray - the system is intentionally not functioning (offline); black - the system is not connected to any peers.
sysCmFailoverStatusId- 1.3.6.1.4.1.3375.2.1.14.3.1f5_ha_modeThe failover status ID on the system. unknown - the failover status of the device is unknown; offline - the device is offline; forcedOffline - the device is forced offline; standby - the device is standby; active - the device is active.
sysCmFailoverStatusStatus- 1.3.6.1.4.1.3375.2.1.14.3.2The failover status on the system.
sysCmFailoverStatusSummary- 1.3.6.1.4.1.3375.2.1.14.3.4The summary of the failover status on the system.

sysLldpNeighborsTableTable

OID NameSelector QueryableDescription
sysLldpNeighborsTableLocalInterface- 1.3.6.1.4.1.3375.2.1.2.16.1.2.1.3The local port ID to which the LLDP neighbor is connected.
sysLldpNeighborsTablePortDesc- 1.3.6.1.4.1.3375.2.1.2.16.1.2.1.4A description of the port on the LLDP neighbor.
sysLldpNeighborsTablePortId- 1.3.6.1.4.1.3375.2.1.2.16.1.2.1.2The port ID of the LLDP neighbor.
sysLldpNeighborsTableSysName- 1.3.6.1.4.1.3375.2.1.2.16.1.2.1.5The system name of the LLDP neighbor.

sysMultiHostCpuTable

OID NameSelector QueryableDescription
sysMultiHostCpuUsageRatio5m- 1.3.6.1.4.1.3375.2.1.7.5.2.1.35cpu_util_raw, cpu_util_5min_rawThis is average usage ratio of CPU for the associated host in the last five minutes. It is calculated by (sum of deltas for user, niced, system)/(sum of deltas of user, niced, system, idle, irq, softirq, and iowait), where each delta is the difference for each stat over the last 5-minute interval; user: sysMultiHostCpuUser5m; niced: sysMultiHostCpuNiced5m; stolen: sysMultiHostCpuStolen5m; system: sysMultiHostCpuSystem5m; idle: sysMultiHostCpuIdle5m; irq: sysMultiHostCpuIrq5m; iowait: sysMultiHostCpuIowait5m

Back to Vendor TOC

Fortinet Proprietary MIB OIDs

FORTIGATE-MIB

fgDisks

OID NameSelector QueryableDescription
fgDiskName- 1.3.6.1.4.1.12356.101.4.10.2.1.2The name of the storage.

fgHaInfo

OID NameSelector QueryableDescription
fgHaSystemMode- 1.3.6.1.4.1.12356.101.13.1.1fortinet_ha_modeHigh-availability mode (Standalone, A-A or A-P)

fgHaStatsTable

OID NameSelector QueryableDescription
fgHaStatsHostname- 1.3.6.1.4.1.12356.101.13.2.1.1.11Host name of the specified cluster member
fgHaStatsIndex- 1.3.6.1.4.1.12356.101.13.2.1.1.1An index value that uniquely identifies an unit in the HA Cluster
fgHaStatsSyncStatus- 1.3.6.1.4.1.12356.101.13.2.1.1.12fortinet_ha_sync_statusCurrent HA Sync status

fgHwSensorTablee

OID NameSelector QueryableDescription
fgHwSensorEntAlarmStatus- 1.3.6.1.4.1.12356.101.4.3.2.1.4fortinet_env_alarm_statusIf the sensor has an alarm threshold and has exceeded it, this will indicate its status. Not all sensors have alarms.
fgHwSensorEntIndex- 1.3.6.1.4.1.12356.101.4.3.2.1.1A unique identifier within the fgHwSensorTable
fgHwSensorEntName- 1.3.6.1.4.1.12356.101.4.3.2.1.2A string identifying the sensor by name
fgHwSensorEntValue- 1.3.6.1.4.1.12356.101.4.3.2.1.3fortinet_env_valueA string representation of the value of the sensor. Because sensors can present data in different formats, string representation is most general format. Interpretation of the value (units of measure, for example) is dependent on the individual sensor.

fgLinkMonitorTable

OID NameSelector QueryableDescription
fgLinkMonitorBandwidthBi- 1.3.6.1.4.1.12356.101.4.8.2.1.12link_monitor_bw_biThe available bandwidth in Mbps of bi-direction traffic detected by a link monitor on its interface.
fgLinkMonitorBandwidthIn- 1.3.6.1.4.1.12356.101.4.8.2.1.10link_monitor_bw_inThe available bandwidth in Mbps of incoming traffic detected by a link monitor on its interface.
fgLinkMonitorBandwidthOut- 1.3.6.1.4.1.12356.101.4.8.2.1.11link_monitor_bw_outThe available bandwidth in Mbps of outgoing traffic detected by a link monitor on its interface.
fgLinkMonitorID- 1.3.6.1.4.1.12356.101.4.8.2.1.1Link Monitor ID. Only enabled link monitor entries are present in this table. Link Monitor IDs are only unique within a virtual domain.
fgLinkMonitorJitter- 1.3.6.1.4.1.12356.101.4.8.2.1.5link_monitor_jitterThe average jitter of link monitor in float number within last 30 probes.
fgLinkMonitorLatency- 1.3.6.1.4.1.12356.101.4.8.2.1.4link_monitor_latencyThe average latency of link monitor in float number within last 30 probes.
fgLinkMonitorName- 1.3.6.1.4.1.12356.101.4.8.2.1.2Link Monitor name.
fgLinkMonitorOutofSeq- 1.3.6.1.4.1.12356.101.4.8.2.1.13link_monitor_out_of_seqThe total number of out of sequence packets received.
fgLinkMonitorPacketLoss- 1.3.6.1.4.1.12356.101.4.8.2.1.8link_monitor_packet_lossThe average packet loss percentage in float number within last 30 probes.
fgLinkMonitorState- 1.3.6.1.4.1.12356.101.4.8.2.1.3link_monitor_stateLink Monitor state.
fgLinkMonitorVdom- 1.3.6.1.4.1.12356.101.4.8.2.1.9Virtual domain the link monitor entry exists in. This name corresponds to the fgVdEntName used in fgVdTable.

fgSystemInfo

OID NameSelector QueryableDescription
fgSysCpuUsage- 1.3.6.1.4.1.12356.101.4.1.3cpu_util_rawCurrent CPU usage (percentage)
fgSysMemUsage- 1.3.6.1.4.1.12356.101.4.1.4memory_usage_fortinetCurrent memory utilization (percentage)

fgVWLHealthCheckLinkTable

OID NameSelector QueryableDescription
fgVWLHealthCheckLinkBandwidthBi- 1.3.6.1.4.1.12356.101.4.9.2.1.13sd_wan_bw_biThe available bandwidth in Mbps of bi-direction traffic detected by a health-check on a specific member link.
fgVWLHealthCheckLinkBandwidthIn- 1.3.6.1.4.1.12356.101.4.9.2.1.11sd_wan_bw_inThe available bandwidth in Mbps of incoming traffic detected by a health-check on a specific member link.
fgVWLHealthCheckLinkBandwidthOut- 1.3.6.1.4.1.12356.101.4.9.2.1.12sd_wan_bw_outThe available bandwidth in Mbps of outgoing traffic detected by a health-check on a specific member link.
fgVWLHealthCheckLinkID- 1.3.6.1.4.1.12356.101.4.9.2.1.1Virtual-wan-link health-check link ID. Only health-checks with configured member link are present in this table. Virtuwal-wan-link health check link IDs are only unique within a virtual domain.
fgVWLHealthCheckLinkJitter- 1.3.6.1.4.1.12356.101.4.9.2.1.6sd_wan_jitterThe average jitter of a health check on a specific member link in float number within last 30 probes.
fgVWLHealthCheckLinkLatency- 1.3.6.1.4.1.12356.101.4.9.2.1.5sd_wan_latencyThe average latency of a health check on a specific member link in float number within last 30 probes.
fgVWLHealthCheckLinkName- 1.3.6.1.4.1.12356.101.4.9.2.1.2Health check name.
fgVWLHealthCheckLinkPacketLoss- 1.3.6.1.4.1.12356.101.4.9.2.1.9sd_wan_packet_lossThe packet loss percentage of a health check on a specific member link in float number within last 30 probes.
fgVWLHealthCheckLinkState- 1.3.6.1.4.1.12356.101.4.9.2.1.4sd_wan_stateHeatlth check state on a specific member link.
fgVWLHealthCheckLinkVdom- 1.3.6.1.4.1.12356.101.4.9.2.1.10Virtual domain the link monitor entry exists in. This name corresponds to the fgVdEntName used in fgVdTable.

fgVdTable

OID NameSelector QueryableDescription
fgVdEntHaState- 1.3.6.1.4.1.12356.101.3.2.1.1.4HA cluster member state of the virtual domain on this device (master, backup or standalone)
fgVdEntIndex- 1.3.6.1.4.1.12356.101.3.2.1.1.1Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
fgVdEntName- 1.3.6.1.4.1.12356.101.3.2.1.1.2The name of the virtual domain
fgVdEntOpMode- 1.3.6.1.4.1.12356.101.3.2.1.1.3Operation mode of the virtual domain (NAT or Transparent)

fgVpnTunTable

OID NameSelector QueryableDescription
fgVpnTunEntInOctets- 1.3.6.1.4.1.12356.101.12.2.2.1.18phase1_tunnel_in_octets, if_in_octetsNumber of bytes received on tunnel
fgVpnTunEntIndex- 1.3.6.1.4.1.12356.101.12.2.2.1.1An index value that uniquely identifies a VPN tunnel within the fgVpnTunTable
fgVpnTunEntLifeSecs- 1.3.6.1.4.1.12356.101.12.2.2.1.15phase1_tunnel_life_secsLifetime of tunnel in seconds, if time based lifetime used
fgVpnTunEntLocGwyIp- 1.3.6.1.4.1.12356.101.12.2.2.1.6IP of local gateway used by the tunnel
fgVpnTunEntOutOctets- 1.3.6.1.4.1.12356.101.12.2.2.1.19phase1_tunnel_out_octets, if_out_octetsNumber of bytes sent out on tunnel
fgVpnTunEntPhase1Name- 1.3.6.1.4.1.12356.101.12.2.2.1.2Descriptive name of phase1 configuration for the tunnel
fgVpnTunEntPhase2Name- 1.3.6.1.4.1.12356.101.12.2.2.1.3Descriptive name of phase2 configuration for the tunnel
fgVpnTunEntRemGwyIp- 1.3.6.1.4.1.12356.101.12.2.2.1.4IP of remote gateway used by the tunnel
fgVpnTunEntStatus- 1.3.6.1.4.1.12356.101.12.2.2.1.20phase1_tunnel_status, if_oper_status, if_admin_statusCurrent status of tunnel (up or down)
fgVpnTunEntTimeout- 1.3.6.1.4.1.12356.101.12.2.2.1.17phase1_tunnel_timeoutTimeout of tunnel in seconds
fgVpnTunEntVdom- 1.3.6.1.4.1.12356.101.12.2.2.1.21Virtual domain the tunnel is part of. This index corresponds to the index used by fgVdTable.

Back to Vendor TOC

Infoblox Proprietary MIB OIDs

Infoblox-DHCPONE-MIB

ibDHCPSubnetTable

OID NameSelector QueryableDescription
ibDHCPSubnetNetworkAddress- 1.3.6.1.4.1.7779.3.1.1.4.1.1.1.1DHCP Subnet in IpAddress format. A subnetwork may have many ranges for lease.
ibDHCPSubnetNetworkMask- 1.3.6.1.4.1.7779.3.1.1.4.1.1.1.2DHCP Subnet mask in IpAddress format.
ibDHCPSubnetPercentUsed- 1.3.6.1.4.1.7779.3.1.1.4.1.1.1.3dhcp_subnet_utilPercentage of dynamic DHCP address for subnet leased out at this time. Fixed addresses are always counted as leased for this calcuation if the fixed addresses are within ranges of leases.

Infoblox-PLATFORMONE-MIB

ibMemberNodeServiceStatusTable

OID NameSelector QueryableDescription
ibNode1ServiceDesc- 1.3.6.1.4.1.7779.3.1.1.2.1.10.1.3ib_entity_tempService Description.
ibNode1ServiceName- 1.3.6.1.4.1.7779.3.1.1.2.1.10.1.1pan_ha_mode, pan_ha_peer_state, pan_ha_stateService Name.
ibNode1ServiceStatus- 1.3.6.1.4.1.7779.3.1.1.2.1.10.1.2vip_addr_avail_state, vip_addr_enabled_stateService Status.

Back to Vendor TOC

Juniper proprietary MIBs

JUNIPER-DOM-MIB

jnxDomCurrentTable

OID NameSelector QueryableDescription
jnxDomCurrentModuleLaneCount- 1.3.6.1.4.1.2636.3.60.1.1.1.1.30transceiver_lane_count_rawNumber of Lanes (Lasers) in this module
jnxDomCurrentModuleTemperature- 1.3.6.1.4.1.2636.3.60.1.1.1.1.8transceiver_temperature_raw, transceiver_temperature_high_warning_threshold_rawModule temperature.
jnxDomCurrentModuleTemperatureHighAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.21Module temperature high alarm threshold.
jnxDomCurrentModuleTemperatureHighWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.23transceiver_temperature_high_warning_threshold_rawModule temperature high warning threshold.
jnxDomCurrentModuleTemperatureLowAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.22Module temperature low alarm threshold.
jnxDomCurrentModuleTemperatureLowWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.24Module temperature low warning threshold.
jnxDomCurrentModuleVoltage- 1.3.6.1.4.1.2636.3.60.1.1.1.1.25Module voltage.
jnxDomCurrentModuleVoltageHighAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.26Module voltage high alarm threshold.
jnxDomCurrentModuleVoltageHighWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.28Module voltage high warning threshold.
jnxDomCurrentModuleVoltageLowAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.27Module voltage low alarm threshold.
jnxDomCurrentModuleVoltageLowWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.29Module voltage low warning threshold.
jnxDomCurrentRxLaserPower-1.3.6.1.4.1.2636.3.60.1.1.1.1.5transceiver_rx_laser_power_raw, transceiver_rx_laser_power_low_alarm_threshold_rawReceiver laser power.
jnxDomCurrentRxLaserPowerHighAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.9Receiver laser power high alarm threshold.
jnxDomCurrentRxLaserPowerHighWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.11Receiver laser power high warning threshold.
jnxDomCurrentRxLaserPowerLowAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.10transceiver_rx_laser_power_low_alarm_threshold_rawReceiver laser power low alarm threshold.
jnxDomCurrentRxLaserPowerLowWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.12Receiver laser power low warning threshold.
jnxDomCurrentTxLaserBiasCurrent- 1.3.6.1.4.1.2636.3.60.1.1.1.1.6Transmitter laser bias current.
jnxDomCurrentTxLaserBiasCurrentHighAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.13Transmitter laser bias current high alarm threshold.
jnxDomCurrentTxLaserBiasCurrentHighWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.15Transmitter laser bias current high warning threshold.
jnxDomCurrentTxLaserBiasCurrentLowAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.14Transmitter laser bias current low alarm threshold.
jnxDomCurrentTxLaserBiasCurrentLowWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.16Transmitter laser bias current low warning threshold.
jnxDomCurrentTxLaserOutputPower- 1.3.6.1.4.1.2636.3.60.1.1.1.1.7transceiver_tx_laser_power_raw, transceiver_tx_laser_power_low_alarm_threshold_rawTransmitter laser output power.
jnxDomCurrentTxLaserOutputPowerHighAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.17Transmitter laser power high alarm threshold.
jnxDomCurrentTxLaserOutputPowerHighWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.19Transmitter laser power high warning threshold.
jnxDomCurrentTxLaserOutputPowerLowAlarmThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.18transceiver_tx_laser_power_low_alarm_threshold_rawTransmitter laser power low alarm threshold.
jnxDomCurrentTxLaserOutputPowerLowWarningThreshold- 1.3.6.1.4.1.2636.3.60.1.1.1.1.20Transmitter laser power low warning threshold.

JUNIPER-MIB

jnxOperatingState

OID NameSelector QueryableDescription
jnxOperatingState- 1.3.6.1.4.1.2636.3.1.13.1.6jnpr_operating_stateThe operating state of this subject.

jnxOperatingTable

OID NameSelector QueryableDescription
jnxOperating5MinLoadAvg- 1.3.6.1.4.1.2636.3.1.13.1.21cpu_util_5min_rawThe CPU Load Average over the last 5 minutes Here it will be shown as percentage value Zero if unavailable or inapplicable.
jnxOperatingBuffer- 1.3.6.1.4.1.2636.3.1.13.1.11jnpr_mem_usage_rawThe buffer pool utilization in percentage of this subject. Zero if unavailable or inapplicable.
jnxOperatingCPU- 1.3.6.1.4.1.2636.3.1.13.1.8cpu_util_rawThe CPU utilization in percentage of this subject. Zero if unavailable or inapplicable.
jnxOperatingDescr- 1.3.6.1.4.1.2636.3.1.13.1.5The name or detailed description of this subject.

Back to Vendor TOC

Palo Alto Proprietary MIBs

PAN-COMMON-MIB

panGlobalProtect

OID NameSelector QueryableDescription
panGPGWUtilizationActiveTunnels- 1.3.6.1.4.1.25461.2.1.2.5.1.3pan_gpgw_utilization_active_tunnelsNumber of active tunnels
panGPGWUtilizationMaxTunnels- 1.3.6.1.4.1.25461.2.1.2.5.1.2pan_gpgw_utilization_max_tunnelsMax tunnels allowed
panGPGWUtilizationPct-1.3.6.1.4.1.25461.2.1.2.5.1.1pan_gpgw_utilization_pctGlobalProtect Gateway utilization percentage

panSession

OID NameSelector QueryableDescription
panSessionActive- 1.3.6.1.4.1.25461.2.1.2.3.3pan_session_active, pan_session_active_icmp, pan_session_active_tcp, pan_session_active_udp, pan_session_active_ssl_proxyTotal number of active sessions.
panSessionActiveICMP- 1.3.6.1.4.1.25461.2.1.2.3.6pan_session_active_icmpTotal number of active ICMP sessions.
panSessionActiveSslProxy- 1.3.6.1.4.1.25461.2.1.2.3.7pan_session_active_ssl_proxyTotal number of active SSL proxy sessions.
panSessionActiveTcp- 1.3.6.1.4.1.25461.2.1.2.3.4pan_session_active_tcpTotal number of active TCP sessions.
panSessionActiveUdp- 1.3.6.1.4.1.25461.2.1.2.3.5pan_session_active_udpTotal number of active UDP sessions.
panSessionMax- 1.3.6.1.4.1.25461.2.1.2.3.2pan_session_maxTotal number of sessions supported.
panSessionSslProxyUtilization- 1.3.6.1.4.1.25461.2.1.2.3.8pan_session_ssl_proxy_utilizationSSL proxy Session utilization percentage. Values should be between 0 and 100.
panSessionUtilization- 1.3.6.1.4.1.25461.2.1.2.3.1pan_session_utilizationSession table utilization percentage. Values should be between 0 and 100.

panSysHaMode

OID NameSelector QueryableDescription
panSysHAMode- 1.3.6.1.4.1.25461.2.1.2.1.13pan_ha_modeCurrent high-availability mode (disabled, active-passive, or active-active).
panSysHAPeerState- 1.3.6.1.4.1.25461.2.1.2.1.12pan_ha_peer_stateCurrent peer high-availability state.
panSysHAState- 1.3.6.1.4.1.25461.2.1.2.1.11pan_ha_stateCurrent high-availability state.

panVsysTable

OID NameSelector QueryableDescription
panVsysActiveSessions- 1.3.6.1.4.1.25461.2.1.2.3.9.1.4pan_vsys_session_activeActive sessions on this Vsys
panVsysId- 1.3.6.1.4.1.25461.2.1.2.3.9.1.1Vsys id
panVsysMaxSessions- 1.3.6.1.4.1.25461.2.1.2.3.9.1.5pan_vsys_session_maxMax sessions on this Vsys, if session limit is configured. If session limit is not configured, this value is ‘0’
panVsysName- 1.3.6.1.4.1.25461.2.1.2.3.9.1.2User assigned vsys name (empty string if not available)
panVsysSessionUtilizationPct- 1.3.6.1.4.1.25461.2.1.2.3.9.1.3pan_vsys_session_utilization_pctVsys utilization percentage, if session limit is configured. If session limit is not configured, this value is ‘0’

Back to Vendor TOC

Synoptics

S5-CHASSIS-MIB

s5ChasCom

OID NameSelector QueryableDescription
s5ChasComOperState- .1.3.6.1.4.1.45.1.6.3.3.1.1.10The current operational state of the component. The possible values are: other(1)………some other state notAvail(2)……state not available removed(3)…….component removed disabled(4)……operation disabled normal(5)……..normal operation resetInProg(6)…reset in progress testing(7)…….doing a self test warning(8)…….operating at warning level nonFatalErr(9)…operating at error level fatalErr(10)…..error stopped operation notConfig(11)….module needs to be configured obsoleted(12)…module is obsoleted but in the chassis The allowable (and meaningful) values are determined by the component type.

s5ChasUtilTable

OID NameSelector QueryableDescription
s5ChasUtilMemoryAvailableMB- 1.3.6.1.4.1.45.1.6.3.8.1.1.13memory_available_extremeThis object returns the available RAM of unit.
s5ChasUtilMemoryTotalMB- 1.3.6.1.4.1.45.1.6.3.8.1.1.12memory_total_extremeThis object returns the total RAM of unit.

Back to Vendor TOC