MIBs Depot

CISCO-BGP4-MIB

Registered at
1.3.6.1.4.1.9.9.187
Last updated
2025-07-31 00:00
Organization
Cisco Systems, Inc.
Revisions
2025-07-31 00:00, 2020-05-06 00:00, 2020-04-14 00:00, 2010-09-30 00:00, 2003-02-24 00:00, 2002-12-19 00:00, 2001-08-13 00:00
Namespace
cisco
Source file
CISCO-BGP4-MIB
Digest
sha256:e7f7acee988e121b2a0e4723b40ff53e01cbbe2f7db29df7985b14143280543d

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-iprouting-bgp@cisco.com

Imports

FromSymbols
BGP4-MIBbgpPeerEntry, bgpPeerLastError, bgpPeerRemoteAddr, bgpPeerState
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressType, InetAutonomousSystemNumber, InetPortNumber
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BGP4-MIB
CISCO-BGP4-MIB
CISCO-SMI
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CbgpNetworkAddress
TEXTUAL-CONVENTION
Represents the Network Address prefix carried in the BGP UPDATE messages. In the following table, column 'Type' gives the kind of Network Layer address which will be stored in the object of this type based on the values of Address Family Identifier(AFI) and SAFI. AFI SAFI Type ipv4(1) unicast(1) IPv4 address ipv4(1) multicast(2) IPv4 address ipv4(1) vpn(128) VPN-IPv4 address ipv6(2) unicast(1) IPv6 address ipv6(2) multicast(2) IPv6 address ipv6(2) vpn(128) VPN-IPv6 address A VPN-IPv4 address is a 12-byte quantity, beginning with an 8-byte 'Route Distinguisher (RD)' and ending with a 4-byte IPv4 address. A VPN-IPv6 address is a 24-byte quantity, beginning with an 8-byte 'Route Distinguisher (RD)' and ending with a 16-byte IPv6 address.
current
CbgpSafi
TEXTUAL-CONVENTION
Subsequent Address Family Identifier(SAFI) is used by BGP speaker to indicate the type of the the Network Layer Reachability Information(NLRI) being carried. RFC-2858 has defined the following values for SAFI. 1 - Network Layer Reachability Information used for unicast forwarding 2 - Network Layer Reachability Information used for multicast forwarding 3 - Network Layer Reachability Information used for both unicast and multicast forwarding. SAFI values 128 through 255 are for private use.
current

Objects

