QUANTA-BGP-MIB: View SNMP OID List / Download MIB

VENDOR: QUANTA COMPUTER INC.


 Home MIB: QUANTA-BGP-MIB
Download as:   

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


Object Name OID Type Access Info
 quantaBGP 1.3.6.1.4.1.7244.2.5
The MIB definitions for Border Gateway Protocol Flex package.
     agentBGPQueueGroup 1.3.6.1.4.1.7244.2.5.1
         agentBGPQueueTable 1.3.6.1.4.1.7244.2.5.1.1 no-access
Table lists information about BGP work queue utilization.
             agentBGPQueueEntry 1.3.6.1.4.1.7244.2.5.1.1.1 no-access
Information on a specific BGP work queue.
                 agentBGPQueueIndex 1.3.6.1.4.1.7244.2.5.1.1.1.1 unsigned32 no-access
Index value for this work queue.
                 agentBGPQueueName 1.3.6.1.4.1.7244.2.5.1.1.1.2 displaystring read-only
Name of an BGP work queue.
                 agentBGPQueueLength 1.3.6.1.4.1.7244.2.5.1.1.1.3 gauge32 read-only
The number of items currently in the work queue.
                 agentBGPQueueHigh 1.3.6.1.4.1.7244.2.5.1.1.1.4 gauge32 read-only
The high water mark of the number of items in the work queue.
                 agentBGPQueueDrops 1.3.6.1.4.1.7244.2.5.1.1.1.5 counter32 read-only
The number of items dropped because the work queue was full.
                 agentBGPQueueLimit 1.3.6.1.4.1.7244.2.5.1.1.1.6 unsigned32 read-only
The maximum number of items this queue can hold.
     agentBGPMessageStatsGroup 1.3.6.1.4.1.7244.2.5.2
         agentBGPCountersCleared 1.3.6.1.4.1.7244.2.5.2.1 timeticks read-only
The time since BGP counters were last cleared, in seconds.
         agentBGPInOpens 1.3.6.1.4.1.7244.2.5.2.2 counter32 read-only
The total number of BGP OPEN messages received since BGP counters were last cleared.
         agentBGPOutOpens 1.3.6.1.4.1.7244.2.5.2.3 counter32 read-only
The total number of BGP OPEN messages transmitted since BGP counters were last cleared.
         agentBGPInUpdates 1.3.6.1.4.1.7244.2.5.2.4 counter32 read-only
The total number of BGP UPDATE messages received since BGP counters were last cleared.
         agentBGPOutUpdates 1.3.6.1.4.1.7244.2.5.2.5 counter32 read-only
The total number of BGP UPDATE messages transmitted since BGP counters were last cleared.
         agentBGPInNotifications 1.3.6.1.4.1.7244.2.5.2.6 counter32 read-only
The total number of BGP NOTIFICATION messages received since BGP counters were last cleared.
         agentBGPOutNotifications 1.3.6.1.4.1.7244.2.5.2.7 counter32 read-only
The total number of BGP NOTIFICATION messages transmitted since BGP counters were last cleared.
         agentBGPInKeepalives 1.3.6.1.4.1.7244.2.5.2.8 counter32 read-only
The total number of BGP KEEPALIVE messages received since BGP counters were last cleared.
         agentBGPOutKeepalives 1.3.6.1.4.1.7244.2.5.2.9 counter32 read-only
The total number of BGP KEEPALIVE messages transmitted since BGP counters were last cleared.
         agentBGPInRouteRefreshes 1.3.6.1.4.1.7244.2.5.2.10 counter32 read-only
The total number of BGP ROUTE REFRESH messages received since BGP counters were last cleared.
         agentBGPOutRouteRefreshes 1.3.6.1.4.1.7244.2.5.2.11 counter32 read-only
The total number of BGP ROUTE REFRESH messages transmitted since BGP counters were last cleared.
         agentBGPInUpdatesMax 1.3.6.1.4.1.7244.2.5.2.12 gauge32 read-only
The maximum rate of BGP UPDATE messages received. The rate is given in packets per second.
         agentBGPOutUpdatesMax 1.3.6.1.4.1.7244.2.5.2.13 gauge32 read-only
The maximum rate of BGP UPDATE messages transmitted. The rate is given in packets per second.
     agentBGPDecProcTable 1.3.6.1.4.1.7244.2.5.3 no-access
This table contains information about the twenty most recent executions of any of the three decision process phases. The most recent information is at the end of the table. This table is applicable to IPv4 address family only.
         agentBGPDecProcEntry 1.3.6.1.4.1.7244.2.5.3.1 no-access
