AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Cisco » CISCO-BGP4-MIB » Objects

CISCO-BGP4-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file CISCO-BGP4-MIB and use it to monitor vendor specific OID's.

CISCO-BGP4-MIB file content

Object view of CISCO-BGP4-MIB:

Scalar Object
cbgpRouteEntry .1.3.6.1.4.1.9.9.187.1.1.1.1
Information about a path to a network received from a peer.
cbgpPeerEntry .1.3.6.1.4.1.9.9.187.1.2.1.1
Entry containing information about the connection with a BGP peer.
cbgpPeerCapsEntry .1.3.6.1.4.1.9.9.187.1.2.2.1
Each entry represents a capability received from a peer with a particular code and an index. When a capability is received multiple times with different values during a BGP connection establishment, corresponding entries are differentiated with indices.
cbgpPeerAddrFamilyEntry .1.3.6.1.4.1.9.9.187.1.2.3.1
An entry is identified by an AFI/SAFI pair and peer address. It contains names associated with an address family.
cbgpPeerAddrFamilyPrefixEntry .1.3.6.1.4.1.9.9.187.1.2.4.1
An entry is identified by an AFI/SAFI pair and peer address. It contains information associated with route prefixes belonging to an address family.
Tabular Object
cbgpRouteAfi .1.3.6.1.4.1.9.9.187.1.1.1.1.1
Represents Address Family Identifier(AFI) of the Network Layer protocol associated with the route. An implementation is only required to support IPv4 unicast and VPNv4 (Value - 1) address families.
cbgpRouteSafi .1.3.6.1.4.1.9.9.187.1.1.1.1.2
Represents Subsequent Address Family Identifier(SAFI) of the route. It gives additional information about the type of the route. An implementation is only required to support IPv4 unicast(Value - 1) and VPNv4( Value - 128) address families.
cbgpRoutePeerType .1.3.6.1.4.1.9.9.187.1.1.1.1.3
Represents the type of Network Layer address stored in cbgpRoutePeer. An implementation is only required to support IPv4 address type(Value - 1).
cbgpRoutePeer .1.3.6.1.4.1.9.9.187.1.1.1.1.4
The Network Layer address of the peer where the route information was learned. An implementation is only required to support an IPv4 peer.
cbgpRouteAddrPrefix .1.3.6.1.4.1.9.9.187.1.1.1.1.5
A Network Address prefix in the Network Layer Reachability Information field of BGP UPDATE message. This object is a Network Address containing the prefix with length specified by cbgpRouteAddrPrefixLen. Any bits beyond the length specified by cbgpRouteAddrPrefixLen are zeroed.
cbgpRouteAddrPrefixLen .1.3.6.1.4.1.9.9.187.1.1.1.1.6
Length in bits of the Network Address prefix in the Network Layer Reachability Information field.
cbgpRouteOrigin .1.3.6.1.4.1.9.9.187.1.1.1.1.7
The ultimate origin of the route information.
cbgpRouteASPathSegment .1.3.6.1.4.1.9.9.187.1.1.1.1.8
The sequence of AS path segments. Each AS path segment is represented by a triple <type, length, value>. The type is a 1-octet field which has two possible values: 1 AS_SET: unordered set of ASs a route in the UPDATE message has traversed 2 AS_SEQUENCE: ordered set of ASs a route in the UPDATE message has traversed. The length is a 1-octet field containing the number of ASs in the value field. The value field contains one or more AS numbers, each AS is represented in the octet string as a pair of octets according to the following algorithm: first-byte-of-pair = ASNumber / 256; second-byte-of-pair = ASNumber & 255;
cbgpRouteNextHop .1.3.6.1.4.1.9.9.187.1.1.1.1.9
The Network Layer address of the border router that should be used for the destination network.
cbgpRouteMedPresent .1.3.6.1.4.1.9.9.187.1.1.1.1.10
Indicates the presence/absence of MULTI_EXIT_DISC attribute for the route.
cbgpRouteMultiExitDisc .1.3.6.1.4.1.9.9.187.1.1.1.1.11
This metric is used to discriminate between multiple exit points to an adjacent autonomous system. The value of this object is irrelevant if the value of of cbgpRouteMedPresent is false(2).
cbgpRouteLocalPrefPresent .1.3.6.1.4.1.9.9.187.1.1.1.1.12
Indicates the presence/absence of LOCAL_PREF attribute for the route.
cbgpRouteLocalPref .1.3.6.1.4.1.9.9.187.1.1.1.1.13
The degree of preference calculated by the local BGP4 speaker for the route. The value of this object is irrelevant if the value of cbgpRouteLocalPrefPresent is false(2).
cbgpRouteAtomicAggregate .1.3.6.1.4.1.9.9.187.1.1.1.1.14
Whether or not the local system has selected a less specific route without selecting a more specific route.
cbgpRouteAggregatorAS .1.3.6.1.4.1.9.9.187.1.1.1.1.15
The AS number of the last BGP4 speaker that performed route aggregation. A value of zero (0) indicates the absence of this attribute.
cbgpRouteAggregatorAddrType .1.3.6.1.4.1.9.9.187.1.1.1.1.16
Represents the type of Network Layer address stored in cbgpRouteAggregatorAddr.
cbgpRouteAggregatorAddr .1.3.6.1.4.1.9.9.187.1.1.1.1.17
The Network Layer address of the last BGP4 speaker that performed route aggregation. A value of all zeros indicates the absence of this attribute.
cbgpRouteBest .1.3.6.1.4.1.9.9.187.1.1.1.1.18
An indication of whether or not this route was chosen as the best BGP4 route.
cbgpRouteUnknownAttr .1.3.6.1.4.1.9.9.187.1.1.1.1.19
One or more path attributes not understood by this BGP4 speaker. Size zero (0) indicates the absence of such attribute(s). Octets beyond the maximum size, if any, are not recorded by this object. Each path attribute is a triple <attribute type, attribute length, attribute value> of variable length. Attribute Type is a two-octet field that consists of the Attribute Flags octet followed by the Attribute Type Code octet. If the Extended Length bit of the Attribute Flags octet is set to 0, the third octet of the Path Attribute contains the length of the attribute data in octets. If the Extended Length bit of the Attribute Flags octet is set to 1, then the third and the fourth octets of the path attribute contain the length of the attribute data in octets. The remaining octets of the Path Attribute represent the attribute value and are interpreted according to the Attribute Flags and the Attribute Type Code.
cbgpPeerPrefixAccepted .1.3.6.1.4.1.9.9.187.1.2.1.1.1
Number of Route prefixes received on this connnection, which are accepted after applying filters. Possible filters are route maps, prefix lists, distributed lists, etc.
cbgpPeerPrefixDenied .1.3.6.1.4.1.9.9.187.1.2.1.1.2
Counter which gets incremented when a route prefix received on this connection is denied or when a route prefix is denied during soft reset of this connection if 'soft-reconfiguration' is on . This object is initialized to zero when the peer is configured or the router is rebooted
cbgpPeerPrefixLimit .1.3.6.1.4.1.9.9.187.1.2.1.1.3
Max number of route prefixes accepted on this connection
cbgpPeerPrefixAdvertised .1.3.6.1.4.1.9.9.187.1.2.1.1.4
Counter which gets incremented when a route prefix is advertised on this connection. This object is initialized to zero when the peer is configured or the router is rebooted
cbgpPeerPrefixSuppressed .1.3.6.1.4.1.9.9.187.1.2.1.1.5
Counter which gets incremented when a route prefix is suppressed from being sent on this connection. This object is initialized to zero when the peer is configured or the router is rebooted
cbgpPeerPrefixWithdrawn .1.3.6.1.4.1.9.9.187.1.2.1.1.6
Counter which gets incremented when a route prefix is withdrawn on this connection. This object is initialized to zero when the peer is configured or the router is rebooted
cbgpPeerLastErrorTxt .1.3.6.1.4.1.9.9.187.1.2.1.1.7
Implementation specific error description for bgpPeerLastErrorReceived.
cbgpPeerPrevState .1.3.6.1.4.1.9.9.187.1.2.1.1.8
The BGP peer connection previous state.
cbgpPeerCapCode .1.3.6.1.4.1.9.9.187.1.2.2.1.1
The BGP Capability Advertisement Capability Code.
cbgpPeerCapIndex .1.3.6.1.4.1.9.9.187.1.2.2.1.2
Multiple instances of a given capability may be sent by a BGP speaker. This variable is used to index them.
cbgpPeerCapValue .1.3.6.1.4.1.9.9.187.1.2.2.1.3
The value of the announced capability. This MIB object value is organized as given below, Capability : Route Refresh Capability Null string Capability : Multiprotocol Extensions +----------------------------------+ | AFI(16 bits) | +----------------------------------+ | SAFI (8 bits) | +----------------------------------+ Capability : Graceful Restart +----------------------------------+ | Restart Flags (4 bits) | +----------------------------------+ | Restart Time in seconds (12 bits)| +----------------------------------+ | AFI(16 bits) | +----------------------------------+ | SAFI (8 bits) | +----------------------------------+ | Flags for Address Family (8 bits)| +----------------------------------+ | ... | +----------------------------------+ | AFI(16 bits) | +----------------------------------+ | SAFI (8 bits) | +----------------------------------+ | Flags for Address Family (8 bits)| +----------------------------------+
cbgpPeerAddrFamilyAfi .1.3.6.1.4.1.9.9.187.1.2.3.1.1
The AFI index of the entry. An implementation is only required to support IPv4 unicast and VPNv4 (Value - 1) address families.
cbgpPeerAddrFamilySafi .1.3.6.1.4.1.9.9.187.1.2.3.1.2
The SAFI index of the entry. An implementation is only required to support IPv4 unicast(Value - 1) and VPNv4( Value - 128) address families.
cbgpPeerAddrFamilyName .1.3.6.1.4.1.9.9.187.1.2.3.1.3
Implementation specific Address Family name.
cbgpPeerAcceptedPrefixes .1.3.6.1.4.1.9.9.187.1.2.4.1.1
Number of accepted route prefixes on this connection, which belong to an address family.
cbgpPeerDeniedPrefixes .1.3.6.1.4.1.9.9.187.1.2.4.1.2
This counter is incremented when a route prefix, which belongs to an address family, received on this connection is denied. It is initialized to zero when the connection is undergone a hard reset.
cbgpPeerPrefixAdminLimit .1.3.6.1.4.1.9.9.187.1.2.4.1.3
Max number of route prefixes accepted for an address family on this connection.
cbgpPeerPrefixThreshold .1.3.6.1.4.1.9.9.187.1.2.4.1.4
Prefix threshold value (%) for an address family on this connection at which warning message stating the prefix count is crossed the threshold or corresponding SNMP notification is generated.
cbgpPeerPrefixClearThreshold .1.3.6.1.4.1.9.9.187.1.2.4.1.5
Prefix threshold value (%) for an address family on this connection at which SNMP clear notification is generated if prefix threshold notification is already generated.
cbgpPeerAdvertisedPrefixes .1.3.6.1.4.1.9.9.187.1.2.4.1.6
This counter is incremented when a route prefix, which belongs to an address family is advertised on this connection. It is initialized to zero when the connection is undergone a hard reset.
cbgpPeerSuppressedPrefixes .1.3.6.1.4.1.9.9.187.1.2.4.1.7
This counter is incremented when a route prefix, which belongs to an address family is suppressed from being sent on this connection. It is initialized to zero when the connection is undergone a hard reset.
cbgpPeerWithdrawnPrefixes .1.3.6.1.4.1.9.9.187.1.2.4.1.8
This counter is incremented when a route prefix, which belongs to an address family, is withdrawn on this connection. It is initialized to zero when the connection is undergone a hard reset.
Table
cbgpRouteTable .1.3.6.1.4.1.9.9.187.1.1.1
This table contains information about routes to destination networks from all BGP4 peers. Since BGP4 can carry routes for multiple Network Layer protocols, this table has the Address Family Identifier(AFI) of the Network Layer protocol as the first index. Further for a given AFI, routes carried by BGP4 are distinguished based on Subsequent Address Family Identifiers(SAFI). Hence that is used as the second index. Conceptually there is a separate Loc-RIB maintained by the BGP speaker for each combination of AFI and SAFI supported by it.
cbgpPeerTable .1.3.6.1.4.1.9.9.187.1.2.1
BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers.
cbgpPeerCapsTable .1.3.6.1.4.1.9.9.187.1.2.2
This table contains the capabilities that are supported by a peer. Capabilities of a peer are received during BGP connection establishment. Values corresponding to each received capability are stored in this table. When a new capability is received, this table is updated with a new entry. When an existing capability is not received during the latest connection establishment, the corresponding entry is deleted from the table.
cbgpPeerAddrFamilyTable .1.3.6.1.4.1.9.9.187.1.2.3
This table contains information related to address families supported by a peer. Supported address families of a peer are known during BGP connection establishment. When a new supported address family is known, this table is updated with a new entry. When an address family is not supported any more, corresponding entry is deleted from the table.
cbgpPeerAddrFamilyPrefixTable .1.3.6.1.4.1.9.9.187.1.2.4
This table contains prefix related information related to address families supported by a peer. Supported address families of a peer are known during BGP connection establishment. When a new supported address family is known, this table is updated with a new entry. When an address family is not supported any more, corresponding entry is deleted from the table.
Trap
cbgpFsmStateChange .1.3.6.1.4.1.9.9.187.0.1
The BGP cbgpFsmStateChange notification is generated for every BGP FSM state change. The bgpPeerRemoteAddr value is attached to the notification object ID.
cbgpBackwardTransition .1.3.6.1.4.1.9.9.187.0.2
The cbgpBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state. The bgpPeerRemoteAddr value is attached to the notification object ID.
cbgpPrefixThresholdExceeded .1.3.6.1.4.1.9.9.187.0.3
The cbgpPrfefixMaxThresholdExceeded notification is generated when prefix count exceeds the configured warning threshold on a session for an address family. The bgpPeerRemoteAddr, cbgpPeerAddrFamilyAfi and cbgpPeerAddrFamilySafi values are attached to the notification object ID.
cbgpPrefixThresholdClear .1.3.6.1.4.1.9.9.187.0.4
The cbgpPrefixThresholdClear notification is generated when prefix count drops below the configured clear threshold on a session for an address family once cbgpPrefixThresholdExceeded is generated. This won't be generated if the peer session goes down after the generation of cbgpPrefixThresholdExceeded. The bgpPeerRemoteAddr, cbgpPeerAddrFamilyAfi and cbgpPeerAddrFamilySafi values are attached to the notification object ID.
Object Identifier
ciscoBgp4MIB .1.3.6.1.4.1.9.9.187
An extension to the IETF BGP4 MIB module defined in RFC 1657. Following is the terminology associated with Border Gateway Protocol(BGP). UPDATE message UPDATE messages are used to transfer routing information between BGP peers. An UPDATE message is used to advertise a single feasible route to a peer, or to withdraw multiple unfeasible routes from service. Adj-RIBs-In The Adj-RIBs-In store routing information that has been learned from inbound UPDATE messages. Their contents represent routes that are available as an input to the Decision Process. Loc-RIB(BGP table) The Loc-RIB contains the local routing information that the BGP speaker has selected by applying its local policies to the routing information contained in its Adj-RIBs-In. Adj-RIBs-Out The Adj-RIBs-Out store the information that the local BGP speaker has selected for advertisement to its peers. The routing information stored in the Adj-RIBs-Out will be carried in the local BGP speaker's UPDATE messages and advertised to its peers. Path Attributes A variable length sequence of path attributes is present in every UPDATE. Each path attribute is a triple <attribute type, attribute length, attribute value> of variable length. Network Layer Reachability Information(NLRI) A variable length field present in UPDATE messages which contains a list of Network Layer address prefixes. Address Family Identifier(AFI) Primary identifier to indicate the type of the Network Layer Reachability Information(NLRI) being carried. Subsequent Address Family Identifier(SAFI) Secondary identifier to indicate the type of the Network Layer Reachability Information(NLRI) being carried.
ciscoBgp4MIBObjects .1.3.6.1.4.1.9.9.187.1
cbgpRoute .1.3.6.1.4.1.9.9.187.1.1
cbgpPeer .1.3.6.1.4.1.9.9.187.1.2
ciscoBgp4NotifyPrefix .1.3.6.1.4.1.9.9.187.0
ciscoBgp4NotificationPrefix .1.3.6.1.4.1.9.9.187.2
ciscoBgp4MIBConformance .1.3.6.1.4.1.9.9.187.3
ciscoBgp4MIBCompliances .1.3.6.1.4.1.9.9.187.3.1
ciscoBgp4MIBGroups .1.3.6.1.4.1.9.9.187.3.2
Group
ciscoBgp4RouteGroup .1.3.6.1.4.1.9.9.187.3.2.1
A collection of objects providing information about routes received by BGP speaker.
ciscoBgp4PeerGroup .1.3.6.1.4.1.9.9.187.3.2.2
A collection of objects providing information about routes received by BGP speaker.
ciscoBgp4NotificationsGroup .1.3.6.1.4.1.9.9.187.3.2.3
The collection of notifications related to BGP.
ciscoBgp4PeerGroup1 .1.3.6.1.4.1.9.9.187.3.2.4
A collection of objects providing information about a BGP peer.
ciscoBgp4NotificationsGroup1 .1.3.6.1.4.1.9.9.187.3.2.5
The collection of notifications related to BGP.