NameOIDSyntaxAccessStatus
ciscoBgp4NotifyPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.0
ciscoBgp4MIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.1
cbgpRoute
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.1.1
cbgpRouteTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.1.1not-accessiblecurrent
cbgpRouteEntry
OBJECT-TYPE
Information about a path to a network received from a peer.
1.3.6.1.4.1.9.9.187.1.1.1.1not-accessiblecurrent
cbgpRouteAfi
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.1.1.1.1InetAddressTypenot-accessiblecurrent
cbgpRouteSafi
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.1.1.1.2CbgpSafinot-accessiblecurrent
cbgpRoutePeerType
OBJECT-TYPE
Represents the type of Network Layer address stored in cbgpRoutePeer. An implementation is only required to support IPv4 address type(Value - 1).
1.3.6.1.4.1.9.9.187.1.1.1.1.3InetAddressTypenot-accessiblecurrent
cbgpRoutePeer
OBJECT-TYPE
The Network Layer address of the peer where the route information was learned. An implementation is only required to support an IPv4 peer.
1.3.6.1.4.1.9.9.187.1.1.1.1.4InetAddressnot-accessiblecurrent
cbgpRouteAddrPrefix
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.1.1.1.5CbgpNetworkAddressnot-accessiblecurrent
cbgpRouteAddrPrefixLen
OBJECT-TYPE
Length in bits of the Network Address prefix in the Network Layer Reachability Information field.
1.3.6.1.4.1.9.9.187.1.1.1.1.6Unsigned32 (0..2040)not-accessiblecurrent
cbgpRouteOrigin
OBJECT-TYPE
The ultimate origin of the route information.
1.3.6.1.4.1.9.9.187.1.1.1.1.7INTEGER {igp(1), egp(2), incomplete(3)}read-onlycurrent
cbgpRouteASPathSegment
OBJECT-TYPE
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;
1.3.6.1.4.1.9.9.187.1.1.1.1.8OCTET STRING (SIZE(0..255))read-onlycurrent
cbgpRouteNextHop
OBJECT-TYPE
The Network Layer address of the border router that should be used for the destination network.
1.3.6.1.4.1.9.9.187.1.1.1.1.9CbgpNetworkAddressread-onlycurrent
cbgpRouteMedPresent
OBJECT-TYPE
Indicates the presence/absence of MULTI_EXIT_DISC attribute for the route.
1.3.6.1.4.1.9.9.187.1.1.1.1.10TruthValueread-onlycurrent
cbgpRouteMultiExitDisc
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.187.1.1.1.1.11Unsigned32 (0..4294967295)read-onlycurrent
cbgpRouteLocalPrefPresent
OBJECT-TYPE
Indicates the presence/absence of LOCAL_PREF attribute for the route.
1.3.6.1.4.1.9.9.187.1.1.1.1.12TruthValueread-onlycurrent
cbgpRouteLocalPref
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.187.1.1.1.1.13Unsigned32 (0..4294967295)read-onlycurrent
cbgpRouteAtomicAggregate
OBJECT-TYPE
Whether or not the local system has selected a less specific route without selecting a more specific route.
1.3.6.1.4.1.9.9.187.1.1.1.1.14INTEGER {lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2)}read-onlycurrent
cbgpRouteAggregatorAS
OBJECT-TYPE
The AS number of the last BGP4 speaker that performed route aggregation. A value of zero (0) indicates the absence of this attribute.
1.3.6.1.4.1.9.9.187.1.1.1.1.15Unsigned32 (0..65535)read-onlycurrent
cbgpRouteAggregatorAddrType
OBJECT-TYPE
Represents the type of Network Layer address stored in cbgpRouteAggregatorAddr.
1.3.6.1.4.1.9.9.187.1.1.1.1.16InetAddressTyperead-onlycurrent
cbgpRouteAggregatorAddr
OBJECT-TYPE
The Network Layer address of the last BGP4 speaker that performed route aggregation. A value of all zeros indicates the absence of this attribute.
1.3.6.1.4.1.9.9.187.1.1.1.1.17InetAddressread-onlycurrent
cbgpRouteBest
OBJECT-TYPE
An indication of whether or not this route was chosen as the best BGP4 route.
1.3.6.1.4.1.9.9.187.1.1.1.1.18TruthValueread-onlycurrent
cbgpRouteUnknownAttr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.1.1.1.19OCTET STRING (SIZE(0..255))read-onlycurrent
cbgpPeer
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.1.2
cbgpPeerTable
OBJECT-TYPE
BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers.
1.3.6.1.4.1.9.9.187.1.2.1not-accessiblecurrent
cbgpPeerEntry
OBJECT-TYPE
Entry containing information about the connection with a BGP peer.
1.3.6.1.4.1.9.9.187.1.2.1.1not-accessiblecurrent
cbgpPeerPrefixAccepted
OBJECT-TYPE
Number of Route prefixes received on this connnection, which are accepted after applying filters. Possible filters are route maps, prefix lists, distributed lists, etc.
1.3.6.1.4.1.9.9.187.1.2.1.1.1Counter32read-onlydeprecated
cbgpPeerPrefixDenied
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.187.1.2.1.1.2Counter32read-onlydeprecated
cbgpPeerPrefixLimit
OBJECT-TYPE
Max number of route prefixes accepted on this connection
1.3.6.1.4.1.9.9.187.1.2.1.1.3Unsigned32 (1..4294967295)read-writedeprecated
cbgpPeerPrefixAdvertised
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.187.1.2.1.1.4Counter32read-onlydeprecated
cbgpPeerPrefixSuppressed
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.187.1.2.1.1.5Counter32read-onlydeprecated
cbgpPeerPrefixWithdrawn
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.187.1.2.1.1.6Counter32read-onlydeprecated
cbgpPeerLastErrorTxt
OBJECT-TYPE
Implementation specific error description for bgpPeerLastErrorReceived.
1.3.6.1.4.1.9.9.187.1.2.1.1.7SnmpAdminStringread-onlycurrent
cbgpPeerPrevState
OBJECT-TYPE
The BGP peer connection previous state.
1.3.6.1.4.1.9.9.187.1.2.1.1.8INTEGER {none(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)}read-onlycurrent
cbgpPeerCapsTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.2not-accessiblecurrent
cbgpPeerCapsEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.2.1not-accessiblecurrent
cbgpPeerCapCode
OBJECT-TYPE
The BGP Capability Advertisement Capability Code.
1.3.6.1.4.1.9.9.187.1.2.2.1.1INTEGER {multiProtocol(1), routeRefresh(2), gracefulRestart(64), routeRefreshOld(128)}not-accessiblecurrent
cbgpPeerCapIndex
OBJECT-TYPE
Multiple instances of a given capability may be sent by a BGP speaker. This variable is used to index them.
1.3.6.1.4.1.9.9.187.1.2.2.1.2Unsigned32 (1..128)not-accessiblecurrent
cbgpPeerCapValue
OBJECT-TYPE
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)| +----------------------------------+
1.3.6.1.4.1.9.9.187.1.2.2.1.3OCTET STRING (SIZE(0..255))read-onlycurrent
cbgpPeerAddrFamilyTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.3not-accessiblecurrent
cbgpPeerAddrFamilyEntry
OBJECT-TYPE
An entry is identified by an AFI/SAFI pair and peer address. It contains names associated with an address family.
1.3.6.1.4.1.9.9.187.1.2.3.1not-accessiblecurrent
cbgpPeerAddrFamilyAfi
OBJECT-TYPE
The AFI index of the entry. An implementation is only required to support IPv4 unicast and VPNv4 (Value - 1) address families.
1.3.6.1.4.1.9.9.187.1.2.3.1.1InetAddressTypenot-accessiblecurrent
cbgpPeerAddrFamilySafi
OBJECT-TYPE
The SAFI index of the entry. An implementation is only required to support IPv4 unicast(Value - 1) and VPNv4( Value - 128) address families.
1.3.6.1.4.1.9.9.187.1.2.3.1.2CbgpSafinot-accessiblecurrent
cbgpPeerAddrFamilyName
OBJECT-TYPE
Implementation specific Address Family name.
1.3.6.1.4.1.9.9.187.1.2.3.1.3SnmpAdminStringread-onlycurrent
cbgpPeerAddrFamilyPrefixTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.4not-accessiblecurrent
cbgpPeerAddrFamilyPrefixEntry
OBJECT-TYPE
An entry is identified by an AFI/SAFI pair and peer address. It contains information associated with route prefixes belonging to an address family.
1.3.6.1.4.1.9.9.187.1.2.4.1not-accessiblecurrent
cbgpPeerAcceptedPrefixes
OBJECT-TYPE
Number of accepted route prefixes on this connection, which belong to an address family.
1.3.6.1.4.1.9.9.187.1.2.4.1.1Counter32read-onlycurrent
cbgpPeerDeniedPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.4.1.2Gauge32read-onlycurrent
cbgpPeerPrefixAdminLimit
OBJECT-TYPE
Max number of route prefixes accepted for an address family on this connection.
1.3.6.1.4.1.9.9.187.1.2.4.1.3Unsigned32 (1..4294967295)read-writecurrent
cbgpPeerPrefixThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.4.1.4Unsigned32 (1..100)read-writecurrent
cbgpPeerPrefixClearThreshold
OBJECT-TYPE
Prefix threshold value (%) for an address family on this connection at which SNMP clear notification is generated if prefix threshold notification is already generated.
1.3.6.1.4.1.9.9.187.1.2.4.1.5Unsigned32 (1..100)read-onlycurrent
cbgpPeerAdvertisedPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.4.1.6Gauge32read-onlycurrent
cbgpPeerSuppressedPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.4.1.7Gauge32read-onlycurrent
cbgpPeerWithdrawnPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.4.1.8Gauge32read-onlycurrent
cbgpPeer2Table
OBJECT-TYPE
BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers.
1.3.6.1.4.1.9.9.187.1.2.5not-accessiblecurrent
cbgpPeer2Entry
OBJECT-TYPE
Entry containing information about the connection with a BGP peer.
1.3.6.1.4.1.9.9.187.1.2.5.1not-accessiblecurrent
cbgpPeer2Type
OBJECT-TYPE
Represents the type of Peer address stored in cbgpPeer2Entry.
1.3.6.1.4.1.9.9.187.1.2.5.1.1InetAddressTypenot-accessiblecurrent
cbgpPeer2RemoteAddr
OBJECT-TYPE
The remote IP address of this entry's BGP peer.
1.3.6.1.4.1.9.9.187.1.2.5.1.2InetAddressnot-accessiblecurrent
cbgpPeer2State
OBJECT-TYPE
The BGP peer connection state.
1.3.6.1.4.1.9.9.187.1.2.5.1.3INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)}read-onlycurrent
cbgpPeer2AdminStatus
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.4INTEGER {stop(1), start(2)}read-writecurrent
cbgpPeer2NegotiatedVersion
OBJECT-TYPE
The negotiated version of BGP running between the two peers. This entry MUST be zero (0) unless the cbgpPeer2State is in the openconfirm or the established state. Note that legal values for this object are between 0 and 255.
1.3.6.1.4.1.9.9.187.1.2.5.1.5Integer32read-onlycurrent
cbgpPeer2LocalAddr
OBJECT-TYPE
The local IP address of this entry's BGP connection.
1.3.6.1.4.1.9.9.187.1.2.5.1.6InetAddressread-onlycurrent
cbgpPeer2LocalPort
OBJECT-TYPE
The local port for the TCP connection between the BGP peers.
1.3.6.1.4.1.9.9.187.1.2.5.1.7InetPortNumberread-onlycurrent
cbgpPeer2LocalAs
OBJECT-TYPE
The local AS number for this session.
1.3.6.1.4.1.9.9.187.1.2.5.1.8InetAutonomousSystemNumberread-onlycurrent
cbgpPeer2LocalIdentifier
OBJECT-TYPE
The BGP Identifier of this entry's BGP peer.
1.3.6.1.4.1.9.9.187.1.2.5.1.9IpAddressread-onlycurrent
cbgpPeer2RemotePort
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.10InetPortNumberread-onlycurrent
cbgpPeer2RemoteAs
OBJECT-TYPE
The remote autonomous system number received in the BGP OPEN message.
1.3.6.1.4.1.9.9.187.1.2.5.1.11InetAutonomousSystemNumberread-onlycurrent
cbgpPeer2RemoteIdentifier
OBJECT-TYPE
The BGP Identifier of this entry's BGP peer. This entry MUST be 0.0.0.0 unless the cbgpPeer2State is in the openconfirm or the established state.
1.3.6.1.4.1.9.9.187.1.2.5.1.12IpAddressread-onlycurrent
cbgpPeer2InUpdates
OBJECT-TYPE
The number of BGP UPDATE messages received on this connection.
1.3.6.1.4.1.9.9.187.1.2.5.1.13Counter32read-onlycurrent
cbgpPeer2OutUpdates
OBJECT-TYPE
The number of BGP UPDATE messages transmitted on this connection.
1.3.6.1.4.1.9.9.187.1.2.5.1.14Counter32read-onlycurrent
cbgpPeer2InTotalMessages
OBJECT-TYPE
The total number of messages received from the remote peer on this connection.
1.3.6.1.4.1.9.9.187.1.2.5.1.15Counter32read-onlycurrent
cbgpPeer2OutTotalMessages
OBJECT-TYPE
The total number of messages transmitted to the remote peer on this connection.
1.3.6.1.4.1.9.9.187.1.2.5.1.16Counter32read-onlycurrent
cbgpPeer2LastError
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.17OCTET STRING (SIZE(2))read-onlycurrent
cbgpPeer2FsmEstablishedTransitions
OBJECT-TYPE
The total number of times the BGP FSM transitioned into the established state for this peer.
1.3.6.1.4.1.9.9.187.1.2.5.1.18Counter32read-onlycurrent
cbgpPeer2FsmEstablishedTime
OBJECT-TYPE
This 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.19Gauge32read-onlycurrent
cbgpPeer2ConnectRetryInterval
OBJECT-TYPE
Time interval (in seconds) for the ConnectRetry timer. The suggested value for this timer is 120 seconds.
1.3.6.1.4.1.9.9.187.1.2.5.1.20Integer32 (1..65535)read-writecurrent
cbgpPeer2HoldTime
OBJECT-TYPE
Time 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 cbgpPeer2HoldTimeConfigured 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 cbgpPeer2HoldTimeConfigured object has a value of (0), then this object MUST have a value of (0).
1.3.6.1.4.1.9.9.187.1.2.5.1.21Integer32 (0 | 3..65535)read-onlycurrent
cbgpPeer2KeepAlive
OBJECT-TYPE
Time 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 cbgpPeer2HoldTime, it has the same proportion that cbgpPeer2KeepAliveConfigured has, compared with cbgpPeer2HoldTimeConfigured. If the KeepAlive timer has not been established with the peer, this object MUST have a value of zero (0). If the of cbgpPeer2KeepAliveConfigured object has a value of (0), then this object MUST have a value of (0).
1.3.6.1.4.1.9.9.187.1.2.5.1.22Integer32 (0 | 1..21845)read-onlycurrent
cbgpPeer2HoldTimeConfigured
OBJECT-TYPE
Time 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 (cbgpPeer2HoldTime) 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.23Integer32 (0 | 3..65535)read-writecurrent
cbgpPeer2KeepAliveConfigured
OBJECT-TYPE
Time 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 cbgpPeer2HoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by cbgpPeer2KeepAlive. A reasonable maximum value for this timer would be one third of that of cbgpPeer2HoldTimeConfigured. 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.24Integer32 (0 | 1..21845)read-writecurrent
cbgpPeer2MinASOriginationInterval
OBJECT-TYPE
Time interval (in seconds) for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds.
1.3.6.1.4.1.9.9.187.1.2.5.1.25Integer32 (1..65535)read-writecurrent
cbgpPeer2MinRouteAdvertisementInterval
OBJECT-TYPE
Time 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.
1.3.6.1.4.1.9.9.187.1.2.5.1.26Integer32 (1..65535)read-writecurrent
cbgpPeer2InUpdateElapsedTime
OBJECT-TYPE
Elapsed time (in seconds) since the last BGP UPDATE message was received from the peer. Each time cbgpPeer2InUpdates is incremented, the value of this object is set to zero (0).
1.3.6.1.4.1.9.9.187.1.2.5.1.27Gauge32read-onlycurrent
cbgpPeer2LastErrorTxt
OBJECT-TYPE
Implementation specific error description for bgpPeerLastErrorReceived.
1.3.6.1.4.1.9.9.187.1.2.5.1.28SnmpAdminStringread-onlycurrent
cbgpPeer2PrevState
OBJECT-TYPE
The BGP peer connection previous state.
1.3.6.1.4.1.9.9.187.1.2.5.1.29INTEGER {none(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)}read-onlycurrent
cbgpPeer2CapsTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.6not-accessiblecurrent
cbgpPeer2CapsEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.6.1not-accessiblecurrent
cbgpPeer2CapCode
OBJECT-TYPE
The BGP Capability Advertisement Capability Code.
1.3.6.1.4.1.9.9.187.1.2.6.1.1INTEGER {multiProtocol(1), routeRefresh(2), gracefulRestart(64), fourByteAs(65), addPath(69), routeRefreshOld(128)}not-accessiblecurrent
cbgpPeer2CapIndex
OBJECT-TYPE
Multiple instances of a given capability may be sent by a BGP speaker. This variable is used to index them.
1.3.6.1.4.1.9.9.187.1.2.6.1.2Unsigned32 (1..128)not-accessiblecurrent
cbgpPeer2CapValue
OBJECT-TYPE
The value of the announced capability. This MIB object value is organized as given below, Capability : Route Refresh Capability 4-Byte AS 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)| +----------------------------------+ Capability : Additional Paths +----------------------------------+ | AFI(16 bits) | +----------------------------------+ | SAFI (8 bits) | +----------------------------------+ | Send/Receive (8 bits) | +----------------------------------+
1.3.6.1.4.1.9.9.187.1.2.6.1.3OCTET STRING (SIZE(0..255))read-onlycurrent
cbgpPeer2AddrFamilyTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.7not-accessiblecurrent
cbgpPeer2AddrFamilyEntry
OBJECT-TYPE
An entry is identified by an AFI/SAFI pair and peer address. It contains names associated with an address family.
1.3.6.1.4.1.9.9.187.1.2.7.1not-accessiblecurrent
cbgpPeer2AddrFamilyAfi
OBJECT-TYPE
The AFI index of the entry. An implementation is only required to support IPv4 unicast and VPNv4 (Value - 1) address families.
1.3.6.1.4.1.9.9.187.1.2.7.1.1InetAddressTypenot-accessiblecurrent
cbgpPeer2AddrFamilySafi
OBJECT-TYPE
The SAFI index of the entry. An implementation is only required to support IPv4 unicast(Value - 1) and VPNv4( Value - 128) address families.
1.3.6.1.4.1.9.9.187.1.2.7.1.2CbgpSafinot-accessiblecurrent
cbgpPeer2AddrFamilyName
OBJECT-TYPE
Implementation specific Address Family name.
1.3.6.1.4.1.9.9.187.1.2.7.1.3SnmpAdminStringread-onlycurrent
cbgpPeer2AddrFamilyPrefixTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.8not-accessiblecurrent
cbgpPeer2AddrFamilyPrefixEntry
OBJECT-TYPE
An entry is identified by an AFI/SAFI pair and peer address. It contains information associated with route prefixes belonging to an address family.
1.3.6.1.4.1.9.9.187.1.2.8.1not-accessiblecurrent
cbgpPeer2AcceptedPrefixes
OBJECT-TYPE
Number of accepted route prefixes on this connection, which belong to an address family.
1.3.6.1.4.1.9.9.187.1.2.8.1.1Counter32read-onlycurrent
cbgpPeer2DeniedPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.8.1.2Gauge32read-onlycurrent
cbgpPeer2PrefixAdminLimit
OBJECT-TYPE
Max number of route prefixes accepted for an address family on this connection.
1.3.6.1.4.1.9.9.187.1.2.8.1.3Unsigned32 (1..4294967295)read-writecurrent
cbgpPeer2PrefixThreshold
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.8.1.4Unsigned32 (1..100)read-writecurrent
cbgpPeer2PrefixClearThreshold
OBJECT-TYPE
Prefix threshold value (%) for an address family on this connection at which SNMP clear notification is generated if prefix threshold notification is already generated.
1.3.6.1.4.1.9.9.187.1.2.8.1.5Unsigned32 (1..100)read-onlycurrent
cbgpPeer2AdvertisedPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.8.1.6Gauge32read-onlycurrent
cbgpPeer2SuppressedPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.8.1.7Gauge32read-onlycurrent
cbgpPeer2WithdrawnPrefixes
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.187.1.2.8.1.8Gauge32read-onlycurrent
cbgpPeer3Table
OBJECT-TYPE
BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers on per vrf basis
1.3.6.1.4.1.9.9.187.1.2.9not-accessiblecurrent
cbgpPeer3Entry
OBJECT-TYPE
Entry containing information about the connection with a BGP peer in particular vrf
1.3.6.1.4.1.9.9.187.1.2.9.1not-accessiblecurrent
cbgpPeer3VrfId
OBJECT-TYPE
id of the vrf that peer is configured in.
1.3.6.1.4.1.9.9.187.1.2.9.1.1Unsigned32 (0..65535)read-onlycurrent
cbgpPeer3Type
OBJECT-TYPE
Represents the type of Peer address stored in cbgpPeer3Entry.
1.3.6.1.4.1.9.9.187.1.2.9.1.2InetAddressTyperead-onlycurrent
cbgpPeer3RemoteAddr
OBJECT-TYPE
The remote IP address of this entry's BGP peer.
1.3.6.1.4.1.9.9.187.1.2.9.1.3InetAddressread-onlycurrent
cbgpPeer3VrfName
OBJECT-TYPE
name of the vrf that peer is configured in.
1.3.6.1.4.1.9.9.187.1.2.9.1.4SnmpAdminString (SIZE(1..32))read-onlycurrent
cbgpPeer3State
OBJECT-TYPE
The BGP peer connection state.
1.3.6.1.4.1.9.9.187.1.2.9.1.5INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)}read-onlycurrent
cbgpPeer3AdminStatus
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.187.1.2.9.1.6INTEGER {stop(1), start(2)}read-writecurrent
cbgpPeer3NegotiatedVersion
OBJECT-TYPE
The negotiated version of BGP running between the two peers. This entry MUST be zero (0) unless the cbgpPeer3State is in the openconfirm or the established state. Note that legal values for this object are between 0 and 255.
1.3.6.1.4.1.9.9.187.1.2.9.1.7Integer32read-onlycurrent
cbgpPeer3LocalAddr
OBJECT-TYPE
The local IP address of this entry's BGP connection.
1.3.6.1.4.1.9.9.187.1.2.9.1.8InetAddressread-onlycurrent
cbgpPeer3LocalPort
OBJECT-TYPE
The local port for the TCP connection between the BGP peers.
1.3.6.1.4.1.9.9.187.1.2.9.1.9InetPortNumberread-onlycurrent
cbgpPeer3LocalAs
OBJECT-TYPE
The local AS number for this session.
1.3.6.1.4.1.9.9.187.1.2.9.1.10InetAutonomousSystemNumberread-onlycurrent
cbgpPeer3LocalIdentifier
OBJECT-TYPE
The BGP Identifier of this entry's BGP peer.
1.3.6.1.4.1.9.9.187.1.2.9.1.11IpAddressread-onlycurrent
cbgpPeer3RemotePort
OBJECT-TYPE
The remote port for the TCP connection between the BGP peers. Note that the objects cbgpPeer3LocalAddr, cbgpPeer3LocalPort, cbgpPeer3RemoteAddr, and cbgpPeer3RemotePort provide the appropriate reference to the standard MIB TCP connection table.
1.3.6.1.4.1.9.9.187.1.2.9.1.12InetPortNumberread-onlycurrent
cbgpPeer3RemoteAs
OBJECT-TYPE
The remote autonomous system number received in the BGP OPEN message.
1.3.6.1.4.1.9.9.187.1.2.9.1.13InetAutonomousSystemNumberread-onlycurrent
cbgpPeer3RemoteIdentifier
OBJECT-TYPE
The BGP Identifier of this entry's BGP peer. This entry MUST be 0.0.0.0 unless the cbgpPeer3State is in the openconfirm or the established state.
1.3.6.1.4.1.9.9.187.1.2.9.1.14IpAddressread-onlycurrent
cbgpPeer3InUpdates
OBJECT-TYPE
The number of BGP UPDATE messages received on this connection.
1.3.6.1.4.1.9.9.187.1.2.9.1.15Counter32read-onlycurrent
cbgpPeer3OutUpdates
OBJECT-TYPE
The number of BGP UPDATE messages transmitted on this connection.
1.3.6.1.4.1.9.9.187.1.2.9.1.16Counter32read-onlycurrent
cbgpPeer3InTotalMessages
OBJECT-TYPE
The total number of messages received from the remote peer on this connection.
1.3.6.1.4.1.9.9.187.1.2.9.1.17Counter32read-onlycurrent
cbgpPeer3OutTotalMessages
OBJECT-TYPE
The total number of messages transmitted to the remote peer on this connection.
1.3.6.1.4.1.9.9.187.1.2.9.1.18Counter32read-onlycurrent
cbgpPeer3LastError
OBJECT-TYPE
The 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.
1.3.6.1.4.1.9.9.187.1.2.9.1.19OCTET STRING (SIZE(2))read-onlycurrent
cbgpPeer3FsmEstablishedTransitions
OBJECT-TYPE
The total number of times the BGP FSM transitioned into the established state for this peer.
1.3.6.1.4.1.9.9.187.1.2.9.1.20Counter32read-onlycurrent
cbgpPeer3FsmEstablishedTime
OBJECT-TYPE
This 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.
1.3.6.1.4.1.9.9.187.1.2.9.1.21Gauge32read-onlycurrent
cbgpPeer3ConnectRetryInterval
OBJECT-TYPE
Time interval (in seconds) for the ConnectRetry timer. The suggested value for this timer is 120 seconds.
1.3.6.1.4.1.9.9.187.1.2.9.1.22Integer32 (1..65535)read-writecurrent
cbgpPeer3HoldTime
OBJECT-TYPE
Time 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 cbgpPeer3HoldTimeConfigured 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 cbgpPeer3HoldTimeConfigured object has a value of (0), then this object MUST have a value of (0).
1.3.6.1.4.1.9.9.187.1.2.9.1.23Integer32 (0 | 3..65535)read-onlycurrent
cbgpPeer3KeepAlive
OBJECT-TYPE
Time 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 cbgpPeer3HoldTime, it has the same proportion that cbgpPeer3KeepAliveConfigured has, compared with cbgpPeer3HoldTimeConfigured. If the KeepAlive timer has not been established with the peer, this object MUST have a value of zero (0). If the of cbgpPeer3KeepAliveConfigured object has a value of (0), then this object MUST have a value of (0).
1.3.6.1.4.1.9.9.187.1.2.9.1.24Integer32 (0 | 1..21845)read-onlycurrent
cbgpPeer3HoldTimeConfigured
OBJECT-TYPE
Time 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 (cbgpPeer3HoldTime) 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.
1.3.6.1.4.1.9.9.187.1.2.9.1.25Integer32 (0 | 3..65535)read-writecurrent
cbgpPeer3KeepAliveConfigured
OBJECT-TYPE
Time 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 cbgpPeer3HoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by cbgpPeer3KeepAlive. A reasonable maximum value for this timer would be one third of that of cbgpPeer3HoldTimeConfigured. 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.
1.3.6.1.4.1.9.9.187.1.2.9.1.26Integer32 (0 | 1..21845)read-writecurrent
cbgpPeer3MinASOriginationInterval
OBJECT-TYPE
Time interval (in seconds) for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds.
1.3.6.1.4.1.9.9.187.1.2.9.1.27Integer32 (1..65535)read-writecurrent
cbgpPeer3MinRouteAdvertisementInterval
OBJECT-TYPE
Time 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.
1.3.6.1.4.1.9.9.187.1.2.9.1.28Integer32 (1..65535)read-writecurrent
cbgpPeer3InUpdateElapsedTime
OBJECT-TYPE
Elapsed time (in seconds) since the last BGP UPDATE message was received from the peer. Each time cbgpPeer3InUpdates is incremented, the value of this object is set to zero (0).
1.3.6.1.4.1.9.9.187.1.2.9.1.29Gauge32read-onlycurrent
cbgpPeer3LastErrorTxt
OBJECT-TYPE
Implementation specific error description for bgpPeerLastErrorReceived.
1.3.6.1.4.1.9.9.187.1.2.9.1.30SnmpAdminStringread-onlycurrent
cbgpPeer3PrevState
OBJECT-TYPE
The BGP peer connection previous state.
1.3.6.1.4.1.9.9.187.1.2.9.1.31INTEGER {none(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)}read-onlycurrent
cbgpGlobal
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.1.3
cbgpNotifsEnable
OBJECT-TYPE
Indicates whether the specific notifications are enabled. If notifsEnable(0) bit is set to 1, then the notifications defined in ciscoBgp4NotificationsGroup1 are enabled; If notifsPeer2Enable(1) bit is set to 1, then the notifications defined in ciscoBgp4Peer2NotificationsGroup are enabled.
1.3.6.1.4.1.9.9.187.1.3.1Bits {notifsEnable(0), notifsPeer2Enable(1)}read-writecurrent
cbgpLocalAs
OBJECT-TYPE
The local autonomous system (AS) number.
1.3.6.1.4.1.9.9.187.1.3.2InetAutonomousSystemNumberread-onlycurrent
ciscoBgp4NotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.2
ciscoBgp4MIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.3
ciscoBgp4MIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.3.1
ciscoBgp4MIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.187.3.2

