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

VENDOR: INTERNET-STANDARD


 Home MIB: DC-BGP-MIB
Download as:   

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


Object Name OID Type Access Info
 bgpMib 1.2.826.0.1.1578918.5.65.1
The MIB module for management of the DC-BGP product.
     bgpNotifications 1.2.826.0.1.1578918.5.65.1.1
         bgpBaseNotifications 1.2.826.0.1.1578918.5.65.1.1.0
             bgpTrapData 1.2.826.0.1.1578918.5.65.1.1.0.1
Structure used to send trap data to the MIB Manager. DC-BGP will send a trap in the following circumstances: - When a BGP peer's FSM enters the established state, if bgpPeerTrapEstab is set to 'true' for the peer - When a BGP peer's FSM moves from a higher numbered state to a lower numbered state, if bgpPeerTrapBackw is set to 'true' for the peer - When the local device changes Graceful Restart helper state for a peer, if bgpPeerTrapGrHelperState is set to 'true' for the peer - When the maximum numbers of prefixes is reached for an AFI/SAFI for a peer, if bgpPeerTrapPrefix is set to 'true' for the peer and bgpPeerAfiSafiTrapPrefix is set to 'true' for the AFI/SAFI - When the prefix threshold is breached for an AFI/SAFI for a peer, if bgpPeerTrapPrefix is set to 'true' for the peer and bgpPeerAfiSafiTrapPrefix is set to 'true' for the AFI/SAFI.
             bgpEntTrapData 1.2.826.0.1.1578918.5.65.1.1.0.2
Structure used to send trap data to the MIB Manager. If bgpRmEntTrapOperState is set to 'true', DC-BGP will send a trap when the local device enters RM operational state 'up', 'down' or 'actFailed'.
             bgpPeerSessionEstablished 1.2.826.0.1.1578918.5.65.1.1.0.3
Structure used to send trap data to the MIB Manager. DC-BGP will send a trap when a BGP peer's FSM enters the established state, if bgpPeerTrapEstab is set to 'true' for the peer.
             bgpPeerSessionBackward 1.2.826.0.1.1578918.5.65.1.1.0.4
Structure used to send trap data to the MIB Manager. DC-BGP will send a trap when a BGP peer's FSM moves from a higher numbered state to a lower numbered state, if bgpPeerTrapBackw is set to 'true' for the peer.
             bgpPeerAfiSafiMaxPrefix 1.2.826.0.1.1578918.5.65.1.1.0.5
Structure used to send trap data to the MIB Manager. DC-BGP will send a trap when the maximum numbers of prefixes is reached for an AFI/SAFI for a peer, if bgpPeerTrapPrefix is set to 'true' for the peer and bgpPeerAfiSafiTrapPrefix is set to 'true' for the AFI/SAFI.
             bgpPeerAfiSafiPrefixThreshold 1.2.826.0.1.1578918.5.65.1.1.0.6
Structure used to send trap data to the MIB Manager. DC-BGP will send a trap when the prefix threshold is breached for an AFI/SAFI for a peer, if bgpPeerTrapPrefix is set to 'true' for the peer and bgpPeerAfiSafiTrapPrefix is set to 'true' for the AFI/SAFI.
             bgpEntOperStatusChange 1.2.826.0.1.1578918.5.65.1.1.0.7
Structure used to send trap data to the MIB Manager. If bgpRmEntTrapOperState is set to 'true', DC-BGP will send a trap when the local device enters RM operational state 'up', 'down' or 'actFailed'.
             bgpEntRestartHelperChange 1.2.826.0.1.1578918.5.65.1.1.0.8
Structure used to send trap data to the MIB Manager. DC-BGP will send a trap when the local device changes Graceful Restart helper state for a peer, if bgpPeerTrapGrHelperState is set to 'true' for the peer.
     bgpRm 1.2.826.0.1.1578918.5.65.1.2
         bgpRmEntTable 1.2.826.0.1.1578918.5.65.1.2.1 no-access
Each entry in this table represents a RIB Manager entity. Only some fields in an entry can be changed while the admin status is up.
             bgpRmEntEntry 1.2.826.0.1.1578918.5.65.1.2.1.1 no-access
Each entry represents a RIB Manager entity.
                 bgpRmEntIndex 1.2.826.0.1.1578918.5.65.1.2.1.1.1 unsigned32 no-access
Identifies a RIB Manager entity.
                 bgpRmEntRowStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.2 rowstatus read-only
The row status for this RIB Manager Entity Table entry, used to create and destroy table entries.
                 bgpRmEntAdminStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.3 bgpadminstatus read-only
The administrative status of this RIB Manager entity, used to activate and deactivate RM.
                 bgpRmEntOperStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.4 bgpoperstatus read-only
The current operational status of this RIB Manager entity.
                 bgpRmEntAsSize 1.2.826.0.1.1578918.5.65.1.2.1.1.5 bgpassize read-only
The size of AS numbers. The semantics of this are determined as per RFC 4893. It is equivalent to the Base Scalar bgpM2AsSize. This field can only be changed when the Admin Status is down.
                 bgpRmEntLocalAs 1.2.826.0.1.1578918.5.65.1.2.1.1.6 bgpautonomoussystemnumber read-only
The local autonomous system number. If the bgpAsSize is twoOctet, then the range is constrained to be 0-65535. A non-mappable 4-octet AS number should only be used when all BGP speakers within the AS support 4-octet AS numbers. This field can only be changed when the Admin Status is down. For a router not in a confederation, it is equivalent to the Base Scalar bgpM2LocalAs. For a router in a confederation, it is equivalent to the Base Scalar bgpM2ConfederationId. If bgpRmEntLocalMbrAs is not 0, then this router is in a confederation and this field contains the confederation ID for this confederation.
                 bgpRmEntLocalMbrAs 1.2.826.0.1.1578918.5.65.1.2.1.1.7 bgpautonomoussystemnumber read-only
The local member autonomous system number. This field is only valid if the router is in a confederation. This field must be 0 if and only if the router is not in a confederation. If the bgpAsSize is twoOctet, then the range is constrained to be 0-65535. A non-mappable 4-octet AS number should only be used when all BGP speakers within the confederation support 4-octet AS numbers. This field can only be changed when the Admin Status is down. If this field is not 0, it is equivalent to the Base Scalar bgpM2LocalAS.
                 bgpRmEntLocalIdentifier 1.2.826.0.1.1578918.5.65.1.2.1.1.8 bgpidentifier read-only
The BGP Identifier of the local system. This is a generic identifier and not necessarily an IP address. This field can only be changed when the Admin Status is down. It is equivalent to the Base Scalar bgpM2LocalIdentifier.
                 bgpRmEntClusterId 1.2.826.0.1.1578918.5.65.1.2.1.1.9 bgpidentifier read-only
The configured Cluster-ID of the local router. A value of 0.0.0.0 indicates the absence of this value. This field can only be changed when the Admin Status is down. The RM entity will act as a route reflector if any peer is configured to be a client. If no cluster ID is explicitly configured here, the Router ID will be used. It is equivalent to the Base Scalar Route Reflector Extension entry bgpM2ClusterId.
                 bgpRmEntIpv4MultiSupport 1.2.826.0.1.1578918.5.65.1.2.1.1.10 truthvalue read-only
This value is TRUE if Multicast IPv4 is supported. This field can only be changed when the Admin Status is down.
                 bgpRmEntVpnIpv4Support 1.2.826.0.1.1578918.5.65.1.2.1.1.11 truthvalue read-only
This value is TRUE if VPN-IPv4 addresses for MPLS/BGP VPNs are supported. This field can only be changed when the Admin Status is down.
                 bgpRmEntFlapDeltat 1.2.826.0.1.1578918.5.65.1.2.1.1.12 unsigned32 read-only
This is the time granularity used to perform all decay computations. This field can only be changed when the Admin Status is down.
                 bgpRmEntFlapReusemax 1.2.826.0.1.1578918.5.65.1.2.1.1.13 unsigned32 read-only
This is the time corresponding to the last reuse list. This is the maximum value of T-hold that may be configured in the bgpFlapConfigTable table. This field can only be changed when the Admin Status is down.
                 bgpRmEntFlapReusesize 1.2.826.0.1.1578918.5.65.1.2.1.1.14 unsigned32 read-only
This is the number of reuse lists. This field, together with bgpRmEntFlapReusemax, fixes the time interval that each reuse list covers. This field can only be changed when the Admin Status is down.
                 bgpRmEntFlapReusearray 1.2.826.0.1.1578918.5.65.1.2.1.1.15 unsigned32 read-only
This is the size of the reuse index arrays. This size determines the accuracy with which suppressed routes can be placed within the set of reuse lists when suppressed for a long time. This field can only be changed when the Admin Status is down.
                 bgpRmEntFlapFreemax 1.2.826.0.1.1578918.5.65.1.2.1.1.16 unsigned32 read-only
This is the maximum length of time for which a penalty against a route this is not available shall be remebered, across all configurations in the bgpFlapConfigTable. This field can only be changed when the Admin Status is down.
                 bgpRmEntNoRefresh 1.2.826.0.1.1578918.5.65.1.2.1.1.17 truthvalue read-only
This is set to TRUE to prevent automatic route refresh when a policy update has occured. This is to allow several route maps to be updated and then have one route refresh once completed. Once the route maps are updated, set this field to FALSE to send out the route refreshes.
                 bgpRmEntDefLocalPref 1.2.826.0.1.1578918.5.65.1.2.1.1.18 unsigned32 read-only
The default value used for the local preference if one is not set up through the filtering process. This field can only be changed when the Admin Status is down.
                 bgpRmEntAlwaysCompMed 1.2.826.0.1.1578918.5.65.1.2.1.1.19 truthvalue read-only
This is set to TRUE to always compare the MULTI-EXIT-DESC route attribute in the BGP decision process, even if the routes in consideration were learned from different autonomous systems. This field can only be changed when the Admin Status is down.
                 bgpRmEntAggregateMed 1.2.826.0.1.1578918.5.65.1.2.1.1.20 truthvalue read-only
If FALSE, then routes will only be aggregated if they have matching MULTI-EXIT-DISC route attributes. This means that operation is in strict compliance with the specification. If TRUE, routes will be aggregated independent of their MULTI-EXIT-DISC attributes. This field can only be changed when the Admin Status is down.
                 bgpRmEntDeterministicMed 1.2.826.0.1.1578918.5.65.1.2.1.1.21 truthvalue read-only
This is set to TRUE to enable deterministic MULTI-EXIT-DESC processing. If set to FALSE, the selection of routes by the BGP decision process is non-deterministic, because of the rules for comparing MULTI-EXIT-DESC values, and this can lead to flapping of routes. Setting this value to TRUE modifies the route selection procedure so that the BGP decision process is deterministic. This field can only be changed when the Admin Status is down.
                 bgpRmEntNhrJoinStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.22 bgpmjstatus read-only
The status of the NHR Interface join.
                 bgpRmEntNhrEntIndex 1.2.826.0.1.1578918.5.65.1.2.1.1.23 unsigned32 read-only
Identifies the NHR Interface routing stub entity. This field can only be changed when the Admin Status is down.
                 bgpRmEntI3JoinStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.24 bgpmjstatus read-only
The status of the I3 join.
                 bgpRmEntI3EntIndex 1.2.826.0.1.1578918.5.65.1.2.1.1.25 unsigned32 read-only
Identifies the I3 Interface routing stub entity. This field can only be changed when the Admin Status is down.
                 bgpRmEntPauseThreshold 1.2.826.0.1.1578918.5.65.1.2.1.1.26 unsigned32 read-only
The RM component can be configured to limit the amount of work that it carries out in a single cycle of the N-BASE scheduler. The component maintains a work penalty that is set to zero each time RM is scheduled, and that is incremented during lengthy calculations. If the penalty reaches the threshold, then RM pauses processing. The default value for the threshold has been chosen so that the most common UPDATE messages will be processed without pausing.
                 bgpRmEntMaxIBgpEcmpRoutes 1.2.826.0.1.1578918.5.65.1.2.1.1.27 unsigned32 read-only
The maximum number of Equal Cost BGP next-hops stored by DC-BGP for a route learnt via internal BGP. This is also the maximum number of network next-hops sent to the routing table manager by DC-BGP for such a route. This field can only be changed when the Admin Status is down.
                 bgpRmEntMaxEBgpEcmpRoutes 1.2.826.0.1.1578918.5.65.1.2.1.1.28 unsigned32 read-only
The maximum number of Equal Cost BGP next-hops stored by DC-BGP for a route learnt via external BGP. This is also the maximum number of network next-hops sent to the routing table manager by DC-BGP for such a route. This field can only be changed when the Admin Status is down.
                 bgpRmEntRestartSupported 1.2.826.0.1.1578918.5.65.1.2.1.1.29 truthvalue read-only
Whether DC-BGP RIB Manager should execute graceful restart procedures in the event of either a peer failure or its own failure. This field can only be changed when the Admin Status is down.
                 bgpRmEntMaxRestartTime 1.2.826.0.1.1578918.5.65.1.2.1.1.30 unsigned32 read-only
This is the maximum time (in seconds) to wait for a graceful restart capable peer to come back after a restart. This value is used when the value advertised by the peer in its own OPEN message exceeds this threshold. This field is only used if bgpRmEntRestartSupported is set to TRUE.
                 bgpRmEntRecoveryTime 1.2.826.0.1.1578918.5.65.1.2.1.1.31 unsigned32 read-only
The interval which DC-BGP should advertize to its peers as the estimated time (in seconds) it will take for the BGP session to be re-established after a restart. This can be used to speed up routing convergence by its peer in case the BGP speaker does not come back after a restart. Following a local restart, DC-BGP will impose an upper bound on the length of time permitted for required AFMs to restart which is equal to the value of this field. If any AFMs fail to restart within this time the decision process will commence immediately thereby overriding the timer specified by bgpRmEntSelectDeferTime. This field is also the time DC-BGP will wait for a failed stub to re-join. If the stub does not come back within this time, DC-BGP will deactivate.
                 bgpRmEntRestarting 1.2.826.0.1.1578918.5.65.1.2.1.1.32 truthvalue read-only
Boolean flag used to inform DC-BGP RIB Manager whether or not it is currently restarting. The value of this field is only checked when the entity is activated. If bgpRmEntRestartSupported is set to FALSE, then bgpRmEntRestarting must also be set to FALSE. If bgpRmEntRestartSupported and bgpRmEntRestarting are both set to TRUE on activation, then BGP RIB Mananger is undergoing a graceful restart. Once the graceful restart has completed, bgpRmEntRestarting will be internal set to FALSE. If bgpRmEntRestartSupported is set to TRUE and bgpRmEntRestarting is set to FALSE at the point of activation, the activation will not attempt to recover state from local AFMs and peers. However, once started, BGP RIB Manager will participate in peer restart processing as needed.
                 bgpRmEntIpv4UniFwdPrsrvd 1.2.826.0.1.1578918.5.65.1.2.1.1.33 truthvalue read-only
This value should be set to TRUE if Unicast IPv4 forwarding state has been preserved over a restart, and the value of the bgpRmEntRestartSupported field is set to TRUE.
                 bgpRmEntIpv4MultiFwdPrsrvd 1.2.826.0.1.1578918.5.65.1.2.1.1.34 truthvalue read-only
This value should be set to TRUE if Multicast IPv4 forwarding state has been preserved over a restart, and the value of the bgpRmEntRestartSupported field is set to TRUE.
                 bgpRmEntVpnIpv4FwdPrsrvd 1.2.826.0.1.1578918.5.65.1.2.1.1.35 truthvalue read-only
This value should be set to TRUE if VPN-IPv4 forwarding state has been preserved over a restart, and the value of the bgpRmEntRestartSupported field is set to TRUE.
                 bgpRmEntIpv4ArinhJoinStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.36 bgpsjstatus read-only
The status of the ARI Interface slave join for querying IPv4 next hops. This is equivalent to the bgpRmArinhJoinStatus field within the bgpRmArinhJoinTable for the IPv4 Unicast table entry.
                 bgpRmEntIpv4ArinhEntIndex 1.2.826.0.1.1578918.5.65.1.2.1.1.37 unsigned32 read-only
Identifies the IPv4 ARI provider entity. This is equivalent to the bgpRmArinhEntIndex field within the bgpRmArinhJoinTable for the IPv4 Unicast table entry.
                 bgpRmEntIpv6ArinhJoinStatus 1.2.826.0.1.1578918.5.65.1.2.1.1.38 bgpsjstatus read-only
The status of the ARI Interface slave join for querying IPv6 next hops. This is equivalent to the bgpRmArinhJoinStatus field within the bgpRmArinhJoinTable for the IPv6 Unicast table entry.
                 bgpRmEntIpv6ArinhEntIndex 1.2.826.0.1.1578918.5.65.1.2.1.1.39 unsigned32 read-only
Identifies the IPv6 ARI provider entity. This is equivalent to the bgpRmArinhEntIndex field within the bgpRmArinhJoinTable for the IPv6 Unicast table entry.
                 bgpRmEntSupportIpv6 1.2.826.0.1.1578918.5.65.1.2.1.1.40 truthvalue read-only
Indicates whether this instance supports connections to BGP peers with IPv6 addresses, and understands IPv6 next hop addresses. This field can only be set when the row is admin down. This field must not be set to TRUE unless IPv6 support has been licensed.
                 bgpRmEntStrictConfed 1.2.826.0.1.1578918.5.65.1.2.1.1.41 truthvalue read-only
When set to TRUE DC-BGP insists upon strict adherence by peers to the protocol specification, rejecting AS-Path attributes with erroneous AS-Confed segments. When set to FALSE DC-BGP adopts a more pragmatic approach dealing as best it can with non standard AS-Path information. This latter approach can be useful in allowing interoperability with older, non-standards compliant peers. This field can only be changed when the Admin Status is down.
                 bgpRmEntOrfSupported 1.2.826.0.1.1578918.5.65.1.2.1.1.42 truthvalue read-only
Whether DC-BGP RIB Manager should support Cooperative Route Filtering (commonly referred to as Outbound Route Filtering or ORF). This field can only be changed when the Admin Status is down.
                 bgpRmEntCiscoPrefixSupported 1.2.826.0.1.1578918.5.65.1.2.1.1.43 truthvalue read-only
Whether DC-BGP RIB Manager should advertise support for the proprietary Cisco ORF prefix type. This field can only be changed when the Admin Status is down and is only relevant if ORF support is enabled.
                 bgpRmEntSelectDeferTime 1.2.826.0.1.1578918.5.65.1.2.1.1.44 unsigned32 read-only
When DC-BGP is itself restarting this is the upper bound on the amount of time (in seconds) route selection will be deferred. The value specified should be large enough so as to provide all peers with enough time to send all their routes. The value must be greater or equal to bgpRmEntRecoveryTime. This field is only relevant if bgpRmEntRestartSupported is TRUE.
                 bgpRmEntStalePathTime 1.2.826.0.1.1578918.5.65.1.2.1.1.45 unsigned32 read-only
The maximum time (in seconds) following a peer restart that DC-BGP waits before removing stale routes associated with that peer. The value must be greater or equal to bgpRmEntMaxRestartTime. This field is only relevant if bgpRmEntRestartSupported is TRUE.
                 bgpRmEntNonPersistentAros 1.2.826.0.1.1578918.5.65.1.2.1.1.46 truthvalue read-only
Whether DC-BGP maintains Adj-RIB-Out details for peers. Setting this to TRUE reduces memory requirements but can lead to an increase in processing requirements. Setting this to TRUE also disables support for the Adj-RIB-Out table. This field can only be changed when the Admin Status is down.
                 bgpRmEntAroRouteThreshold 1.2.826.0.1.1578918.5.65.1.2.1.1.47 unsigned32 read-only
When bgpRmEntNonPersistentAros is set to TRUE this specifies the number of Adj-Rib-Out routes that are permitted to exist before commencing procedures to limit further increases in route occupancy. A value of 0 indicates that no threshold should be applied and Adj-RIB-Out route numbers will not be aggressively limited. The lower this value the lower the peak occupancy associated with Adj-RIB-Out routes. Once this threshold is exceeded aggressive techniques are employed to free up Adj-RIB-Out routes as quickly as possible. A side-affect of this is that the bgpPeerMinRouteAdvertisementInterval, bgpPeerMinASOriginationInterval and bgpPeerMinRouteWithdrawIntervals are ignored, which may lead to increased network traffic. This field can only be changed when the Admin Status is down and is only applicable if bgpRmEntNonPersistentAros is set to TRUE.
                 bgpRmEntMaxActiveAroGroups 1.2.826.0.1.1578918.5.65.1.2.1.1.48 unsigned32 read-only
When non-persistent AROs are in use, DC-BGP breaks up the processing and reduces the peak occupancy requirements by splitting the Adj-RIB-Outs into a number of processing groups. The number of AROs in a group is controlled by bgpRmEntNumArosInGroup. This field is used to specify the maximum number of such groups permitted to contain fully populated AROs. Each group is processed to completion including the transmission of required UPDATEs to peers. Processing to completion allows the routes in a group to be freed before moving onto the next group thus limiting peak occupancy. A group is blocked if one or more of its member Adj-RIB-Outs are subject to flow control. If bgpRmEntMaxActiveAroGroups are blocked then DC-BGP will itself be blocked until a group is unblocked. Setting a high value for the number of groups decreases the chance of DC-BGP being blocked but increases peak occupancy. This field can only be changed when the Admin Status is down and is only applicable if bgpRmEntNonPersistentAros is set to TRUE.
                 bgpRmEntNumArosInGroup 1.2.826.0.1.1578918.5.65.1.2.1.1.49 unsigned32 read-only
The number of Adj-RIB-Outs within a processing group. The more permitted the better the peer group caching performance but the greater the occupancy requirements. This field can only be changed when the Admin Status is down and is only applicable if bgpRmEntNonPersistentAros is set to TRUE.
                 bgpRmEntNumAroRoutes 1.2.826.0.1.1578918.5.65.1.2.1.1.50 counter32 read-only
The total number of Adj-RIB-Out routes currently allocated across all Adj-RIBs-Out.
                 bgpRmEntPeakNumAroRoutes 1.2.826.0.1.1578918.5.65.1.2.1.1.51 counter32 read-only
The peak number of Adj-RIB-Out routes that have been allocated at any one time. This counter can be reset to the current bgpRmEntNumAroRoutes value by setting the bgpRmEntClearStats field to true.
                 bgpRmEntClearStats 1.2.826.0.1.1578918.5.65.1.2.1.1.52 truthvalue read-only
Set to true to clear the applicable statistics. Reading the value of this field has no meaning.
                 bgpRmEntFastExtFallover 1.2.826.0.1.1578918.5.65.1.2.1.1.53 truthvalue read-only
Indicates whether DC-BGP is configured to perform fast external fallover. When bgpRmEntFastExtFallover is 'true', BGP sessions to directly connected eBGP peers fail as soon as a loss of reachability is detected, instead of waiting for the TCP session to time out. Note that this is only applied to peers that are known to be directly connected - in other words, peers that have bgpPeerTtl set to 1.
                 bgpRmEntRemainDelayTime 1.2.826.0.1.1578918.5.65.1.2.1.1.54 timeinterval read-only
The maximum time remaining until route selection takes place following a restart, in hundredths of a second. This is the time left until the timer with duration bgpRmEntSelectDeferTime pops.
                 bgpRmEntPathAttrs 1.2.826.0.1.1578918.5.65.1.2.1.1.55 gauge32 read-only
The total number of path attributes present.
                 bgpRmEntAggSplitHorizon 1.2.826.0.1.1578918.5.65.1.2.1.1.56 truthvalue read-only
Indicates whether DC-BGP should apply split-horizon processing when advertising locally generated aggregate routes to a peer. If set to TRUE, locally generated aggregate routes will not be advertised to any peer that advertised a route that contributed to the aggregate. If set to FALSE, this check will not be performed.
                 bgpRmEntAggAdvSuppr 1.2.826.0.1.1578918.5.65.1.2.1.1.57 truthvalue read-only
This field governs the behaviour of DC-BGP when a locally-generated, summary aggregate route cannot be advertised to a peer. If set to TRUE, DC-BGP should attempt to advertise the suppressed routes that contributed to the aggregate. If set to FALSE, the suppressed routes will not be advertised.
                 bgpRmEntUpdateGroups 1.2.826.0.1.1578918.5.65.1.2.1.1.58 truthvalue read-only
