All MIBs › RC-IP-BGP-MIB
Organization: Bay Networks, Rapid-City Group
Last Updated: 2008-08-28
Category: BGP, Nortel Enterprise Data
Description:
Manages BGP peer configuration, session state, and prefix statistics on Bay Networks Rapid-City series routing switches.
Imported Objects
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType |
From RAPID-CITY
| EnableValue | |
| rcStat | OBJECT-IDENTITY |
From RC-IP-MIB
| rcIpBgp | OBJECT-IDENTITY |
From SNMPv2-SMI
| Counter32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| RowStatus | |
| TruthValue |
What Is RC-IP-BGP-MIB?
RC-IP-BGP-MIB is a Bay Networks/Nortel enterprise MIB for the Accelar (Rapid-City) product family that manages BGP routing configuration and behavior, extending beyond the standard BGP4-MIB with vendor-specific policy controls. It exposes general BGP process settings such as local AS number, administrative status, default metric and local preference, route-reflector and confederation configuration, and various best-path selection tie-breaking behaviors. Rather than physical sensors, it supports software/protocol-state monitoring: administrators can confirm the BGP process is administratively enabled (rcIpBgpGeneralGroupAdminStatus), verify routing policy settings match intent, and detect misconfigurations affecting route selection or redistribution. It complements the standard IETF BGP4-MIB by adding Accelar/Rapid-City-specific policy knobs, so it has an implicit dependency on standard BGP MIB concepts. It is deployed on Bay Networks/Nortel Accelar routing switches running BGP in service-provider or large enterprise core/edge roles. Network engineers evaluating or troubleshooting this functionality can download the RC-IP-BGP-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in RC-IP-BGP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- BGP admin status
- local AS number
- default metric/local preference
- route reflector configuration
- confederation configuration
- best-path selection settings
Supported Devices
- Bay Networks/Nortel Accelar (Rapid-City) routing switch
Monitoring Examples
An operator checks rcIpBgpGeneralGroupAdminStatus and rcIpBgpGeneralGroupLocalAs to confirm the BGP process is enabled with the expected AS number, and inspects rcIpBgpGeneralGroupAutoPeerRestart and rcIpBgpGeneralGroupSynchronization settings when diagnosing unexpected peer flaps or route advertisement issues. rcIpBgpRouteReflectorGroup and rcIpBgpConfederationGroup objects are polled to verify route-reflector/confederation topology configuration matches the network's intended BGP hierarchy, helping catch a misconfigured router that could cause routing loops or suboptimal path selection.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rcIpBgpMib | 1.3.6.1.4.1.2272.1.8.101.0 | Enterprise MIB for the Accelar product family. | ||
| rcIpBgpGeneralGroup | 1.3.6.1.4.1.2272.1.8.101.1 | |||
| INT rcIpBgpGeneralGroupLocalAs | 1.3.6.1.4.1.2272.1.8.101.1.1 | INTEGER | read-write | Local Autonomous system number |
| ENA rcIpBgpGeneralGroupAdminStatus | 1.3.6.1.4.1.2272.1.8.101.1.2 | EnableValue | read-write | Disable or Enable group administrative |
| INT rcIpBgpGeneralGroupDefaultMetric | 1.3.6.1.4.1.2272.1.8.101.1.3 | INTEGER | read-write | The default-metric is used in conjunction with the redistribute router configuration command to cause the bgp routing protocol to use this metric as MED |
| INT rcIpBgpGeneralGroupDefaultLocalPreference | 1.3.6.1.4.1.2272.1.8.101.1.4 | INTEGER | read-write | Default local preference attribute value to be used |
| T/F rcIpBgpGeneralGroupDefaultInformationOriginate | 1.3.6.1.4.1.2272.1.8.101.1.5 | TruthValue | read-write | allows the redistribution of network 0.0.0.0 into BGP |
| ENA rcIpBgpGeneralGroupBestPathMissingAsWorst | 1.3.6.1.4.1.2272.1.8.101.1.6 | EnableValue | read-write | Enable to consider a missing MED attribute in a path as having a value of infinity, making the path without a MED value the least desirable path. To return the router to the default (assign a value of 0 to the missing MED), set the value to disable. |
| ENA rcIpBgpGeneralGroupBestPathMedConfed | 1.3.6.1.4.1.2272.1.8.101.1.7 | EnableValue | read-write | To enable MED comparison among paths learned from confederation peers. Disable to prevent considering the MED attribute in comparing paths |
| ENA rcIpBgpGeneralGroupIgnoreIllegalRouterId | 1.3.6.1.4.1.2272.1.8.101.1.8 | EnableValue | read-write | Configures BGP to overlook an illegal router ID. Enables or disable accepting a connection from a peer that sends its open message with a router ID of 0. |
| ENA rcIpBgpGeneralGroupAlwaysCompareMed | 1.3.6.1.4.1.2272.1.8.101.1.9 | EnableValue | read-write | Enable to allow the comparison of the Multi Exit Discriminator (MED) for paths from neighbors in different autonomous systems. |
| ENA rcIpBgpGeneralGroupAutoPeerRestart | 1.3.6.1.4.1.2272.1.8.101.1.10 | EnableValue | read-write | Enable the feature that automatically restarts the connection to a BGP peer when the connection goes down. |
| ENA rcIpBgpGeneralGroupAutoSummary | 1.3.6.1.4.1.2272.1.8.101.1.11 | EnableValue | read-write | Enable BGP to summarize networks based on class limlts (Class A,B,C networks). |
| ENA rcIpBgpGeneralGroupSynchronization | 1.3.6.1.4.1.2272.1.8.101.1.12 | EnableValue | read-write | Enables and disables the router from accepting routes from BGP peers without waiting for an update from the IBGP. |
| INT rcIpBgpGeneralGroupMaxEqualcostRoutes | 1.3.6.1.4.1.2272.1.8.101.1.13 | INTEGER | read-write | Sets the number of maximum number of equal-cost routes that can be stored in the routing table. |
| ENA rcIpBgpGeneralGroupIbgpReportImportRoute | 1.3.6.1.4.1.2272.1.8.101.1.14 | EnableValue | read-write | Configure BGP to report imported routes to an interior BGP peer. |
| ENA rcIpBgpGeneralGroupAggregate | 1.3.6.1.4.1.2272.1.8.101.1.15 | EnableValue | read-write | |
| ENA rcIpBgpGeneralGroupFlapDampEnable | 1.3.6.1.4.1.2272.1.8.101.1.16 | EnableValue | read-write | Enabled or Disabled |
| INT rcIpBgpGeneralGroupDebugMask | 1.3.6.1.4.1.2272.1.8.101.1.17 | INTEGER | read-write | value is one of multiple (logiacally by 'OR' of following value: none (0), error(1), packet(2), event(4), trace(8), warning(16), state(32), init(64), filter(128), update(256), all(511) all(511): Enables all debugging messages. none(0): Disables all debugging messages. error(1): Enables disolay of debug error messages. packet(2): Enables display of debug packet messages. event(4): Enables display of debug event messages. trace(8): Enables display debug trace messages. warning(16): Enables display debug warning messages. state(32): Enables display of debug state transition messages. init(64): Enables display of debug initialization messages. filter(128): Enables display of debug messages related to filtering. update(256): Enables display of debug messages related to sending and receiving updates. |
| ENA rcIpBgpGeneralGroupTrapEnable | 1.3.6.1.4.1.2272.1.8.101.1.18 | EnableValue | read-write | |
| ENA rcIpBgpGeneralGroupQuickStart | 1.3.6.1.4.1.2272.1.8.101.1.19 | EnableValue | read-write | Enable the flag to avoid flap penalty and trigger the peer start event quickly |
| ENA rcIpBgpGeneralGroupDeterministicMed | 1.3.6.1.4.1.2272.1.8.101.1.20 | EnableValue | read-write | Enable to allow the comparison of the Multi Exit Discriminator (MED) for paths from neighbors in same autonomous system. |
| ENA rcIpBgpGeneralGroupRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.1.21 | EnableValue | read-write | Route Refresh for Bgp. |
| STR rcIpBgpGeneralGroupRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.1.22 | DisplayString | read-write | Route Policy Name that will be applied to all routes which enter the VRF table. |
| STR rcIpBgpGeneralGroupRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.1.23 | DisplayString | read-write | Route policy name that will be applied to all routes which are sent out of this VRF instance. |
| T/F rcIpBgpGeneralGroupDefaultInformationOriginateIpv6 | 1.3.6.1.4.1.2272.1.8.101.1.24 | TruthValue | read-write | allows the redistribution of default ipv6 network into BGP |
| I32 rcIpBgpAggregateTableSize | 1.3.6.1.4.1.2272.1.8.101.2 | Integer32 | read-only | Size of Aggregate Table |
| rcIpBgpAggregateTable | 1.3.6.1.4.1.2272.1.8.101.3 | not-accessible | To specify the list of aggregate prefixes to be created by the BGP routing process and the options to be used while aggregating. | |
| rcIpBgpAggregateEntry | 1.3.6.1.4.1.2272.1.8.101.3.1 | not-accessible | An entry of rcIpBgp Aggregate Address In Table. | |
| IP rcIpBgpAggregateAddress | 1.3.6.1.4.1.2272.1.8.101.3.1.1 | IpAddress | read-only | Prefix to create an aggregate address in BGP routing table. |
| IP rcIpBgpAggregateMask | 1.3.6.1.4.1.2272.1.8.101.3.1.2 | IpAddress | read-only | Mask for the aggregrate |
| ENA rcIpBgpAggregateAsSetGenerate | 1.3.6.1.4.1.2272.1.8.101.3.1.3 | EnableValue | read-write | Enable Generates autonomous system set path information. |
| ENA rcIpBgpAggregateSummaryOnly | 1.3.6.1.4.1.2272.1.8.101.3.1.4 | EnableValue | read-write | Filters all more specific routes from updates. |
| STR rcIpBgpAggregateSuppressPolicy | 1.3.6.1.4.1.2272.1.8.101.3.1.5 | DisplayString | read-write | Name of route policy used to select the routes to be suppressed. |
| STR rcIpBgpAggregateAdvertisePolicy | 1.3.6.1.4.1.2272.1.8.101.3.1.6 | DisplayString | read-write | Name of route policy used to select the routes to create AS-SET origin communities. |
| STR rcIpBgpAggregateAttributePolicy | 1.3.6.1.4.1.2272.1.8.101.3.1.7 | DisplayString | read-write | Name of route policy used to set the attribute of the aggregate route. |
| ROW rcIpBgpAggregateRowStatus | 1.3.6.1.4.1.2272.1.8.101.3.1.8 | RowStatus | read-write | Row status for create/delete. |
| rcIpBgpConfederationGroup | 1.3.6.1.4.1.2272.1.8.101.4 | |||
| INT rcIpBgpConfederationIdentifier | 1.3.6.1.4.1.2272.1.8.101.4.1 | INTEGER | read-write | Confederation AS identifier |
| OCT rcIpBgpConfederationPeers | 1.3.6.1.4.1.2272.1.8.101.4.2 | OCTET STRING | read-write | The string represents ConfederatoinPeers as . Maximum size 255,if any, will not be recorded by this object. The length is a 1-octet field containing the numbner of peers in the value field. The value field contains one or more peers (AS numbers which are part of the confederation). 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; |
| rcIpBgpRouteReflectorGroup | 1.3.6.1.4.1.2272.1.8.101.5 | |||
| ENA rcIpBgpRouteReflectionEnable | 1.3.6.1.4.1.2272.1.8.101.5.1 | EnableValue | read-write | Enable Route Reflection on this router |
| IP rcIpBgpRouteReflectorClusterId | 1.3.6.1.4.1.2272.1.8.101.5.2 | IpAddress | read-write | Cluster ID of this router acting as a route reflector |
| ENA rcIpBgpRouteReflectorClientToClientReflection | 1.3.6.1.4.1.2272.1.8.101.5.3 | EnableValue | read-write | When this router is configured as a route reflector, and the clients are fully meshed, a Disable value disables reflection of routes from one client to another. |
| ENA rcIpBgpRouteReflectionOperState | 1.3.6.1.4.1.2272.1.8.101.5.4 | EnableValue | read-only | Displays the current route reflection operational state |
| I32 rcIpBgpNetworkTableSize | 1.3.6.1.4.1.2272.1.8.101.6 | Integer32 | read-only | Network Prefix table size |
| rcIpBgpNetworkTable | 1.3.6.1.4.1.2272.1.8.101.7 | not-accessible | The networks in this table are either static/directly connected or learned routes. Bgp advertises these network provided they are reachable and are in the IP routing table | |
| rcIpBgpNetworkEntry | 1.3.6.1.4.1.2272.1.8.101.7.1 | not-accessible | An entry In NetworkTable. | |
| IP rcIpBgpNetworkAddr | 1.3.6.1.4.1.2272.1.8.101.7.1.1 | IpAddress | read-write | Network prefix that BGP will advertise. |
| IP rcIpBgpNetworkMask | 1.3.6.1.4.1.2272.1.8.101.7.1.2 | IpAddress | read-only | Network mask |
| ROW rcIpBgpNetworkRowStatus | 1.3.6.1.4.1.2272.1.8.101.7.1.3 | RowStatus | read-write | Row status for create/delete. |
| INT rcIpBgpNetworkMetric | 1.3.6.1.4.1.2272.1.8.101.7.1.4 | INTEGER | read-write | Value of the metric to be used while sending an update for the routes from the network table. Indicates to set the MED value for the routes advertised to ebgp peers. |
| I32 rcIpBgpPeerTableSize | 1.3.6.1.4.1.2272.1.8.101.8 | Integer32 | read-only | BGP peer table size |
| rcIpBgpPeerTable | 1.3.6.1.4.1.2272.1.8.101.9 | not-accessible | IP BGP Peer table | |
| rcIpBgpPeerEntry | 1.3.6.1.4.1.2272.1.8.101.9.1 | not-accessible | An entry of Ip rcIpBgp Peer Table. | |
| INT rcIpBgpPeerEnable | 1.3.6.1.4.1.2272.1.8.101.9.1.1 | INTEGER | read-write | Enable/Disable: controls whether the peer connection is enabled or disabled |
| IP rcIpBgpPeerIpAddress | 1.3.6.1.4.1.2272.1.8.101.9.1.2 | IpAddress | read-only | The Ip address of this peer |
| INT rcIpBgpPeerRemoteAs | 1.3.6.1.4.1.2272.1.8.101.9.1.3 | INTEGER | read-write | Remote Autonomous system number of this peer |
| STR rcIpBgpPeerGroupName | 1.3.6.1.4.1.2272.1.8.101.9.1.4 | DisplayString | read-write | Peer group name to which this peer belongs (optional) |
| ENA rcIpBgpPeerDefaultOriginate | 1.3.6.1.4.1.2272.1.8.101.9.1.5 | EnableValue | read-write | To allow a BGP speaker (the local router) to send the default route 0.0.0.0 to a neighbor for use as a default route |
| ENA rcIpBgpPeerEbgpMultiHop | 1.3.6.1.4.1.2272.1.8.101.9.1.6 | EnableValue | read-write | To accept and attempt BGP connections to external peers residing on networks that are not directly connected |
| INT rcIpBgpPeerAdvertisementInterval | 1.3.6.1.4.1.2272.1.8.101.9.1.7 | INTEGER | read-write | To set the minimum interval between the sending of BGP routing updates Time in seconds. Integer from 5 to 120. |
| STR rcIpBgpPeerPassword | 1.3.6.1.4.1.2272.1.8.101.9.1.8 | DisplayString | read-write | To enable MD5 authentication on a TCP connection between two BGP peers Case-sensitive password of up to 80 character |
| INT rcIpBgpPeerWeight | 1.3.6.1.4.1.2272.1.8.101.9.1.9 | INTEGER | read-write | To assign an absolute weight to a BGP network. It can be an integer from 0 to 65535. |
| INT rcIpBgpPeerMaxPrefix | 1.3.6.1.4.1.2272.1.8.101.9.1.10 | INTEGER | read-write | Sets a limit on the number of routes that will be accepted from a neighbor. A value of zero indicates no limit |
| T/F rcIpBgpPeerNextHopSelf | 1.3.6.1.4.1.2272.1.8.101.9.1.11 | TruthValue | read-write | Set NextHop Attribute to local router address before sending updates to remote peer |
| STR rcIpBgpPeerRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.9.1.12 | DisplayString | read-write | Route Policy Name that will be applied to all networks learned from this peer |
| STR rcIpBgpPeerRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.9.1.13 | DisplayString | read-write | Route policy name that will be applied to all outgoing updates |
| T/F rcIpBgpPeerRouteReflectorClient | 1.3.6.1.4.1.2272.1.8.101.9.1.14 | TruthValue | read-write | Indicates whether this peer is a route reflector client. |
| ENA rcIpBgpPeerSoftReconfigurationIn | 1.3.6.1.4.1.2272.1.8.101.9.1.15 | EnableValue | read-write | If Peer soft reconfiguration is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection. Enabling soft reconfig-in causes all bgp routes to be stored in local memory (even non-best routes) |
| INT rcIpBgpPeerSoftReconfiguration | 1.3.6.1.4.1.2272.1.8.101.9.1.16 | INTEGER | read-write | If rcIpBgpPeerSoftReconfigurationIn is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection by setting rcIpBgpPeerSoftReconfiguration to in(1). Setting the value to out (2) forces the neighbor to send out all the updates to the remote neighbor without resetting the connection. |
| ENA rcIpBgpPeerRemovePrivateAs | 1.3.6.1.4.1.2272.1.8.101.9.1.17 | EnableValue | read-write | Enable and disable private AS number from being stripped when sending an update |
| ROW rcIpBgpPeerRowStatus | 1.3.6.1.4.1.2272.1.8.101.9.1.18 | RowStatus | read-write | Used to create/delete entries in the Table. |
| ENA rcIpBgpPeerMD5Authentication | 1.3.6.1.4.1.2272.1.8.101.9.1.19 | EnableValue | read-write | Enable and Disable MD5 authentication |
| INT rcIpBgpPeerDebugMask | 1.3.6.1.4.1.2272.1.8.101.9.1.20 | INTEGER | read-write | value is one of multiple (logiacally by 'OR' of following value: none (0), error(1), packet(2), event(4), trace(8), warning(16), state(32), init(64), filter(128), update(256), all(511) all(511): Enables all debugging messages. none(0): Disables all debugging messages. error(1): Enables disolay of debug error messages. packet(2): Enables display of debug packet messages. event(4): Enables display of debug event messages. trace(8): Enables display debug trace messages. warning(16): Enables display debug warning messages. state(32): Enables display of debug state transtion messages. init(64): Enables display of debug initialization messages. filter(128): Enables display of debug messages related to filtering. update(256): Enables display of debug messages related to sending and receiving updates. |
| ENA rcIpBgpPeerSendCommunity | 1.3.6.1.4.1.2272.1.8.101.9.1.21 | EnableValue | read-write | ---------------------------- |
| IP rcIpBgpPeerUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.9.1.22 | IpAddress | read-write | The IP address to be used for Circuitless IP. |
| INT rcIpBgpPeerBgpMplsCutThroughType | 1.3.6.1.4.1.2272.1.8.101.9.1.23 | INTEGER | read-write | Specifies whether the BGP to MPLS cut through being used is an LSP or an LSP group. |
| INT rcIpBgpPeerBgpMplsCutThroughId | 1.3.6.1.4.1.2272.1.8.101.9.1.24 | INTEGER | read-write | The ID of LSP or LSP group being used for BGP to MPLS cut through. |
| INT rcIpBgpPeerState | 1.3.6.1.4.1.2272.1.8.101.9.1.25 | INTEGER | read-only | The BGP peer connection state. |
| OCT rcIpBgpPeerLastError | 1.3.6.1.4.1.2272.1.8.101.9.1.26 | OCTET STRING | read-only | 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. |
| ENA rcIpBgpPeerVpnv4Address | 1.3.6.1.4.1.2272.1.8.101.9.1.27 | EnableValue | read-create | The vpnv4 routes specified. |
| ENA rcIpBgpPeerIpvpnLiteCap | 1.3.6.1.4.1.2272.1.8.101.9.1.28 | EnableValue | read-create | The IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer. |
| IP rcIpBgpPeerSooAddress | 1.3.6.1.4.1.2272.1.8.101.9.1.29 | IpAddress | read-create | The site-of-origin ip address. |
| INT rcIpBgpPeerSooAsNumber | 1.3.6.1.4.1.2272.1.8.101.9.1.30 | INTEGER | read-create | The asnum for the site-of-origin for bgp peer. |
| U32 rcIpBgpPeerSooAssignedNum | 1.3.6.1.4.1.2272.1.8.101.9.1.31 | Unsigned32 | read-create | The Assigned number required along with asnum or address to configure the site-of-origin for bgp peer. |
| INT rcIpBgpPeerSooType | 1.3.6.1.4.1.2272.1.8.101.9.1.32 | INTEGER | read-only | The soo type can be asnum or ipaddress. |
| ENA rcIpBgpPeerRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.9.1.33 | EnableValue | read-create | Route refresh for bgp peer. |
| ENA rcIpBgpPeerAsOverride | 1.3.6.1.4.1.2272.1.8.101.9.1.34 | EnableValue | read-create | The AS Override value can be enabled or disabled for bgp peer. |
| INT rcIpBgpPeerAllowAsIn | 1.3.6.1.4.1.2272.1.8.101.9.1.35 | INTEGER | read-create | The number of as-in allowed for bgp peer |
| ENA rcIpBgpPeerBfdEnable | 1.3.6.1.4.1.2272.1.8.101.9.1.36 | EnableValue | read-write | BFD Admin state flag |
| I32 rcIpBgpPeerGroupTableSize | 1.3.6.1.4.1.2272.1.8.101.10 | Integer32 | read-only | BGP Peer Group table size |
| rcIpBgpPeerGroupTable | 1.3.6.1.4.1.2272.1.8.101.11 | not-accessible | IP rcIpBgp Peer Group table. This table contains rows which are template configuration parameters which are shared by a group of peers. Peers belonging to the same group will refer to the same row in this table using a peer group name | |
| rcIpBgpPeerGroupEntry | 1.3.6.1.4.1.2272.1.8.101.11.1 | not-accessible | An entry of Ip rcIpBgp Peer Group Table. | |
| ENA rcIpBgpPeerGroupEnable | 1.3.6.1.4.1.2272.1.8.101.11.1.1 | EnableValue | read-create | Allows disabling a group of peers |
| I32 rcIpBgpPeerGroupIndex | 1.3.6.1.4.1.2272.1.8.101.11.1.2 | Integer32 | read-only | Index in to the Peer Group Table |
| STR rcIpBgpPeerGroupGroupName | 1.3.6.1.4.1.2272.1.8.101.11.1.3 | DisplayString | read-create | Name of the BGP peer group to which this neighbor belong |
| I32 rcIpBgpPeerGroupRemoteAs | 1.3.6.1.4.1.2272.1.8.101.11.1.4 | Integer32 | read-create | Remote Autonomous system number of this peer group (optional) |
| INT rcIpBgpPeerGroupDefaultOriginate | 1.3.6.1.4.1.2272.1.8.101.11.1.5 | INTEGER | read-create | Enabling this attribute allows a BGP speaker (the local router) to send the default route 0.0.0.0 to the group of neighbors for use as a default route. |
| INT rcIpBgpPeerGroupEbgpMultiHop | 1.3.6.1.4.1.2272.1.8.101.11.1.6 | INTEGER | read-create | To accept and attempt BGP connections to external peers residing on networks that are not directly connected |
| I32 rcIpBgpPeerGroupAdvertisementInterval | 1.3.6.1.4.1.2272.1.8.101.11.1.7 | Integer32 | read-create | To set the minimum interval between the sending of BGP routing updates Time in seconds. Integer from 1 to 120. |
| I32 rcIpBgpPeerGroupKeepAlive | 1.3.6.1.4.1.2272.1.8.101.11.1.8 | Integer32 | read-create | To set the time interval in seconds between the sending of BGP keep alive messages to remote peers. |
| I32 rcIpBgpPeerGroupHoldTime | 1.3.6.1.4.1.2272.1.8.101.11.1.9 | Integer32 | read-create | To configure the hold time for the group of peers in seconds. Usually set to three times the value of the Keepalive time |
| I32 rcIpBgpPeerGroupWeight | 1.3.6.1.4.1.2272.1.8.101.11.1.10 | Integer32 | read-create | To assign an absolute weight to a BGP network. Absolute weight, or importance. It can be an integer from 0 to 65535. |
| I32 rcIpBgpPeerGroupMaxPrefix | 1.3.6.1.4.1.2272.1.8.101.11.1.11 | Integer32 | read-create | Sets a limit on the number of routes that will be accepted from this group of neighbors. A value of zero indicates no limit |
| T/F rcIpBgpPeerGroupNextHopSelf | 1.3.6.1.4.1.2272.1.8.101.11.1.12 | TruthValue | read-create | Set NextHop Attribute to local router address before sending updates to remote peers |
| STR rcIpBgpPeerGroupRoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.11.1.13 | DisplayString | read-create | Route Policy Name that will be applied to all networks learned from this group of peers |
| STR rcIpBgpPeerGroupRoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.11.1.14 | DisplayString | read-create | Route policy name that will be applied to all outgoing updates to this group of peers |
| T/F rcIpBgpPeerGroupRouteReflectorClient | 1.3.6.1.4.1.2272.1.8.101.11.1.15 | TruthValue | read-create | Indicates whether this group of peers is a route reflector client. |
| ENA rcIpBgpPeerGroupSoftReconfigurationIn | 1.3.6.1.4.1.2272.1.8.101.11.1.16 | EnableValue | read-create | If Peer soft reconfiguration is enabled in the in bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection. Enabling soft reconfig-in causes all bgp routes to be stored in local memory (even non-best routes) |
| INT rcIpBgpPeerGroupSoftReconfiguration | 1.3.6.1.4.1.2272.1.8.101.11.1.17 | INTEGER | read-create | If Peer soft reconfiguration-in is enabled in the in bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection by setting rcIpBgpPeerGroupSoftReconfiguration to in(1). Setting the value to out (2) forces the neighbor to send out all the updates to the remote neighbor without resetting the connection. |
| STR rcIpBgpPeerGroupPassword | 1.3.6.1.4.1.2272.1.8.101.11.1.18 | DisplayString | read-create | To enable MD5 authentication on TCP connections between this local speaker and this group of BGP peers. Case-sensitive password of up to 80 character |
| ENA rcIpBgpPeerGroupRemovePrivateAs | 1.3.6.1.4.1.2272.1.8.101.11.1.19 | EnableValue | read-create | Enable and disable private AS number from being stripped when sending an update |
| ROW rcIpBgpPeerGroupRowStatus | 1.3.6.1.4.1.2272.1.8.101.11.1.20 | RowStatus | read-create | row status |
| ENA rcIpBgpPeerGroupMD5Authentication | 1.3.6.1.4.1.2272.1.8.101.11.1.21 | EnableValue | read-create | Enable and Disable MD5 authentication |
| ENA rcIpBgpPeerGroupSendCommunity | 1.3.6.1.4.1.2272.1.8.101.11.1.22 | EnableValue | read-create | Enables or disables sending the update message community attribute to the specified peer. |
| IP rcIpBgpPeerGroupUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.11.1.23 | IpAddress | read-create | The IP address to used for circuitless IP for this peer group. |
| ENA rcIpBgpPeerGroupVpnv4Address | 1.3.6.1.4.1.2272.1.8.101.11.1.24 | EnableValue | read-create | The vpnv4 routes specified. |
| ENA rcIpBgpPeerGroupIpvpnLiteCap | 1.3.6.1.4.1.2272.1.8.101.11.1.25 | EnableValue | read-create | The IPVPN-lite capability can be enabled or disabled on the bgp neighbor peer group. |
| IP rcIpBgpPeerGroupSooAddress | 1.3.6.1.4.1.2272.1.8.101.11.1.26 | IpAddress | read-create | The site-of-origin ipaddress. |
| I32 rcIpBgpPeerGroupSooAsNumber | 1.3.6.1.4.1.2272.1.8.101.11.1.27 | Integer32 | read-create | The asnum for site-of-origin for bgp peer group. |
| U32 rcIpBgpPeerGroupSooAssignedNum | 1.3.6.1.4.1.2272.1.8.101.11.1.28 | Unsigned32 | read-create | The Assigned number required along with asnum or address to configure the site-of-origin for bgp peer group. |
| INT rcIpBgpPeerGroupSooType | 1.3.6.1.4.1.2272.1.8.101.11.1.29 | INTEGER | read-only | The soo type can be asnum or ipaddress. |
| ENA rcIpBgpPeerGroupRouteRefresh | 1.3.6.1.4.1.2272.1.8.101.11.1.30 | EnableValue | read-create | Route refresh for bgp peer group. |
| ENA rcIpBgpPeerGroupAsOverride | 1.3.6.1.4.1.2272.1.8.101.11.1.31 | EnableValue | read-create | The AS Override value can be enabled or disabled for bgp peer group. |
| I32 rcIpBgpPeerGroupAllowAsIn | 1.3.6.1.4.1.2272.1.8.101.11.1.32 | Integer32 | read-create | The number of as-in allowed for bgp peer group. |
| T/F rcIpBgpPeerGroupDefaultOriginateIpv6 | 1.3.6.1.4.1.2272.1.8.101.11.1.33 | TruthValue | read-create | Enabling this attribute allows a BGP speaker (the local router) to send the default route to the group of neighbors for use as a default route. |
| IPt rcIpBgpPeerGroupAfUpdateSourceInterfaceType | 1.3.6.1.4.1.2272.1.8.101.11.1.34 | InetAddressType | read-create | The Inet address type used for circuitless IP for this peer group. |
| IP rcIpBgpPeerGroupAfUpdateSourceInterface | 1.3.6.1.4.1.2272.1.8.101.11.1.35 | InetAddress | read-create | The Inet address to used for circuitless IP for this peer group. |
| ENA rcIpBgpPeerGroupIpv6Cap | 1.3.6.1.4.1.2272.1.8.101.11.1.36 | EnableValue | read-create | The ipv6 capability can be enabled or disabled on the bgp neighbor peer group. |
| STR rcIpBgpPeerGroupIpv6RoutePolicyIn | 1.3.6.1.4.1.2272.1.8.101.11.1.37 | DisplayString | read-create | Ipv6 Route Policy Name that will be applied to all networks learned from this group of peers |
| STR rcIpBgpPeerGroupIpv6RoutePolicyOut | 1.3.6.1.4.1.2272.1.8.101.11.1.38 | DisplayString | read-create | Ipv6 Route policy name that will be applied to all outgoing updates to this group of peers |
| I32 rcIpBgpRcvdDampenedPathAttrTableSize | 1.3.6.1.4.1.2272.1.8.101.12 | Integer32 | read-only | table size |
| rcIpBgpRcvdDampenedPathAttrTable | 1.3.6.1.4.1.2272.1.8.101.13 | not-accessible | This table contains info about paths to destination networks received from all BGP-4 peers | |
| rcIpBgpDampenedPathAttrEntry | 1.3.6.1.4.1.2272.1.8.101.13.1 | not-accessible | Information about a path to a networks | |
| IP rcIpBgpPathAttrPeer | 1.3.6.1.4.1.2272.1.8.101.13.1.1 | IpAddress | read-only | The IP address of the peer where the path info was learned |
| INT rcIpBgpPathAttrIpAddrPrefixLen | 1.3.6.1.4.1.2272.1.8.101.13.1.2 | INTEGER | read-only | Length in bits of the IP address prefix in the network Layer Reachablity Information field. |
| IP rcIpBgpPathAttrIpAddrPrefix | 1.3.6.1.4.1.2272.1.8.101.13.1.3 | IpAddress | read-only | An Ip address prefix in the NLRI Information field. This object is an IP address containing the prefix with length specified by rcIpBgpPathAttrIpAddrPrefixLen are zeroed. |
| I32 rcIpBgpPathAttrFlapPenalty | 1.3.6.1.4.1.2272.1.8.101.13.1.4 | Integer32 | read-only | Penalty value based on number of route flaps |
| I32 rcIpBgpPathAttrFlapCount | 1.3.6.1.4.1.2272.1.8.101.13.1.5 | Integer32 | read-only | Number of times a route flapped since the last time the penalty was reset to zero |
| INT rcIpBgpPathAttrRouteDampened | 1.3.6.1.4.1.2272.1.8.101.13.1.6 | INTEGER | read-only | Shows whether this route is currently suppressed from being announced |
| I32 rcIpBgpPathAttrReuseTime | 1.3.6.1.4.1.2272.1.8.101.13.1.7 | Integer32 | read-only | Re use time |
| I32 rcIpBgpPathAttrReuseTimeRemain | 1.3.6.1.4.1.2272.1.8.101.13.1.8 | Integer32 | read-only | Re use time Remain is the number of seconds before the route will be reused |
| I32 rcIpBgp4PathAttrTableSize | 1.3.6.1.4.1.2272.1.8.101.14 | Integer32 | read-only | table size |
| rcIpBgp4PathAttrTable | 1.3.6.1.4.1.2272.1.8.101.15 | not-accessible | This table contains info about paths to destination networks received from all BGP-4 peers | |
| rcIpBgp4PathAttrEntry | 1.3.6.1.4.1.2272.1.8.101.15.1 | not-accessible | -------------- | |
| IP rcIpBgp4PathAttrPeer | 1.3.6.1.4.1.2272.1.8.101.15.1.1 | IpAddress | read-only | The IP address of the peer where the path info was learned |
| INT rcIpBgp4PathAttrIpAddrPrefixLen | 1.3.6.1.4.1.2272.1.8.101.15.1.2 | INTEGER | read-only | Length in bits of the IP address prefix in the network Layer Reachablity Information field. |
| IP rcIpBgp4PathAttrIpAddrPrefix | 1.3.6.1.4.1.2272.1.8.101.15.1.3 | IpAddress | read-only | An Ip address prefix in the NLRI Information field. This object is an IP address containing the prefix with length specified by rcIpBgpPathAttrIpAddrPrefixLen are zeroed. |
| OCT rcIpBgp4PathAttrCommunities | 1.3.6.1.4.1.2272.1.8.101.15.1.4 | OCTET STRING | read-only | The string represents community path attributes as The length is a 1-octet field containing the numbner of community numbers in the value field.The value field contains one or more Community numbers,each community is represented in the octet string as 4 octets.The community numbers in the string beyond maximum size 255,if any, will not be recorded by this object. |
| IP rcIpBgp4PathAttrOriginateId | 1.3.6.1.4.1.2272.1.8.101.15.1.5 | IpAddress | read-only | The IP address of the route who originates the routes |
| OCT rcIpBgp4PathAttrClusterId | 1.3.6.1.4.1.2272.1.8.101.15.1.6 | OCTET STRING | read-only | The string represents Cluster Id path attributes as The length is a 1-octet field containing the number of Cluster Id numbers in the value field.The value field contains one or more Cluster Id numbers,each Cluster Id is represented in the octet string as 4 octets,each four octets is the IpAddress of the router acting as a route reflector.The Cluster Id numbers in the string beyond maximum size 255,if any, will not be recorded by this object. |
| rcStatBgp | 1.3.6.1.4.1.2272.1.12.10 | |||
| C32 rcStatBgpStarts | 1.3.6.1.4.1.2272.1.12.10.1 | Counter32 | read-only | Number of times BGP connection started |
| C32 rcStatBgpStops | 1.3.6.1.4.1.2272.1.12.10.2 | Counter32 | read-only | Number of times BGP connection stopped |
| C32 rcStatBgpOpens | 1.3.6.1.4.1.2272.1.12.10.3 | Counter32 | read-only | Number of times BGP opens TCP |
| C32 rcStatBgpCloses | 1.3.6.1.4.1.2272.1.12.10.4 | Counter32 | read-only | Number of times BGP closes TCP |
| C32 rcStatBgpFails | 1.3.6.1.4.1.2272.1.12.10.5 | Counter32 | read-only | Number of times TCP attempts failed |
| C32 rcStatBgpFatals | 1.3.6.1.4.1.2272.1.12.10.6 | Counter32 | read-only | Number of times TCP crashes due to fatal error |
| C32 rcStatBgpConnExps | 1.3.6.1.4.1.2272.1.12.10.7 | Counter32 | read-only | Number of times TCP retry timer expired |
| C32 rcStatBgpHoldExps | 1.3.6.1.4.1.2272.1.12.10.8 | Counter32 | read-only | Number of times hold timer expired |
| C32 rcStatBgpKeepExps | 1.3.6.1.4.1.2272.1.12.10.9 | Counter32 | read-only | Number of times keepalive timer expired |
| C32 rcStatBgpRxOpens | 1.3.6.1.4.1.2272.1.12.10.10 | Counter32 | read-only | Number of OPENs BGP receives |
| C32 rcStatBgpRxKeeps | 1.3.6.1.4.1.2272.1.12.10.11 | Counter32 | read-only | Number of KEEPALIVEs BGP recieves |
| C32 rcStatBgpRxUpdates | 1.3.6.1.4.1.2272.1.12.10.12 | Counter32 | read-only | Number of UPDATEs BGP recieves |
| C32 rcStatBgpRxNotifys | 1.3.6.1.4.1.2272.1.12.10.13 | Counter32 | read-only | Number NOTIFICATIONs BGP recieves |
| C32 rcStatBgpTxOpens | 1.3.6.1.4.1.2272.1.12.10.14 | Counter32 | read-only | Number of OPENs BGP transmitted |
| C32 rcStatBgpTxKeeps | 1.3.6.1.4.1.2272.1.12.10.15 | Counter32 | read-only | Number of KEEPALIVEs BGP transmitted |
| C32 rcStatBgpTxUpdates | 1.3.6.1.4.1.2272.1.12.10.16 | Counter32 | read-only | Number of UPDATEs BGP transmits |
| C32 rcStatBgpTxNotifys | 1.3.6.1.4.1.2272.1.12.10.17 | Counter32 | read-only | Number of NOTIFICATIONs BGP transmits |
| C32 rcStatBgpBadEvents | 1.3.6.1.4.1.2272.1.12.10.18 | Counter32 | read-only | Number of invalid events FSM received |
| C32 rcStatBgpSyncFails | 1.3.6.1.4.1.2272.1.12.10.19 | Counter32 | read-only | Number of times FDB sync failed |
| C32 rcStatBgpTrEvent | 1.3.6.1.4.1.2272.1.12.10.20 | Counter32 | read-only | Trace event |
| C32 rcStatBgpRxECodeHeader | 1.3.6.1.4.1.2272.1.12.10.21 | Counter32 | read-only | Total Header errors received |
| C32 rcStatBgpRxECodeOpen | 1.3.6.1.4.1.2272.1.12.10.22 | Counter32 | read-only | Total Open errors received |
| C32 rcStatBgpRxECodeUpdate | 1.3.6.1.4.1.2272.1.12.10.23 | Counter32 | read-only | Total Update errors received |
| C32 rcStatBgpRxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.10.24 | Counter32 | read-only | Total Holdtimer errors received |
| C32 rcStatBgpRxECodeFSM | 1.3.6.1.4.1.2272.1.12.10.25 | Counter32 | read-only | Total FSM errors received |
| C32 rcStatBgpRxECodeCease | 1.3.6.1.4.1.2272.1.12.10.26 | Counter32 | read-only | Total Cease errors received |
| C32 rcStatBgpRxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.10.27 | Counter32 | read-only | Header Not Synchronized errors received |
| C32 rcStatBgpRxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.10.28 | Counter32 | read-only | Header Invalid msg len errors received |
| C32 rcStatBgpRxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.10.29 | Counter32 | read-only | Header Invalid msg type errors received |
| C32 rcStatBgpRxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.10.30 | Counter32 | read-only | Open errors received: Bad Version |
| C32 rcStatBgpRxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.10.31 | Counter32 | read-only | Open errors received: Bad AS Number |
| C32 rcStatBgpRxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.10.32 | Counter32 | read-only | Open errors received: Bad BGP Rtr ID |
| C32 rcStatBgpRxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.10.33 | Counter32 | read-only | Open errors received: Unsupported Option |
| C32 rcStatBgpRxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.10.34 | Counter32 | read-only | Open errors received: Auth Failures |
| C32 rcStatBgpRxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.10.35 | Counter32 | read-only | Open errors received: Bad Hold Value |
| C32 rcStatBgpRxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.10.36 | Counter32 | read-only | Update errors received:Malformed Attr List |
| C32 rcStatBgpRxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.10.37 | Counter32 | read-only | Update errors received: Welknown Attr Unrecog |
| C32 rcStatBgpRxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.10.38 | Counter32 | read-only | Update errors received: Welknown Attr Missing |
| C32 rcStatBgpRxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.10.39 | Counter32 | read-only | Update errors received: Attr Flag Error |
| C32 rcStatBgpRxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.10.40 | Counter32 | read-only | Update errors received: Attr Len Error |
| C32 rcStatBgpRxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.10.41 | Counter32 | read-only | Update errors received: Bad ORIGIN Attr |
| C32 rcStatBgpRxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.10.42 | Counter32 | read-only | Update errors received: AS Routing Loop |
| C32 rcStatBgpRxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.10.43 | Counter32 | read-only | Update errors received: Bad NEXT-HOP Attr |
| C32 rcStatBgpRxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.10.44 | Counter32 | read-only | Update errors received: Optional Attr Error |
| C32 rcStatBgpRxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.10.45 | Counter32 | read-only | Update errors received: Bad Network Field |
| C32 rcStatBgpRxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.10.46 | Counter32 | read-only | Update errors received: Malformed AS Path |
| C32 rcStatBgpTxECodeHeader | 1.3.6.1.4.1.2272.1.12.10.47 | Counter32 | read-only | Total Header errors transmitted |
| C32 rcStatBgpTxECodeOpen | 1.3.6.1.4.1.2272.1.12.10.48 | Counter32 | read-only | Total Open errors transmitted |
| C32 rcStatBgpTxECodeUpdate | 1.3.6.1.4.1.2272.1.12.10.49 | Counter32 | read-only | Total Update errors transmitted |
| C32 rcStatBgpTxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.10.50 | Counter32 | read-only | Total Holdtimer errors transmitted |
| C32 rcStatBgpTxECodeFSM | 1.3.6.1.4.1.2272.1.12.10.51 | Counter32 | read-only | Total FSM errors transmitted |
| C32 rcStatBgpTxECodeCease | 1.3.6.1.4.1.2272.1.12.10.52 | Counter32 | read-only | Total Cease errors transmitted |
| C32 rcStatBgpTxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.10.53 | Counter32 | read-only | Header Not Synchronized errors transmitted |
| C32 rcStatBgpTxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.10.54 | Counter32 | read-only | Header Invalid msg len errors transmitted |
| C32 rcStatBgpTxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.10.55 | Counter32 | read-only | Header Invalid msg type errors transmitted |
| C32 rcStatBgpTxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.10.56 | Counter32 | read-only | Open errors transmitted: Bad Version |
| C32 rcStatBgpTxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.10.57 | Counter32 | read-only | Open errors transmitted: Bad AS Number |
| C32 rcStatBgpTxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.10.58 | Counter32 | read-only | Open errors transmitted: Bad BGP Rtr ID |
| C32 rcStatBgpTxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.10.59 | Counter32 | read-only | Open errors transmitted: Unsupported Option |
| C32 rcStatBgpTxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.10.60 | Counter32 | read-only | Open errors transmitted: Auth Failures |
| C32 rcStatBgpTxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.10.61 | Counter32 | read-only | Open errors transmitted: Bad Hold Value |
| C32 rcStatBgpTxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.10.62 | Counter32 | read-only | Update errors transmitted:Malformed Attr List |
| C32 rcStatBgpTxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.10.63 | Counter32 | read-only | Update errors transmitted: Welknown Attr Unrecog |
| C32 rcStatBgpTxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.10.64 | Counter32 | read-only | Update errors transmitted: Welknown Attr Missing |
| C32 rcStatBgpTxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.10.65 | Counter32 | read-only | Update errors transmitted: Attr Flag Error |
| C32 rcStatBgpTxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.10.66 | Counter32 | read-only | Update errors transmitted: Attr Len Error |
| C32 rcStatBgpTxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.10.67 | Counter32 | read-only | Update errors transmitted: Bad ORIGIN Attr |
| C32 rcStatBgpTxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.10.68 | Counter32 | read-only | Update errors transmitted: AS Routing Loop |
| C32 rcStatBgpTxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.10.69 | Counter32 | read-only | Update errors transmitted: Bad NEXT-HOP Attr |
| C32 rcStatBgpTxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.10.70 | Counter32 | read-only | Update errors transmitted: Optional Attr Error |
| C32 rcStatBgpTxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.10.71 | Counter32 | read-only | Update errors transmitted: Bad Network Field |
| C32 rcStatBgpTxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.10.72 | Counter32 | read-only | Update errors transmitted: Malformed AS Path |
| ENA rcStatBgpReset | 1.3.6.1.4.1.2272.1.12.10.73 | EnableValue | read-write | reset Bgp global stats |
| rcStatBgpPeerTable | 1.3.6.1.4.1.2272.1.12.11 | not-accessible | A table used to store Bgp Peer statistics. | |
| rcStatBgpPeerEntry | 1.3.6.1.4.1.2272.1.12.11.1 | not-accessible | Bgp Peer statistics | |
| IP rcStatBgpPeerAddr | 1.3.6.1.4.1.2272.1.12.11.1.1 | IpAddress | read-only | ---------------------------- |
| C32 rcStatBgpPeerStarts | 1.3.6.1.4.1.2272.1.12.11.1.2 | Counter32 | read-only | Number of times peer BGP connection started |
| C32 rcStatBgpPeerStops | 1.3.6.1.4.1.2272.1.12.11.1.3 | Counter32 | read-only | Number of times peer BGP connection stopped |
| C32 rcStatBgpPeerOpens | 1.3.6.1.4.1.2272.1.12.11.1.4 | Counter32 | read-only | Number of times peer opens TCP |
| C32 rcStatBgpPeerCloses | 1.3.6.1.4.1.2272.1.12.11.1.5 | Counter32 | read-only | Number of times peer closes TCP |
| C32 rcStatBgpPeerFails | 1.3.6.1.4.1.2272.1.12.11.1.6 | Counter32 | read-only | Number of times peer TCP attempts failed |
| C32 rcStatBgpPeerFatals | 1.3.6.1.4.1.2272.1.12.11.1.7 | Counter32 | read-only | Number of times peer TCP crashes due to fatal error |
| C32 rcStatBgpPeerConnExps | 1.3.6.1.4.1.2272.1.12.11.1.8 | Counter32 | read-only | Number of times peer TCP retry timer expired |
| C32 rcStatBgpPeerHoldExps | 1.3.6.1.4.1.2272.1.12.11.1.9 | Counter32 | read-only | Number of times peer hold timer expired |
| C32 rcStatBgpPeerKeepExps | 1.3.6.1.4.1.2272.1.12.11.1.10 | Counter32 | read-only | Number of times peer keepalive timer expired |
| C32 rcStatBgpPeerTxMsgs | 1.3.6.1.4.1.2272.1.12.11.1.11 | Counter32 | read-only | Total messages send by the peer |
| C32 rcStatBgpPeerTxOpens | 1.3.6.1.4.1.2272.1.12.11.1.12 | Counter32 | read-only | Opens sent by the peer |
| C32 rcStatBgpPeerTxKeeps | 1.3.6.1.4.1.2272.1.12.11.1.13 | Counter32 | read-only | Keepalives sent by the peer |
| C32 rcStatBgpPeerTxUpdates | 1.3.6.1.4.1.2272.1.12.11.1.14 | Counter32 | read-only | Updates sent by the peer |
| C32 rcStatBgpPeerTxNotifys | 1.3.6.1.4.1.2272.1.12.11.1.15 | Counter32 | read-only | Notifications sent by the peer |
| C32 rcStatBgpPeerRxMsgs | 1.3.6.1.4.1.2272.1.12.11.1.16 | Counter32 | read-only | Total messages received by the peer |
| C32 rcStatBgpPeerRxInCompPkts | 1.3.6.1.4.1.2272.1.12.11.1.17 | Counter32 | read-only | Incomplete message received by the peer |
| C32 rcStatBgpPeerRxOpens | 1.3.6.1.4.1.2272.1.12.11.1.18 | Counter32 | read-only | Opens received by the peer |
| C32 rcStatBgpPeerRxKeeps | 1.3.6.1.4.1.2272.1.12.11.1.19 | Counter32 | read-only | Keepalives received by the peer |
| C32 rcStatBgpPeerRxUpdates | 1.3.6.1.4.1.2272.1.12.11.1.20 | Counter32 | read-only | Updates received by the peer |
| C32 rcStatBgpPeerRxNotifys | 1.3.6.1.4.1.2272.1.12.11.1.21 | Counter32 | read-only | Notifications received by the peer |
| C32 rcStatBgpPeerBadEvents | 1.3.6.1.4.1.2272.1.12.11.1.22 | Counter32 | read-only | Number of invalid events received by the peer |
| C32 rcStatBgpPeerSyncFails | 1.3.6.1.4.1.2272.1.12.11.1.23 | Counter32 | read-only | Number of times FDB sync failed of the peer |
| C32 rcStatBgpPeerRcvdTooShort | 1.3.6.1.4.1.2272.1.12.11.1.24 | Counter32 | read-only | Number of messages recieved by the peer that is too sho rt |
| C32 rcStatBgpPeerNoMarker | 1.3.6.1.4.1.2272.1.12.11.1.25 | Counter32 | read-only | Number of messages without marker recieved by the peer |
| C32 rcStatBgpPeerDropped | 1.3.6.1.4.1.2272.1.12.11.1.26 | Counter32 | read-only | Number of messages the peer has dropped |
| C32 rcStatBgpPeerBadMsgTypes | 1.3.6.1.4.1.2272.1.12.11.1.27 | Counter32 | read-only | Number of messages with invalid message type |
| C32 rcStatBgpPeerTrEvent | 1.3.6.1.4.1.2272.1.12.11.1.28 | Counter32 | read-only | Peer trace event |
| C32 rcStatBgpPeerTxRoutes | 1.3.6.1.4.1.2272.1.12.11.1.29 | Counter32 | read-only | Number of NLRI sent by peer |
| C32 rcStatBgpPeerRxRoutesAdded | 1.3.6.1.4.1.2272.1.12.11.1.30 | Counter32 | read-only | Number of routes added into loc_rib by this peer |
| C32 rcStatBgpPeerRxRoutesReplaced | 1.3.6.1.4.1.2272.1.12.11.1.31 | Counter32 | read-only | Number of routes replaced by the routes received by the peer |
| C32 rcStatBgpPeerRxNlri | 1.3.6.1.4.1.2272.1.12.11.1.32 | Counter32 | read-only | Number of NLRI received by the peer |
| C32 rcStatBgpPeerRxValidUpdates | 1.3.6.1.4.1.2272.1.12.11.1.33 | Counter32 | read-only | Number of valid UPDATEs received by the peer |
| C32 rcStatBgpPeerRxECodeHeader | 1.3.6.1.4.1.2272.1.12.11.1.34 | Counter32 | read-only | Total errors peer received: Header |
| C32 rcStatBgpPeerRxECodeOpen | 1.3.6.1.4.1.2272.1.12.11.1.35 | Counter32 | read-only | Total errors peer received: Open |
| C32 rcStatBgpPeerRxECodeUpdate | 1.3.6.1.4.1.2272.1.12.11.1.36 | Counter32 | read-only | Total errors peer received: Update |
| C32 rcStatBgpPeerRxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.11.1.37 | Counter32 | read-only | Total errors peer received: Hold |
| C32 rcStatBgpPeerRxECodeFSM | 1.3.6.1.4.1.2272.1.12.11.1.38 | Counter32 | read-only | Total errors peer received: Fsm |
| C32 rcStatBgpPeerRxECodeCease | 1.3.6.1.4.1.2272.1.12.11.1.39 | Counter32 | read-only | Total errors peer received: Cease |
| C32 rcStatBgpPeerRxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.11.1.40 | Counter32 | read-only | Header errors peer received: Not Synchronized |
| C32 rcStatBgpPeerRxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.11.1.41 | Counter32 | read-only | Header errors peer received: Invalid message length |
| C32 rcStatBgpPeerRxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.11.1.42 | Counter32 | read-only | Header errors peer received: Invalid message type |
| C32 rcStatBgpPeerRxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.11.1.43 | Counter32 | read-only | Open errors peer received: Bad Version |
| C32 rcStatBgpPeerRxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.11.1.44 | Counter32 | read-only | Open errors peer received: Bad AS number |
| C32 rcStatBgpPeerRxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.11.1.45 | Counter32 | read-only | Open errors peer received: Bad BGP ID |
| C32 rcStatBgpPeerRxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.11.1.46 | Counter32 | read-only | Open errors peer received: Unsupported Options |
| C32 rcStatBgpPeerRxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.11.1.47 | Counter32 | read-only | Open errors peer received: Authorization failures |
| C32 rcStatBgpPeerRxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.11.1.48 | Counter32 | read-only | Open errors peer received: Bad Hold value |
| C32 rcStatBgpPeerRxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.11.1.49 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.11.1.50 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.11.1.51 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.11.1.52 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.11.1.53 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.11.1.54 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.11.1.55 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.11.1.56 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.11.1.57 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.11.1.58 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerRxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.11.1.59 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxECodeHeader | 1.3.6.1.4.1.2272.1.12.11.1.60 | Counter32 | read-only | Total errors peer received: Header |
| C32 rcStatBgpPeerTxECodeOpen | 1.3.6.1.4.1.2272.1.12.11.1.61 | Counter32 | read-only | Total errors peer received: Open |
| C32 rcStatBgpPeerTxECodeUpdate | 1.3.6.1.4.1.2272.1.12.11.1.62 | Counter32 | read-only | Total errors peer received: Update |
| C32 rcStatBgpPeerTxECodeHoldtimer | 1.3.6.1.4.1.2272.1.12.11.1.63 | Counter32 | read-only | Total errors peer received: Hold |
| C32 rcStatBgpPeerTxECodeFSM | 1.3.6.1.4.1.2272.1.12.11.1.64 | Counter32 | read-only | Total errors peer received: Fsm |
| C32 rcStatBgpPeerTxECodeCease | 1.3.6.1.4.1.2272.1.12.11.1.65 | Counter32 | read-only | Total errors peer received: Cease |
| C32 rcStatBgpPeerTxHdrCodeNoSync | 1.3.6.1.4.1.2272.1.12.11.1.66 | Counter32 | read-only | Header errors peer received: Not Synchronized |
| C32 rcStatBgpPeerTxHdrCodeInvalidMsgLen | 1.3.6.1.4.1.2272.1.12.11.1.67 | Counter32 | read-only | Header errors peer received: Invalid message length |
| C32 rcStatBgpPeerTxHdrCodeInvalidMsgType | 1.3.6.1.4.1.2272.1.12.11.1.68 | Counter32 | read-only | Header errors peer received: Invalid message type |
| C32 rcStatBgpPeerTxOpCodeBadVer | 1.3.6.1.4.1.2272.1.12.11.1.69 | Counter32 | read-only | Open errors peer received: Bad Version |
| C32 rcStatBgpPeerTxOpCodeBadAs | 1.3.6.1.4.1.2272.1.12.11.1.70 | Counter32 | read-only | Open errors peer received: Bad AS number |
| C32 rcStatBgpPeerTxOpCodeBadRtID | 1.3.6.1.4.1.2272.1.12.11.1.71 | Counter32 | read-only | Open errors peer received: Bad BGP ID |
| C32 rcStatBgpPeerTxOpCodeUnsuppOption | 1.3.6.1.4.1.2272.1.12.11.1.72 | Counter32 | read-only | Open errors peer received: Unsupported Options |
| C32 rcStatBgpPeerTxOpCodeAuthFail | 1.3.6.1.4.1.2272.1.12.11.1.73 | Counter32 | read-only | Open errors peer received: Authorization failures |
| C32 rcStatBgpPeerTxOpCodeBadHold | 1.3.6.1.4.1.2272.1.12.11.1.74 | Counter32 | read-only | Open errors peer received: Bad Hold value |
| C32 rcStatBgpPeerTxUpdCodeMalformedAttrList | 1.3.6.1.4.1.2272.1.12.11.1.75 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeWelknownAttrUnrecog | 1.3.6.1.4.1.2272.1.12.11.1.76 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeWelknownAttrMiss | 1.3.6.1.4.1.2272.1.12.11.1.77 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeAttrFlagError | 1.3.6.1.4.1.2272.1.12.11.1.78 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeAttrLenError | 1.3.6.1.4.1.2272.1.12.11.1.79 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeBadORIGINAttr | 1.3.6.1.4.1.2272.1.12.11.1.80 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeASRoutingLoop | 1.3.6.1.4.1.2272.1.12.11.1.81 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeBadNHAttr | 1.3.6.1.4.1.2272.1.12.11.1.82 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeOptionalAttrError | 1.3.6.1.4.1.2272.1.12.11.1.83 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeBadNetworkField | 1.3.6.1.4.1.2272.1.12.11.1.84 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| C32 rcStatBgpPeerTxUpdCodeMalformedASPath | 1.3.6.1.4.1.2272.1.12.11.1.85 | Counter32 | read-only | Update errors peer received: Malformed Attr List |
| ENA rcStatBgpPeerReset | 1.3.6.1.4.1.2272.1.12.11.1.86 | EnableValue | read-write | reset peer stats |
RFC description
Manages BGP routing protocol configuration and monitoring on Nortel/Bay Networks Rapid-City Accelar devices.
Start monitoring Bay Networks/Nortel Accelar (Rapid-City) routing switch (BGP process/policy configuration) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.