Notifications

NameOIDStatus
cbgpFsmStateChange
NOTIFICATION-TYPE
The BGP cbgpFsmStateChange notification is generated for every BGP FSM state change. The bgpPeerRemoteAddr value is attached to the notification object ID.
1.3.6.1.4.1.9.9.187.0.1current
cbgpBackwardTransition
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.187.0.2current
cbgpPrefixThresholdExceeded
NOTIFICATION-TYPE
The cbgpPrefixThresholdExceeded 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.
1.3.6.1.4.1.9.9.187.0.3current
cbgpPrefixThresholdClear
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.187.0.4current
cbgpPeer2EstablishedNotification
NOTIFICATION-TYPE
The cbgpPeer2EstablishedNotification notification is generated when the BGP FSM enters the established state.
1.3.6.1.4.1.9.9.187.0.5current
cbgpPeer2BackwardTransNotification
NOTIFICATION-TYPE
The cbgpPeer2BackwardTransNotification notification is generated when the BGP FSM moves from a higher numbered state to a lower numbered state.
1.3.6.1.4.1.9.9.187.0.6current
cbgpPeer2FsmStateChange
NOTIFICATION-TYPE
The cbgpPeer2FsmStateChange notification is generated for every BGP FSM state change.
1.3.6.1.4.1.9.9.187.0.7current
cbgpPeer2BackwardTransition
NOTIFICATION-TYPE
The cbgpPeer2BackwardTransition notification is generated when the BGP FSM moves from a higher numbered state to a lower numbered state.
1.3.6.1.4.1.9.9.187.0.8current
cbgpPeer2PrefixThresholdExceeded
NOTIFICATION-TYPE
The cbgpPeer2PrefixThresholdExceeded notification is generated when prefix count exceeds the configured warning threshold on a session for an address family.
1.3.6.1.4.1.9.9.187.0.9current
cbgpPeer2PrefixThresholdClear
NOTIFICATION-TYPE
The cbgpPeer2PrefixThresholdClear notification is generated when prefix count drops below the configured clear threshold on a session for an address family once cbgpPeer2PrefixThresholdExceeded is generated. This will not be generated if the peer session goes down after the generation of cbgpPrefixThresholdExceeded.
1.3.6.1.4.1.9.9.187.0.10current