Information about execution of a single decision process phase.
             agentBGPDecProcIndex 1.3.6.1.4.1.7244.2.5.3.1.1 counter32 no-access
Integer that uniquely identifies a decision process run. This value is incremented each time BGP runs one phase of the decision process.
             agentBGPDecProcDeltaT 1.3.6.1.4.1.7244.2.5.3.1.2 unsigned32 read-only
How long since this decision process ran. The time is given in seconds.
             agentBGPDecProcPhase 1.3.6.1.4.1.7244.2.5.3.1.3 unsigned32 read-only
Which of the three decision process phases was run.
             agentBGPDecProcUpdateGroup 1.3.6.1.4.1.7244.2.5.3.1.4 unsigned32 read-only
This variable is only valid when agentBGPDecProcPhase is 3. When the phase is 3, this variable identifies the outbound update group for which phase 3 was run.
             agentBGPDecProcGenId 1.3.6.1.4.1.7244.2.5.3.1.5 unsigned32 read-only
The global generation ID when the decision process ran.
             agentBGPDecProcReason 1.3.6.1.4.1.7244.2.5.3.1.6 displaystring read-only
Reason why the decision process was run.
             agentBGPDecProcPeer 1.3.6.1.4.1.7244.2.5.3.1.7 ipaddress read-only
This variable is only valid when phase 1 is run for a single peer. In this case, this variable is the IP address of the peer for which phase 1 was run.
             agentBGPDecProcDuration 1.3.6.1.4.1.7244.2.5.3.1.8 gauge32 read-only
How long the decision process ran. Milliseconds.
             agentBGPDecProcAdds 1.3.6.1.4.1.7244.2.5.3.1.9 gauge32 read-only
Number of prefixes added during the decision process. For phase 1, this is the number of prefixes that pass inbound policy. For phase 2, this is the number of prefixes added to the BGP routing table. For phase 3, this is the number of prefixes added to the Adj-RIB-Out.
             agentBGPDecProcMods 1.3.6.1.4.1.7244.2.5.3.1.10 gauge32 read-only
Number of prefixes modified during the decision process. For phase 1, this is the number of prefixes that pass inbound policy. For phase 2, this is the number of routes modified. For phase 3, this is the number of routes modified in the Adj-RIB-Out.
             agentBGPDecProcDels 1.3.6.1.4.1.7244.2.5.3.1.11 gauge32 read-only
Number of prefixes deleted during the decision process. For phase 1, this is the number of prefixes that previously passed inbound policy but no longer pass. For phase 2, this is the number of prefixes removed from the BGP routing table. For phase 3, this is the number of prefixes removed from the Adj-RIB-Out.
     agentBGPPeerTable 1.3.6.1.4.1.7244.2.5.4 no-access
BGP peer table. This table contains, one entry per BGP peer, information about connections with BGP peers.
         agentBGPPeerEntry 1.3.6.1.4.1.7244.2.5.4.1 no-access
Entry containing information about the connection with a BGP peer.
             agentBGPPeerRemoteAddr 1.3.6.1.4.1.7244.2.5.4.1.1 ipaddress read-only
The remote IP address of this entry's BGP peer.
             agentBGPPeerInOpens 1.3.6.1.4.1.7244.2.5.4.1.2 counter32 read-only
The number of BGP OPEN messages received from this peer.
             agentBGPPeerOutOpens 1.3.6.1.4.1.7244.2.5.4.1.3 counter32 read-only
The number of BGP OPEN messages transmitted to this peer.
             agentBGPPeerInUpdates 1.3.6.1.4.1.7244.2.5.4.1.4 counter32 read-only
The number of BGP UPDATE messages received from this peer.
             agentBGPPeerOutUpdates 1.3.6.1.4.1.7244.2.5.4.1.5 counter32 read-only
The number of BGP UPDATE messages transmitted to this peer.
             agentBGPPeerInNotifications 1.3.6.1.4.1.7244.2.5.4.1.6 counter32 read-only
The number of BGP NOTIFICATION messages received from this peer.
             agentBGPPeerOutNotifications 1.3.6.1.4.1.7244.2.5.4.1.7 counter32 read-only
The number of BGP NOTIFICATION messages transmitted to this peer.
             agentBGPPeerInKeepalives 1.3.6.1.4.1.7244.2.5.4.1.8 counter32 read-only