This field indicates that DC-BGP should treat each configured peer group for IBGP peers as an update group. This means that all the peers in the peer group will share a single Adj-RIB-Out and will receive the same set of updates. Note that setting bgpRmEntUpdateGroups to 'true' requires that all of the peers in each IBGP peer group are configured such that they require the same set of routes. This imposes a number of configuration restrictions. Inconsistent entity MIB settings will be rejected. - Split-horizon aggregates must be disabled (bgpRmEntAggSplitHorizon must be 'false'. - Non-persistent AROs (NPA) must be disabled (bgpRmEntNonPersistentAros must be 'false'). The value of bgpPeerCheckNextHop is ignored (assumed to be 'false') for peers in an IBGP peer group when update groups are enabled. If a peer session starts and one of the following values does not match the value for a peer in the peer group's update group, then the new peer will not be added to the update group. - The negotiated AS number size for the session. - The configured value for bgpPeerConfedMember. - The configured value for bgpPeerReflectorClient. The following timer values will be taken from an arbitrary member of the update group and will be applied to the whole update group. The timer values will therefore be deterministic only if the same values are used for all peers in a peer group. - bgpPeerMinASOriginationInterval. - bgpPeerMinRouteAdvertiseInterval. - bgpPeerMinRouteWithdrawInterval. The local IP address used for next-hop-self will be taken from an arbitrary member of the update group and will be applied to the whole update group. The local IP address used will therefore be deterministic only if the same values are used for all peers in a peer group. Note also that setting bgpRmEntUpdateGroups to 'true' limits the use of ORF (Outbound Route Filtering) for the peers in an update group. In particular, DC-BGP will continue to send outbound route filters to peers, but received filters are ignored. In addition, when bgpRmEntUpdateGroups is 'true', the value of bgpPeerConfigPeergr for a peer can only be changed while the peer MIB row admin status is 'down'. This field can only be changed when the Admin Status is down.
                 bgpRmEntPhase3DelayTime 1.2.826.0.1.1578918.5.65.1.2.1.1.59 unsigned32 read-only
The time in seconds after the number of Established BGP sessions changes from zero to one in which phase 3 work will be postponed if there is still phase 1 or phase 2 work to do. The allows the Loc-RIB to stabilize before advertising routes to peers, preventing the same route being advertised multiple times.
                 bgpRmEntTrapOperState 1.2.826.0.1.1578918.5.65.1.2.1.1.60 truthvalue read-only
This value indicates whether or not the Oper State change trap is used. If in use DC-BGP will send a trap whenever the operational status of the RM Entity changes to 'up', 'down' or 'actFailed'.
         bgpRmAfiSafiTable 1.2.826.0.1.1578918.5.65.1.2.2 no-access
Table of per- configuration information.
             bgpRmAfiSafiEntry 1.2.826.0.1.1578918.5.65.1.2.2.1 no-access
Entry containing information about support for an .
                 bgpRmAfiSafiAfi 1.2.826.0.1.1578918.5.65.1.2.2.1.2 bgpafi no-access
The AFI index into the table.
                 bgpRmAfiSafiSafi 1.2.826.0.1.1578918.5.65.1.2.2.1.3 bgpsafi no-access
The SAFI index into the table.
                 bgpRmAfiSafiAdminStatus 1.2.826.0.1.1578918.5.65.1.2.2.1.4 bgpadminstatus read-only
The administrative status for this . The IPv4 Unicast address family is always active (and therefore admin-up). The default for other address families is to be admin-down. This field can only be set while RM is admin down, and may only be moved to down if there are no route maps or aggregate addresses defined for this .
                 bgpRmAfiSafiStateKept 1.2.826.0.1.1578918.5.65.1.2.2.1.5 truthvalue read-only
This value is used only if Graceful Restart procedures are supported (in other words if bgpRmEntRestartSupported is true). If set to true, then the Restart Capability generated after a local restart will indicate that forwarding state has been maintained for this address family over the restart. If set to false, then the forwarding state flag in the Restart Capability for this address family will be set to indicate that forwarding state has not been maintained. This field can only be set while RM is admin down.
                 bgpRmAfiSafiAfmRequired 1.2.826.0.1.1578918.5.65.1.2.2.1.6 truthvalue read-only
If this flag is set, DC-BGP will require an active AFM join to be present before advertising NLRI of this to peers. This ensures that routes are not advertised to peers that are not known to the local forwarding table.
                 bgpRmAfiSafiLocRibBlocked 1.2.826.0.1.1578918.5.65.1.2.2.1.7 truthvalue read-only
This flag is set if the Loc-RIB for this is currently blocked, in which case DC-BGP will not advertise any routes of this to peers. A Loc-RIB is blocked either because RM is undergoing graceful restart, or because bgpRmAfiSafiAfmRequired is set to AMB_TRUE and there are no active AFM joins for this . A Loc-RIB is unblocked when graceful restart completes, or when an AFM join becomes active. This flag is only valid If both RM and this are active.
                 bgpRmAfiSafiAdvertiseInactive 1.2.826.0.1.1578918.5.65.1.2.2.1.8 truthvalue read-only
If set to 'true', the best route will be advertised to peers, whether or not the route has been added to the forwarding table by the AFM. If set to 'false', then BGP will only advertise a route to peers if the route has been installed in the forwarding table, or if the route has been redistributed by the AFM from another routing protocol instance. It is the responsibility of the AFM to determine whether to only redistribute active routes to BGP. This option requires an AFM to be present, and so bgpRmAfiSafiAdvertiseInactive may only be set to 'false' if bgpRmAfiSafiAfmRequired is set to 'true'. In addition, this option requires that an AFM be configured to inform BGP whenever a route from BGP is successfully installed in the forwarding table, or is removed from the forwarding table. This is achieved by configuring an AFM to redistribute routes from this instance of BGP back to this instance of BGP. Not all AFMs support this redistribution of routes. For such address families, an attempt to set bgpRmAfiSafiAdvertiseInactive to 'false' will be rejected. This field can only be modified while RM is admin down.
                 bgpRmAfiSafiUserData 1.2.826.0.1.1578918.5.65.1.2.2.1.9 octet string read-only
User data for this BGP AFI SAFI entry.
                 bgpRmAfiSafiIbgpPrefixes 1.2.826.0.1.1578918.5.65.1.2.2.1.10 gauge32 read-only
The total number of iBGP routes received for this .
                 bgpRmAfiSafiEbgpPrefixes 1.2.826.0.1.1578918.5.65.1.2.2.1.11 gauge32 read-only
The total number of eBGP routes received for this .
                 bgpRmAfiSafiRedistPrefixes 1.2.826.0.1.1578918.5.65.1.2.2.1.12 gauge32 read-only
The total number of routes redistributed for this .
                 bgpRmAfiSafiInPrfxes 1.2.826.0.1.1578918.5.65.1.2.2.1.13 gauge32 read-only
The number of prefixes received for this that are stored in an Adj-RIB-In.
                 bgpRmAfiSafiInPrfxesAccepted 1.2.826.0.1.1578918.5.65.1.2.2.1.14 gauge32 read-only
The number of prefixes received for this that are installed in an Adj-RIB-In and are eligible to become active in the Loc-Rib.
                 bgpRmAfiSafiInPrfxesRejected 1.2.826.0.1.1578918.5.65.1.2.2.1.15 gauge32 read-only
The number of prefixes received for this that are installed in an Adj-RIB-In and are NOT eligible to become active in the Loc-Rib.
                 bgpRmAfiSafiOutPrfxes 1.2.826.0.1.1578918.5.65.1.2.2.1.16 gauge32 read-only
The number of prefixes for this that are installed in an Adj-RIB-Out. Note that this value is affected by the bgpRmEntNonPersistentAros field since, if that field is set to TRUE, routes are removed from the Adj-RIB-Out to reduce occupancy.
                 bgpRmAfiSafiOutPrfxesAdvertised 1.2.826.0.1.1578918.5.65.1.2.2.1.17 gauge32 read-only
The number of advertised prefixes for this currently associated with any peer. This field is not affected by the bgpRmEntNonPersistentAros field. Note that even if bgpRmEntNonPersistentAros is FALSE the value of this field may differ from bgpPrfxOutPrfxes since that field includes recently withdrawn routes which are undergoing suppression procedures.
                 bgpRmAfiSafiInPrfxesActive 1.2.826.0.1.1578918.5.65.1.2.2.1.18 gauge32 read-only
The number of prefixes received for this that are installed in the Adj-RIB-In and are active in the Loc-Rib. This field is set to zero if bgpRmAfiSafiAdvertiseInactive is set to 'true'.
                 bgpRmAfiSafiInPrfxesFlapped 1.2.826.0.1.1578918.5.65.1.2.2.1.19 gauge32 read-only
The number of prefixes received for this that are installed in the Adj-RIB-In and for which RIB Manager is tracking a route flap damping penalty.
                 bgpRmAfiSafiInPrfxesFlapSuppr 1.2.826.0.1.1578918.5.65.1.2.2.1.20 gauge32 read-only
The number of prefixes received for this that are installed in the Adj-RIB-In and that are suppressed as a result of route flapping.
                 bgpRmAfiSafiInPrfxesFlapHistory 1.2.826.0.1.1578918.5.65.1.2.2.1.21 gauge32 read-only
The number of prefixes received for this that are not currently in the Adj-RIB-In, but which have an associated route flap damping penalty.
                 bgpRmAfiSafiDefaultImportRule 1.2.826.0.1.1578918.5.65.1.2.2.1.22 bgppermitordeny read-only
The default behavior that BGP applies when it receives a route of this address family for which an import policy has not been configured.
                 bgpRmAfiSafiInPrfxesDeniedByPol 1.2.826.0.1.1578918.5.65.1.2.2.1.23 gauge32 read-only
The number of prefixes received for this that are stored, but failed import policy and so have not been installed in the Adj-RIB-In. Note that this count only applies to denied prefixes from peers for which 'soft reset with stored routing information' is enabled for this .
                 bgpRmAfiSafiNumLocRibRoutes 1.2.826.0.1.1578918.5.65.1.2.2.1.24 gauge32 read-only
The number of routes installed in the Loc-RIB for this .
                 bgpRmAfiSafiNextHopSafi 1.2.826.0.1.1578918.5.65.1.2.2.1.25 bgpsafi read-only
Specifies the SAFI that will be used to resolve BGP next hops for routes with this . This may be set to none, unicast or multicast. If set to none, BGP next hops are resolved using the AFI/SAFI of the BGP next hop, subject to the QBDC_USER_EXTRACT_BGP_NEXT_HOP user exit. This field can only be modified while RM is admin down.
     bgpPeer 1.2.826.0.1.1578918.5.65.1.3
         bgpPeerData 1.2.826.0.1.1578918.5.65.1.3.1
             bgpPeerTable 1.2.826.0.1.1578918.5.65.1.3.1.1 no-access
BGP peer table. This table contains, one entry per BGP peer, and information about the connections with BGP peers.
                 bgpPeerEntry 1.2.826.0.1.1578918.5.65.1.3.1.1.1 no-access
Entry containing information about the connection with a BGP peer.
                     bgpPeerIdentifier 1.2.826.0.1.1578918.5.65.1.3.1.1.1.2 bgpidentifier read-only
The BGP Identifier of this entry's BGP peer. This entry is 0000 unless the bgpPeerState is in the openconfirm or the established state. It is equivalent to the bgpM2PeerTable entry bgpM2PeerIdentifier.
                     bgpPeerState 1.2.826.0.1.1578918.5.65.1.3.1.1.1.3 bgppeerstates read-only
The BGP peer's FSM state. It is equivalent to the bgpM2PeerTable entry bgpM2PeerState.
                     bgpPeerRowStatus 1.2.826.0.1.1578918.5.65.1.3.1.1.1.4 rowstatus read-only
This object type reflects the status of the row within the agent. Note that this is independent of the bgpPeerAdminStatus which reflects the underlying peering session itself. An instance of this row is returned by the agent to reflect the validity of the current state of this row. The valid RowStatus enumeration values for this are 'active', 'notInService', and 'notReady'.
                     bgpPeerAdminStatus 1.2.826.0.1.1578918.5.65.1.3.1.1.1.5 bgpadminstatus read-only
The desired state of the BGP connection. A transition from 'up' to 'down' will cause the BGP Stop Event to be generated. A transition from 'down' to 'up' will cause the BGP Start 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.
                     bgpPeerOperStatus 1.2.826.0.1.1578918.5.65.1.3.1.1.1.6 bgpoperstatus read-only
The current operation status of this peer. This usually reflects the desired AdminStatus, but can contain transitional values and failures.
                     bgpPeerLocalAddrType 1.2.826.0.1.1578918.5.65.1.3.1.1.1.7 inetaddresstype read-only
The address family of the local end of the peering session. It is equivalent to the bgpM2PeerTable entry bgpM2PeerLocalAddrType. Valid values are: AMB_INETWK_ADDR_TYPE_IPV4 and AMB_INETWK_ADDR_TYPE_IPV6. AMB_INETWK_ADDR_TYPE_IPV6 is only accepted if bgpRmEntSupportIpv6 is TRUE.
                     bgpPeerLocalAddr 1.2.826.0.1.1578918.5.65.1.3.1.1.1.8 inetaddress read-only
The address of the local end of the peering session. This is used as an index to the row. If a zero length address is used, DC-BGP will not bind a specific address but use whatever is available through the NM instance configured in the bgpPeerLocalNm field. In this case the bgpPeerSelectedLocalAddr field shows which local address is actually used. If a specific local address is configured, then outbound socket connections will be bound to this address. If a non-zero bgpPeerLocalPort is specified, then outbound socket connections will be bound to this port. Note that you can have 2 peer entries to the same remote if they come from a different local . To configure this each local must be specified explicitly and not be zero length. You will not be allowed to do this if you are listening on all addresses as it will be impossible to tell which peer an incoming connection is for. You must explicitly listen on each local address in this case. It is equivalent to the bgpM2PeerTable entry bgpM2PeerLocalAddr.
                     bgpPeerLocalPort 1.2.826.0.1.1578918.5.65.1.3.1.1.1.9 inetportnumber no-access
The local port for the transport connection between the BGP peers. If set to zero DC-BGP will not bind to a specific port but use any that is available. If configured to a specific number DC-BGP will attempt to connect out on that port, but will continue to listen on any ports configured in the bgpNmListenTable. It is equivalent to the bgpM2PeerTable entry bgpM2PeerLocalPort.
                     bgpPeerLocalNm 1.2.826.0.1.1578918.5.65.1.3.1.1.1.10 integer32 read-only
The entity index of the NM to use to connect to this peer. This field can only be changed when the row is not active.
                     bgpPeerRemoteAddrType 1.2.826.0.1.1578918.5.65.1.3.1.1.1.11 inetaddresstype read-only
The address family of the remote end of the peering session. It is equivalent to the bgpM2PeerTable entry bgpM2PeerRemoteAddrType. Valid values are: AMB_INETWK_ADDR_TYPE_IPV4 and AMB_INETWK_ADDR_TYPE_IPV6. AMB_INETWK_ADDR_TYPE_IPV6 is only accepted if bgpRmEntSupportIpv6 is TRUE.
                     bgpPeerRemoteAddr 1.2.826.0.1.1578918.5.65.1.3.1.1.1.12 inetaddress read-only
The address of the remote end of the peering session. It is equivalent to the bgpM2PeerTable entry bgpM2PeerRemoteAddr.
                     bgpPeerRemotePort 1.2.826.0.1.1578918.5.65.1.3.1.1.1.13 inetportnumber read-only
The remote port for the transport connection between the BGP peers. A value of zero allows connections from any remote port, otherwise the connection must be from the specified port. A value of zero also means DC-BGP attempts to connect to port 179. You cannot configure a port of zero if you have already configured a non-zero port for this remote address. Similarly you cannot configure a non-zero port if you have already configured a port of zero for this remote address. It is equivalent to the bgpM2PeerTable entry bgpM2PeerRemotePort.
                     bgpPeerRemoteAs 1.2.826.0.1.1578918.5.65.1.3.1.1.1.14 bgpautonomoussystemnumber read-only
The remote autonomous system number. This field can only be changed when the Admin Status is down. It is equivalent to the bgpM2PeerTable entry bgpM2PeerRemoteAs.
                     bgpPeerIndex 1.2.826.0.1.1578918.5.65.1.3.1.1.1.15 unsigned32 read-only
This value is a unique index for the peer entry in the bgpPeerTable. It is assigned by the agent at the point of creation of the bgpPeerTable row entry. While its value is guaranteed to be unique at any time, it is otherwise opaque to the management application with respect to its value or the contiguity of bgpPeerIndex row instance values across rows of the bgpPeerTable. It is used to provide an index structure for other tables whose data is logically per-peer. It is equivalent to the bgpM2PeerTable entry bgpM2PeerIndex.
                     bgpPeerConfedMember 1.2.826.0.1.1578918.5.65.1.3.1.1.1.16 truthvalue read-only
This value indicates whether or not the peer is a member of the same confederation that this router is in. This field can only be changed when the Admin Status is down, and can only be set to true if the field bgpRmEntLocalMbrAs is non-zero. Note that the value should be set to true even if the peer is in the same member AS that this router is in. Member AS numbers are kept internal to the confederation, so it is possible for a member AS number to be the same as the AS number of a neighbor outside the confederation, and so it is not possible to determine whether a peer is in this confederation just by examining the peer's AS number. The value of this field resolves any ambiguity.
                     bgpPeerReflectorClient 1.2.826.0.1.1578918.5.65.1.3.1.1.1.17 bgppeerreflectorclienttype read-only
This value indicates whether the given peer is a reflector client of this router, or not. A value of nonClient(0) indicates that this peer is not a reflector client. A value of client(1) indicates that this peer is a reflector client that is not fully meshed with other reflector clients. A value of meshedClient(2) indicates that the peer is a reflector client and is fully meshed with all other reflector clients. This field can only be changed when the Admin Status is down. It is equivalent to the bgpM2PeerReflectorClientTable entry bgpM2PeerReflectorClient.
                     bgpPeerTrapEstab 1.2.826.0.1.1578918.5.65.1.3.1.1.1.18 truthvalue read-only
This value indicates whether or not the Established trap is used. This field can only be changed when the Admin Status is down.
                     bgpPeerTrapBackw 1.2.826.0.1.1578918.5.65.1.3.1.1.1.19 truthvalue read-only
This value indicates whether or not the Backward Transition trap is used. This field can only be changed when the Admin Status is down.
                     bgpPeerCapsSupport 1.2.826.0.1.1578918.5.65.1.3.1.1.1.20 truthvalue read-only
Whether or not this peer accepted our local capabilities optional parameter sent on the OPEN message. This field will not be relevant until the peer has reached open_confirm state. Note that this field indicates support or otherwise of the capabilities optional parameter, not a specific capability.
                     bgpPeerLastError 1.2.826.0.1.1578918.5.65.1.3.1.1.1.21 octet string read-only
The last error code and subcode sent or received 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. It is equivalent to the bgpM2PeerErrorsTable entries bgpM2PeerLastErrorReceived and bgpM2PeerLastErrorSent.
                     bgpPeerLastErrorDataLen 1.2.826.0.1.1578918.5.65.1.3.1.1.1.22 unsigned32 read-only
The length of the last error data. If this is zero no error data was provided or generated.
                     bgpPeerLastErrorData 1.2.826.0.1.1578918.5.65.1.3.1.1.1.23 octet string read-only
The last error code's data seen by this peer on this connection. It is equivalent to the bgpM2PeerErrorsTable entries bgpM2PeerLastErrorReceivedData and bgpM2PeerLastErrorSentData.
                     bgpPeerFsmEstablishedTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.24 gauge32 read-only
This timer indicates how long 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 the router is booted. It is equivalent to the bgpM2PeerEventTimesTable entry bgpM2PeerFsmEstablishedTime.
                     bgpPeerInUpdatesElapsedTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.25 gauge32 read-only
Elapsed time since the last BGP message was received from the peer. Each time bgpPeerInUpdates is incremented, the value of this object is set to zero (0). It is equivalent to the bgpM2PeerEventTimesTable entry bgpM2PeerInUpdatesElapsedTime.
                     bgpPeerConnectRetryInterval 1.2.826.0.1.1578918.5.65.1.3.1.1.1.26 unsigned32 read-only
Time interval for the ConnectRetry timer. The suggested value for this timer is 120 seconds. This field can only be changed when the Admin Status is down. It is equivalent to the bgpM2PeerConfiguredTimersTable entry bgpM2PeerConnectRetryInterval.
                     bgpPeerHoldTimeConfigd 1.2.826.0.1.1578918.5.65.1.3.1.1.1.27 unsigned32 read-only
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 (bgpPeerHoldTime) with the peer. This value must not be less than three seconds if it is not zero (0) in which case the Hold Time is NOT to be established with the peer. The value of this object is only allowed to be zero (0) if the value of bgpPeerKeepAliveConfigd is also zero (0). The suggested value for this timer is 90 seconds. This field can only be changed when the Admin Status is down. It is equivalent to the bgpM2PeerConfiguredTimersTable entry bgpM2PeerHoldTimeConfigured.
                     bgpPeerKeepAliveConfigd 1.2.826.0.1.1578918.5.65.1.3.1.1.1.28 unsigned32 read-only
Time interval in seconds for the KeepAlive 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 bgpPeerHoldTimeConfigd; the actual time interval for the KEEPALIVE messages is indicated by bgpPeerKeepAlive. A reasonable maximum value for this timer would be configured to be one third of that of bgpPeerHoldTimeConfigd. The value of this object is only allowed to be zero (0) if the value of bgpPeerHoldTimeConfigd is also zero (0). 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. This field can only be changed when the Admin Status is down. It is equivalent to the bgpM2PeerConfiguredTimersTable entry bgpM2PeerKeepAliveConfigured.
                     bgpPeerMinASOriginationInterval 1.2.826.0.1.1578918.5.65.1.3.1.1.1.29 unsigned32 read-only
Time interval in seconds for the timer. The suggested value for this timer is 15 seconds. It is equivalent to the bgpM2PeerConfiguredTimersTable entry bgpM2PeerMinASOrigInterval.
                     bgpPeerMinRouteAdvertiseInterval 1.2.826.0.1.1578918.5.65.1.3.1.1.1.30 unsigned32 read-only
Time interval in seconds for the MinRouteAdvertisementInterval timer. This determines the minimum time between a BGP UPDATE to a peer advertising or withdrawing a route and a subsequent BGP UPDATE to the peer advertising a route to the same destination. The default value for this timer is 30 seconds. Its value must not be less than bgpPeerMinRouteWithdrawInterval. It is equivalent to the bgpM2PeerConfiguredTimersTable entry bgpM2PeerMinRouteAdverInterval.
                     bgpPeerHoldTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.31 integer32 read-only
Time interval in seconds for the Hold Timer established with the peer. The value of this is calculated by this BGP speaker by using the smaller of the value in bgpPeerHoldTimeConfigd and the Hold Time received in the OPEN message. This value must be at least three seconds if it is not zero (0) in which case the Hold Timer has not been established with the peer, or, the value of bgpPeerHoldTimeConfigd is zero (0). It is equivalent to the bgpM2PeerNegotiatedTimersTable entry bgpM2PeerHoldTime.
                     bgpPeerKeepAlive 1.2.826.0.1.1578918.5.65.1.3.1.1.1.32 integer32 read-only
Time interval in seconds for the KeepAlive timer established with the peer. The value of this is calculated by this BGP speaker such that, when compared with bgpPeerHoldTime, it has the same proportion as what bgpPeerKeepAliveConfigd has when compared with bgpPeerHoldTimeConfigd. If the value of this object is zero (0), it indicates that the KeepAlive timer has not been established with the peer, or, the value of bgpPeerKeepAliveConfigd is zero (0). It is equivalent to the bgpM2PeerNegotiatedTimersTable entry bgpM2PeerKeepAlive.
                     bgpPeerInUpdates 1.2.826.0.1.1578918.5.65.1.3.1.1.1.33 counter32 read-only
The number of BGP UPDATE messages received on this connection. This object should be initialized to zero (0) when the connection is established. It is equivalent to the bgpM2PeerCountersTable entry bgpM2PeerInUpdates.
                     bgpPeerOutUpdates 1.2.826.0.1.1578918.5.65.1.3.1.1.1.34 counter32 read-only
The number of BGP UPDATE messages transmitted on this connection. This object should be initialized to zero (0) when the connection is established. It is equivalent to the bgpM2PeerCountersTable entry bgpM2PeerOutUpdates.
                     bgpPeerInTotalMessages 1.2.826.0.1.1578918.5.65.1.3.1.1.1.35 counter32 read-only
The total number of messages received from the remote peer on this connection. This object should be initialized to zero when the connection is established. It is equivalent to the bgpM2PeerCountersTable entry bgpM2PeerInTotalMessages.
                     bgpPeerOutTotalMessages 1.2.826.0.1.1578918.5.65.1.3.1.1.1.36 counter32 read-only
The total number of messages transmitted to the remote peer on this connection. This object should be initialized to zero when the connection is established. It is equivalent to the bgpM2PeerCountersTable entry bgpM2PeerOutTotalMessages.
                     bgpPeerFsmEstablishedTransitions 1.2.826.0.1.1578918.5.65.1.3.1.1.1.37 counter32 read-only
The total number of times the BGP FSM transitioned into the established state for this peer. It is equivalent to the bgpM2PeerCountersTable entry bgpM2PeerFsmEstablishedTrans.
                     bgpPeerConnectRetryCount 1.2.826.0.1.1578918.5.65.1.3.1.1.1.38 counter32 read-only
The current connect retry count of this peer. This is incremented each time the peer session flaps, and is used to determine the time to wait before retrying the session. Note this is only incremented when an active session terminates abnormally, and not when it simply fails to come up. This counter can be cleared by setting the bgpPeerClearCnts field to true.
                     bgpPeerClearCnts 1.2.826.0.1.1578918.5.65.1.3.1.1.1.39 truthvalue read-only
Set to clear the counters associated with this Peer. Reading the value of this field has no meaning.
                     bgpPeerConfigPeergr 1.2.826.0.1.1578918.5.65.1.3.1.1.1.40 unsigned32 read-only
The index of the Peer Group this neighbor belongs to.
                     bgpPeerConfigIndex 1.2.826.0.1.1578918.5.65.1.3.1.1.1.41 unsigned32 read-only
The index of the Policy Configuration Table this peer uses for its policy setup. This field may be changed when the admin-status is up. A value of zero indicates that the peer is not associated with any config row.
                     bgpPeerConfigRtRefresh 1.2.826.0.1.1578918.5.65.1.3.1.1.1.42 truthvalue read-only
This is set to 'true' to trigger a route refresh for this peer. This object always has the value 'false' when read.
                     bgpPeerConfigMaxPrfx 1.2.826.0.1.1578918.5.65.1.3.1.1.1.43 integer32 read-only
This object is used in conjunction with the address-family specific bgpPeerAfiSafiConfigMaxPrfx to limit the number of prefixes that can be accepted from this peer. Setting bgpPeerConfigMaxPrfx to a non-zero value sets the maximum number of prefixes (totalled across all supported address families) that can be accepted from this peer. Alternatively, seperate values for the maximum prefix limit can be specified for each address family. To configure this, set bgpPeerConfigMaxPrfx to zero, and set bgpPeerAfiSafiConfigMaxPrfx for each address family for which a limit is required.
                     bgpPeerConfigDropWarn 1.2.826.0.1.1578918.5.65.1.3.1.1.1.44 bgpdroporwarn read-only
This object is used in conjunction with the address-family specific bgpPeerAfiSafiConfigDropWarn to determine whether the session is dropped or a warning is generated when the maximum number of prefixes set is exceeded. Setting bgpPeerConfigDropWarn to 'drop' will cause the session to be dropped when the prefix limit is reached. To configure this behavior independently for different address families, set bgpPeerConfigDropWarn to 'warn', and set the value of bgpPeerAfiSafiConfigDropWarn for each address family as needed.
                     bgpPeerConfigPassive 1.2.826.0.1.1578918.5.65.1.3.1.1.1.45 truthvalue read-only
If TRUE, then no outbound connections will be initiated, and only incoming connections will be accepted. If FALSE, then outbound connections will be attempted to this peer, and incoming connections will be accepted from this peer. Note that receipt of incoming connections requires a listening socket to be active in the Neighbor Manager instance responsible for this peer. This field can only be changed when the Admin Status is down.
                     bgpPeerConfigOpenDelay 1.2.826.0.1.1578918.5.65.1.3.1.1.1.46 unsigned32 read-only
The delay to enforce in between a TCP connection with this peer becoming established and a BGP Open message being sent. If this delay is zero, then no delay will be injected, and a BGP Open message will be sent as soon as the TCP connection allows it. This field can only be changed when the Admin Status is down.
                     bgpPeerConfigIdleHold 1.2.826.0.1.1578918.5.65.1.3.1.1.1.47 unsigned32 read-only
The time to hold this peer in Idle state after a BGP session has progressed beyond Idle state initially and then returned to it. No new connections will be initiated or accepted until the peer comes out of Idle state. By setting this field to a large value, this timer can be used to provide some level of peer oscillation damping, if desired. This field can only be changed when the Admin Status is down.
                     bgpPeerPassword 1.2.826.0.1.1578918.5.65.1.3.1.1.1.48 octet string read-only
The MD5 password used by this peer. This value is passed to the sockets stub at creation. bgpPeerPasswordLen must be set to the length of the string. This field can only be changed when the row is not active.
                     bgpPeerTtl 1.2.826.0.1.1578918.5.65.1.3.1.1.1.49 integer32 read-only
The Time To Live used by the connection on this peer. Directly connected peers should have this set to one. A value of zero indicates the TTL socket option will not be set for this peer. The sockets layer will therefore insert its default value of TTL into all packets. This field can only be changed when the Admin Status is down.
                     bgpPeerCheckFirstAsNum 1.2.826.0.1.1578918.5.65.1.3.1.1.1.50 truthvalue read-only
Whether or not the first AS number in the AS_PATH attribute in an UPDATE received from this peer should be checked to make sure it is the same as the AS number of the peer. This flag only applies to EBGP peers. It should be set to True unless the peer has a specific policy that means it does not prepend its AS number so that it is the first in the path. This field can only be changed when the Admin Status is down.
                     bgpPeerAggrInclConfedAS 1.2.826.0.1.1578918.5.65.1.3.1.1.1.51 truthvalue read-only
This value indicates whether or not the neighbor understands aggregated confederation AS_PATH information. If set to FALSE, no confederation AS_PATH information is included in aggregate AS_PATHs.
                     bgpPeerMinRouteWithdrawInterval 1.2.826.0.1.1578918.5.65.1.3.1.1.1.52 unsigned32 read-only
Time interval in seconds for the MinRouteWithdrawInterval timer. This is the interval which is enforced between advertisement and subsequent withdrawal of a route. The default value for this timer is 30 seconds. The value must not exceed that of bgpPeerMinRouteAdvertiseInterval.
                     bgpPeerStalePathTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.53 unsigned32 read-only
The maximum length of time that DC-BGP will wait before removing stale routes from the peer, following a restart of the peer. This is advertised by the peer in its OPEN message if it supports graceful restart. If the advertised value is greater than the bgpRmEntMaxRestartTime, then that value will be used in preference. Specifically, this is the maximum duration that RM will wait between the session going down and receiving an end-of-RIB (EOR) marker.
                     bgpPeerCheckNextHop 1.2.826.0.1.1578918.5.65.1.3.1.1.1.54 truthvalue read-only
Whether or not to check the BGP next-hop of routes sent to this peer. If set to TRUE, which is the default, then routes with a BGP next-hop which is the same as the peer's address will not be sent to this peer. If set to FALSE, then this filtering will not be performed. In this case, the receiving peer should discard any such routes itself.
                     bgpPeerLocalAddrScopeId 1.2.826.0.1.1578918.5.65.1.3.1.1.1.55 unsigned32 no-access
The scope ID of the bgpPeerLocalAddr. The scope ID is required if the address is an IPv6 link-local address. Otherwise, this field must be set to zero.
                     bgpPeerMaxOrfEntries 1.2.826.0.1.1578918.5.65.1.3.1.1.1.56 unsigned32 read-only
This object is used in conjunction with the address-family specific bgpPeerAfiSafiMaxOrfEntries to limit the number of ORF entries of all types that can be accepted from this peer. Setting bgpPeerMaxOrfEntries to a non-zero value sets the maximum number of ORF entries (totalled across all supported address families) that can be accepted from this peer. If this limit is exceeded then the connection will be closed. Alternatively, separate values for the maximum number of ORF entries can be specified for each address family. To configure this, set bgpPeerMaxOrfEntries to zero, and set bgpPeerAfiSafiMaxOrfEntries for each address family for which a limit is required. The value of this field can be changed at any time. However, the new value will only take effect the next time the session is restarted or when the peer modifies its ORF entries.
                     bgpPeerOrfEntryCount 1.2.826.0.1.1578918.5.65.1.3.1.1.1.57 counter32 read-only
The current number of ORF entries of all types that have been received from the peer.
                     bgpPeerPeeringType 1.2.826.0.1.1578918.5.65.1.3.1.1.1.58 bgppeeringtype read-only
The type of peering relationship associated with this peer. Setting this to 'biLateral' will stop the advertisement of routes with the NOPEER community to this peer, and also filter out routes with the NOPEER community received from the peer. Setting the field to other values is currently only for information. This field only applies to EBGP peers. If this field is set for an IBGP peer, the setting will have no effect and will still return 'unspecified'. This field can only be changed when the Admin Status is down.
                     bgpPeerSoftResetWithStoredInfo 1.2.826.0.1.1578918.5.65.1.3.1.1.1.59 truthvalue read-only
This object is used in conjunction with bgpPeerAfiSafiSoftResetStore to configure 'soft reset with stored routing information'. This option causes all routes learned from a peer to be stored so that the ARI can be recalculated (for example, due to a change in import policy) without performing a route refresh or restarting the peer session. When bgpPeerSoftResetWithStoredInfo is 'false', BGP does not perform soft reset for any address family. When bgpPeerSoftResetWithStoredInfo is 'true', BGP performs soft reset for those address families for which bgpPeerAfiSafiSoftResetStore is 'true'. This field can only be changed when the Admin Status is down. There is a significant occupancy impact associated with this option. Note that this option overlaps with route refresh (RR) and Outbound Route Filter (ORF) behavior. To clarify, when this option is enabled, the following also occur for the session to that peer. - Routes are stored in this way, even if the peer advertizes support for RR or ORF. - Route refresh and ORF capabilities continue to be advertized (if configured). - A route refresh will never be sent to this peer, apart from one (containing no ORFs) at the start of the session if both peers support ORF. - ORFs are never sent to the peer. - DC-BGP still responds to RR requests from the peer (if it advertizes the RR capability). - DC-BGP still accepts ORF requests from the peer (if it advertizes the ORF capability).
                     bgpPeerAllowLocalAs 1.2.826.0.1.1578918.5.65.1.3.1.1.1.60 unsigned32 read-only
The number of instances of the local AS identifier that may be contained in the route's AS-Path without rejecting the route. The AS-Path attribute of a BGP route contains the identifiers of the Autonomous Systems traversed by the route. When a route is received with an AS-Path containing the local AS identifier, it normally indicates a routing loop, and the default behavior is to reject the route. This object allows this behavior to be over-ridden. This is useful, for example, for VPN routes, where routes from one CE router are advertised to other CE routers through a provider's BGP network. Two CE routers in the same AS can enable this feature to prevent routes from the other CE from being discarded. When bgpPeerAllowLocalAs is set to a non-zero value, that value is used for all address families, and the value of bgpPeerAfiSafiAllowLocalAs is ignored. Alternatively, the value may be configured independently for each address family. To do this, set bgpPeerAllowLocalAs to 0 and set the value of bgpPeerAfiSafiAllowLocalAs for each address family. Changing the value of this object while the peer is active triggers BGP to refresh its routes from the peer.
                     bgpPeerDisableSenderLoopDetect 1.2.826.0.1.1578918.5.65.1.3.1.1.1.61 truthvalue read-only
This field is used in conjunction with bgpPeerAfiSafiDisableSndLpDetect to indicate whether BGP should disable sender-side loop detection when sending routes to the peer. By default, BGP performs sender side loop detection. That is, it will not advertise a route to a peer if the AS-Path of the route already contains the peer's AS number. A peer would typically discard such routes, so this is normally a useful optimization. However, the peer may be configured to accept such routes (see bgpPeerAllowLocalAs). In this case it is necessary to disable sender-side loop detection, by setting bgpPeerDisableSndLpDetect to 'true'. Sender-side loop detection may be disabled independently for each address family. When bgpPeerDisableSndLpDetect is set to 'true', set bgpPeerAfiSafiDisableSndLpDetect to 'true' or 'false' to disable or enable sender-side loop detection for each address family. If the value of this object is changed while the peer session is active, BGP will check for any routes that need to be advertised or withdrawn as a result of the change.
                     bgpPeerDisableRouteRefresh 1.2.826.0.1.1578918.5.65.1.3.1.1.1.62 truthvalue read-only
Indicates that DC-BGP should not advertise support for Route Refresh messages to this peer. When this flag is set, DC-BGP will not advertise support for Route Refresh messages to this peer. When this flag is not set, DC-BGP will advertise support for Route Refresh messages to this peer.
                     bgpPeerFlapStatsClearStat 1.2.826.0.1.1578918.5.65.1.3.1.1.1.63 truthvalue read-only
This field is set to clear the bgpFlapStatsFlapcnt in all entries in the bgpNlriTable matching routes from this peer. This will not unsuppress a suppressed route. If the field bgpPeerFlapStatsClearMap is also set, this defines the Route Map used to determine the set of routes for which the bgpFlapStatsFlapcnt should be reset. If bgpPeerFlapStatsClearMap is not set, all routes from this peer will be reset. Reading the value of this field has no meaning. The field is not returned on a MIB Get.
                     bgpPeerFlapStatsClearMap 1.2.826.0.1.1578918.5.65.1.3.1.1.1.64 unsigned32 read-only
This field is set with bgpPeerFlapStatsClearStat to restrict the set of routes for which bgpFlapStatsFlapcnt is reset when bgpPeerFlapStatsClearStat is set. This field is an index to the bgpRouteMapTable. The bgpFlapStatsFlapcnt in all routes matching the Route Map are cleared. Entries in the Route Map may be set to permit (to cause a match) or to deny (to prevent a match). Setting this field without bgpPeerFlapStatsClearStat has no meaning. Reading the value of this field has no meaning. The field is not returned on a MIB Get.
                     bgpPeerLastErrorRcvd 1.2.826.0.1.1578918.5.65.1.3.1.1.1.65 octet string read-only
The last error code and subcode received from the peer on this connection. If no error has been received from the peer, 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. It is equivalent to the bgpM2PeerErrorsTable entry bgpM2PeerLastErrorReceived.
                     bgpPeerLastErrorRcvdTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.66 timestamp read-only
The value of sysUpTime when the last error was received from the peer on this connection. If no error has been received from the peer, this field is zero. It is equivalent to the bgpM2PeerErrorsTable entry bgpM2PeerLastErrorReceivedTime.
                     bgpPeerLastErrorSent 1.2.826.0.1.1578918.5.65.1.3.1.1.1.67 octet string read-only
The last error code and subcode sent to the peer on this connection. If no error has been sent to the peer, 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. It is equivalent to the bgpM2PeerErrorsTable entry bgpM2PeerLastErrorSent.
                     bgpPeerLastErrorSentTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.68 timestamp read-only
The value of sysUpTime when the last error was sent to the peer on this connection. If no error has been sent to the peer, this field is zero. It is equivalent to the bgpM2PeerErrorsTable entry bgpM2PeerLastErrorSentTime.
                     bgpPeerLastState 1.2.826.0.1.1578918.5.65.1.3.1.1.1.69 bgppeerstates read-only
The BGP peer's previous FSM state.
                     bgpPeerLastEvent 1.2.826.0.1.1578918.5.65.1.3.1.1.1.70 bgppeerevents read-only
The last input to be made to the BGP peer's FSM.
                     bgpPeerCapsSent 1.2.826.0.1.1578918.5.65.1.3.1.1.1.71 bgpcapabilities read-only
The capabilities announced to the peer on the most recent Open message sent to the peer. This field is set to zero before the first Open message is sent to the peer, and is unchanged if the session comes down.
                     bgpPeerCapsRcvd 1.2.826.0.1.1578918.5.65.1.3.1.1.1.72 bgpcapabilities read-only
The capabilities received on the most recent Open message received from the peer. This field is set to zero before the first Open message is received from the peer, and is unchanged if the session comes down. In the event that the peer signals a capability that DC-BGP does not recognize, this field will only contain those capabilities that DC-BGP recognizes. A user should walk the bgpPeerCapsRcvdTable to confirm the full list of capabilities received from the peer.
                     bgpPeerCapsNegotiated 1.2.826.0.1.1578918.5.65.1.3.1.1.1.73 bgpcapabilities read-only
The capabilities negotiated for the session with the peer. This field is set to zero before Open messages have been exchanged with the peer, and is unchanged if the session comes down.
                     bgpPeerRstrSupport 1.2.826.0.1.1578918.5.65.1.3.1.1.1.74 bgppeerrestartsupport read-only
Whether the peer supports graceful restart. This field is set to 'none' before an Open message has been received from a peer, and is unchanged if the session comes down.
                     bgpPeerRstrFamily 1.2.826.0.1.1578918.5.65.1.3.1.1.1.75 bgpafisafibits read-only
The address and subaddress families for which the peer supports graceful restart. This field is set to zero before an Open message has been received from a peer, and is unchanged if the session comes down.
                     bgpPeerRstrRestarting 1.2.826.0.1.1578918.5.65.1.3.1.1.1.76 truthvalue read-only
Whether the peer is currently in the process of restarting.
                     bgpPeerRstrStatus 1.2.826.0.1.1578918.5.65.1.3.1.1.1.77 bgppeerrestartstatus read-only
The current state of the peer's restart processing. If bgpPeerRstrRestarting is false, this is set to notRestarting.
                     bgpPeerRstrRemTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.78 timeinterval read-only
The time remaining in the current restart state, in hundredths of a second. If bgpPeerRstrStatus is notRestarting, this is set to zero.
                     bgpPeerRcvdMsgElapsedTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.79 timeinterval read-only
The elapsed time in hundredths of a second since anything was received from the socket from this peer. If nothing has been received from the socket from this peer, this field is set to zero. If the session comes down this value continues to increase.
                     bgpPeerIdleHoldRemTime 1.2.826.0.1.1578918.5.65.1.3.1.1.1.80 timeinterval read-only
For a peer in 'idle' state, the time remaining in hundredths of a second until DC-BGP will try to reactivate the connection. If the peer is not in 'idle' state, this is set to zero.
                     bgpPeerRouteRefrSent 1.2.826.0.1.1578918.5.65.1.3.1.1.1.81 counter32 read-only
The number of Route Refresh messages sent to the peer. If the session comes down this value is unchanged, and will continue to increment if the session is reestablished.
                     bgpPeerRouteRefrRcvd 1.2.826.0.1.1578918.5.65.1.3.1.1.1.82 counter32 read-only
The number of Route Refresh messages received from the peer. If the session comes down this value is unchanged, and will continue to increment if the session is reestablished.
                     bgpPeerNxtHopSlf 1.2.826.0.1.1578918.5.65.1.3.1.1.1.83 truthvalue read-only
Whether or not the peer has next hop self configured. Setting this field to 'true' causes the value of bgpPeerThirdPtyNxtHop to be ignored. Address family specific configuration of this option is provided by the field bgpPeerAfiSafiNxtHopSlf. When bgpPeerNxtHopSlf is 'false', BGP does not perform next-hop-self for any address family. When bgpPeerNxtHopSlf is 'true', BGP performs next-hop-self for those address families for which bgpPeerAfiSafiNxtHopSlf is 'true'.
                     bgpPeerThirdPtyNxtHop 1.2.826.0.1.1578918.5.65.1.3.1.1.1.84 truthvalue read-only
Whether or not the local BGP speaker should advertise routes received from this peer using third party next hop (this is optional behaviour described in the BGP specification). This field is only used when exporting routes to other EBGP peers, and when bgpPeerNxtHopSlf is 'false'.
                     bgpPeerNxtHopPeer 1.2.826.0.1.1578918.5.65.1.3.1.1.1.85 truthvalue read-only
Whether or not the local BGP speaker should override the use of third party next hop by an EBGP peer. If an EBGP peer speaker uses third party next hop, routes learnt from the peer may specify a next hop belonging to a router that the local BGP speaker does not peer with. If this field is set to 'true', then all data forwarded along a route learnt from an EBGP peer will be sent to the EBGP peer. The peer's address is put into the BGP next hop field when the route is advertised to IBGP peers. If set to 'false', then data is sent to the next hop specified by the peer. The field is only used when importing routes from EBGP.
                     bgpPeerTrapPrefix 1.2.826.0.1.1578918.5.65.1.3.1.1.1.86 truthvalue read-only
Used in conjunction with bgpPeerAfiSafiTrapPrefix to determine whether BGP issues an SNMP trap when the number of prefixes received from this peer reaches the maximum number of prefixes allowed, set by bgpPeerConfigMaxPrfx and bgpPeerAfiSafiConfigMaxPrfx, or the warning threshold set by bgpPeerConfigThreshold and bgpPeerAfiSafiConfigThreshold. To disable sending of traps for all address families, set bgpPeerTrapPrefix to 'false'. To enable the sending of traps, set bgpPeerTrapPrefix to 'true' and set bgpPeerAfiSafiTrapPrefix to 'true' for those address families for which this behavior is required.
                     bgpPeerConfigThreshold 1.2.826.0.1.1578918.5.65.1.3.1.1.1.87 unsigned32 read-only
A percentage of the limit set by bgpPeerConfigMaxPrfx. When the number of prefixes received from this peer reaches this threshold, BGP issues a warning. The action carried out by DC-BGP depends on the value of bgpPeerTrapPrefix and bgpPeerAfiSafiTrapPrefix. This field is not used if bgpPeerConfigMaxPrfx is set to zero. This field sets a threshold for all address families received from a peer. To configure a threshold for individual families, set bgpPeerConfigThreshold to zero and set bgpPeerAfiSafiConfigThreshold to the required threshold for each address family.
                     bgpPeerMaxPrfxHold 1.2.826.0.1.1578918.5.65.1.3.1.1.1.88 unsigned32 read-only
The time interval in seconds between when this BGP session is torn down due to the number of prefixes received from this peer exceeding the maximum in bgpPeerConfigMaxPrfx(AfiSafi) and when BGP attempts to reestablish the session. To configure a time interval for individual families, set bgpPeerMaxPrfxHold to zero and set bgpPeerAfiSafiMaxPrfxHold to the required time interval for each address family. If both bgpPeerMaxPrfxHold and bgpPeerAfiSafiMaxPrfxHold are set to zero for an address family, the session is not reestablished. An attempt to configure a non-zero value less than 30 seconds is rejected.
                     bgpPeerSelectedLocalAddrType 1.2.826.0.1.1578918.5.65.1.3.1.1.1.89 inetaddresstype read-only
The address family selected for the local end of the peering session. If a connection exists then this field will be identical to bgpPeerLocalAddrType. A value of none implies that there is currently no connection to this peer.
                     bgpPeerSelectedLocalAddr 1.2.826.0.1.1578918.5.65.1.3.1.1.1.90 inetaddress read-only
The address selected for the local end of the peering session. If a connection exists and bgpPeerLocalAddr is specified then these two fields will be identical.
                     bgpPeerSelectedLocalPort 1.2.826.0.1.1578918.5.65.1.3.1.1.1.91 inetportnumber read-only
The local port selected for transport connection between the BGP peers. If bgpPeerLocalPort is non-zero and a connection exists then these two fields will be identical. A value of zero implies that there is currently no connection to this peer.
                     bgpPeerSelectedRemotePort 1.2.826.0.1.1578918.5.65.1.3.1.1.1.92 inetportnumber read-only
The remote port selected for the transport connection between the BGP peers. If bgpPeerRemotePort is non-zero and a connection exists then these two fields will be identical. A value of zero implies that there is currently no connection to this peer.
                     bgpPeerBfdDesired 1.2.826.0.1.1578918.5.65.1.3.1.1.1.93 truthvalue read-only
Indicates whether Bidirectional Forwarding Detection (BFD) is desired for this peer. If the NM entity managing this peer session (configured using bgpPeerLocalNm) does not have an active join to a BFD provider (configured using bgpNmEntBfdEntityIndex), then BFD will not be used on this interface regardless of the value of this field. This field can only be changed when the row is not active.
                     bgpPeerBfdStatus 1.2.826.0.1.1578918.5.65.1.3.1.1.1.94 bfdsessionstatus read-only
BFD session state for this peer.
                     bgpPeerCeaseErrorSubcode 1.2.826.0.1.1578918.5.65.1.3.1.1.1.95 bgpceaseerrorsubcode read-only
The error subcode to be sent in the Cease Notification messages triggered by MIB requests that set the state of the BGP connection from 'up' to 'down'. If set to 'none' then DC-BGP chooses the subcode itself. This field does not affect the error subcode for Cease Notification messages triggered for other reasons.
                     bgpPeerConfAltLocalAs 1.2.826.0.1.1578918.5.65.1.3.1.1.1.96 bgpautonomoussystemnumber read-only
An alternative 'local AS' number that can be used to create a session to this peer. This is used when merging two ASs into a single AS. A value of zero means 'not configured'. If a non-zero value is configured, then the AS number included in the OPEN messages sent when trying to create the peer session will alternate between the 'normal' local AS number (defined by bgpRmEntLocalAs) and the 'alternative' local AS number defined here. If this is an iBGP peer, then bgpPeerRemoteAs must have the same value as bgpRmEntLocalAs. In this case, an OPEN message received from the remote peer will be accepted if it contains an AS number that matches either bgpPeerConfAltLocalAs or bgpPeerRemoteAs. If this is an eBGP peer, then bgpPeerRemoteAs must contain the remote peer's AS number. An OPEN message received from the remote peer will be accepted only if it contains an AS number that matches bgpPeerRemoteAs. This field can be changed at any time. However, if the field is changed while the row is admin_status UP, the change will only take effect after the row has been deactivated and reactivated, thus forcing the peer session to be restarted. If this router is a member of a confederation, then this field is meaningless and is ignored.
                     bgpPeerSelectedLocalAs 1.2.826.0.1.1578918.5.65.1.3.1.1.1.97 bgpautonomoussystemnumber read-only
The local AS number used on this session. If bgpPeerConfAltLocalAs is set to a non-zero value, then the session might have been set up advertising one of two 'local AS' numbers (bgpRmEntLocalAs or bgpPeerConfAltLocalAs). This field reports which local AS number was used. If, as normal, bgpPeerConfAltLocalAs is zero, then the AS number advertised for the session (and reported by this field) is bgpRmEntLocalAs, or bgpRmEntLocalMbrAs (if this router is in a confederation along with the peer). If the bgpPeerState is not 'established', then this field is zero.
                     bgpPeerSelectedRemoteAs 1.2.826.0.1.1578918.5.65.1.3.1.1.1.98 bgpautonomoussystemnumber read-only
The remote AS number used on this session. If bgpPeerConfAltLocalAs is set to a non-zero value, and if this is an iBGP peer, then the remote peer might have advertised one of two AS numbers (bgpPeerRemoteAs or bgpPeerConfAltLocalAs). This field reports which AS number was advertised by the remote peer. If bgpPeerConfAltLocalAs is zero, then the AS number advertised by the remote peer (and reported in this this field) must equal bgpPeerRemoteAs. If the bgpPeerState is not 'established', then this field is zero.
                     bgpPeerInPrfxes 1.2.826.0.1.1578918.5.65.1.3.1.1.1.99 gauge32 read-only
The total number of prefixes received from this peer. This is equivalent to the sum of bgpPrfxInPrfxes for all AFI/SAFI combinations that this peer supports.
                     bgpPeerOutPrfxes 1.2.826.0.1.1578918.5.65.1.3.1.1.1.100 gauge32 read-only
The number of prefixes that are installed in all of this peer's Adj-RIB-Outs. This is equivalent to the sum of bgpPrfxOutPrfxes for all AFI/SAFI combinations that this peer supports. Note that this value is impacted by the bgpRmEntNonPersistentAros field since, if that field is set to TRUE, routes are removed from the Adj-RIB-Out to reduce occupancy.
                     bgpPeerOutPrfxesAdvertised 1.2.826.0.1.1578918.5.65.1.3.1.1.1.101 gauge32 read-only
The total number of prefixes advertised to this peer. This is equivalent to the sum of bgpPrfxOutPrfxesAdvertised for all AFI/SAFI combinations that this peer supports. This field is not affected by the bgpRmEntNonPersistentAros field. Note that even if bgpRmEntNonPersistentAros is FALSE the value of this field may differ from bgpPeerOutPrfxes since that field includes recently withdrawn routes which are undergoing suppression procedures.
                     bgpPeerTrapGrHelperState 1.2.826.0.1.1578918.5.65.1.3.1.1.1.102 truthvalue read-only
This value indicates whether or not the Graceful Restart helper trap is used. If in use for this peer, DC-BGP will send a trap whenever the peer restart status changes - in other words, whenever the value of bgpPeerRstrStatus for the peer changes.
                     bgpPeerEnableAttributeDiscard 1.2.826.0.1.1578918.5.65.1.3.1.1.1.103 truthvalue read-only
This value indicates whether or not the 'attribute discard' error handling mechanism is used for BGP UPDATE messages received from this peer. This mechanism applies when a BGP UPDATE message is received containing a malformed AGGREGATOR, AS4_AGGREGATOR, AS4_PATH or ATOMIC_AGGREGATE attribute. When set to 'false', the error handling mechanism defined in the original BGP specification is used, and the BGP session is reset. This can lead to session flapping and network instability, even though routing is not adversely affected by the presence of these malformed attributes. When set to 'true', the alternative error handling mechanism of 'attribute discard' is used, where the attribute is dropped and the rest of the BGP UPDATE message is processed as normal. Use of 'attribute discard' error handling is fixed at the start of a BGP session, so changes to this field take effect at the start of the next session. If the peer belongs to a peer group, then this field is ignored and the value of bgpPeergrEnableAtrributeDiscard is examined instead.
             bgpPeerAfiSafiTable 1.2.826.0.1.1578918.5.65.1.3.1.2 no-access
Peer configuration table. This table allows a user to configure peer characteristics on a per AFI/SAFI basis. Rows in this table cannot be created or destroyed manually. A table entry for each supported address family is created automatically when an entry in the bgpPeerTable is created. The entries are destroyed when the bgpPeerTable entry is destroyed.
                 bgpPeerAfiSafiEntry 1.2.826.0.1.1578918.5.65.1.3.1.2.1 no-access
Peer configuration table entry.
                     bgpPeerAfiSafiAfi 1.2.826.0.1.1578918.5.65.1.3.1.2.1.8 bgpafi no-access
The AFI index into the peer table.
                     bgpPeerAfiSafiSafi 1.2.826.0.1.1578918.5.65.1.3.1.2.1.9 bgpsafi no-access
The SAFI index into the peer table.
                     bgpPeerAfiSafiDisable 1.2.826.0.1.1578918.5.65.1.3.1.2.1.10 truthvalue read-only
When bgpPeerAfiSafiDisable is 'true', BGP will not advertise Multiprotocol support to the peer for this address family. When bgpPeerAfiSafiDisable is 'false', BGP will advertise Multiprotocol support to the peer if support for the address family has been enabled in the corresponding bgpRmAfiSafiTable entry. Any update to this object will take effect the next time that the bgpPeerTable entry is activated (bgpPeerAdminStatus is set to 'adminStatusUp').
                     bgpPeerAfiSafiConfigRtRefresh 1.2.826.0.1.1578918.5.65.1.3.1.2.1.11 truthvalue read-only
Set this to 'true' to trigger BGP to send a Route Refresh to the peer for this address family. Setting the object will only have an effect if a BGP session to the peer is active. This object always has the value 'false' when read.
                     bgpPeerAfiSafiAllowLocalAs 1.2.826.0.1.1578918.5.65.1.3.1.2.1.12 unsigned32 read-only
The number of instances of the local AS identifier that may be contained in the route's AS-Path without rejecting the route. The AS-Path attribute of a BGP route contains the identifiers of the Autonomous Systems traversed by the route. When a route is received with an AS-Path containing the local AS identifier, it normally indicates a routing loop, and the default behavior is to reject the route. This object allows this behavior to be over-ridden. This is useful, for example, for VPN routes, where routes from one CE router are advertised to other CE routers sites through a provider's BGP network. Two CE routers in the same AS can enable this feature to prevent routes from the other CE from being discarded. If bgpPeerAllowLocalAs is set to a non-zero value, then that value is used for all address families, and the value of bgpPeerAfiSafiAllowLocalAs is ignored. To configure values independently for each address family, set bgpPeerAllowLocalAs to 0 and set the values of bgpPeerAfiSafiAllowLocalAs as required. Changing the value of this object while the peer is active triggers BGP to refresh its routes from the peer.
                     bgpPeerAfiSafiDisableSndLpDetect 1.2.826.0.1.1578918.5.65.1.3.1.2.1.13 truthvalue read-only
Gives finer control of the sender-side loop detection configuration provided by bgpPeerDisableSenderLoopDetect. By default, BGP performs sender side loop detection. That is, it will not advertise a route to a peer if the AS-Path of the route already contains the peer's AS number. A peer would typically discard such routes, so this is normally a useful optimization. However, the peer may be configured to accept such routes (see bgpPeerAfiSafiAllowLocalAs). In this case it is necessary to disable sender-side loop detection. When bgpPeerDisableSenderLoopDetect is 'true', BGP disables sender-side loop detection for those address families for which bgpPeerAfiSafiDisableSndLpDetect is 'true'. When bgpPeerDisableSenderLoopDetect is 'false', sender-side loop detection is not disable for any address families. If the value of this object is changed while the peer session is active, BGP will check for any routes that need to be advertised or withdrawn as a result of the change.
                     bgpPeerAfiSafiNxtHopSlf 1.2.826.0.1.1578918.5.65.1.3.1.2.1.14 truthvalue read-only
Gives finer control of the next-hop-self configuration provided by bgpPeerNxtHopSlf. When bgpPeerNxtHopSlf is 'false', BGP does not perform next-hop-self for any address family. When bgpPeerNxtHopSlf is 'true', BGP performs next-hop-self for those address families for which bgpPeerAfiSafiNxtHopSlf is 'true'. If the value of this object is changed while the peer session is active, BGP will check for any routes that need to be advertised or withdrawn as a result of the change.
                     bgpPeerAfiSafiOrigDefault 1.2.826.0.1.1578918.5.65.1.3.1.2.1.15 truthvalue read-only
Indicates whether BGP should originate a default route to the peer for this address family. BGP cannot originate default VPN routes and so bgpPeerAfiSafiOrigDefault cannot be set to 'true' if bgpPeerAfiSafiSafi is 'mplsBgpVpn'. This is because there is no single default route for a VPN address family - there may be one for each VRF. If a default VPN route is required, it should should be redistributed from the corresponding VRF. This ensures that the default VPN route is advertised by BGP along with the associated label, route distinguisher and route targets. Similarly, BGP does not support the allocation of a label for a default route, and so bgpPeerAfiSafiOrigDefault cannot be set to 'true' if bgpPeerAfiSafiSafi is 'labeled'. Default routes are meaningless for L2VPN auto-discovery and signaling, so bgpPeerAfiSafiOrigDefault cannot be set to 'true' if bgpPeerAfiSafiAfi is 'l2vpn'. The origination of default routes may optionally be conditional based on policy. If this is required, then set bgpPeerAfiSafiOrigDefaultRtMap to specify a route map. If no route map is specified (bgpPeerAfiSafiOrigDefaultRtMap is zero), then default route origination is based solely on the setting of bgpPeerAfiSafiOrigDefault.
                     bgpPeerAfiSafiOrigDefaultRtMap 1.2.826.0.1.1578918.5.65.1.3.1.2.1.16 unsigned32 read-only
Configured policy for origination of default routes. The value of bgpPeerAfiSafiOrigDefaultRtMap is only examined if bgpPeerAfiSafiOrigDefault is 'true'. It identifies a route map consisting of all rows in the bgpRouteMapTable with bgpRouteMapIndex set to bgpPeerAfiSafiOrigDefaultRtMap. The route map has two purposes. - The match clauses are used for conditional advertisement of the default route. A default route is only originated for an address family if bgpPeerAfiSafiOrigDefault is 'true' and if there is at least one route in the loc-RIB matching the route map. - The set clauses of the route map determine the attributes of the originated default route. Note that route maps may consist of multiple bgpRouteMapTable entries. These bgpRouteMapTable entries can be configured to match a specific address family. Any such bgpRouteMapTable entry that does not match the address family for this bgpPeerAfiSafiTable entry is ignored. These route maps should be configured as follows. - To restrict a route map to a particular AFI/SAFI, specify bgpRouteMapMaAfi and bgpRouteMapMaSafi. - Each route map should specify an IP prefix list to match on. This is not mandated by DC-BGP, but other types of matches may have a performance impact. - Each IP prefix match is assumed to be an exact match. In other words, DC-BGP treats each bgpIpPreTable entry as having bgpIpPreLe = bgpIpPreLen, and bgpIpPreGe = 0.
                     bgpPeerAfiSafiSoftResetStore 1.2.826.0.1.1578918.5.65.1.3.1.2.1.17 truthvalue read-only
Gives finer control of the soft reset configuration provided by bgpPeerSoftResetWithStoredInfo. When bgpPeerSoftResetWithStoredInfo is 'false', BGP does not perform soft reset for any address family. When bgpPeerSoftResetWithStoredInfo is 'true', BGP performs soft reset for those address families for which bgpPeerAfiSafiSoftResetStore is 'true'. Any update to this object will take effect the next time that the peer session reactivates.
                     bgpPeerAfiSafiConfigMaxPrfx 1.2.826.0.1.1578918.5.65.1.3.1.2.1.18 unsigned32 read-only
Gives finer control of the maximum prefix configuration provided by bgpPeerConfigMaxPrfx. To configure address family specific values for the maximum number of prefixes that can be accepted from the peer, set bgpPeerConfigMaxPrfx to zero, and set bgpPeerAfiSafiConfigMaxPrfx to the limit for this address family.
                     bgpPeerAfiSafiConfigDropWarn 1.2.826.0.1.1578918.5.65.1.3.1.2.1.19 bgpdroporwarn read-only
Gives finer control of the configuration provided by bgpPeerConfigDropWarn, which determines the behavior when the maximum prefix limit is reached. To configure whether the session is dropped or a warning is behavior independently for different address families, set bgpPeerConfigDropWarn to 'warn', and set the value of bgpPeerAfiSafiConfigDropWarn for each address family as needed.
                     bgpPeerAfiSafiTrapPrefix 1.2.826.0.1.1578918.5.65.1.3.1.2.1.20 truthvalue read-only
Gives finer control of the configuration provided by bgpPeerTrapPrefix, which determines whether BGP issues an SNMP trap when the number of prefixes received from this peer for this address family reaches the maximum number of prefixes allowed, set by bgpPeerConfigThreshold or bgpPeerAfiSafiConfigMaxPrfx, or the warning threshold set by bgpPeerConfigMaxPrfx or bgpPeerAfiSafiConfigThreshold. To disable sending of traps for all address families, set bgpPeerTrapPrefix to 'false'. To enable the sending of traps, set bgpPeerTrapPrefix to 'true' and set bgpPeerTrapPrefix to 'true' for those address families for which this behavior is required.
                     bgpPeerAfiSafiConfigThreshold 1.2.826.0.1.1578918.5.65.1.3.1.2.1.21 unsigned32 read-only
Gives finer control of the threshold configuration provided by bgpPeerConfigThreshold. When the number of prefixes received from this peer for this address family reaches this threshold, BGP issues a warning. The action carried out by BGP depends on the value of bgpPeerTrapPrefix and bgpPeerAfiSafiTrapPrefix. This field is not used if bgpPeerConfigMaxPrfx and bgpPeerAfiSafiConfigMaxPrfx are set to zero. To configure a threshold for individual families, set bgpPeerConfigThreshold to zero and set bgpPeerAfiSafiConfigThreshold to the required threshold for each address family.
                     bgpPeerAfiSafiMaxPrfxHold 1.2.826.0.1.1578918.5.65.1.3.1.2.1.22 unsigned32 read-only
Gives finer control of the configuration provided by bgpPeerMaxPrfxHold, which determines the time interval in seconds between when this BGP session is torn down due to the number of prefixes received from this peer exceeding the maximum in bgpPeerConfigMaxPrfx(AfiSafi) and when BGP attempts to reestablish the session. To configure a time interval for individual families, set bgpPeerMaxPrfxHold to zero and set bgpPeerAfiSafiMaxPrfxHold to the required time interval for each address family. If both bgpPeerMaxPrfxHold and bgpPeerAfiSafiMaxPrfxHold are set to zero for an address family, the session is not reestablished. An attempt to configure a non-zero value less than 30 seconds is rejected.
                     bgpPeerAfiSafiMaxOrfEntries 1.2.826.0.1.1578918.5.65.1.3.1.2.1.23 unsigned32 read-only
Gives finer control of the maximum number of ORF entries configuration provided by bgpPeerMaxOrfEntries. To configure address family specific values for the maximum number of ORF entries that can be accepted from the peer, set bgpPeerMaxOrfEntries to zero, and set bgpPeerAfiSafiMaxOrfEntries to the limit for this address family.
             bgpPeerOrfCapabilityTable 1.2.826.0.1.1578918.5.65.1.3.1.3 no-access
DC-BGP Peer ORF Capability Table. This table allows a user to configure ORF on a per peer basis. Rows in this table cannot be created or destroyed manually. A table entry is created for each supported address family and ORF type when an entry in the bgpPeerTable is created. The entries are destroyed when the bgpPeerTable entry is destroyed.
                 bgpPeerOrfCapabilityEntry 1.2.826.0.1.1578918.5.65.1.3.1.3.1 no-access
Entry containing peer specific information about support for an ORF defined by .
                     bgpPeerOrfCapabilityAfi 1.2.826.0.1.1578918.5.65.1.3.1.3.1.8 bgpafi no-access
Specifies the address family with which this ORF is associated.
                     bgpPeerOrfCapabilitySafi 1.2.826.0.1.1578918.5.65.1.3.1.3.1.9 bgpsafi no-access
Specifies the Subsequent Address Family Indentifier with which this ORF is associated.
                     bgpPeerOrfCapabilityOrfType 1.2.826.0.1.1578918.5.65.1.3.1.3.1.10 bgporftype no-access
Indicates the type of this ORF.
                     bgpPeerOrfCapabilityAdminStatus 1.2.826.0.1.1578918.5.65.1.3.1.3.1.11 bgpadminstatus read-only
The administrative status for this ORF entry.
                     bgpPeerOrfCapabilitySendReceive 1.2.826.0.1.1578918.5.65.1.3.1.3.1.12 bgporfsendreceive read-only
Indicates whether the sender is (a) willing to receive ORF entries from its peer, (b) would like to send ORF entries to its peer, or (c) both. This field will be logical-ANDed with the bgpOrfCapabilitySendReceive field of the corresponding entry in the bgpOrfCapabilityTable if one exists. Only if a corresponding entry exists AND both entries indicate support will this be advertised to the peer.
         bgpPeerCaps 1.2.826.0.1.1578918.5.65.1.3.2
             bgpPeerCapsRcvdTable 1.2.826.0.1.1578918.5.65.1.3.2.1 no-access
This table contains contains the capabilities that are supported for a given peer. It is equivalent to the bgpM2PeerCapsReceivedTable.
                 bgpPeerCapsRcvdEntry 1.2.826.0.1.1578918.5.65.1.3.2.1.1 no-access
These entries are keyed by a peer index and the BGP Capability Code and index.
                     bgpPeerCapRcvdCode 1.2.826.0.1.1578918.5.65.1.3.2.1.1.3 unsigned32 no-access
The BGP Capability Advertisement Capability Code.
                     bgpPeerCapRcvdIndex 1.2.826.0.1.1578918.5.65.1.3.2.1.1.4 unsigned32 no-access
Multiple instances of a given capability may be sent by a BGP speaker. This variable is used to index them.
                     bgpPeerCapRcvdValue 1.2.826.0.1.1578918.5.65.1.3.2.1.1.5 octet string read-only
The value of the announced capability.
             bgpPeerCapsSentTable 1.2.826.0.1.1578918.5.65.1.3.2.2 no-access
This table contains contains the capabilities that are announced to a given peer. It is equivalent to the bgpM2PeerCapsAnnouncedTable.
                 bgpPeerCapsSentEntry 1.2.826.0.1.1578918.5.65.1.3.2.2.1 no-access
These entries are keyed by a peer index and the BGP Capability Code and index.
                     bgpPeerCapSentCode 1.2.826.0.1.1578918.5.65.1.3.2.2.1.3 unsigned32 no-access
The BGP Capability Advertisement Capability Code.
                     bgpPeerCapSentIndex 1.2.826.0.1.1578918.5.65.1.3.2.2.1.4 unsigned32 no-access
Multiple instances of a given capability may be sent by a BGP speaker. This variable is used to index them.
                     bgpPeerCapSentValue 1.2.826.0.1.1578918.5.65.1.3.2.2.1.5 octet string read-only
The value of the announced capability.
         bgpPeerCntrs 1.2.826.0.1.1578918.5.65.1.3.3
             bgpPrfxCntrsTable 1.2.826.0.1.1578918.5.65.1.3.3.1 no-access
Additional per-peer, per AFI/SAFI counters for prefixes. It is equivalent to the bgpM2PrefixCountersTable.
                 bgpPrfxCntrsEntry 1.2.826.0.1.1578918.5.65.1.3.3.1.1 no-access
Entry containing information about a bgp-peer's prefix counters.
                     bgpPrfxCntrsAfi 1.2.826.0.1.1578918.5.65.1.3.3.1.1.3 bgpafi no-access
The AFI index of the per-peer, per prefix counters.
                     bgpPrfxCntrsSafi 1.2.826.0.1.1578918.5.65.1.3.3.1.1.4 bgpsafi no-access
The SAFI index of the per-peer, per prefix counters.
                     bgpPrfxInPrfxes 1.2.826.0.1.1578918.5.65.1.3.3.1.1.5 gauge32 read-only
The number of prefixes received from a peer and are stored in the Adj-RIB-In for that peer.
                     bgpPrfxInPrfxesAccepted 1.2.826.0.1.1578918.5.65.1.3.3.1.1.6 gauge32 read-only
The number of prefixes for a peer that are installed in the Adj-RIB-In and are eligible to become active in the Loc-Rib.
                     bgpPrfxInPrfxesRejected 1.2.826.0.1.1578918.5.65.1.3.3.1.1.7 gauge32 read-only
The number of prefixes for a peer that are installed in the Adj-RIB-In and are NOT eligible to become active in the Loc-Rib.
                     bgpPrfxOutPrfxes 1.2.826.0.1.1578918.5.65.1.3.3.1.1.8 gauge32 read-only
The number of prefixes for a peer that are installed in that peer's Adj-RIB-Out. Note that this value is impacted by the bgpRmEntNonPersistentAros field since, if that field is set to TRUE, routes are removed from the Adj-RIB-Out to reduce occupancy.
                     bgpPrfxOutPrfxesAdvertised 1.2.826.0.1.1578918.5.65.1.3.3.1.1.9 gauge32 read-only
The number of advertised prefixes currently associated with the peer. This field is not affected by the bgpRmEntNonPersistentAros field. Note that even if bgpRmEntNonPersistentAros is FALSE the value of this field may differ from bgpPrfxOutPrfxes since that field includes recently withdrawn routes which are undergoing suppression procedures.
                     bgpPrfxCntrsUserData 1.2.826.0.1.1578918.5.65.1.3.3.1.1.10 octet string read-only
User data for this BGP prefix counters entry.
                     bgpPrfxInPrfxesFlapped 1.2.826.0.1.1578918.5.65.1.3.3.1.1.11 gauge32 read-only
The number of prefixes for a peer that are installed in the Adj-RIB-In and for which RIB Manager is tracking a route flap damping penalty.
                     bgpPrfxInPrfxesFlapSuppressed 1.2.826.0.1.1578918.5.65.1.3.3.1.1.12 gauge32 read-only
The number of prefixes for a peer that are installed in the Adj-RIB-In and that are suppressed as a result of route flapping.
                     bgpPrfxInPrfxesFlapHistory 1.2.826.0.1.1578918.5.65.1.3.3.1.1.13 gauge32 read-only
The number of prefixes for a peer that are not currently in the Adj-RIB-In, but which have an associated route flap damping penalty.
                     bgpPrfxInPrfxesActive 1.2.826.0.1.1578918.5.65.1.3.3.1.1.14 gauge32 read-only
The number of prefixes for a peer that are installed in the Adj-RIB-In and are marked as 'active' in the Loc-Rib. This field only contains the count of prefixes for AFI/SAFIs for which bgpRmAfiSafiAdvertiseInactive is set to 'true'.
                     bgpPrfxInPrfxesDeniedByPol 1.2.826.0.1.1578918.5.65.1.3.3.1.1.15 gauge32 read-only
When 'soft reset with stored routing information' is enabled for a peer with the given AFI/SAFI, this is the number of stored prefixes from the peer that have failed import policy checks and so have not been installed in the Adj-RIB-In. Otherwise, this field is set to zero.
                     bgpPrfxNumLocRibRoutes 1.2.826.0.1.1578918.5.65.1.3.3.1.1.16 gauge32 read-only
The number of prefixes for a peer that are installed in the Adj-RIB-In and are included as the 'best' route in the Loc-RIB.
     bgpRib 1.2.826.0.1.1578918.5.65.1.4
         bgpNlriTable 1.2.826.0.1.1578918.5.65.1.4.1 no-access
The BGP-4 Received Path Attribute Table contains information about paths to destination networks received from all BGP4 peers. It is equivalent to the bgpM2NlriTable, with additional fields from the bgpM2PathAttrTable, and fields to monitor the Route Flap damping state of the NLRI. This table must contain an identical set of fields to the bgpNlriPrefixTable. All non-index fields must be in the same order in this table and the bgpNlriPrefixTable.
             bgpNlriEntry 1.2.826.0.1.1578918.5.65.1.4.1.1 no-access
Information about a path to a network.
                 bgpNlriPeerOrAfm 1.2.826.0.1.1578918.5.65.1.4.1.1.2 bgppeerorafm no-access
Whether this route was learned from a BGP peer or an AFM.
                 bgpNlriPeerAfmIndex 1.2.826.0.1.1578918.5.65.1.4.1.1.3 unsigned32 no-access
The index of either the BGP peer or AFM this route was learned from. If bgpNlriPeerOrAfm is peer, this field is equivalent to a bgpPeerIndex. If bgpNlriPeerOrAfm is afm, this field is equivalent to a bgpRmAfmJoin.
                 bgpNlriAfi 1.2.826.0.1.1578918.5.65.1.4.1.1.4 bgpafi no-access
The address family of the prefix for this NLRI.
                 bgpNlriSafi 1.2.826.0.1.1578918.5.65.1.4.1.1.5 bgpsafi no-access
The subsequent address family of the prefix for this NLRI.
                 bgpNlriPrfx 1.2.826.0.1.1578918.5.65.1.4.1.1.6 inetaddress no-access
An address prefix in the Network Layer Reachability Information field. The prefix length is specified by bgpNlriPrfxLen. Any bits beyond the length specified by bgpNlriPrfxLen are zeroed. This field contains the full line format BGP NLRI omitting any NLRI length field. For SAFI 128 the NLRI includes the MPLS label and Route Distinguisher as well as the IPv4 or IPv6 address prefix.
                 bgpNlriPrfxLen 1.2.826.0.1.1578918.5.65.1.4.1.1.7 inetaddressprefixlength no-access
Length in bits of the IP address prefix in the Network Layer Reachability Information field.
                 bgpNlriBest 1.2.826.0.1.1578918.5.65.1.4.1.1.8 truthvalue read-only
An indication of whether or not this route was chosen as the best BGP4 route.
                 bgpNlriAsSize 1.2.826.0.1.1578918.5.65.1.4.1.1.9 bgpassize read-only
Whether the bgpNlriASPathStr field contains two or four byte AS numbers.
                 bgpNlriASPathStr 1.2.826.0.1.1578918.5.65.1.4.1.1.10 octet string read-only
This is a string depicting the autonomous system path to this network which was received from the peer which advertised it. If bgpRmEntAsSize is four-octet and the peer does not support four octet AS numbers this string represents the AS_PATH formed by combining the AS_PATH and AS4_PATH attributes as detailed in RFC 4893. Two-octet AS numbers appear as four-octet numbers by adding two bytes of zero padding. The format of the string is simply the AS_PATH attribute. It can be converted to a more readable format by the management agent.
                 bgpPathAttrOrigin 1.2.826.0.1.1578918.5.65.1.4.1.1.11 bgporigincode read-only
The ultimate origin of the path information.
                 bgpPathAttrNextHop 1.2.826.0.1.1578918.5.65.1.4.1.1.12 inetaddress read-only
The address of the border router that should be used to access the destination network. This address is the nexthop address received in the UPDATE packet. The address family of this object will be the same as that of the prefix in this row. Note that for RFC 2545 style double nexthops, this object will always contain the global scope nexthop. bgpNlriLinkLocalNextHop will contain the linklocal scope nexthop, if it is present.
                 bgpPathAttrMultiExitDisc 1.2.826.0.1.1578918.5.65.1.4.1.1.13 unsigned32 read-only
This metric is used to discriminate between multiple exit points to an adjacent autonomous system.
                 bgpPathAttrLocalPref 1.2.826.0.1.1578918.5.65.1.4.1.1.14 unsigned32 read-only
The originating BGP4 speaker's degree of preference for an advertised route.
                 bgpPathAttrAtomicAggregate 1.2.826.0.1.1578918.5.65.1.4.1.1.15 bgppathattratomicaggpresence read-only
When this object is set to AMB_BGP_ATOMIC_AGGR_PRESENT, the ATOMIC_AGGREGATE Path Attribute is present and indicates that the NLRI MUST NOT be made more specific.
                 bgpPathAttrAggregatorAS 1.2.826.0.1.1578918.5.65.1.4.1.1.16 bgpautonomoussystemnumber read-only
The AS number of the last BGP4 speaker that performed route aggregation.
                 bgpPathAttrAggregatorAddr 1.2.826.0.1.1578918.5.65.1.4.1.1.17 bgpidentifier read-only
The IP address of the last BGP4 speaker that performed route aggregation. A value of 0000 indicates the absence of this attribute. Note propagation of AS of zero is illegal in the Internet.
                 bgpPathAttrCalcLocalPref 1.2.826.0.1.1578918.5.65.1.4.1.1.18 unsigned32 read-only
The degree of preference calculated by the receiving BGP4 speaker for an advertised route.
                 bgpPathAttrOrigId 1.2.826.0.1.1578918.5.65.1.4.1.1.19 bgpidentifier read-only
The Originator-ID identifying the router that initially advertised this destination to a Route Reflector. A value of 0.0.0.0 indicates the absence of this attribute.
                 bgpPathAttrWeight 1.2.826.0.1.1578918.5.65.1.4.1.1.20 unsigned32 read-only
The local degree of preference assigned to this route.
                 bgpFlapStatsConfig 1.2.826.0.1.1578918.5.65.1.4.1.1.21 unsigned32 read-only
The index of the bgpFlapConfigTable containing the configuration settings being applied to this route for damping.
                 bgpFlapStatsPenalty 1.2.826.0.1.1578918.5.65.1.4.1.1.22 unsigned32 read-only
The current penalty value of this route. If it is greater than the cutoff threshold the route is suppressed.
                 bgpFlapStatsFlapcnt 1.2.826.0.1.1578918.5.65.1.4.1.1.23 unsigned32 read-only
The number of times this route has flapped since statistics were last cleared.
                 bgpFlapStatsSupprsd 1.2.826.0.1.1578918.5.65.1.4.1.1.24 truthvalue read-only
Whether or not this route is suppressed.
                 bgpFlapStatsTimeleft 1.2.826.0.1.1578918.5.65.1.4.1.1.25 unsigned32 read-only
The time left until this route is no longer suppressed. Only valid if the route is suppressed.
                 bgpFlapStatsCleardamp 1.2.826.0.1.1578918.5.65.1.4.1.1.26 truthvalue read-only
This value is set to TRUE to clear all the damping information of this route, and unsupress it if it is suppressed. Specifically the following fields are cleared: - bgpFlapStatsPenalty - bgpFlapStatsFlapcnt - bgpFlapStatsSupprsd - bgpFlapStatsTimeleft. Reading the value of this field has no meaning.
                 bgpFlapStatsClearstat 1.2.826.0.1.1578918.5.65.1.4.1.1.27 truthvalue read-only
This value is set to clear just the bgpFlapStatsFlapcnt field. This will not unsupress a suppressed route. Reading the value of this field has no meaning.
                 bgpNlriEcmp 1.2.826.0.1.1578918.5.65.1.4.1.1.28 truthvalue read-only
Whether or not this route was installed into the Forwarding Table as an ECMP route (it may or may not be the best BGP4 route advertised to BGP peers).
                 bgpPathAttrAsPathLimAs 1.2.826.0.1.1578918.5.65.1.4.1.1.29 bgpautonomoussystemnumber read-only
The AS number of the speaker that attached the AS_PATHLIMIT attribute. A value of 0 indicates the absence of this attribute. Note that propagation of AS of zero is illegal in the Internet.
                 bgpPathAttrAsPathLimUpper 1.2.826.0.1.1578918.5.65.1.4.1.1.30 unsigned32 read-only
The upper bound on the number of ASes in the AS_PATH associated with this route before the route will be filtered. Only valid if bgpPathAttrAsPathLimAs is non-zero.
                 bgpNlriIsActive 1.2.826.0.1.1578918.5.65.1.4.1.1.31 bgpnlriisactiveflag read-only
An indication of whether or not this route is installed in the forwarding table. If bgpRmAfiSafiAdvertiseInactive is set to 'false', then this is set to - 'active' if the route is installed in the forwarding table, or is a route redistributed from another routing protocol instance - 'inactive' otherwise. If bgpRmAfiSafiAdvertiseInactive is set to 'true', BGP does not track active routes. In this case, bgpNlriIsActive is set to 'notTracked'.
                 bgpNlriUserData 1.2.826.0.1.1578918.5.65.1.4.1.1.32 octet string read-only
User data for this BGP NLRI entry.
                 bgpNlriStale 1.2.826.0.1.1578918.5.65.1.4.1.1.33 truthvalue read-only
Whether or not this route was last sent by the peer before BGP detected that the peer was restarting. If the route is not re-advertised by the peer before the restart completes, BGP will remove the route from its database. This flag is set to 'false' if the peer is not restarting, or if the route has been advertised by the peer since the restart.
                 bgpNlriFlapStartTime 1.2.826.0.1.1578918.5.65.1.4.1.1.34 timestamp read-only
The value of sysUpTime when this route first flapped. This field is only valid if bgpFlapStatsPenalty is non-zero.
                 bgpNlriLinkLocalNextHop 1.2.826.0.1.1578918.5.65.1.4.1.1.35 inetaddress read-only
The IPv6 link-local address of the border router that should be used to access the destination network. This object is only valid for a prefix with a received RFC 2545 style double nexthop.
         bgpPathAttrUnknownTable 1.2.826.0.1.1578918.5.65.1.4.2 no-access
The BGP-4 Path Attribute Unknown Table contains the per network path (NLRI) data on the path attributes advertised with a route but not known to the local BGP implementation or not otherwise capable of being returned from this agent. The absence of row data for a given index value for bgpPathAttrUnknownType indicates a lack of such unknown attribute information for the indicated network path. It is equivalent to the bgpM2PathAttrUnknownTable.
             bgpPathAttrUnknownEntry 1.2.826.0.1.1578918.5.65.1.4.2.1 no-access
Information about an unknown attribute provided with a path to a network.
                 bgpPathAttrUnknownType 1.2.826.0.1.1578918.5.65.1.4.2.1.8 unsigned32 no-access
The attribute type advertised with this unknown attribute by the peer. This is the one octet type code field and does not include the attribute flags. These are included in the bgpPathAttrUnknownValue field.
                 bgpPathAttrUnknownValue 1.2.826.0.1.1578918.5.65.1.4.2.1.9 octet string read-only
Value of path attribute not understood by the base BGP-4 document. This will begin with the flags, code and length. Note that only unknown optional-transitive attributes are stored here. Optional non-transitive attributes are discarded as they do not need to be kept, while unknown attributes claiming to be well-known will result in a Notification. Octets beyond the maximum size, if any, are not recorded by this row object. This could lead to some truncation of the recorded attributes.
                 bgpPathAttrUnknownUserData 1.2.826.0.1.1578918.5.65.1.4.2.1.10 octet string read-only
User data for this path attribute.
         bgpPathAttrExtensions 1.2.826.0.1.1578918.5.65.1.4.3
             bgpPathAttrNonCapExts 1.2.826.0.1.1578918.5.65.1.4.3.1
                 bgpPathAttrRouteReflectionExts 1.2.826.0.1.1578918.5.65.1.4.3.1.1966
                           bgpPathAttrClusterTable 1.2.826.0.1.1578918.5.65.1.4.3.1.1966.2 no-access
The BGP-4 Path Attribute Cluster Table contains the per network path (NLRI) data on the reflection path which a route has traversed. The absence of row data for a given network path indicates a lack of this attribute information for the indicated network path. It is equivalent to the bgpM2PathAttrClusterTable.
                               bgpPathAttrClusterEntry 1.2.826.0.1.1578918.5.65.1.4.3.1.1966.2.1 no-access
Information about a cluster traversal provided with a path to a network.
                                   bgpPathAttrClusterIndex 1.2.826.0.1.1578918.5.65.1.4.3.1.1966.2.1.8 unsigned32 no-access
An integral index for a row in this table.
                                   bgpPathAttrClusterValue 1.2.826.0.1.1578918.5.65.1.4.3.1.1966.2.1.9 unsigned32 read-only
A four octet long value representing a part of the reflection path that the route has passed. Each such four octet long value represents the ID of a cluster that the route has traversed. The sequence of this path as received in the route advertisement will be preserved in the sequence of bgpPathAttrClusterTable rows (and the bgpPathAttrClusterValue's in each row) as returned for a given network path, and the monotonically increasing sequence of bgpPathAttrClusterIndex values for that network path.
                                   bgpPathAttrClusterUserData 1.2.826.0.1.1578918.5.65.1.4.3.1.1966.2.1.10 octet string read-only
User data for this path attribute.
                 bgpPathAttrCommunityExts 1.2.826.0.1.1578918.5.65.1.4.3.1.1997
                           bgpPathAttrCommTable 1.2.826.0.1.1578918.5.65.1.4.3.1.1997.1 no-access
The BGP-4 Path Attribute Community Table contains the per network path (NLRI) data on the community membership advertised with a route. The absence of row data for a given network path indicates a lack of this attribute information for the indicated network path. It is equivalent to the bgpM2PathAttrCommTable.
                               bgpPathAttrCommEntry 1.2.826.0.1.1578918.5.65.1.4.3.1.1997.1.1 no-access
Information about a community association provided with a path to a network.
                                   bgpPathAttrCommIndex 1.2.826.0.1.1578918.5.65.1.4.3.1.1997.1.1.8 unsigned32 no-access
An integer index for a row in this table.
                                   bgpPathAttrCommValue 1.2.826.0.1.1578918.5.65.1.4.3.1.1997.1.1.9 bgpcommunity read-only
A value representing a community. There are certain 4-octet long values which could be returned in this columnar row data that carry additional semantics.
                                   bgpPathAttrCommUserData 1.2.826.0.1.1578918.5.65.1.4.3.1.1997.1.1.10 octet string read-only
User data for this path attribute.
                 bgpPathAttrExtCommunityExts 1.2.826.0.1.1578918.5.65.1.4.3.1.2547
                           bgpPathAttrExtCommTable 1.2.826.0.1.1578918.5.65.1.4.3.1.2547.1 no-access
The BGP-4 Path Attribute Extended Community Table contains the per network path (NLRI) data on the extended community membership advertised with a route. The absence of row data for a given network path indicates a lack of this attribute information for the indicated network path. It is equivalent to the bgpM2PathAttrExtCommTable.
                               bgpPathAttrExtCommEntry 1.2.826.0.1.1578918.5.65.1.4.3.1.2547.1.1 no-access
Information about an extended community association provided with a path to a network.
                                   bgpPathAttrExtCommIndex 1.2.826.0.1.1578918.5.65.1.4.3.1.2547.1.1.8 unsigned32 no-access
An integer index for a row in this table.
                                   bgpPathAttrExtCommValue 1.2.826.0.1.1578918.5.65.1.4.3.1.2547.1.1.9 bgpextendedcommunity read-only
A value representing an extended community. There are certain 8-octet long values which could be returned in this columnar row data that carry additional semantics.
                                   bgpPathAttrExtCommUserData 1.2.826.0.1.1578918.5.65.1.4.3.1.2547.1.1.10 octet string read-only
User data for this path attribute.
             bgpPathAttrCapExts 1.2.826.0.1.1578918.5.65.1.4.3.2
         bgpAdjRibOutTable 1.2.826.0.1.1578918.5.65.1.4.4 no-access
The BGP Adj-RIB-Out Table contains the set of routes advertised to each peer.
             bgpAdjRibOutEntry 1.2.826.0.1.1578918.5.65.1.4.4.1 no-access
Information about a path to a network that has been advertised to a peer. The route has been explicitly advertised in an UPDATE message sent to the peer, unless bgpAdjRibOutLocalAggrType has the value suppressedAggregatedRoute(4), in which case the route has only been advertised as part of an aggregate route.
                 bgpAdjRibOutAfi 1.2.826.0.1.1578918.5.65.1.4.4.1.3 bgpafi no-access
The address family of the prefix for this Adj-RIB Out route.
                 bgpAdjRibOutSafi 1.2.826.0.1.1578918.5.65.1.4.4.1.4 bgpsafi no-access
The subsequent address family of the prefix for this Adj-RIB Out route.
                 bgpAdjRibOutPrfx 1.2.826.0.1.1578918.5.65.1.4.4.1.5 inetaddress no-access
An address prefix in the Network Layer Reachability Information field for this Adj-RIB Out route. The prefix length is specified by bgpAdjRibOutPrfxLen. Any bits beyond the length specified by bgpAdjRibOutPrfxLen are zeroed. This field contains the full line format BGP NLRI omitting any NLRI length field. For SAFI 128 the NLRI includes the MPLS label and Route Distinguisher as well as the IPv4 or IPv6 address prefix.
                 bgpAdjRibOutPrfxLen 1.2.826.0.1.1578918.5.65.1.4.4.1.6 inetaddressprefixlength no-access
Length in bits of the address prefix contained in the bgpAdjRibOutPrfx object.
                 bgpAdjRibOutAdvertStatus 1.2.826.0.1.1578918.5.65.1.4.4.1.7 integer read-only
This object indicates the current state of advertisement of the route to the peer. A value of advertised(1) indicates that the route has been advertised to the peer. A value of suppressed(2) indicates that the route is not currently advertised to the peer, but will be advertised when a minimum advertisement interval timer expires (either the bgpPeerMinASOriginationInterval or bgpPeerMinRouteAdvertiseInterval). A value of pendingWithdrawal(3) indicates that the route is currently advertised to the peer, but will be withdrawn when the timer expires. A value of withdrawn(4) indicates that the route has been withdrawn from the peer, and this entry will be removed from the Adj-RIB-Out on the expiry of the timer. Enumeration: 'withdrawn': 4, 'suppressed': 2, 'pendingWithdrawal': 3, 'advertised': 1.
                 bgpAdjRibOutLocalAggrType 1.2.826.0.1.1578918.5.65.1.4.4.1.8 integer read-only
This object indicates any aggregation processing that has been applied to this Adj-RIB-Out route. A value of noAggregation(1) indicates that this route does not aggregate any other routes, and is not aggregated by any route. A value of aggregateRoute(2) indicates that this route is a locally configured aggregating route, corresponding to an entry in the bgpAggregateTable. A value of unsuppAggregatedRoute(3) indicates that this route has been aggregated by a locally configured aggregate route and is not suppressed - the route is still explicitly advertised to the peer. A value of suppressedAggregatedRoute(4) indicates that this route has been aggregated by a locally configured aggregate route and is flagged such that it should not be advertised along with the aggregate route. Typically such routes are not installed on an Adj-RIB-Out. If however the aggregate route itself is not permitted to be added to the Adj-RIB-Out then suppressed routes are advertised if they themselves are permitted by policy. Enumeration: 'unsuppAggregatedRoute': 3, 'noAggregation': 1, 'suppressedAggregatedRoute': 4, 'aggregateRoute': 2.
                 bgpAdjRibOutAsSize 1.2.826.0.1.1578918.5.65.1.4.4.1.9 bgpassize read-only
Whether the bgpAdjRibOutASPathStr object contains two or four byte AS numbers.
                 bgpAdjRibOutASPathStr 1.2.826.0.1.1578918.5.65.1.4.4.1.10 octet string read-only
This is a string containing the autonomous system path sent to this peer in the AS_PATH attribute for this Adj-RIB-Out route. If this path contains four-octet AS numbers and the peer does not support these a two-octet AS_PATH attribute and associated AS4_PATH attribute will be advertised to the peer instead as detailed in RFC 4893. However, this field will report the four-octet AS_PATH that would have been advertised to the peer if it had supported four-byte AS numbers. Two-octet AS numbers appear as four-octet numbers by adding two bytes of zero padding. The format of the string is simply the AS_PATH attribute. This can be converted to a more readable format by the management agent.
                 bgpAdjRibOutOrigin 1.2.826.0.1.1578918.5.65.1.4.4.1.11 bgporigincode read-only
The ultimate origin of the path information.
                 bgpAdjRibOutNextHop 1.2.826.0.1.1578918.5.65.1.4.4.1.12 inetaddress read-only
The next hop address transmitted in the UPDATE packet. The address family of this object is the same as that of bgpAdjRibOutPrfx. Note that for RFC 2545 style double nexthops, this object will always contain the global scope nexthop. bgpAdjRibOutLinkLocalNextHop will contain the linklocal scope nexthop, if it is present.
                 bgpAdjRibOutMultiExitDisc 1.2.826.0.1.1578918.5.65.1.4.4.1.13 unsigned32 read-only
This metric is used to discriminate between multiple exit points to an adjacent autonomous system.
                 bgpAdjRibOutLocalPref 1.2.826.0.1.1578918.5.65.1.4.4.1.14 unsigned32 read-only
The local preference for this Adj-RIB-Out route, as transmitted in the UPDATE message sent to the peer.
                 bgpAdjRibOutAtomicAggregate 1.2.826.0.1.1578918.5.65.1.4.4.1.15 bgppathattratomicaggpresence read-only
When this object is set to atomicAggregatePresent, the ATOMIC_AGGREGATE Path Attribute was included in the UPDATE sent to the peer for this Adj-RIB-Out route.
                 bgpAdjRibOutAggregatorAS 1.2.826.0.1.1578918.5.65.1.4.4.1.16 bgpautonomoussystemnumber read-only
The AS number of the last BGP4 speaker that performed route aggregation.
                 bgpAdjRibOutAggregatorAddr 1.2.826.0.1.1578918.5.65.1.4.4.1.17 bgpidentifier read-only
The IP address of the last BGP4 speaker that performed route aggregation. A value of 0.0.0.0 indicates that this attribute was not included in the UPDATE message sent to the peer.
                 bgpAdjRibOutOrigId 1.2.826.0.1.1578918.5.65.1.4.4.1.18 bgpidentifier read-only
The Originator-ID identifying the router that initially advertised this destination to a Route Reflector. A value of 0.0.0.0 indicates the absence of this attribute.
                 bgpAdjRibOutAsLimAs 1.2.826.0.1.1578918.5.65.1.4.4.1.19 bgpautonomoussystemnumber read-only
If non-zero this is the number of the AS that attached the AS_PATHLIMIT attribute.
                 bgpAdjRibOutAsLimUpper 1.2.826.0.1.1578918.5.65.1.4.4.1.20 unsigned32 read-only
The upper bound on the number of ASes in the AS_PATH attribute after which the route will be filtered. Only valid if bgpAdjRibOutAsLimAs is non-zero.
                 bgpAdjRibOutUserData 1.2.826.0.1.1578918.5.65.1.4.4.1.21 octet string read-only
User data for this BGP ARO entry.
                 bgpAdjRibOutEcmp 1.2.826.0.1.1578918.5.65.1.4.4.1.22 truthvalue read-only
Whether or not this route was installed into the Forwarding Table as an ECMP route.
                 bgpAdjRibOutStale 1.2.826.0.1.1578918.5.65.1.4.4.1.23 truthvalue read-only
Whether or not this route was last sent by the peer before BGP detected that the peer was restarting. If the route is not re-advertised by the peer before the restart completes, BGP will remove the route from its database. This flag is set to 'false' if the peer is not restarting, or if the route has been advertised by the peer since the restart.
                 bgpAdjRibOutLinkLocalNextHop 1.2.826.0.1.1578918.5.65.1.4.4.1.24 inetaddress read-only
The IPv6 link-local address sent in the UPDATE message. This object is only valid if an RFC 2545 style double nexthop was sent in the UPDATE.
         bgpNlriPrefixTable 1.2.826.0.1.1578918.5.65.1.4.5 no-access
This table contains information about paths to destination networks received from all BGP4 peers. It provides the same information as the bgpNlriTable, but is ordered by route prefix. This table must contain an identical set of fields to the bgpNlriTable. All fields must be in the same order in this table and the bgpNlriTable.
             bgpNlriPrefixEntry 1.2.826.0.1.1578918.5.65.1.4.5.1 no-access
Information about a path to a network.
                 bgpNlriPrefixPeerOrAfm 1.2.826.0.1.1578918.5.65.1.4.5.1.2 bgppeerorafm no-access
Whether this route was learned from a BGP peer or an AFM.
                 bgpNlriPrefixPeerAfmIndex 1.2.826.0.1.1578918.5.65.1.4.5.1.3 unsigned32 no-access
The index of either the BGP peer or AFM this route was learned from. If bgpNlriPrefixPeerOrAfm is peer, this field is equivalent to a bgpPeerIndex. If bgpNlriPrefixPeerOrAfm is afm, this field is equivalent to a bgpRmAfmJoin.
                 bgpNlriPrefixAfi 1.2.826.0.1.1578918.5.65.1.4.5.1.4 bgpafi no-access
The address family of the prefix for this NLRI.
                 bgpNlriPrefixSafi 1.2.826.0.1.1578918.5.65.1.4.5.1.5 bgpsafi no-access
The subsequent address family of the prefix for this NLRI.
                 bgpNlriPrefixPrfx 1.2.826.0.1.1578918.5.65.1.4.5.1.6 inetaddress no-access
An address prefix in the Network Layer Reachability Information field. The prefix length is specified by bgpNlriPrefixPrfxLen. Any bits beyond the length specified by bgpNlriPrefixPrfxLen are zeroed. This field contains the full line format BGP NLRI omitting any NLRI length field. For SAFI 128 the NLRI includes the MPLS label and Route Distinguisher as well as the IPv4 or IPv6 address prefix.
                 bgpNlriPrefixPrfxLen 1.2.826.0.1.1578918.5.65.1.4.5.1.7 inetaddressprefixlength no-access
Length in bits of the IP address prefix in the Network Layer Reachability Information field.
                 bgpNlriPrefixBest 1.2.826.0.1.1578918.5.65.1.4.5.1.8 truthvalue read-only
An indication of whether or not this route was chosen as the best BGP4 route.
                 bgpNlriPrefixAsSize 1.2.826.0.1.1578918.5.65.1.4.5.1.9 bgpassize read-only
Whether the bgpNlriPrefixASPathStr field contains two or four byte AS numbers.
                 bgpNlriPrefixASPathStr 1.2.826.0.1.1578918.5.65.1.4.5.1.10 octet string read-only
This is a string depicting the autonomous system path to this network which was received from the peer which advertised it. If bgpRmEntAsSize is four-octet and the peer does not support four octet AS numbers this string represents the AS_PATH formed by combining the AS_PATH and AS4_PATH attributes as detailed in RFC 4893. Two-octet AS numbers appear as four-octet numbers by adding two bytes of zero padding. The format of the string is simply the AS_PATH attribute. It can be converted to a more readable format by the management agent.
                 bgpNlriPrefixPathAttrOrigin 1.2.826.0.1.1578918.5.65.1.4.5.1.11 bgporigincode read-only
The ultimate origin of the path information.
                 bgpNlriPrefixPathAttrNextHop 1.2.826.0.1.1578918.5.65.1.4.5.1.12 inetaddress read-only
The address of the border router that should be used to access the destination network. This address is the nexthop address received in the UPDATE packet. The address family of this object will be the same as that of the prefix in this row. Note that for RFC 2545 style double nexthops, this object will always contain the global scope nexthop. bgpNlriPrefixLinkLocalNextHop will contain the linklocal scope nexthop, if it is present.
                 bgpNlriPrefixPathAttrMultExtDisc 1.2.826.0.1.1578918.5.65.1.4.5.1.13 unsigned32 read-only
This metric is used to discriminate between multiple exit points to an adjacent autonomous system.
                 bgpNlriPrefixPathAttrLocalPref 1.2.826.0.1.1578918.5.65.1.4.5.1.14 unsigned32 read-only
The originating BGP4 speaker's degree of preference for an advertised route.
                 bgpNlriPrefixPathAttrAtomicAgg 1.2.826.0.1.1578918.5.65.1.4.5.1.15 bgppathattratomicaggpresence read-only
When this object is set to AMB_BGP_ATOMIC_AGGR_PRESENT, the ATOMIC_AGGREGATE Path Attribute is present and indicates that the NLRI MUST NOT be made more specific.
                 bgpNlriPrefixPathAttrAggAS 1.2.826.0.1.1578918.5.65.1.4.5.1.16 bgpautonomoussystemnumber read-only
The AS number of the last BGP4 speaker that performed route aggregation.
                 bgpNlriPrefixPathAttrAggAddr 1.2.826.0.1.1578918.5.65.1.4.5.1.17 bgpidentifier read-only
The IP address of the last BGP4 speaker that performed route aggregation. A value of 0000 indicates the absence of this attribute. Note propagation of AS of zero is illegal in the Internet.
                 bgpNlriPrefixPathAttrCalcLclPref 1.2.826.0.1.1578918.5.65.1.4.5.1.18 unsigned32 read-only
The degree of preference calculated by the receiving BGP4 speaker for an advertised route.
                 bgpNlriPrefixPathAttrOrigId 1.2.826.0.1.1578918.5.65.1.4.5.1.19 bgpidentifier read-only
The Originator-ID identifying the router that initially advertised this destination to a Route Reflector. A value of 0.0.0.0 indicates the absence of this attribute.
                 bgpNlriPrefixPathAttrWeight 1.2.826.0.1.1578918.5.65.1.4.5.1.20 unsigned32 read-only
The local degree of preference assigned to this route.
                 bgpNlriPrefixFlapStatsConfig 1.2.826.0.1.1578918.5.65.1.4.5.1.21 unsigned32 read-only
The index of the bgpFlapConfigTable containing the configuration settings being applied to this route for damping.
                 bgpNlriPrefixFlapStatsPenalty 1.2.826.0.1.1578918.5.65.1.4.5.1.22 unsigned32 read-only
The current penalty value of this route. If it is greater than the cutoff threshold the route is suppressed.
                 bgpNlriPrefixFlapStatsFlapcnt 1.2.826.0.1.1578918.5.65.1.4.5.1.23 unsigned32 read-only
The number of times this route has flapped since statistics were last cleared.
                 bgpNlriPrefixFlapStatsSupprsd 1.2.826.0.1.1578918.5.65.1.4.5.1.24 truthvalue read-only
Whether or not this route is suppressed.
                 bgpNlriPrefixFlapStatsTimeleft 1.2.826.0.1.1578918.5.65.1.4.5.1.25 unsigned32 read-only
The time left until this route is no longer suppressed. Only valid if the route is suppressed.
                 bgpNlriPrefixFlapStatsCleardamp 1.2.826.0.1.1578918.5.65.1.4.5.1.26 truthvalue read-only
This field is present to ensure that fields in the bgpNlriPrefixTable correspond to fields in the bgpNlriTable. It has no meaning when read.
                 bgpNlriPrefixFlapStatsClearstat 1.2.826.0.1.1578918.5.65.1.4.5.1.27 truthvalue read-only
This field is present to ensure that fields in the bgpNlriPrefixTable correspond to fields in the bgpNlriTable. It has no meaning when read.
                 bgpNlriPrefixEcmp 1.2.826.0.1.1578918.5.65.1.4.5.1.28 truthvalue read-only
Whether or not this route was installed into the Forwarding Table as an ECMP route (it may or may not be the best BGP4 route advertised to BGP peers).
                 bgpNlriPrefixPathAttrAsPathLimAs 1.2.826.0.1.1578918.5.65.1.4.5.1.29 bgpautonomoussystemnumber read-only
The AS number of the speaker that attached the AS_PATHLIMIT attribute. A value of 0 indicates the absence of this attribute. Note that propagation of AS of zero is illegal in the Internet.
                 bgpNlriPrefixPthAttAsPthLimUpper 1.2.826.0.1.1578918.5.65.1.4.5.1.30 unsigned32 read-only
The upper bound on the number of ASes in the AS_PATH associated with this route before the route will be filtered. Only valid if bgpPathAttrAsPathLimAs is non-zero.
                 bgpNlriPrefixIsActive 1.2.826.0.1.1578918.5.65.1.4.5.1.31 bgpnlriisactiveflag read-only
An indication of whether or not this route is installed in the forwarding table. If bgpRmAfiSafiAdvertiseInactive is set to 'false', then this is set to - 'active' if the route is installed in the forwarding table, or is a route redistributed from another routing protocol instance - 'inactive' otherwise. If bgpRmAfiSafiAdvertiseInactive is set to 'true', BGP does not track active routes. In this case, bgpNlriIsActive is set to 'notTracked'.
                 bgpNlriPrefixUserData 1.2.826.0.1.1578918.5.65.1.4.5.1.32 octet string read-only
User data for this BGP NLRI prefix entry.
                 bgpNlriPrefixStale 1.2.826.0.1.1578918.5.65.1.4.5.1.33 truthvalue read-only
Whether or not this route was last sent by the peer before BGP detected that the peer was restarting. If the route is not re-advertised by the peer before the restart completes, BGP will remove the route from its database. This flag is set to 'false' if the peer is not restarting, or if the route has been advertised by the peer since the restart.
                 bgpNlriPrefixFlapStartTime 1.2.826.0.1.1578918.5.65.1.4.5.1.34 timestamp read-only
The value of sysUpTime when this route flapped. If RIB Manager is not tracking a penalty for this route, this field is set to zero.
                 bgpNlriPrefixLinkLocalNextHop 1.2.826.0.1.1578918.5.65.1.4.5.1.35 inetaddress read-only
The IPv6 link-local address of the border router that should be used to access the destination network. This object is only valid for a prefix with a received RFC 2545 style double nexthop.
     bgpPib 1.2.826.0.1.1578918.5.65.1.5
         bgpRouteMapTable 1.2.826.0.1.1578918.5.65.1.5.1 no-access
The table of DC-BGP Route Maps. If a particular match or set category does not apply to a route map then do not define the corresponding field in the MIB row.
             bgpRouteMapEntry 1.2.826.0.1.1578918.5.65.1.5.1.1 no-access
Each entry represents a filter consisting of Match and Set entries.
                 bgpRouteMapIndex 1.2.826.0.1.1578918.5.65.1.5.1.1.2 unsigned32 no-access
The index of this bgpRouteMapEntry. This is the Index used by Neighbors to reference the Route Map. Route map indexes 0xFFnnnnnn, are reserved for representing ORFs advertised by peers with bgpPeerIdentifier nnnnnn.
                 bgpRouteMapNumber 1.2.826.0.1.1578918.5.65.1.5.1.1.3 unsigned32 no-access
The index of this bgpRouteMapEntry. This is a number used to reference more than one filter per route map index.
                 bgpRouteMapRowStatus 1.2.826.0.1.1578918.5.65.1.5.1.1.4 rowstatus read-only
Used to create and delete a Route Map.
                 bgpRouteMapMaAfi 1.2.826.0.1.1578918.5.65.1.5.1.1.5 bgpafi read-only
The AFI index to match the AFI type against. This value must be set if the bgpRouteMapSeNext field is defined. This value is only used if bgpRouteMapMaAfiDef is TRUE.
                 bgpRouteMapMaAfiDef 1.2.826.0.1.1578918.5.65.1.5.1.1.6 truthvalue read-only
Whether or not the value in bgpRouteMapMaAfi should be used for matching.
                 bgpRouteMapMaSafi 1.2.826.0.1.1578918.5.65.1.5.1.1.7 bgpsafi read-only
The SAFI index to match the AFI type against. This value must be set if the bgpRouteMapSeNext field is defined. This value is only used if bgpRouteMapMaSafiDef is TRUE.
                 bgpRouteMapMaSafiDef 1.2.826.0.1.1578918.5.65.1.5.1.1.8 truthvalue read-only
Whether or not the value in bgpRouteMapMaSafi should be used for matching.
                 bgpRouteMapMaAs 1.2.826.0.1.1578918.5.65.1.5.1.1.9 displaystring read-only
Contains the regular expression to use when matching the AS-Path for a route. This is stored here in ASCII format. AS numbers are matched as decimal numbers. For example, the AS number '0x0123' should be represented in the regular expression string as '291'. The string is not NULL-terminated. A NULL string or a ma_as_exp_len value of zero indicates that the field is not in use.
                 bgpRouteMapMaComm 1.2.826.0.1.1578918.5.65.1.5.1.1.10 displaystring read-only
If not representing one or more ORF entries this contains the regular expression to use when matching elements of the community list for a route. If representing ORF entries then instead of a regular expression this contains a simple comma separated list of communities which are or-ed together when matching. In both cases this is stored here in ASCII format. Communities are matched using new-format decimal notation. For example, the community '0x00120101' should be represented in the string as '18:257'. The string is not NULL-terminated. A NULL string or a ma_comm_exp_len of zero indicates that the field is not in use.
                 bgpRouteMapMaExtComm 1.2.826.0.1.1578918.5.65.1.5.1.1.11 displaystring read-only
If not representing one or more ORF entries this contains the regular expression to use when matching elements of the extended community list for a route. If representing ORF entries then instead of a regular expression this contains a simple comma separated list of extended communities which are or-ed together when matching. In both cases this is stored here in ASCII format. Extended communities are matched as hexadecimal numbers. For example, the extended community '0x11223344556677' should be represented in the string as '0011223344556677' (leading zeroes are necessary to make the length up to 8 bytes). The string is not NULL-terminated. A NULL string or a match_ext_comm_exp_len value of zero indicates that the field is not in use.
                 bgpRouteMapMaAddr 1.2.826.0.1.1578918.5.65.1.5.1.1.12 truthvalue read-only
Whether or not there is an IP Address prefix table to match the NLRI attribute against.
                 bgpRouteMapMaNext 1.2.826.0.1.1578918.5.65.1.5.1.1.13 truthvalue read-only
Whether or not there is an IP Address prefix table to match the Next Hop attribute against.
                 bgpRouteMapMaSource 1.2.826.0.1.1578918.5.65.1.5.1.1.14 truthvalue read-only
Whether or not there is an IP Address prefix table to match the source address against.
                 bgpRouteMapMaMed 1.2.826.0.1.1578918.5.65.1.5.1.1.15 unsigned32 read-only
The value to match the Multiple Exit Descriminator attribute against. A value of 0 indicates a match on no MED or a MED of 0. This value is only used if bgpRouteMapMaMedDef is TRUE.
                 bgpRouteMapMaMedDef 1.2.826.0.1.1578918.5.65.1.5.1.1.16 truthvalue read-only
Whether or not the value in bgpRouteMapMaMed should be used for matching.
                 bgpRouteMapMaUser 1.2.826.0.1.1578918.5.65.1.5.1.1.17 truthvalue read-only
Set to TRUE if the user exit for matching is to be called.
                 bgpRouteMapSeAs 1.2.826.0.1.1578918.5.65.1.5.1.1.18 integer32 read-only
The number of times the local AS number is prepended to the AS path if there is a match. This is only relevant if the route map is being used for exporting routes, or for setting attributes for an aggregate route which does not have the AS_SET option set. This value is only used if the value of bgpRouteMapSeAsAct is AMB_BGP_PATH_SET or AMB_BGP_REM_MATCH_AND_SET.
                 bgpRouteMapSeAsAct 1.2.826.0.1.1578918.5.65.1.5.1.1.19 bgpaspathaction read-only
Whether or not the value in bgpRouteMapSeAs should be used for updating attributes. The possible action values are: AMB_BGP_PATH_NONE - Ignore bgpRouteMapSeAs and do nothing. AMB_BGP_PATH_SET - Prepend the local AS number the number of times specified by bgpRouteMapSeAs. AMB_BGP_PATH_REM_MATCH - Remove all AS numbers in the AS-Path matched by the regular expression in bgpRouteMapMaAs. AMB_BGP_PATH_REM_MATCH_AND_SET - Remove all AS numbers in the AS-Path matched by the regular expression in bgpRouteMapMaAs and prepend the local AS number the number of times specified by bgpRouteMapSeAs.
                 bgpRouteMapSeComm 1.2.826.0.1.1578918.5.65.1.5.1.1.20 displaystring read-only
Contains the regular expression used when executing the action defined by bgpRouteMapSeCommAct. Allowed values depend on the value of bgpRouteMapSeCommAct - see the comment for bgpRouteMapSeCommAct.
                 bgpRouteMapSeCommAct 1.2.826.0.1.1578918.5.65.1.5.1.1.21 bgpcommunityaction read-only
The action to take on the community list if this route map matches the route. Note that if the action is AMB_BGP_SET_SPECIFIC or AMB_BGP_REMOVE_ALL_AND_SET, the field bgpRouteMapSeComm must only contain a string representation of a single specific community value, which will be added to the route. If the action is AMB_BGP_REMOVE_SPECIFIC, then the bgpRouteMapSeComm field must contain a regular expression string that matches the community (or communities) to be removed. The possible action values are: AMB_BGP_NONE - Ignore the value of bgpRouteMapSeComm and do nothing. AMB_BGP_REMOVE_ALL - Ignore the value of bgpRouteMapSeComm and remove all communities from the route. AMB_BGP_REMOVE_SPECIFIC - Remove from the route all communities that match the regular expression in bgpRouteMapSeComm. AMB_BGP_SET_SPECIFIC - Append the community in bgpRouteMapSeComm to the communities list. AMB_BGP_REMOVE_ALL_AND_SET - Remove all communities from the route and replace them with the community in bgpRouteMapSeComm.
                 bgpRouteMapSeExtComm 1.2.826.0.1.1578918.5.65.1.5.1.1.22 displaystring read-only
Contains the regular expression used when executing the action defined by bgpRouteMapSeExtCommAct. This field may be ignored depending on the value of bgpRouteMapSeExtCommAct - see the comment for bgpRouteMapSeExtCommAct.
                 bgpRouteMapSeExtCommAct 1.2.826.0.1.1578918.5.65.1.5.1.1.23 bgpcommunityaction read-only
The action to take on the extended community list if this route map matches the route. Note that if the action is AMB_BGP_SET_SPECIFIC or AMB_BGP_REMOVE_ALL_AND_SET, the bgpRouteMapSeExtComm field should only contain a single specific extended community value, which will be added to the route. If the action is AMB_BGP_REMOVE_SPECIFIC, then the bgpRouteMapSeExtComm field must contain a regular expression string that matches the extended community (or communities) to be removed. The possible action values are: AMB_BGP_NONE - Ignore the value of bgpRouteMapSeExtComm and do nothing. AMB_BGP_REMOVE_ALL - Ignore the value of bgpRouteMapSeExtComm and remove all extended communities from the route. AMB_BGP_REMOVE_SPECIFIC - Remove from the route all extended communities that match the regular expression in bgpRouteMapSeExtComm. AMB_BGP_SET_SPECIFIC - Append the extended community in bgpRouteMapSeExtComm to the extended communities list. AMB_BGP_REMOVE_ALL_AND_SET - Remove all extended communities from the route and replace them with the extended community in bgpRouteMapSeExtComm.
                 bgpRouteMapSeLocPref 1.2.826.0.1.1578918.5.65.1.5.1.1.24 integer32 read-only
The value to set the Local Pref to if there is a match. This value is only used if bgpRouteMapSeLocPrefDef is TRUE.
                 bgpRouteMapSeLocPrefDef 1.2.826.0.1.1578918.5.65.1.5.1.1.25 truthvalue read-only
Whether or not the value in bgpRouteMapSeLocPref should be used for updating attributes.
                 bgpRouteMapSeMed 1.2.826.0.1.1578918.5.65.1.5.1.1.26 unsigned32 read-only
The value to set the MED to if there is a match. A value of 0 indicates that the MED should be removed. This value is only used if bgpRouteMapSeMedDef is TRUE.
                 bgpRouteMapSeMedDef 1.2.826.0.1.1578918.5.65.1.5.1.1.27 truthvalue read-only
Whether or not the value in bgpRouteMapSeMed should be used for updating attributes. This field must be set to FALSE if either bgpRouteMapSeMedDelta is non-zero or bgpRouteMapSeMedIgp is set to TRUE.
                 bgpRouteMapSeNext 1.2.826.0.1.1578918.5.65.1.5.1.1.28 inetaddress read-only
The value to set the Next Hop to if there is a match. Note that if this is set then the match AFI and SAFI fields (bgpRouteMapMaAfi, bgpRouteMapMaSafi) must also be set to ensure the right address type is being set. The value is a BGP next hop in line format, as encoded in a NEXT_HOP or MP_REACH_NLRI attribute with AFI/SAFI = bgpRouteMapMaAfi/bgpRouteMapMaSafi. Since a value of 0 is not allowed as a next hop, the default value implies this field is not defined.
                 bgpRouteMapSeOrigin 1.2.826.0.1.1578918.5.65.1.5.1.1.29 bgporigincode read-only
The value to set the Origin to if there is a match. This value is only used if bgpRouteMapSeOriginDef is TRUE.
                 bgpRouteMapSeOriginDef 1.2.826.0.1.1578918.5.65.1.5.1.1.30 truthvalue read-only
Whether or not the value in bgpRouteMapSeOrigin should be used for updating attributes.
                 bgpRouteMapSeWeight 1.2.826.0.1.1578918.5.65.1.5.1.1.31 integer32 read-only
The value to set the Weight to if there is a match. This value is only used if bgpRouteMapSeWeightDef is TRUE.
                 bgpRouteMapSeWeightDef 1.2.826.0.1.1578918.5.65.1.5.1.1.32 truthvalue read-only
Whether or not the value in bgpRouteMapSeWeight should be used for updating attributes.
                 bgpRouteMapSeFlap 1.2.826.0.1.1578918.5.65.1.5.1.1.33 unsigned32 read-only
The index of the flap config table to use if there is a match. Since an index of 0 is not allowed, the default value of 0 implies this field is not defined.
                 bgpRouteMapSeUser 1.2.826.0.1.1578918.5.65.1.5.1.1.34 truthvalue read-only
Set to TRUE if the user exit for Sets is to be called.
                 bgpRouteMapHitcnt 1.2.826.0.1.1578918.5.65.1.5.1.1.35 integer32 read-only
The number of times this row has been matched on.
                 bgpRouteMapClearcnt 1.2.826.0.1.1578918.5.65.1.5.1.1.36 truthvalue read-only
Set to TRUE to clear the counter associated with this row. Reading the value of this field has no meaning.
                 bgpRouteMapUserInfo 1.2.826.0.1.1578918.5.65.1.5.1.1.37 octet string read-only
A byte array to allow the user to put in information. This information will be passed to user exits.
                 bgpRouteMapType 1.2.826.0.1.1578918.5.65.1.5.1.1.38 bgppermitordeny read-only
The type of route map entry. This is only relevant for policy filtering route maps. It indicates the action which should apply to a route which matches the route map entry. This field is ignored for route maps used for aggregation.
                 bgpRouteMapContinue 1.2.826.0.1.1578918.5.65.1.5.1.1.39 unsigned32 read-only
Field containing the number of the route map clause to continue processing at. This is only valid for route maps of type permit which are being used for policy filtering. If the route map matches, the set commands for the matching clause will be applied, and filtering will then continue from the route map clause specified in this field. If no continue clause is specified (value of 0), or the referenced route map clause does not exist, then processing for the given route will be complete. The continue field references the bgpRouteMapNumber field of the desired clause. In order to prevent processing loops, the continue clause must have a higher number than the current clause.
                 bgpRouteMapOrfAssoc 1.2.826.0.1.1578918.5.65.1.5.1.1.40 bgporfassociation read-only
The type of association (if any) this route map has with the ORF protocol. If set to local then the filtering information contained within this route map will be advertised to peers that advertise the appropriate ORF support. If remote then this route map was created in response to ORF(s) received from a peer. Note that there can be a maximum of one local and one remote ORF Route Map per AFI/SAFI, per neighbor. Note that all fields contained within this Route Map are read-only if the value is remote.
                 bgpRouteMapSeAsLimUpper 1.2.826.0.1.1578918.5.65.1.5.1.1.41 unsigned32 read-only
If there is a match this will cause the AS_PATHLIMIT attribute to be added if it does not already exist. If it does exist then it will be replaced. In either case the specified limit and the local AS will be set. This can be used for traffic engineering purposes in association with a less specific prefix. A value of zero is permissible and restricts advertisement of locally generated routes to IBGP peers. However, an AS_PATHLIMIT with an upper bound value of 0 will not be externally visible. That is, it will not be included in UPDATEs. This value is only used if bgpRouteMapSeAsLimitDef is TRUE.
                 bgpRouteMapSeAsLimDef 1.2.826.0.1.1578918.5.65.1.5.1.1.42 truthvalue read-only
Whether or not the value in bgpRouteMapSeAsLimit should be used for updating attributes.
                 bgpRouteMapMaOrigin 1.2.826.0.1.1578918.5.65.1.5.1.1.43 bgporigincode read-only
The value to match the Origin attribute against. This value is only used if bgpRouteMapMaOriginDef is TRUE.
                 bgpRouteMapMaOriginDef 1.2.826.0.1.1578918.5.65.1.5.1.1.44 truthvalue read-only
Whether or not the value in bgpRouteMapMaOrigin should be used for matching.
                 bgpRouteMapSeMedDelta 1.2.826.0.1.1578918.5.65.1.5.1.1.45 unsigned32 read-only
If there is a match this will cause the MED attribute to be incremented (or decremented) by the value specified. The direction of the value change is defined by bgpRouteMapSeMedDeltaType. The resulting MED value will not wrap, but will take a minimum value of 0 and a maximum value of 4294967295. This field is disabled by setting the value to zero. The field must be disabled if either bgpRouteMapSeMedDef or bgpRouteMapSeMedIgp is set to TRUE.
                 bgpRouteMapSeMedDeltaTyp 1.2.826.0.1.1578918.5.65.1.5.1.1.46 bgpmeddeltatype read-only
Whether to increment or decrement the MED attribute by the value in bgpRouteMapSeMedDelta.
                 bgpRouteMapSeMedIgp 1.2.826.0.1.1578918.5.65.1.5.1.1.47 truthvalue read-only
If there is a match this will cause the MED attribute to be set to the IGP distance to the next hop. This field must be set to FALSE if either bgpRouteMapSeMedDef is set to TRUE or bgpRouteMapSeMedDelta is non-zero.
                 bgpRouteMapSeAsPrependCount 1.2.826.0.1.1578918.5.65.1.5.1.1.48 unsigned32 read-only
To prepend AS numbers to the AS-Path, set bgpRouteMapSeAsPrependCount to the count of the AS numbers to prepend, set bgpRouteMapSeAsPrependSize to indicate whether the values are 2 or 4 octet AS numbers and fill in bgpRouteMapSeAsPrependAsVals with the AS numbers themselves. When exporting routes to EBGP, BGP applies the AS-prepend rule before prepending the local AS number as required by the BGP specification. This ensures that the local AS number is always the first AS number in the AS path in this case. This field can only be updated if the row is not active.
                 bgpRouteMapSeAsPrependSize 1.2.826.0.1.1578918.5.65.1.5.1.1.49 bgpassize read-only
The size of AS numbers in the field bgpRouteMapSeAsPrependAsVals to prepend to the AS path if there is a match. This field is only used if bgpRouteMapSeAsPrependCount is non-zero. This field can only be updated if the row is not active.
                 bgpRouteMapSeAsPrependAsVals 1.2.826.0.1.1578918.5.65.1.5.1.1.50 octet string read-only
An array containing the AS numbers to prepend to the AS path if there is a match. The length of each AS number is given by bgpRouteMapSeAsPrependSize. This field is only used if bgpRouteMapSeAsPrependCount is non-zero. The count of AS numbers is given by bgpRouteMapSeAsPrependCount. This field can only be updated if the row is not active.
                 bgpRouteMapMaAnd 1.2.826.0.1.1578918.5.65.1.5.1.1.51 truthvalue read-only
Indicates that the match statements in this route map should be logically ANDed with the match statements in the route map indicated by bgpRouteMapContinue. This field is only relevant for policy route maps. If the route map indicated by bgpRouteMapContinue is not found then the match will fail. All route maps in a series must have the same bgpRouteMapType. If this field is set then no set statements can be configured in the row. This field can only be updated if the row is not active.
         bgpIpPreTable 1.2.826.0.1.1578918.5.65.1.5.2 no-access
The table of DC-BGP IP Prefix Lists.
             bgpIpPreEntry 1.2.826.0.1.1578918.5.65.1.5.2.1 no-access
Each entry represents an IP Prefix.
                 bgpIpPreMatch 1.2.826.0.1.1578918.5.65.1.5.2.1.4 bgpipmatchtype no-access
The index of this bgpIpPreEntry. This decides what match command is used by the route map this list is tied to.
                 bgpIpPreNumber 1.2.826.0.1.1578918.5.65.1.5.2.1.5 unsigned32 no-access
The index of this bgpIpPreEntry. This number is used to reference more than one filter per route map index.
                 bgpIpPreRowStatus 1.2.826.0.1.1578918.5.65.1.5.2.1.6 rowstatus read-only
Used to create and delete a Prefix.
                 bgpIpPreAfi 1.2.826.0.1.1578918.5.65.1.5.2.1.7 bgpafi read-only
The AFI of the address prefix. This MIB is intended for IP prefix matching, so AFI = IPv4 and IPv6 are supported but AFI = L2VPN is not supported.
                 bgpIpPreSafi 1.2.826.0.1.1578918.5.65.1.5.2.1.8 bgpsafi read-only
The SAFI of the address prefix. This MIB is intended for IP prefix matching, so AFI/SAFI = l2VPN/VPLS is not supported.
                 bgpIpPreAddr 1.2.826.0.1.1578918.5.65.1.5.2.1.9 inetaddress read-only
The Address part of the prefix. This is matched against the line format BGP NLRI omitting any NLRI length field and any leading MPLS labels. For SAFI 128 this includes the Route Distinguisher as well as the IPv4 or IPv6 address prefix.
                 bgpIpPreLen 1.2.826.0.1.1578918.5.65.1.5.2.1.10 inetaddressprefixlength read-only
The Length (in bits) part of the prefix (as in the 16 in a 128.128/16 prefix). When attempting to match a prefix to this address, only the first len bits of the match prefix are checked. This allows for wildcard matching when combined with le and/or ge.
                 bgpIpPreGe 1.2.826.0.1.1578918.5.65.1.5.2.1.11 integer32 read-only
The GE value of the prefix. GE and LE allow the range of the prefix length to be matched on to be varied. The range is assumed to be from ge-value to the address length of the family if only the ge attribute is specified, and from len to le-value if only the le attribute is specified. A specified ge-value and/or le-value must satisfy the following condition: len <= ge-value <= le-value <= address length of family.
                 bgpIpPreLe 1.2.826.0.1.1578918.5.65.1.5.2.1.12 integer32 read-only
The LE value of the prefix. GE and LE allow the range of the prefix length to be matched on to be varied. The range is assumed to be from ge-value to the address length of the family if only the ge attribute is specified, and from len to le-value if only the le attribute is specified. A specified ge-value and/or le-value must satisfy the following condition: len <= ge-value <= le-value <= address length of family.
                 bgpIpPreType 1.2.826.0.1.1578918.5.65.1.5.2.1.13 bgppermitordeny read-only
The type of this prefix. This is only applicable if this prefix is linked to a route map with an ORF association and allows the entry to override the action of the route map. This field is ignored otherwise.
         bgpPeergrTable 1.2.826.0.1.1578918.5.65.1.5.7 no-access
The table of peer groups.
             bgpPeergrEntry 1.2.826.0.1.1578918.5.65.1.5.7.1 no-access
Each entry represents a peer group.
                 bgpPeergrIndex 1.2.826.0.1.1578918.5.65.1.5.7.1.2 unsigned32 no-access
The index of this bgpPeergrEntry. This is the index of the peer group.
                 bgpPeergrRowStatus 1.2.826.0.1.1578918.5.65.1.5.7.1.3 rowstatus read-only
Used to create and delete a peer group.
                 bgpPeergrConfig 1.2.826.0.1.1578918.5.65.1.5.7.1.4 unsigned32 read-only
The index of the Policy Configuration Table this peer group uses for its policy setup. A value of zero indicates that the peer group is not associated with any config row.
                 bgpPeergrArea 1.2.826.0.1.1578918.5.65.1.5.7.1.5 bgpibgporebgp read-only
Whether this peer group is for iBGP, confederation eBGP, or eBGP peers. This field can only be changed when the row is not active.
                 bgpPeergrAggrConfedAS 1.2.826.0.1.1578918.5.65.1.5.7.1.6 truthvalue read-only
This value indicates whether or not the neighbors in the peer group understand aggregated confederation AS_PATH information. If set to FALSE, no confederation AS_PATH information is included in aggregate AS_PATHs to any of the peers in the peer group. This field can only be changed when the row is not active.
                 bgpPeergrSoftResetWithStoredInfo 1.2.826.0.1.1578918.5.65.1.5.7.1.7 truthvalue read-only
This object is used in conjunction with bgpPeergrAfiSafiSoftResetStore to configure 'soft reset with stored routing information'. This option causes all routes learned from peers in the peer group to be stored so that the ARI can be recalculated (for example, due to a change in import policy) without performing a route refresh or restarting the peer session. When bgpPeergrSoftResetWithStoredInfo is 'false', BGP does not perform soft reset for any address family. When bgpPeergrSoftResetWithStoredInfo is 'true', BGP performs soft reset for those address families for which bgpPeergrAfiSafiSoftResetStore is 'true'. There is a significant occupancy impact associated with this option. IMPORTANT: Note that a change to this field does not affect peer sessions that are already underway. Restarting such sessions will cause the new value to take effect. Note that this option overlaps with route refresh (RR) and Outbound Route Filter (ORF) behavior: To clarify, when this option is enabled, the following also occur for sessions to peers associated with the peer group. - Routes are stored in this way, even if the peer advertizes support for RR or ORF. - Route refresh and ORF capabilities continue to be advertized (if configured). - A route refresh will never be sent to this peer, apart from one (containing no ORFs) at the start of the session if both peers support ORF. - ORFs are never sent to the peer. - DC-BGP still responds to RR requests from the peer (if it advertizes the RR capability). - DC-BGP still accepts ORF requests from the peer (if it advertizes the ORF capability).
                 bgpPeergrAllowLocalAs 1.2.826.0.1.1578918.5.65.1.5.7.1.8 unsigned32 read-only
The number of instances of the local AS identifier that may be contained in the route's AS-Path without rejecting the route. The AS-Path attribute of a BGP route contains the identifiers of the Autonomous Systems traversed by the route. When a route is received with an AS-Path containing the local AS identifier, it normally indicates a routing loop, and the default behavior is to reject the route. This object allows this behavior to be over-ridden. This is useful, for example, for VPN routes, where routes from one CE router are advertised to other CE routers through a provider's BGP network. Two CE routers in the same AS can enable this feature to prevent routes from the other CE from being discarded. When bgpPeergrAllowLocalAs is set to a non-zero value, that value is used for all address families, and the value of bgpPeergrAfiSafiAllowLocalAs is ignored. Alternatively, the value may be configured independently for each address family. To do this, set bgpPeergrAllowLocalAs to 0 and set the value of bgpPeergrAfiSafiAllowLocalAs for each address family. Changing the value of this object while the peer is active triggers BGP to refresh its routes from the peer.
                 bgpPeergrDisableSenderLoopDetect 1.2.826.0.1.1578918.5.65.1.5.7.1.9 truthvalue read-only
This field is used in conjunction with bgpPeergrAfiSafiDisSndLpDetect to indicate whether BGP should disable sender-side loop detection when sending routes to the peer. By default, BGP performs sender side loop detection. That is, it will not advertise a route to a peer if the AS-Path of the route already contains the peer's AS number. A peer would typically discard such routes, so this is normally a useful optimization. However, the peer may be configured to accept such routes (see bgpPeergrAllowLocalAs). In this case it is necessary to disable sender-side loop detection, by setting bgpPeergrDisableSndLpDetect to 'true'. Sender-side loop detection may be disabled independently for each address family. When bgpPeergrDisableSndLpDetect is set to 'true', set bgpPeergrAfiSafiDisSndLpDetect to 'true' or 'false' to disable or enable sender-side loop detection for each address family. If the value is changed while the peer session is active, BGP will check for any routes that need to be advertised or withdrawn as a result of the change.
                 bgpPeergrNxtHopSlf 1.2.826.0.1.1578918.5.65.1.5.7.1.10 truthvalue read-only
Whether or not the peer group has next hop self configured. Address family specific configuration of this option is provided by the field bgpPeergrAfiSafiNxtHopSlf. When bgpPeergrNxtHopSlf is 'false', BGP does not perform next-hop-self for any address family. When bgpPeergrNxtHopSlf is 'true', BGP performs next-hop-self for those address families for which bgpPeergrAfiSafiNxtHopSlf is 'true'.
                 bgpPeergrThirdPtyNxtHop 1.2.826.0.1.1578918.5.65.1.5.7.1.11 truthvalue read-only
Whether or not the local BGP speaker should advertise routes received from this peer group using third party next hop (this is optional behaviour described in the BGP specification). This field is only used when exporting routes to other EBGP peers, and when bgpPeergrNxtHopSlf is 'false'.
                 bgpPeergrNxtHopPeer 1.2.826.0.1.1578918.5.65.1.5.7.1.12 truthvalue read-only
Whether or not the local BGP speaker should override the use of third party next hop by an EBGP peer. If an EBGP peer speaker uses third party next hop, routes learnt from the peer may specify a next hop belonging to a router that the local BGP speaker does not peer with. If this field is set to 'true', then all data forwarded along a route learnt from an EBGP peer will be sent to the EBGP peer. The peer's address is put into the BGP next hop field when the route is advertised to IBGP peers. If set to 'false', then data is sent to the next hop specified by the peer. The field is only used when importing routes from EBGP.
                 bgpPeergrEnableAttributeDiscard 1.2.826.0.1.1578918.5.65.1.5.7.1.13 truthvalue read-only
This value indicates whether or not the 'attribute discard' error handling mechanism is used for BGP UPDATE messages received from peers in this peer group. This mechanism applies when a BGP UPDATE message is received containig a malformed AGGREGATOR, AS4_AGGREGATOR, AS4_PATH or ATOMIC_AGGREGATE attribute. When set to 'false', the error handling mechanism defined in the original BGP specification is used, and the BGP session is reset. This can lead to session flapping and network instability, even though routing is not adversely affected by the presence of these malformed attributes. When set to 'true', the alternative error handling mechanism of 'attribute discard' is used, where the attribute is dropped and the rest of the BGP UPDATE message is processed as normal. Use of 'attribute discard' error handling is fixed at the start of a BGP session, so changes to this field take effect at the start of the next session.
         bgpConfigTable 1.2.826.0.1.1578918.5.65.1.5.8 no-access
The table of Policy Configuration.
             bgpConfigEntry 1.2.826.0.1.1578918.5.65.1.5.8.1 no-access
Each entry represents a policy configuration.
                 bgpConfigIndex 1.2.826.0.1.1578918.5.65.1.5.8.1.2 unsigned32 no-access
The index of this bgpConfigEntry. This is the Index of the Policy Configuration.
                 bgpConfigRowStatus 1.2.826.0.1.1578918.5.65.1.5.8.1.3 rowstatus read-only
Used to create and delete a Policy Configuration.
                 bgpConfigRtgrimpe 1.2.826.0.1.1578918.5.65.1.5.8.1.4 unsigned32 read-only
The index of the Route Map Group this configuration uses for permitted route imports. The default value of 0 means no route map group is defined.
                 bgpConfigRtgrimde 1.2.826.0.1.1578918.5.65.1.5.8.1.5 unsigned32 read-only
The index of the Route Map Group this configuration uses for denied route imports. The default value of 0 means no route map group is defined.
                 bgpConfigRtgrexpe 1.2.826.0.1.1578918.5.65.1.5.8.1.6 unsigned32 read-only
The index of the Route Map Group this configuration uses for permitted route exports. The default value of 0 means no route map group is defined.
                 bgpConfigRtgrexde 1.2.826.0.1.1578918.5.65.1.5.8.1.7 unsigned32 read-only
The index of the Route Map Group this configuration uses for denied route exports. The default value of 0 means no route map group is defined.
                 bgpConfigDefImport 1.2.826.0.1.1578918.5.65.1.5.8.1.8 bgppermitordeny read-only
Whether routes not covered by the two import route map groups are permitted or denied by default.
                 bgpConfigDefExport 1.2.826.0.1.1578918.5.65.1.5.8.1.9 bgppermitordeny read-only
Whether routes not covered by the two export route map groups are permitted or denied by default.
                 bgpConfigNxtHopSlf 1.2.826.0.1.1578918.5.65.1.5.8.1.10 truthvalue read-only
This field is now deprecated.
                 bgpConfigRemove 1.2.826.0.1.1578918.5.65.1.5.8.1.11 truthvalue read-only
Whether private AS numbers are removed from the AS path before sending an update to this peer. This is only relevant for an eBGP peer.
                 bgpConfigImportMap 1.2.826.0.1.1578918.5.65.1.5.8.1.12 unsigned32 read-only
The index of the Route Map this configuration uses for route imports. The default value of 0 means no route map is defined, and all routes will be imported.
                 bgpConfigExportMap 1.2.826.0.1.1578918.5.65.1.5.8.1.13 unsigned32 read-only
The index of the Route Map this configuration uses for route exports. The default value of 0 means no route map is defined, and all routes will be exported.
                 bgpConfigAdvertiseMap 1.2.826.0.1.1578918.5.65.1.5.8.1.14 unsigned32 read-only
The index of the Route Map to use as an advertise map. This is only applicable to conditional advertisement. In order for the policy configuration to be valid, both advertise_map and non_exist_map must be specified. Both of these maps must be of type AMB_BGP_PERMIT and at least specify an exact NLRI prefix match, although they may specify additional match fields. Routes matching the advertise map will only be advertised to neighbors or peer groups assigned this policy configuration if there are no routes in the LocRIB which match the non-exist map.
                 bgpConfigNonExistMap 1.2.826.0.1.1578918.5.65.1.5.8.1.15 unsigned32 read-only
The index of the Route Map to use as a non-exist map. See the above comment for the bgpConfigAdvertiseMap field for a description of how this is used.
                 bgpConfigBlockCondAdv 1.2.826.0.1.1578918.5.65.1.5.8.1.16 truthvalue read-only
Flag to indicate whether the route(s) that match the advertise route-map are currently being blocked from advertisement.
                 bgpConfigThirdPtyNxtHop 1.2.826.0.1.1578918.5.65.1.5.8.1.17 truthvalue read-only
This field is now deprecated.
                 bgpConfigNxtHopPeer 1.2.826.0.1.1578918.5.65.1.5.8.1.18 truthvalue read-only
This field is now deprecated.
                 bgpConfigCondAdvOn 1.2.826.0.1.1578918.5.65.1.5.8.1.19 truthvalue read-only
Whether or not Conditional Advertisement is enabled. Set this to AMB_FALSE before changing the conditional advertisement configuration, as certain intermediate configurations (eg. advertise map defined without non-exist map) are illegal. Set to AMB_TRUE when configuration is complete.
         bgpFlapConfigTable 1.2.826.0.1.1578918.5.65.1.5.9 no-access
The table of Route Flap Damping configuration parameters.
             bgpFlapConfigEntry 1.2.826.0.1.1578918.5.65.1.5.9.1 no-access
Each entry represents a set of configuration parameters used when damping a route. It is expected there will not be many entries in this table but no limit is put on this. Note that if a field is changed from using old parameters to new ones, the new parameters do not take effect those routes that were already damped using the old parameters. This will work itself out over time, and the operator has the option of undamping a damped route if they desire.
                 bgpFlapConfigIndex 1.2.826.0.1.1578918.5.65.1.5.9.1.2 unsigned32 no-access
The index of this bgpFlapConfigEntry. This is the Index used to reference this config setup from the route map.
                 bgpFlapConfigRowStatus 1.2.826.0.1.1578918.5.65.1.5.9.1.3 rowstatus read-only
Used to create and delete a flap config set.
                 bgpFlapConfigCut 1.2.826.0.1.1578918.5.65.1.5.9.1.4 integer32 read-only
The cutoff threshold expressed as a number of route withdrawals. Above this level, the route will be suppressed. This value must be greater than or equal to bgpFlapConfigReuse. The scale used is 100 times that used in RFC2439 so the suggested value is 125, not 1.25 as suggested in the RFC.
                 bgpFlapConfigReuse 1.2.826.0.1.1578918.5.65.1.5.9.1.5 integer32 read-only
The reuse threshold expressed as a number of route withdrawals. Below this level the route will be reused. The scale used is 100 times that used in RFC2439 so the suggested value is 50, not 0.5 as suggested in the RFC.
                 bgpFlapConfigThold 1.2.826.0.1.1578918.5.65.1.5.9.1.6 integer32 read-only
The maximum time a route can be suppressed for (held). This value must be less than or equal to bgpRmEntFlapReusemax in the bgpRmEntTable.
                 bgpFlapConfigDecayok 1.2.826.0.1.1578918.5.65.1.5.9.1.7 integer32 read-only
The decay half life of the stability figure while the route is still reachable (whether suppressed or not). This value must be less than bgpFlapConfigTmaxok.
                 bgpFlapConfigDecayng 1.2.826.0.1.1578918.5.65.1.5.9.1.8 integer32 read-only
The decay half life of the stability figure while the route is not reachable (whether suppressed or not). If it is not defined or set to zero, no decay occurs if the route is unreachable. This value must be less than bgpFlapConfigTmaxng.
                 bgpFlapConfigTmaxok 1.2.826.0.1.1578918.5.65.1.5.9.1.9 integer32 read-only
The decay memory limit. The maximum time any memory of a previous instability is retained given the route state is unchanged and reachable. This is generally used to determine array sizes.
                 bgpFlapConfigTmaxng 1.2.826.0.1.1578918.5.65.1.5.9.1.10 integer32 read-only
The decay memory limit. The maximum time any memory of a previous instability is retained given the route state is unchanged and unreachable. This is generally used to determine array sizes. This value must be less than or equal to bgpRmEntFlapFreemax in the bgpRmEntTable.
         bgpAggregateTable 1.2.826.0.1.1578918.5.65.1.5.10 no-access
This table is used to control how DC-BGP aggregates addresses. Each entry in the table results in one aggregate address being created. This will result in an aggregate entry in the routing table when at least one more specific route matching the address specified is learnt. If the aggregate is marked as 'permanent', then an aggregate entry is created in the routing table even if no more specific matching routes are known. The options allow configuration as to whether the AS_PATH attribute keeps full information or not, and whether the more specfic route is also entered in the routing table (the summary only option). These options can also be chosen on a per route basis by matching on the advertise and suppress route maps. The attribute route map is used to set attributes of the aggregated route if required. It is possible to create overlapping entries in the table. This can result in routes that match more than one table entry. - If a route matches multiple aggregate addresses, then it is suppressed any of the matching aggregates would cause the route to be suppressed. - If a route matches the advertise map of an aggregate address, then it is not aggregated by that aggregate address. However, it may still be aggregated by other overlapping aggregate addresses.
               bgpAggregateEntry 1.2.826.0.1.1578918.5.65.1.5.10.1 no-access
Each entry represents a member of an aggregate address option set.
                   bgpAggrAfi 1.2.826.0.1.1578918.5.65.1.5.10.1.2 bgpafi no-access
The AFI of the aggregating address.
                   bgpAggrSafi 1.2.826.0.1.1578918.5.65.1.5.10.1.3 bgpsafi no-access
The SAFI of the aggregating address.
                   bgpAggrPrefix 1.2.826.0.1.1578918.5.65.1.5.10.1.4 inetaddress no-access
The index of this bgpAggregateEntry. This is the prefix of the configured aggregating address.
                   bgpAggrPrefixLength 1.2.826.0.1.1578918.5.65.1.5.10.1.5 inetaddressprefixlength no-access
The index of this bgpAggregateEntry. This is the length of the prefix (in bits) of the configured aggregating address.
                   bgpAggrRowStatus 1.2.826.0.1.1578918.5.65.1.5.10.1.6 rowstatus read-only
Used to create and delete an aggregate address option set.
                   bgpAggrOptions 1.2.826.0.1.1578918.5.65.1.5.10.1.7 bgpaggregateoptions read-only
Options applied to this set of aggregate addresses. Note with no options, more specific routes are installed in the routing table, but the AS_PATH will lose information as it will not contain AS-SETs. This is normally OK as it reduces route flap. Note that a route may be aggregated by multiple overlapping aggregate addresses. In this case, the route is suppressed if any of the matching aggregates would cause the route to be suppressed.
                   bgpAggrSuppressMap 1.2.826.0.1.1578918.5.65.1.5.10.1.8 unsigned32 read-only
The index of the Route Map used to suppress routes. The match clauses of this route map are used to selectively suppress more specific routes from being advertised. No route map should be defined here if a suppress option ('summary' or 'summaryAsSet') is configured in the bgpAggrOptions field.
                   bgpAggrAdvertiseMap 1.2.826.0.1.1578918.5.65.1.5.10.1.9 unsigned32 read-only
The index of the Route Map used to advertise routes. The match clauses of this route map are used to select routes which although they match the aggregate address, should not be aggregated.
                   bgpAggrAttributeMap 1.2.826.0.1.1578918.5.65.1.5.10.1.10 unsigned32 read-only
The index of the Route Map used to set aggregated routes attributes. The set clauses of this route map are used to set path attributes of the aggregated route.
                   bgpAggrPermanent 1.2.826.0.1.1578918.5.65.1.5.10.1.11 truthvalue read-only
If this field is set to TRUE, an aggregate entry is created in the routing table and advertised to peers even if no more-specific matching routes are known.
         bgpOrfCapabilityTable 1.2.826.0.1.1578918.5.65.1.5.11 no-access
DC-BGP ORF Capability Table.
               bgpOrfCapabilityEntry 1.2.826.0.1.1578918.5.65.1.5.11.1 no-access
Entry containing information about support for an ORF defined by .
                   bgpOrfCapabilityAfi 1.2.826.0.1.1578918.5.65.1.5.11.1.2 bgpafi no-access
Specifies the address family with which this ORF is associated.
                   bgpOrfCapabilitySafi 1.2.826.0.1.1578918.5.65.1.5.11.1.3 bgpsafi no-access
Specifies the Subsequent Address Family Identifier with which this ORF is associated.
                   bgpOrfCapabilityOrfType 1.2.826.0.1.1578918.5.65.1.5.11.1.4 bgporftype no-access
Indicates the type of this ORF.
                   bgpOrfCapabilityAdminStatus 1.2.826.0.1.1578918.5.65.1.5.11.1.5 bgpadminstatus read-only
The administrative status for this ORF entry.
                   bgpOrfCapabilitySendReceive 1.2.826.0.1.1578918.5.65.1.5.11.1.6 bgporfsendreceive read-only
Indicates whether the sender is (a) willing to receive ORF entries from its peer, (b) would like to send ORF entries to its peer, or (c) both.
         bgpPeergrAfiSafiTable 1.2.826.0.1.1578918.5.65.1.5.12 no-access
Peer group configuration table. This table allows a user to configure peer group characteristics on a per AFI/SAFI basis. Rows in this table cannot be created or destroyed manually. A table entry for each supported address family is created automatically when an entry in the bgpPeergrTable is created. The entries are destroyed when the bgpPeergrTable entry is destroyed.
               bgpPeergrAfiSafiEntry 1.2.826.0.1.1578918.5.65.1.5.12.1 no-access
Peer group configuration table entry.
                   bgpPeergrAfiSafiAfi 1.2.826.0.1.1578918.5.65.1.5.12.1.3 bgpafi no-access
The AFI index into the peer group table.
                   bgpPeergrAfiSafiSafi 1.2.826.0.1.1578918.5.65.1.5.12.1.4 bgpsafi no-access
The SAFI index into the peer group table.
                   bgpPeergrAfiSafiAllowLocalAs 1.2.826.0.1.1578918.5.65.1.5.12.1.5 unsigned32 read-only
The number of instances of the local AS identifier that may be contained in the route's AS-Path without rejecting the route. The AS-Path attribute of a BGP route contains the identifiers of the Autonomous Systems traversed by the route. When a route is received with an AS-Path containing the local AS identifier, it normally indicates a routing loop, and the default behavior is to reject the route. This object allows this behavior to be over-ridden. This is useful, for example, for VPN routes, where routes from one CE router are advertised to other CE routers sites through a provider's BGP network. Two CE routers in the same AS can enable this feature to prevent routes from the other CE from being discarded. Changing the value of this object triggers BGP to refresh its routes from each active peer in the peer group.
                   bgpPeergrAfiSafiDisSndLpDetect 1.2.826.0.1.1578918.5.65.1.5.12.1.6 truthvalue read-only
Gives finer control of the sender-side loop detection configuration provided by bgpPeergrDisableSenderLoopDetect. By default, BGP performs sender side loop detection. That is, it will not advertise a route to a peer if the AS-Path of the route already contains the peer's AS number. A peer would typically discard such routes, so this is normally a useful optimization. However, the peer may be configured to accept such routes (see bgpPeergrAfiSafiAllowLocalAs). In this case it is necessary to disable sender-side loop detection. When bgpPeergrDisableSenderLoopDetect is 'true', BGP disables sender-side loop detection for those address families for which bgpPeergrAfiSafiDisSndLpDetect is 'true'. When bgpPeergrDisableSenderLoopDetect is 'false', sender-side loop detection is not disable for any address families. If the value of this object is changed while a peer in the peer group is active, BGP will check for any routes that need to be advertised or withdrawn as a result of the change.
                   bgpPeergrAfiSafiNxtHopSlf 1.2.826.0.1.1578918.5.65.1.5.12.1.7 truthvalue read-only
Gives finer control of the next-hop-self configuration provided by bgpPeergrNxtHopSlf. When bgpPeergrNxtHopSlf is 'false', BGP does not perform next-hop-self for any address family. When bgpPeergrNxtHopSlf is 'true', BGP performs next-hop-self for those address families for which bgpPeergrAfiSafiNxtHopSlf is 'true'. If the value of this object is changed while a peer session is active, BGP will check for any routes that need to be advertised or withdrawn as a result of the change.
                   bgpPeergrAfiSafiOrigDefault 1.2.826.0.1.1578918.5.65.1.5.12.1.8 truthvalue read-only
Indicates whether BGP should originate a default route to the peer group for this address family. BGP cannot originate default VPN routes and so bgpPeergrAfiSafiOrigDefault cannot be set to 'true' if bgpPeerAfiSafiSafi is 'mplsBgpVpn'. This is because there is no single default route for a VPN address family - there may be one for each VRF. If a default VPN route is required, it should should be redistributed from the corresponding VRF. This ensures that the default VPN route is advertised by BGP along with the associated label, route distinguisher and route targets. Similarly, BGP does not support the allocation of a label for a default route, and so bgpPeergrAfiSafiOrigDefault cannot be set to 'true' if bgpPeergrAfiSafiSafi is 'labeled'. Default routes are meaningless for L2VPN auto-discovery and signaling, so bgpPeergrAfiSafiOrigDefault cannot be set to 'true' if bgpPeergrAfiSafiAfi is 'l2vpn'. The origination of default routes may optionally be conditional based on policy. If this is required, then set bgpPeergrAfiSafiOrigDefaultRtMap to specify a route map. If no route map is specified (bgpPeergrAfiSafiOrigDefaultRtMap is zero), then default route origination is based solely on the setting of bgpPeergrAfiSafiOrigDefault.
                   bgpPeergrAfiSafiOrigDefaultRtMap 1.2.826.0.1.1578918.5.65.1.5.12.1.9 unsigned32 read-only
Configured policy for origination of default routes. The value of bgpPeergrAfiSafiOrigDefaultRtMap is only examined if bgpPeergrAfiSafiOrigDefault is 'true'. It identifies a route map consisting of all rows in the bgpRouteMapTable with bgpRouteMapIndex set to bgpPeergrAfiSafiOrigDefaultRtMap. The route map has two purposes. - The match clauses are used for conditional advertisement of the default route. A default route is only originated for an address family if bgpPeergrAfiSafiOrigDefault is 'true' and if there is at least one route in the loc-RIB matching the route map. - The set clauses of the route map determine the attributes of the originated default route. Note that route maps may consist of multiple bgpRouteMapTable entries. These bgpRouteMapTable entries can be configured to match a specific address family. Any such bgpRouteMapTable entry that does not match the address family for this bgpPeergrAfiSafiTable entry is ignored. These route maps should be configured as follows. - To restrict a route map to a particular AFI/SAFI, specify bgpRouteMapMaAfi and bgpRouteMapMaSafi. - Each route map should specify an IP prefix list to match on. This is not mandated by DC-BGP, but other types of matches may have a performance impact. - Each IP prefix match is assumed to be an exact match. In other words, DC-BGP treats each bgpIpPreTable entry as having bgpIpPreLe = bgpIpPreLen, and bgpIpPreGe = 0.
                   bgpPeergrAfiSafiSoftResetStore 1.2.826.0.1.1578918.5.65.1.5.12.1.10 truthvalue read-only
Gives finer control of the soft reset configuration provided by bgpPeergrSoftResetWithStoredInfo. When bgpPeergrSoftResetWithStoredInfo is 'false', BGP does not perform soft reset for any address family. When bgpPeergrSoftResetWithStoredInfo is 'true', BGP performs soft reset for those address families for which bgpPeergrAfiSafiSoftResetStore is 'true'. Any update to this object will take effect on each peer the next time that the peer session reactivates.
     bgpHaf 1.2.826.0.1.1578918.5.65.1.6
         bgpRmAfmJoinTable 1.2.826.0.1.1578918.5.65.1.6.1 no-access
Each entry in this table represents a join to an AFM for which a RIB Manager entity is master.
             bgpRmAfmJoinEntry 1.2.826.0.1.1578918.5.65.1.6.1.1 no-access
Each entry represents a join to an AFM for which a RIB Manager entity is master.
                 bgpRmAfmJoin 1.2.826.0.1.1578918.5.65.1.6.1.1.2 unsigned32 no-access
Identifies a join for which a RIB Manager entity is master.
                 bgpRmAfmRowStatus 1.2.826.0.1.1578918.5.65.1.6.1.1.3 rowstatus read-only
The row status for this table entry, used to create and destroy table entries.
                 bgpRmAfmAdminStatus 1.2.826.0.1.1578918.5.65.1.6.1.1.4 bgpadminstatus read-only
The administrative status of this table entry, used to activate and deactivate the join.
                 bgpRmAfmOperStatus 1.2.826.0.1.1578918.5.65.1.6.1.1.5 bgpoperstatus read-only
The current operational status of this join.
                 bgpRmAfmPartnerIndex 1.2.826.0.1.1578918.5.65.1.6.1.1.6 unsigned32 read-only
Index that identifies the slave entity for this join.
                 bgpRmAfmAfi 1.2.826.0.1.1578918.5.65.1.6.1.1.7 bgpafi read-only
Address Family Identifier for this join. This field can only be changed when the Admin Status is down.
                 bgpRmAfmSafi 1.2.826.0.1.1578918.5.65.1.6.1.1.8 bgpsafi read-only
Subsequent Address Family Identifier for this join. This field can only be changed when the Admin Status is down.
                 bgpRmAfmJoinStatus 1.2.826.0.1.1578918.5.65.1.6.1.1.9 bgpmjstatus read-only
The status of the master join.
                 bgpRmAfmRestartTime 1.2.826.0.1.1578918.5.65.1.6.1.1.10 unsigned32 read-only
This is the maximum time that DC-BGP will retain routes from this AFM following failure of this join. DC-BGP will delete all retained stale routes from this AFM once this time has passed. A value of 0 indicates that routes from this AFM will be discarded as soon as the join fails.
         bgpRmNmTable 1.2.826.0.1.1578918.5.65.1.6.2 no-access
This table contains information on slave joins to Neighbor Manager entities. Each row in this table represents one slave join in a particular RIB Manager entity.
             bgpRmNmEntry 1.2.826.0.1.1578918.5.65.1.6.2.1 no-access
Represents a join to a Neighbor Manager for which the RIB Manager is slave.
                 bgpRmNmMasterIndex 1.2.826.0.1.1578918.5.65.1.6.2.1.2 unsigned32 no-access
Index of the master entity. This is the index received in the join registration info sent from the master to the slave on the join registration IPS.
                 bgpRmNmJoinStatus 1.2.826.0.1.1578918.5.65.1.6.2.1.3 bgpsjstatus read-only
The status of the slave join.
         bgpNmMjTable 1.2.826.0.1.1578918.5.65.1.6.3 no-access
Each entry in this table represents a join for which a Neighbor Manager entity is master. This table always contains exactly three rows, one each for the joins from NM to RM, the IP Sockets Stub and the BFD stub. If NM is configured not to join to the BFD stub (bgpNmEntBfdEntityIndex is zero), then the row for the BFD join is still present, with bgpNmMjJoinStatus set to mjNotJoined.
             bgpNmMjEntry 1.2.826.0.1.1578918.5.65.1.6.3.1 no-access
Each entry represents a join for which a Neighbor Manager entity is master.
                 bgpNmMjEntity 1.2.826.0.1.1578918.5.65.1.6.3.1.1 unsigned32 no-access
Identifies a Neighbor Manager Entity.
                 bgpNmMjJoin 1.2.826.0.1.1578918.5.65.1.6.3.1.2 unsigned32 no-access
Identifies a join for which a Neighbor Manager entity is master.
                 bgpNmMjJoinPartner 1.2.826.0.1.1578918.5.65.1.6.3.1.3 bgpcomponentid read-only
Identifies the type of process acting as slave on this join.
                 bgpNmMjPartnerIndex 1.2.826.0.1.1578918.5.65.1.6.3.1.4 unsigned32 read-only
The index assigned to this join by NM. This index is used by FTI-specific handling code within System Manager to identify the entity index of a slave entity suitable to act as join partner.
                 bgpNmMjJoinStatus 1.2.826.0.1.1578918.5.65.1.6.3.1.5 bgpmjstatus read-only
The status of the master join.
         bgpRmArinhJoinTable 1.2.826.0.1.1578918.5.65.1.6.4 no-access
This read-only table contains information on Active Route Interface slave joins used for querying next hops. Each row in this table represents one slave join in a particular RIB Manager entity.
             bgpRmArinhJoinEntry 1.2.826.0.1.1578918.5.65.1.6.4.1 no-access
Represents an ARI join for which the RIB Manager is slave.
                 bgpRmArinhAfi 1.2.826.0.1.1578918.5.65.1.6.4.1.2 bgpafi no-access
Specifies the address family identifier with which this ARI join is associated.
                 bgpRmArinhSafi 1.2.826.0.1.1578918.5.65.1.6.4.1.3 bgpsafi no-access
Specifies the subsequent address family identifier with which this ARI join is associated.
                 bgpRmArinhJoinStatus 1.2.826.0.1.1578918.5.65.1.6.4.1.4 bgpsjstatus read-only
The status of the ARI slave join for querying next hops.
                 bgpRmArinhEntIndex 1.2.826.0.1.1578918.5.65.1.6.4.1.5 unsigned32 read-only
Identifies the ARI provider entity.
     bgpNm 1.2.826.0.1.1578918.5.65.1.7
         bgpNmEntTable 1.2.826.0.1.1578918.5.65.1.7.1 no-access
Each entry in this table represents a Neighbor Manager entity. Fields in an entry cannot be changed while the admin status is up.
             bgpNmEntEntry 1.2.826.0.1.1578918.5.65.1.7.1.1 no-access
Each entry represents a Neighbor Manager entity.
                 bgpNmEntIndex 1.2.826.0.1.1578918.5.65.1.7.1.1.1 unsigned32 no-access
Identifies the Neighbor Manager entity which should handle this listen socket.
                 bgpNmEntRowStatus 1.2.826.0.1.1578918.5.65.1.7.1.1.2 rowstatus read-only
The row status for this Neighbor Manager Entity Table entry, used to create and destroy table entries.
                 bgpNmEntAdminStatus 1.2.826.0.1.1578918.5.65.1.7.1.1.3 bgpadminstatus read-only
The administrative status of this Neighbor Manager entity, used to activate and deactivate NM.
                 bgpNmEntOperStatus 1.2.826.0.1.1578918.5.65.1.7.1.1.4 bgpoperstatus read-only
The current operational status of this Neighbor Manager entity.
                 bgpNmEntRmIndex 1.2.826.0.1.1578918.5.65.1.7.1.1.5 unsigned32 read-only
Identifies a RIB Manager entity to which the Neighbor Manager will join. This index is mapped to an RM entity index by FTI-Specific Handling code within System Manager. This field can only be changed when the Admin Status is down.
                 bgpNmEntSckIndex 1.2.826.0.1.1578918.5.65.1.7.1.1.6 unsigned32 read-only
Identifies the SCK stub entity to join with. This index is used in the join user data, to enable FTI-specific code within System Manager to select a suitable slave SCK stub entity. The status of the join is given by the row in the bgpNmMjTable with bgpNmMjJoinPartner equal to bgpComponentIpSockets. This field can only be changed when the Admin Status is down.
                 bgpNmEntBfdEntityIndex 1.2.826.0.1.1578918.5.65.1.7.1.1.7 unsigned32 read-only
Identifies a BFD stub entity to which the Neighbor Manager will join. A value of zero indicates that no BFD provider is available, or that NM should not join to any BFD provider. If a BFD join is requested (bfdNmEntBfdEntityIndex is set to a non-zero value), but the BFD join fails to activate, then NM will also fail to activate. This field can only be changed when the NM entity admin status is down.
         bgpNmListenTable 1.2.826.0.1.1578918.5.65.1.7.2 no-access
Each entry in this table represents a listen socket in the Neighbor Manager entity.
             bgpNmListenEntry 1.2.826.0.1.1578918.5.65.1.7.2.1 no-access
Each entry represents a listen socket.
                 bgpNmListenIndex 1.2.826.0.1.1578918.5.65.1.7.2.1.2 unsigned32 no-access
Identifies this listen socket since each NM instance can have more than one Listen socket configured.
                 bgpNmListenRowStatus 1.2.826.0.1.1578918.5.65.1.7.2.1.3 rowstatus read-only
The row status for this Neighbor Manager Listen Table entry, used to create and destroy table entries.
                 bgpNmListenAdminStatus 1.2.826.0.1.1578918.5.65.1.7.2.1.4 bgpadminstatus read-only
The administrative status of this Listen entry, used to activate and deactivate the Listen socket.
                 bgpNmListenOperStatus 1.2.826.0.1.1578918.5.65.1.7.2.1.5 bgpoperstatus read-only
The current operational status of this Listen socket.
                 bgpNmListenAddrType 1.2.826.0.1.1578918.5.65.1.7.2.1.6 inetaddresstype read-only
The address family of the address used to listen on. This determines the format of the bgpNmListenAddr field. This field can only be changed when the Admin Status is down. Valid values are: AMB_INETWK_ADDR_TYPE_IPV4 and AMB_INETWK_ADDR_TYPE_IPV6.
                 bgpNmListenAddr 1.2.826.0.1.1578918.5.65.1.7.2.1.7 inetaddress read-only
The address used to listen on. This field can only be changed when the Admin Status is down. If set to a zero length address DC-BGP will listen on all addresses available to this NM instance. For a specific port you cannot listen on a specific address if you are already listening on all addresses. Similarly, for a specific port you cannot listen on all addresses if you are already listening on a specific address.
                 bgpNmListenPort 1.2.826.0.1.1578918.5.65.1.7.2.1.8 inetportnumber read-only
The port used to listen on. This field can only be changed when the Admin Status is down.
                 bgpNmListenAcceptAll 1.2.826.0.1.1578918.5.65.1.7.2.1.9 truthvalue read-only
This is set to TRUE if this socket will accept incoming connections from any peer. The recommended value is FALSE. This field can only be changed when the Admin Status is down.
                 bgpNmListenAddrScopeId 1.2.826.0.1.1578918.5.65.1.7.2.1.10 unsigned32 read-only
The scope ID of the bgpNmListenAddr. The scope ID is required if the address is an IPv6 link-local address. Otherwise, this field must be set to zero. This field can only be changed when the Admin Status is down.
     bgpNotification 1.2.826.0.1.1578918.5.65.1.8
         bgpNotificationEntry 1.2.826.0.1.1578918.5.65.1.8.1
             bgpNotifPeerLocalAddrType 1.2.826.0.1.1578918.5.65.1.8.1.1 inetaddresstype no-access
Version of bgpPeerLocalAddrType used for notifications.
             bgpNotifPeerLocalAddr 1.2.826.0.1.1578918.5.65.1.8.1.2 inetaddress no-access
Version of bgpPeerLocalAddr used for notifications.
             bgpNotifPeerRemoteAddrType 1.2.826.0.1.1578918.5.65.1.8.1.3 inetaddresstype no-access
Version of bgpPeerRemoteAddrType used for notifications.
             bgpNotifPeerRemoteAddr 1.2.826.0.1.1578918.5.65.1.8.1.4 inetaddress no-access
Version of bgpPeerRemoteAddr used for notifications.
             bgpNotifRmEntIndex 1.2.826.0.1.1578918.5.65.1.8.1.5 unsigned32 no-access
Version of bgpRmEntIndex used for notifications.
             bgpNotifPeerLocalPort 1.2.826.0.1.1578918.5.65.1.8.1.6 inetportnumber no-access
Version of bgpPeerLocalPort used for notifications.
             bgpNotifPeerRemotePort 1.2.826.0.1.1578918.5.65.1.8.1.7 inetportnumber no-access
Version of bgpPeerRemotePort used for notifications.
             bgpPeerLastFailureCause 1.2.826.0.1.1578918.5.65.1.8.1.8 bgppeerlastfailure no-access
The cause of a Backwards Transition trap. If this is not a Backwards Transition trap this is set to zero.
             bgpNotifPeerLocalAddrScopeId 1.2.826.0.1.1578918.5.65.1.8.1.9 unsigned32 no-access
Version of bgpPeerLocalAddrScopeId used for notifications.
     bgpConformance 1.2.826.0.1.1578918.5.65.1.9
         bgpCompliances 1.2.826.0.1.1578918.5.65.1.9.1
             bgpCompliance 1.2.826.0.1.1578918.5.65.1.9.1.1
The compliance statement for entities which implement the DC-BGP mib.
         bgpGroups 1.2.826.0.1.1578918.5.65.1.9.2
             bgpRmEntityGroup 1.2.826.0.1.1578918.5.65.1.9.2.1
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the RIB Manager Entity table.
             bgpRmAfmJoinGroup 1.2.826.0.1.1578918.5.65.1.9.2.2
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the RM AFM Join table.
             bgpRmNmGroup 1.2.826.0.1.1578918.5.65.1.9.2.3
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the RM NM Join table.
             bgpNmMjGroup 1.2.826.0.1.1578918.5.65.1.9.2.4
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the NM Master Join table.
             bgpNmEntGroup 1.2.826.0.1.1578918.5.65.1.9.2.5
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the Neighbor Manager Entity table.
             bgpNmListenGroup 1.2.826.0.1.1578918.5.65.1.9.2.6
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the Neighbor Manager Listen table.
             bgpPeerGroup 1.2.826.0.1.1578918.5.65.1.9.2.7
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the Peer tables.
             bgpPathAttributesGroup 1.2.826.0.1.1578918.5.65.1.9.2.8
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the Nlri tables.
             bgpPolicyGroup 1.2.826.0.1.1578918.5.65.1.9.2.9
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the Policy tables.
             bgpRmEntityOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.10
This group contains objects that are defaultable and can optionally be configured in the RIB Manager Entity table.
             bgpRmAfmJoinOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.11
This group contains objects that are defaultable and can optionally be configured in the AFM table.
             bgpNmListenOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.12
This group contains objects that are defaultable and can optionally be configured in the Listen table.
             bgpPeerOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.13
This group contains objects that are defaultable and can optionally be configured in the Peer table.
             bgpPathAttributesOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.14
This group contains objects that are defaultable and can optionally be configured in the path attributes tables.
             bgpPolicyOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.15
This group contains objects that are defaultable and can optionally be configured in the policy tables.
             bgpNotificationsGroup 1.2.826.0.1.1578918.5.65.1.9.2.16
The notifications group is completely optional.
             bgpObsoleteGroup 1.2.826.0.1.1578918.5.65.1.9.2.17
This group contains obsolete objects.
             bgpRmAfiSafiGroup 1.2.826.0.1.1578918.5.65.1.9.2.18
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the AFI SAFI tables.
             bgpRmAfiSafiOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.19
This group contains objects that are defaultable and can optionally be configured in the AFI SAFI table.
             bgpAdjRibOutGroup 1.2.826.0.1.1578918.5.65.1.9.2.20
This group contains objects that are read-only, and is completely optional.
             bgpOrfCapabilityGroup 1.2.826.0.1.1578918.5.65.1.9.2.21
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the ORF Capability table.
             bgpOrfCapabilityOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.22
This group contains objects that are defaultable and can optionally be configured in the ORF Capability table.
             bgpPeerAfiSafiOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.23
This group contains objects that are defaultable and can optionally be configured in the peer AFI/SAFI table.
             bgpPeergrAfiSafiOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.24
This group contains objects that are defaultable and can optionally be configured in the peer group AFI/SAFI table.
             bgpPeerOrfCapabilityGroup 1.2.826.0.1.1578918.5.65.1.9.2.25
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the Peer ORF Capability table.
             bgpPeerOrfCapabilityOptionalGrp 1.2.826.0.1.1578918.5.65.1.9.2.26
This group contains objects that are defaultable and can optionally be configured in the Peer ORF Capability table.
             bgpRmArinhJoinGroup 1.2.826.0.1.1578918.5.65.1.9.2.27
This group is mandatory for all agent implementations. It contains mandatory, non-defaultable or read-only objects in the RM ARI Join table.
             bgpNmEntOptionalGroup 1.2.826.0.1.1578918.5.65.1.9.2.28
This group contains objects that are defaultable and can optionally be configured in the Neighbor Manager Entity table.
             bgpNotificationObjectGroup 1.2.826.0.1.1578918.5.65.1.9.2.29
The objects used to record notification parameters. This group is completely optional.