Conformance

NameOIDStatus
ciscoBgp4MIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco BGP4 MIB
1.3.6.1.4.1.9.9.187.3.1.1deprecated
ciscoBgp4MIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco BGP4 MIB
1.3.6.1.4.1.9.9.187.3.1.2deprecated
ciscoBgp4MIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco BGP4 MIB
1.3.6.1.4.1.9.9.187.3.1.3deprecated
ciscoBgp4MIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco BGP4 MIB
1.3.6.1.4.1.9.9.187.3.1.4current
ciscoBgp4RouteGroup
OBJECT-GROUP
A collection of objects providing information about routes received by BGP speaker.
1.3.6.1.4.1.9.9.187.3.2.1current
ciscoBgp4PeerGroup
OBJECT-GROUP
A collection of objects providing information about routes received by BGP speaker.
1.3.6.1.4.1.9.9.187.3.2.2deprecated
ciscoBgp4NotificationsGroup
NOTIFICATION-GROUP
The collection of notifications related to BGP.
1.3.6.1.4.1.9.9.187.3.2.3deprecated
ciscoBgp4PeerGroup1
OBJECT-GROUP
A collection of objects providing information about a BGP peer.
1.3.6.1.4.1.9.9.187.3.2.4current
ciscoBgp4NotificationsGroup1
NOTIFICATION-GROUP
The collection of notifications related to BGP.
1.3.6.1.4.1.9.9.187.3.2.5current
ciscoBgp4Peer2Group
OBJECT-GROUP
A collection of objects providing information about a BGP peer.
1.3.6.1.4.1.9.9.187.3.2.6current
ciscoBgp4Peer2NotificationsGroup
NOTIFICATION-GROUP
A collection of notifications related to BGP.
1.3.6.1.4.1.9.9.187.3.2.7current
ciscoBgp4GlobalGroup
OBJECT-GROUP
A collection of global objects related to BGP.
1.3.6.1.4.1.9.9.187.3.2.8current