The number of BGP KEEPALIVE messages received from this peer.
             agentBGPPeerOutKeepalives 1.3.6.1.4.1.7244.2.5.4.1.9 counter32 read-only
The number of BGP KEEPALIVE messages transmitted to this peer.
             agentBGPPeerInRouteRefreshes 1.3.6.1.4.1.7244.2.5.4.1.10 counter32 read-only
The number of BGP ROUTE REFRESH messages received from this peer.
             agentBGPPeerOutRouteRefreshes 1.3.6.1.4.1.7244.2.5.4.1.11 counter32 read-only
The number of BGP ROUTE REFRESH messages transmitted to this peer.
             agentBGPPeerInTotalMessages 1.3.6.1.4.1.7244.2.5.4.1.12 counter32 read-only
The total number of BGP messages of all types received from this peer.
             agentBGPPeerOutTotalMessages 1.3.6.1.4.1.7244.2.5.4.1.13 counter32 read-only
The total number of BGP messages of all types transmitted to this peer.
             agentBGPPeerUpdateQueueLen 1.3.6.1.4.1.7244.2.5.4.1.14 gauge32 read-only
After receiving a BGP UPDATE message, BGP places each UPDATE on a per-neighbor queue before processing the UPDATE. This variable gives the current length of this peer's UPDATE queue, in bytes.
             agentBGPPeerUpdateQueueHigh 1.3.6.1.4.1.7244.2.5.4.1.15 gauge32 read-only
The maximum length (or high water mark) of this peer.s UPDATE queue, in bytes.
             agentBGPPeerUpdateQueueLimit 1.3.6.1.4.1.7244.2.5.4.1.16 unsigned32 read-only
The maximum number of bytes of received UPDATE messages that may be queued for this peer at any given time.
             agentBGPPeerUpdateQueueDrops 1.3.6.1.4.1.7244.2.5.4.1.17 counter32 read-only
The number of UPDATE messages from this peer that could not be added to the UPDATE queue because the queue was full.
             agentBGPPeerInPfxAdv 1.3.6.1.4.1.7244.2.5.4.1.18 counter32 read-only
The number of IPv4 prefixes received from this peer.
             agentBGPPeerOutPfxAdv 1.3.6.1.4.1.7244.2.5.4.1.19 counter32 read-only
The number of IPv4 prefixes advertised to this peer.
             agentBGPPeerInPfxWithdrawn 1.3.6.1.4.1.7244.2.5.4.1.20 counter32 read-only
The number of IPv4 prefixes this peer has withdrawn.
             agentBGPPeerOutPfxWithdrawn 1.3.6.1.4.1.7244.2.5.4.1.21 counter32 read-only
The number of IPv4 prefixes this router has withdrawn in UPDATE messages to this peer.
             agentBGPPeerInPfxCurrent 1.3.6.1.4.1.7244.2.5.4.1.22 gauge32 read-only
The number of IPv4 prefixes this peer is currently advertising to this router and that have passed inbound policy.
             agentBGPPeerOutPfxCurrent 1.3.6.1.4.1.7244.2.5.4.1.23 gauge32 read-only
The number of IPv4 prefixes this router is currently advertising to this peer.
             agentBGPPeerInPfxAccepted 1.3.6.1.4.1.7244.2.5.4.1.24 gauge32 read-only
The number of IPv4 prefixes received from this peer that may be considered to be included in the BGP route table. This includes all current prefixes whose path does not have an AS path loop and whose BGP NEXT HOP is resolved.
             agentBGPPeerInPfxRejected 1.3.6.1.4.1.7244.2.5.4.1.25 gauge32 read-only
The number of IPv4 prefixes from this peer that did not pass inbound policy.
             agentBGPPeerInMaxNlriPerUpdate 1.3.6.1.4.1.7244.2.5.4.1.26 gauge32 read-only
The maximum number of IPv4 prefixes in any single UPDATE message from this peer.
             agentBGPPeerOutMaxNlriPerUpdate 1.3.6.1.4.1.7244.2.5.4.1.27 gauge32 read-only
The maximum number of IPv4 prefixes in any single UPDATE message sent to this peer.
             agentBGPPeerInMinNlriPerUpdate 1.3.6.1.4.1.7244.2.5.4.1.28 gauge32 read-only
The minimum number of IPv4 prefixes in any single UPDATE message from this peer.
             agentBGPPeerOutMinNlriPerUpdate 1.3.6.1.4.1.7244.2.5.4.1.29 gauge32 read-only
The minimum number of IPv4 prefixes in any single UPDATE message sent to this peer.