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
| From | Symbols |
|---|---|
| BGP4-MIB | bgpPeerEntry, bgpPeerLastError, bgpPeerRemoteAddr, bgpPeerState |
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetAddress, InetAddressType, InetAutonomousSystemNumber, InetPortNumber |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | CbgpSafi | not-accessible | current |
| 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.3 | InetAddressType | not-accessible | current |
| 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.4 | InetAddress | not-accessible | current |
| 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.5 | CbgpNetworkAddress | not-accessible | current |
| 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.6 | Unsigned32 (0..2040) | not-accessible | current |
| cbgpRouteOrigin OBJECT-TYPE The ultimate origin of the route information. | 1.3.6.1.4.1.9.9.187.1.1.1.1.7 | INTEGER {igp(1), egp(2), incomplete(3)} | read-only | current |
| 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.8 | OCTET STRING (SIZE(0..255)) | read-only | current |
| 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.9 | CbgpNetworkAddress | read-only | current |
| 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.10 | TruthValue | read-only | current |
| 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.11 | Unsigned32 (0..4294967295) | read-only | current |
| 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.12 | TruthValue | read-only | current |
| 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.13 | Unsigned32 (0..4294967295) | read-only | current |
| 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.14 | INTEGER {lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2)} | read-only | current |
| 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.15 | Unsigned32 (0..65535) | read-only | current |
| 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.16 | InetAddressType | read-only | current |
| 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.17 | InetAddress | read-only | current |
| 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.18 | TruthValue | read-only | current |
| 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.19 | OCTET STRING (SIZE(0..255)) | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | deprecated |
| 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.2 | Counter32 | read-only | deprecated |
| 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.3 | Unsigned32 (1..4294967295) | read-write | deprecated |
| 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.4 | Counter32 | read-only | deprecated |
| 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.5 | Counter32 | read-only | deprecated |
| 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.6 | Counter32 | read-only | deprecated |
| cbgpPeerLastErrorTxt OBJECT-TYPE Implementation specific error description for bgpPeerLastErrorReceived. | 1.3.6.1.4.1.9.9.187.1.2.1.1.7 | SnmpAdminString | read-only | current |
| cbgpPeerPrevState OBJECT-TYPE The BGP peer connection previous state. | 1.3.6.1.4.1.9.9.187.1.2.1.1.8 | INTEGER {none(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} | read-only | current |
| 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.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| cbgpPeerCapCode OBJECT-TYPE The BGP Capability Advertisement Capability Code. | 1.3.6.1.4.1.9.9.187.1.2.2.1.1 | INTEGER {multiProtocol(1), routeRefresh(2), gracefulRestart(64), routeRefreshOld(128)} | not-accessible | current |
| 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.2 | Unsigned32 (1..128) | not-accessible | current |
| 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.3 | OCTET STRING (SIZE(0..255)) | read-only | current |
| 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.3 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | CbgpSafi | not-accessible | current |
| cbgpPeerAddrFamilyName OBJECT-TYPE Implementation specific Address Family name. | 1.3.6.1.4.1.9.9.187.1.2.3.1.3 | SnmpAdminString | read-only | current |
| 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.4 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Gauge32 | read-only | current |
| 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.3 | Unsigned32 (1..4294967295) | read-write | current |
| 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.4 | Unsigned32 (1..100) | read-write | current |
| 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.5 | Unsigned32 (1..100) | read-only | current |
| 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.6 | Gauge32 | read-only | current |
| 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.7 | Gauge32 | read-only | current |
| 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.8 | Gauge32 | read-only | current |
| 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.5 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | InetAddress | not-accessible | current |
| cbgpPeer2State OBJECT-TYPE The BGP peer connection state. | 1.3.6.1.4.1.9.9.187.1.2.5.1.3 | INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} | read-only | current |
| 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.4 | INTEGER {stop(1), start(2)} | read-write | current |
| 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.5 | Integer32 | read-only | current |
| 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.6 | InetAddress | read-only | current |
| 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.7 | InetPortNumber | read-only | current |
| cbgpPeer2LocalAs OBJECT-TYPE The local AS number for this session. | 1.3.6.1.4.1.9.9.187.1.2.5.1.8 | InetAutonomousSystemNumber | read-only | current |
| 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.9 | IpAddress | read-only | current |
| 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.10 | InetPortNumber | read-only | current |
| 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.11 | InetAutonomousSystemNumber | read-only | current |
| 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.12 | IpAddress | read-only | current |
| 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.13 | Counter32 | read-only | current |
| 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.14 | Counter32 | read-only | current |
| 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.15 | Counter32 | read-only | current |
| 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.16 | Counter32 | read-only | current |
| 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.17 | OCTET STRING (SIZE(2)) | read-only | current |
| 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.18 | Counter32 | read-only | current |
| 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.19 | Gauge32 | read-only | current |
| 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.20 | Integer32 (1..65535) | read-write | current |
| 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.21 | Integer32 (0 | 3..65535) | read-only | current |
| 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.22 | Integer32 (0 | 1..21845) | read-only | current |
| 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.23 | Integer32 (0 | 3..65535) | read-write | current |
| 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.24 | Integer32 (0 | 1..21845) | read-write | current |
| 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.25 | Integer32 (1..65535) | read-write | current |
| 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.26 | Integer32 (1..65535) | read-write | current |
| 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.27 | Gauge32 | read-only | current |
| cbgpPeer2LastErrorTxt OBJECT-TYPE Implementation specific error description for bgpPeerLastErrorReceived. | 1.3.6.1.4.1.9.9.187.1.2.5.1.28 | SnmpAdminString | read-only | current |
| cbgpPeer2PrevState OBJECT-TYPE The BGP peer connection previous state. | 1.3.6.1.4.1.9.9.187.1.2.5.1.29 | INTEGER {none(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} | read-only | current |
| 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.6 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| cbgpPeer2CapCode OBJECT-TYPE The BGP Capability Advertisement Capability Code. | 1.3.6.1.4.1.9.9.187.1.2.6.1.1 | INTEGER {multiProtocol(1), routeRefresh(2), gracefulRestart(64), fourByteAs(65), addPath(69), routeRefreshOld(128)} | not-accessible | current |
| 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.2 | Unsigned32 (1..128) | not-accessible | current |
| 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.3 | OCTET STRING (SIZE(0..255)) | read-only | current |
| 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.7 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | CbgpSafi | not-accessible | current |
| cbgpPeer2AddrFamilyName OBJECT-TYPE Implementation specific Address Family name. | 1.3.6.1.4.1.9.9.187.1.2.7.1.3 | SnmpAdminString | read-only | current |
| 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.8 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Gauge32 | read-only | current |
| 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.3 | Unsigned32 (1..4294967295) | read-write | current |
| 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.4 | Unsigned32 (1..100) | read-write | current |
| 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.5 | Unsigned32 (1..100) | read-only | current |
| 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.6 | Gauge32 | read-only | current |
| 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.7 | Gauge32 | read-only | current |
| 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.8 | Gauge32 | read-only | current |
| 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.9 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Unsigned32 (0..65535) | read-only | current |
| 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.2 | InetAddressType | read-only | current |
| 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.3 | InetAddress | read-only | current |
| 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.4 | SnmpAdminString (SIZE(1..32)) | read-only | current |
| cbgpPeer3State OBJECT-TYPE The BGP peer connection state. | 1.3.6.1.4.1.9.9.187.1.2.9.1.5 | INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} | read-only | current |
| 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.6 | INTEGER {stop(1), start(2)} | read-write | current |
| 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.7 | Integer32 | read-only | current |
| 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.8 | InetAddress | read-only | current |
| 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.9 | InetPortNumber | read-only | current |
| cbgpPeer3LocalAs OBJECT-TYPE The local AS number for this session. | 1.3.6.1.4.1.9.9.187.1.2.9.1.10 | InetAutonomousSystemNumber | read-only | current |
| 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.11 | IpAddress | read-only | current |
| 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.12 | InetPortNumber | read-only | current |
| 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.13 | InetAutonomousSystemNumber | read-only | current |
| 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.14 | IpAddress | read-only | current |
| 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.15 | Counter32 | read-only | current |
| 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.16 | Counter32 | read-only | current |
| 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.17 | Counter32 | read-only | current |
| 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.18 | Counter32 | read-only | current |
| 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.19 | OCTET STRING (SIZE(2)) | read-only | current |
| 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.20 | Counter32 | read-only | current |
| 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.21 | Gauge32 | read-only | current |
| 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.22 | Integer32 (1..65535) | read-write | current |
| 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.23 | Integer32 (0 | 3..65535) | read-only | current |
| 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.24 | Integer32 (0 | 1..21845) | read-only | current |
| 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.25 | Integer32 (0 | 3..65535) | read-write | current |
| 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.26 | Integer32 (0 | 1..21845) | read-write | current |
| 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.27 | Integer32 (1..65535) | read-write | current |
| 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.28 | Integer32 (1..65535) | read-write | current |
| 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.29 | Gauge32 | read-only | current |
| cbgpPeer3LastErrorTxt OBJECT-TYPE Implementation specific error description for bgpPeerLastErrorReceived. | 1.3.6.1.4.1.9.9.187.1.2.9.1.30 | SnmpAdminString | read-only | current |
| cbgpPeer3PrevState OBJECT-TYPE The BGP peer connection previous state. | 1.3.6.1.4.1.9.9.187.1.2.9.1.31 | INTEGER {none(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} | read-only | current |
| 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.1 | Bits {notifsEnable(0), notifsPeer2Enable(1)} | read-write | current |
| cbgpLocalAs OBJECT-TYPE The local autonomous system (AS) number. | 1.3.6.1.4.1.9.9.187.1.3.2 | InetAutonomousSystemNumber | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | current |
| 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.2 | current |
| 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.3 | current |
| 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.4 | current |
| 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.5 | current |
| 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.6 | current |
| cbgpPeer2FsmStateChange NOTIFICATION-TYPE The cbgpPeer2FsmStateChange notification is generated for every BGP FSM state change. | 1.3.6.1.4.1.9.9.187.0.7 | current |
| 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.8 | current |
| 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.9 | current |
| 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.10 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| 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.1 | deprecated |
| 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.2 | deprecated |
| 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.3 | deprecated |
| 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.4 | current |
| 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.1 | current |
| 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.2 | deprecated |
| ciscoBgp4NotificationsGroup NOTIFICATION-GROUP The collection of notifications related to BGP. | 1.3.6.1.4.1.9.9.187.3.2.3 | deprecated |
| ciscoBgp4PeerGroup1 OBJECT-GROUP A collection of objects providing information about a BGP peer. | 1.3.6.1.4.1.9.9.187.3.2.4 | current |
| ciscoBgp4NotificationsGroup1 NOTIFICATION-GROUP The collection of notifications related to BGP. | 1.3.6.1.4.1.9.9.187.3.2.5 | current |
| ciscoBgp4Peer2Group OBJECT-GROUP A collection of objects providing information about a BGP peer. | 1.3.6.1.4.1.9.9.187.3.2.6 | current |
| ciscoBgp4Peer2NotificationsGroup NOTIFICATION-GROUP A collection of notifications related to BGP. | 1.3.6.1.4.1.9.9.187.3.2.7 | current |
| ciscoBgp4GlobalGroup OBJECT-GROUP A collection of global objects related to BGP. | 1.3.6.1.4.1.9.9.187.3.2.8 | current |