TIMETRA-BGP-MIB
AI MIB Summary
The TIMETRA-BGP-MIB provides SNMP management for Alcatel-Lucent (now Nokia) SR OS devices to monitor and configure BGP instances, peer groups, and individual BGP peers within virtual routers. It exposes hierarchical configuration inheritance and state metrics for BGP sessions, allowing administrators to retrieve per-peer attributes, peer-group defaults, and instance-level parameters for troubleshooting and policy enforcement.
This document is the SNMP MIB module for Alcatel-Lucent's implementation of BGP.
Copyright 2003-2012 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included.
This SNMP MIB module (Specification) embodies Alcatel-Lucent's proprietary intellectual property. Alcatel-Lucent retains all title and ownership in the Specification, including any revisions.
Alcatel-Lucent grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel-Lucent products, and without fee, provided this copyright notice and license appear on all copies.
This Specification is supplied 'as is', and Alcatel-Lucent makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
There is one BGP instance per virtual router. Each BGP instance can have a number of peer groups.
The MIB objects here are organized in to four groups:
- global objects (nothing there for now)
- per-instance objects
- per-peer-group objects
- per-peer objects
The value of most BGP configuration objects can be defaulted at three
levels: at the per-peer level, at the peer group level, and at the
BGP instance level. The per-peer object values are set:
- first by the peer object value, if set;
- second, if not set then by the peer-group object value, if that is
set;
- third, if not set, by the instance object value.
Main OID:
timetraBgpMIBModule.1.3.6.1.4.1.6527.1.1.3.14
634
Objects
Active
Status
9
Dependencies
Imported Objects
Objects
634 total| Object Name |
|---|
timetraBgpMIBModuleThis document is the SNMP MIB module for Alcatel-Lucent's
implementation of BGP.
Copyright 2003-2012 Alcatel-Lucent. All rights reserved.
Reproduction of this document is authorized on the condition that
the foregoing copyright notice is included.
This SNMP MIB module (Specification) embodies Alcatel-Lucent's
proprietary intellectual property. Alcatel-Lucent retains
all title and ownership in the Specification, including any
revisions.
Alcatel-Lucent grants all interested parties a non-exclusive
license to use and distribute an unmodified copy of this
Specification in connection with management of Alcatel-Lucent
products, and without fee, provided this copyright notice and
license appear on all copies.
This Specification is supplied 'as is', and Alcatel-Lucent
makes no warranty, either express or implied, as to the use,
operation, condition, or performance of the Specification.
There is one BGP instance per virtual router. Each BGP instance
can have a number of peer groups.
The MIB objects here are organized in to four groups:
- global objects (nothing there for now)
- per-instance objects
- per-peer-group objects
- per-peer objects
The value of most BGP configuration objects can be defaulted at three
levels: at the per-peer level, at the peer group level, and at the
BGP instance level. The per-peer object values are set:
- first by the peer object value, if set;
- second, if not set then by the peer-group object value, if that is
set;
- third, if not set, by the instance object value. MODULE-IDENTITY .1.3.6.1.4.1.6527.1.1.3.14 |
tmnxBgpConformance OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.1.14 |
tmnxBgpCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.1.14.1 |
tmnxBgpGroups OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.1.14.2 |
tBgpObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14 |
tBgpGlobalObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.1 |
tBgpInstanceObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.2 |
tBgpInstanceTableLastChangedThe value of tBgpInstanceTableLastChanged specifies the last
timestamp when an entry in the tBgpPeerGroupTable was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.1 |
tBgpInstanceTabletBgpInstanceTable consists of information about each running instance
of BGP. SEQUENCE OF TBgpInstanceEntry .1.3.6.1.4.1.6527.3.1.2.14.2.2 |
tBgpInstanceEntryAn entry (conceptual row) in the tBgpInstanceTable.
each entry represents an instance of BGP running on
the virtual router. TBgpInstanceEntry .1.3.6.1.4.1.6527.3.1.2.14.2.2.1 |
tBgpInstanceIndexThe value of tBgpInstanceIndex specifies the index for the
tBgpInstanceTable. TmnxVRtrID (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.1 |
tBgpInstanceRowStatusThe value of tBgpInstanceRowStatus specifies the row status for this
BGP instance for the virtual router. It is used to create and delete
row entries in this table.
In order for an attempt to 'destroy' this row entry to succeed,
the value of tBgpInstanceShutdown must be 'true' and the value of
vRtrBgpStatus must be 'delete'.
In order for an attempt to 'create' this row entry, the value of
vRtrBgpStatus must be 'create'.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.2 |
tBgpInstanceShutdownThe value of tBgpInstanceShutdown specifies whether or not this BGP
instance is disabled or shutdown. When the value of this object is
'false', the BGP instance is enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.3 |
tBgpInstanceDescriptionThe value of tBgpInstanceDescription specifies the textual description
of this BGP instance.rw DisplayString .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.4 |
tBgpInstanceAlwaysCompareMEDThe value of tBgpInstanceAlwaysCompareMED specifies if the
Multi-Exit Discriminator (MED) path attribute is used in the BGP route
selection process.
When the value of tBgpInstanceAlwaysCompareMED is 'zero' or 'infinity',
the MED attribute is always used in the route selection process
regardless of the peer AS that advertised the route.
A value of 'off' specifies that only the MEDs of routes that have the
same peer ASs are compared.
A value of 'zero' specifies that a value of zero is used in the MED
comparison, this in effect makes these routes the most desirable.
A value of 'infinity' specifies that a value of infinity (2^32-1) is
used in the MED comparison, this in effect makes these routes the least
desirable.
The value of 'on' specifies that the Multi-Exit Discriminator (MED)
path attributes of the two routes are compared if both the routes have
MEDs whether or not they are from the same neighbor-AS.
The original BGP RFC was unclear what to do if a route had no MED
attribute. This was clarified in the Internet-Draft, sec 9.1.2.1
(Breaking Ties) specifies that if a route has no MED metric it is
assigned the highest possible value (2^32-1 since it is a 32-bit number)
which is the least preferable.rw Enumeration .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.5 |
tBgpInstanceAsPathIgnoreThis object was obsoleted in release 8.0. It is replaced with the
object tBgpInstanceAsPathIgnoreFamily.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.6 |
tBgpInstanceBgpIdThe value of tBgpInstanceBgpId specifies the BGP instance id. This
object is required to be set before the instance can be activated.rw IpAddress .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.7 |
tBgpInstanceConnectRetryThe value of tBgpInstanceConnectRetry specifies the value (in seconds)
for the BGP Connect Retry timer.rw BgpConnectRetryTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.8 |
tBgpInstanceHoldTimeThe value of tBgpInstanceHoldTime specifies the value (in seconds) for
BGP Hold Time.rw BgpHoldTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.9 |
tBgpInstanceKeepAliveThe value of tBgpInstanceKeepAlive specifies the value (in seconds) for
BGP Keepalive timer. A keepalive message is sent every time this timer
expires.rw BgpKeepAliveTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.10 |
tBgpInstanceMinASOriginationThe value of tBgpInstanceMinASOrigination specifies the minimal
interval (in seconds) at which a given path attribute can be
advertised to a peer.rw BgpMinASOriginationTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.11 |
tBgpInstanceDampeningThe value of tBgpInstanceDampening specifies if route dampening is
applied to learned routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.12 |
tBgpInstanceLocalASThe value of tBgpInstanceLocalAS specifies the autonomous system
number to be advertised for peers under this instance.
This object was obsoleted in release 7.0. It is replaced with the
4-byte AS number defined by tBgpInstanceLocalAS4Byte.rwobsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.13 |
tBgpInstanceLocalPreferenceThe value of tBgpInstanceLocalPreference specifies the default value
for the Local Preference attribute. This value is used if the BGP route
arrives from a BGP peer without the Local Preference attribute set.
It is overridden by any value set via a route policy.rw TmnxBgpLocalPreference (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.14 |
tBgpInstanceLoopDetectThe value of tBgpInstanceLoopDetect determines how the peer session
should deal with loop detection in the AS Path.rw BgpLoopDetect .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.15 |
tBgpInstanceMinRouteAdvertisementThe value of tBgpInstanceMinRouteAdvertisement specifies the minimum
interval at which a given path attribute is advertised to a peer.rw BgpMinRouteAdvertisement UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.16 |
tBgpInstanceMultipathThe value of tBgpInstanceMultipath specifies if BGP multipath is
enabled or disabled for this instance.
A value of '1' would disable BGP multipath.
Any other value would specify the number of hops for BGP Multipath.rw BgpMultiPath UNITS "number-of-hops" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.17 |
tBgpInstanceNoAggregatorIDThe value of tBgpInstanceNoAggregatorID specifies if different
routers in the same AS create aggregate routes containing different
AS paths.
A value of 'true' would enable setting the router ID to 0 in the
aggregator path attribute when BGP is aggregating routes.
A value of 'false' would disable setting the router ID to 0 in the
aggregator path attribute when BGP is aggregating routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.18 |
tBgpInstancePreferenceThe value of tBgpInstancePreference specifies the route preference for
routes learned via the peer.rw TmnxBgpPreference .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.19 |
tBgpInstanceRemovePrivateASThe value of tBgpInstanceRemovePrivateAS specifies if private AS
numbers should be stripped from the AS Path before advertising them
to BGP peers.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.20 |
tBgpInstanceLastChangedThe value tBgpInstanceLastChanged indicates when an entry in
tBgpInstanceTable was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.21 |
tBgpInstanceMultihopThe value of tBgpInstanceMultihop specifies the TTL used in IP packet
header for BGP advertisements.
Default TTL values for EBGP peer is 1, and MAX_TTL for IBGP peers.
Default value if not set is no_type - the peer has to infer its value
based on local-as, and peer-as in that case.rw BgpTimeToLive UNITS "TTL hops" .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.22 |
tBgpInstanceMEDSourceThe value of tBgpInstanceMEDSource specifies the source of the Multi
Exit Discriminator (MED) value for this peer.rw BgpMEDSource .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.23 |
tBgpInstanceMEDValueThe value of tBgpInstanceMEDValue specifies the value of MED when
tBgpInstanceMEDSource is 'metricVal'. If the value of
tBgpInstanceMEDSource is not 'metricVal', this object is ignored.rw BgpMEDValue .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.24 |
tBgpInstanceConfederationASThe value of tBgpInstanceConfederationAS specifies the confederation AS
for this BGP instance.
A value of '0' means no confederation AS.
This object was obsoleted in release 7.0. It is replaced with
the 4-byte AS number defined by tBgpInstanceConfederationAS4Byte.roobsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.25 |
tBgpInstanceImportPolicy1The value of tBgpInstanceImportPolicy1 specifies import policy number 1
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyImportPolicy1.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.30 |
tBgpInstanceImportPolicy2The value of tBgpInstanceImportPolicy2 specifies import policy number 2
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyImportPolicy2.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.31 |
tBgpInstanceImportPolicy3The value of tBgpInstanceImportPolicy3 specifies import policy number 3
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyImportPolicy3.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.32 |
tBgpInstanceImportPolicy4The value of tBgpInstanceImportPolicy4 specifies import policy number 4
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyImportPolicy4.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.33 |
tBgpInstanceImportPolicy5The value of tBgpInstanceImportPolicy5 specifies import policy number 5
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyImportPolicy5.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.34 |
tBgpInstanceExportPolicy1The value of tBgpInstanceExportPolicy1 specifies export policy number 1
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyExportPolicy1.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.35 |
tBgpInstanceExportPolicy2The value of tBgpInstanceExportPolicy2 specifies export policy number 2
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyExportPolicy2.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.36 |
tBgpInstanceExportPolicy3The value of tBgpInstanceExportPolicy3 specifies export policy number 3
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyExportPolicy3.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.37 |
tBgpInstanceExportPolicy4The value of tBgpInstanceExportPolicy4 specifies export policy number 4
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyExportPolicy4.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.38 |
tBgpInstanceExportPolicy5The value of tBgpInstanceExportPolicy5 specifies export policy number 5
for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpInstancePlcyExportPolicy5.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.39 |
tBgpInstanceOperStatusThe value of tBgpInstanceOperStatus indicates the operational status of
the BGP instance for the virtual router.
A value of 'inService(2)' means the bgp instance is fully functional.
A value of 'outOfService(3)' means the bgp instance is down.
A value of 'transition(4)' means the bgp instance is performing a
transition from state inService(2) to outOfService(3) or vice-versa.
A value of 'disabled(5)' means the BGP instance needs to be restarted
by the user.ro BgpOperState .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.40 |
tBgpInstanceLocalASPrivateThe value of tBgpInstanceLocalASPrivate specifies if the local
autonomous system number is hidden in paths learned from peering.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.41 |
tBgpInstanceMd5AuthThe value of tBgpInstanceMd5Auth specifies if the authentication using
MD5 message based digest protocol is enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.42 |
tBgpInstanceMd5AuthKeyThe value of tBgpInstanceMd5AuthKey specifies the authentication key
to be used between BGP peers neighbors before establishing sessions.
Authentication is done using the MD-5 message based digest protocol.
Authentication can be configured globally and applied to all BGP peers
or per group or per peer. The most specific value is used.
The authentication key can be any combination of letters or numbers.
Note that the string may contain embedded nulls.rw OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.43 |
tBgpInstanceClusterIdThis value of tBgpInstanceClusterId specifies the cluster ID for a
route reflector server.
A value of 0.0.0.0 indicates that no cluster ID has been assigned
to the BGP instance.rw IpAddress .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.44 |
tBgpInstanceDisableClientReflectThe value of tBgpInstanceDisableClientReflect specifies if reflection
of routes by the route reflector to all client peers within its cluster
is enabled or disabled.
A value of 'false' means reflection of routes to all client peers is
enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.45 |
tBgpInstanceIBgpMultipathThe value of tBgpInstanceIBgpMultipath specifies if load sharing is
enabled among multiple IBGP paths.
A value of 'false' disables IBGP Multipath.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.46 |
tBgpInstanceFamilyThe value of tBgpInstanceFamily specifies the types of routing
information to be distributed by this instance of BGP. BGP was
initially designed for the distribution of IPv4 routing information.
Multi-protocol extensions and the use of a VPN-IPv4, VPN-IPv6, MVPN-IPv4
and L2-VPN addresses have been added to extend its ability to carry
overlapping routing information.
A 'vpnIpv4 (2)' address is a 12-byte value consisting of
the 8-byte route distinguisher, RD, and the 4-byte ipv4 IP address
prefix. The RD must be unique within the scope of the VPRN.
This allows the IP address prefixes within different VRFs to
overlap.
'ipv6 (3)', 'mcastIpv4 (4)', 'l2vpn (6)' and 'mcastVpnIpv4 (12)' are
multi-protocol extensions to BGP.
A 'vpnIpv6 (5)' address is a 24-byte value consisting of the 8-byte RD,
and 16 bytes for the IPv6 address. When both IPv4 and IPv6 VPRN
services are enabled, the PE router uses the same RD for both
address families.
A 'l2vpn (6)' address is a 12-byte Virtual Switch Instance
identifier (VSI-ID) value consisting of the 8-byte route
distinguisher(RD) followed by a 4-byte value.
A 'mvpnIpv4 (7)' address is variable size value consisting of the
1-byte route type, 1-byte length and variable size route type specific.
Route type defines encoding for the route type specific field. Length
indicates the length in octets of the route type specific field.
A 'mdtSafi (8)' address is a 16-byte value consisting of 12-byte route
distinguisher(RD) followed by a 4-byte group address.
A 'mspw (9)' address is a dynamic multi-segment psuedowire address.
A 'flowIpv4 (10)' address is a variable size value consisting of
1 or 2-byte NLRI(Network Layer Reachability Information) length
followed by a variable length NLRI value.
A 'routeTarget (11)' address is a variable size value consisting
of zero length or 12 byte (ipv4) or 24 byte (ipv6) NLRI (Network Layer
Rechability Information) length followed by a variable length NLRI
value.rw TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.47 |
tBgpInstanceGracefulRestartThe value of tBgpInstanceGracefulRestart specifies whether or not
graceful restart capabilities are enabled on this instance of BGP.
When the value is set to 'false' graceful restart is disabled and any
previous configuration of other graceful restart parameters is removed.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.48 |
tBgpInstanceGRPathSelectDeferThe value of tBgpInstanceGRPathSelectDefer specifies the time limit
in seconds for restarting BGP instance to defer path selection logic.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.49 |
tBgpInstanceGRRestartTimeThe value of tBgpInstanceGRRestartTime specifies the maximum
amount of time in seconds that a graceful restart should take.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.50 |
tBgpInstanceGRStaleRouteThe value of tBgpInstanceGRStaleRoute specifies the maximum amount of
time in seconds that stale routes should be maintained after a graceful
restart is initiated. This value should be at least as large as the
value of tBgpInstanceGRRestartTime.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.51 |
tBgpInstanceGRAdminStateThe value of tBgpInstanceGRAdminState specifies the desired
administrative state of the graceful restart capabilities for this
instance of the BGP protocol. When the value is 'outOfService' the
graceful restart capabilities are disabled but the graceful restart
configuration parameters are retained.rw TmnxAdminState (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.52 |
tBgpInstanceGROperStateThe value of tBgpInstanceGROperState indicates the operational status
of the graceful restart capabilities for this instance of the BGP
protocol.ro TmnxOperState (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.53 |
tBgpInstanceVpnApplyImportThe value of tBgpInstanceVpnApplyImport specifies if the base
instance BGP import route policies are applied to VPN-IPv4 routes.
When the value is 'false' the application of the base instance
BGP import route policies to VPN-IPv4 routes is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.54 |
tBgpInstanceVpnApplyExportThe value of tBgpInstanceVpnApplyExport specifies if the base
instance BGP export route policies are applied to VPN-IPv4 routes.
When the value is 'false' the application of the base instance
BGP export route policies to VPN-IPv4 routes is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.55 |
tBgpInstanceIgpShortcutThe bits of tBgpInstanceIgpShortcut identify the Layer-2 tunneling
mechanisms used for IGP shortcuts. If a bit is set, the corresponding
tunneling mechanism will be used to resolve paths to BGP next-hops.
The tunneling mechanisms represented by each bit are:
te(0) - RSVP Traffic Engineering
ldp(1) - LDP /32 Route Forwarding Equivalence Class (FEC)
ip(2) - IP (IP-in-IP or GRE)
mpls(3)- MPLS
Evaluation of tunnel preference is based on the following order, in
descending priority:
1. Traffic Engineered Shortcut (RSVP-TE)
2. LDP /32 Route FEC Shortcut
3. IP Shortcut (IP-in-IP or GRE)
4. Actual IGP Next-Hop.
The 'mpls' option instructs BGP to first attempt to resolve the BGP
next-hop to an RSVP LSP. If no RSVP LSP exists or the existing ones
are down, BGP automatically searches for the LDP LSP with a FEC
prefix corresponding to the same /32 prefix in the tunnel table and
resolves the BGP next-hop to it.rw Bits .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.56 |
tBgpInstanceDisallowIgpThe value of tBgpInstanceDisallowIgp specifies if IGP next-hop to the
BGP next-hop is used as the next-hop of the last resort.
A value of 'true', disallows the IGP next-hop to the BGP next-hop from
being used as the next-hop of the last resort. This is used to prevent
routing loops.
A value of 'false' reverts the IGP shortcut next-hop evaluation process
to the default of allowing IGP next-hops as the next-hop of the last
resort.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.57 |
tBgpInstanceOrfThe value of tBgpInstanceOrf specifies if outbound route filtering
capability is enabled or disabled for the BGP instance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.58 |
tBgpInstanceExtCommsOrfThe value of tBgpInstanceExtCommsOrf specifies if outbound route
filtering capability is based on extended communities for the BGP
instance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.59 |
tBgpInstanceExtCommsSendOrfThe value of tBgpInstanceExtCommsSendOrf specifies if outbound route
filter advertisement to the neighbors in this BGP instance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.60 |
tBgpInstanceExtCommsRecvOrfThe value of tBgpInstanceExtCommsRecvOrf specifies if outbound route
filter for this BGP instance is accepted from the neighbors is
enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.61 |
tBgpInstanceAllowInterAsVpnThe value of tBgpInstanceAllowInterAsVpn specifies whether
VPNs can exchange routes across autonomous system
boundaries, providing model B connectivity.
When the value is 'true', ASBRs can advertise VPRN
routes to their peers in other autonomous systems,
and when it is 'false', they cannot.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.62 |
tBgpInstancePurgeTimerThe value of tBgpInstancePurgeTimer specifies the maximum time,
in minutes, before stale routes are purged.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.63 |
tBgpInstanceLocalAS4ByteThe value of tBgpInstanceLocalAS4Byte specifies the autonomous system
number to be advertised to this peer.rw InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.64 |
tBgpInstanceConfederationAS4ByteThe value of tBgpInstanceConfederationAS4Byte indicates the
confederation AS for this BGP instance. A value of zero indicates
that no confederation AS has been assigned.ro InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.65 |
tBgpInstanceDisable4ByteASNThe value of tBgpInstanceDisable4ByteASN specifies whether or not
4-byte ASN capability will be advertised by this peer.
When the value of tBgpInstanceDisable4ByteASN is set to false,
4-byte ASN support will be negotiated with the associated remote
peers. When the value of tBgpInstanceDisable4ByteASN is set to true,
4-byte ASN capability will not be advertised by this peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.66 |
tBgpInstanceMultipathEiBgpStateThe value of tBgpInstanceMultipathEiBgpState specifies whether eiBGP
load balancing is enabled or not. When the value of this object is set
to 'enabled', eiBGP load balancing is enabled which allows the routes
to be sent through multiple paths using iBGP or eBGP paths.rw TmnxEnabledDisabled (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.67 |
tBgpInstanceHoldTimeIsStrictThe value of tBgpInstanceHoldTimeIsStrict specifies whether or not
tBgpInstanceHoldTime has to be strictly enforced.
When the value of tBgpInstanceHoldTimeIsStrict is true, BGP will not
negotiate a hold time lower than the configured value for
tBgpInstanceHoldTime.
This object is obsoleted in release 10.0. Desired functionality of
strict enforcement of hold time can be achieved by configuring the
value of tBgpInstanceMinHoldTime.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.68 |
tBgpInstanceAsPathIgnoreFamilyThe value of tBgpInstanceAsPathIgnoreFamily specifies address families
for which the AS path is used to determine the best BGP route. If this
option is present, the AS paths of incoming routes are not used in the
route selection process for the given families.
A 'vpnIpv4 (2)' address is a 12-byte value consisting of
the 8-byte route distinguisher, RD, and the 4-byte ipv4 IP address
prefix. The RD must be unique within the scope of the VPRN.
This allows the IP address prefixes within different VRFs to
overlap.
'ipv6 (3)', 'mcastIpv4 (4)', and 'l2vpn (6)' are multi-protocol
extensions to BGP.
A 'vpnIpv6 (5)' address is a 24-byte value consisting of the 8-byte RD,
and 16 bytes for the IPv6 address. When both IPv4 and IPv6 VPRN
services are enabled, the PE router uses the same RD for both
address families.
A 'mvpnIpv4 (7)' address is variable size value consisting of the
1-byte route type, 1-byte length and variable size route type specific.
Route type defines encoding for the route type specific field. Length
indicates the length in octets of the route type specific field.rw TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.69 |
tBgpInstanceRemovePrivateASLmtdThe value of tBgpInstanceRemovePrivateASLmtd specifies whether BGP will
remove the private AS numbers.
When the value of tBgpInstanceRemovePrivateASLmtd is true, BGP will
remove private AS numbers from the AS Path.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.70 |
tBgpInstancePMTUDiscoveryThe value of tBgpInstancePMTUDiscovery specifies whether path MTU
discovery is enabled for this BGP instance.
When the value is set to 'true', path MTU discovery is enabled for
this BGP instance. When the value is set to 'false', path MTU
discovery is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.71 |
tBgpInstanceDisableRtTblInstallThe value of tBgpInstanceDisableRtTblInstall specifies whether to
disable the installation of all (labeled and unlabeled) IPv4 and
IPv6 BGP routes into RTM (Routing Table Manager) and the FIB
(Forwarding Information Base) on the base router instance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.72 |
tBgpInstanceNHResUseBgpRoutesThe value of tBgpInstanceNHResUseBgpRoutes specifies whether to use
BGP routes to resolve BGP nexthop for IPv4 and IPv6 families on this
router instance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.2.1.73 |
tBgpInstRteTargetTableInformation about the route targets to be accepted and advertised
from or to route reflector clients. If there are entries in
this table for a specific tBgpInstanceIndex then only routes with
one or more of the route targets, tBgpInstanceRouteTarget, are
accepted or advertised to route reflector clients. These route
target entries are applied to all route reflector clients
connected to the BGP instance specified by tBgpInstanceIndex.
If there are no entries in this table for a specific
tBgpInstanceIndex all routes are reflected irrespective of the
route targets associated with a route. SEQUENCE OF TBgpInstRteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.2.3 |
tBgpInstRteTargetEntryAn entry (conceptual row) in the tBgpInstRteTargetTable.
Each entry represents a route target to be accepted and
advertised from or to route reflector clients. TBgpInstRteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.2.3.1 |
tBgpInstanceRouteTargetIndex for the tBgpInstRteTargetTable. The value of
tBgpInstanceRouteTarget specifies the extended community
name to be accepted by a Route Reflector Server or advertised by
the router when reflecting any routes. I.e, it does not apply to
routes that are not reflected by the router. TNamedItem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.3.1.1 |
tBgpInstRteTargetRowStatusRow status of this BGP Instance route target entry.
A row cannot be created in this table if the tBgpInstanceIndex
entry does not exist in the tBgpInstanceTable.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.3.1.2 |
tBgp4PathAttrTableThe Alcatel-Lucent SROS series BGP-4 Received Path Attribute Table
contains information about paths to destination networks received
from all BGP4 peers and is an extension of the bgp4PathAttrTable
in the BGP4-MIB. SEQUENCE OF TBgp4PathAttrEntry .1.3.6.1.4.1.6527.3.1.2.14.2.4 |
tBgp4PathAttrEntryInformation about a path to a network. TBgp4PathAttrEntry .1.3.6.1.4.1.6527.3.1.2.14.2.4.1 |
tBgp4PathAttrRDThe value of tBgp4PathAttrRD specifies the Route Distinguisher
associated with this BGP-4 path. TmnxVPNRouteDistinguisher (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.1 |
tBgp4PathAttrOriginIDThe value of tBgp4PathAttrOriginID indicates the Originator ID
associated with this BGP-4 path that is used in route reflectors
to specify the origin of the reflection.ro IpAddress .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.2 |
tBgp4PathAttrClusterListThe value of tBgp4PathAttrClusterList indicates the list of
routers in the cluster associated with this BGP-4 path. The first
octet indicates the number of router IDs in the list. The list
is a sequence of 4-octet router IDs.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.3 |
tBgp4PathAttrCommunityThe value of tBgp4PathAttrCommunity indicates the list of route
policy communities associated with this BGP-4 path. The first
octet indicates the number of communities in the list. The list
is a sequence of 4-octet communities.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.4 |
tBgp4PathAttrExtCommunityThe value of tBgp4PathAttrExtCommunity indicates the list of
extended communities to be accepted by a Route Reflector Server
associated with this BGP-4 path. The first octet indicates the
number of extended communities in the list. The list is a
sequence of extended communities. The extended community is
an 8-octet value similar to a route distinguisher.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.5 |
tbgp4PathAttrASPathSegmentThe value of tbgp4PathAttrASPathSegment specifies the sequence of
Autonomous System (AS) path segments. Each AS path segment is
represented by a triple <type, length, value>.
The type is a 1-octet field which has two possible values:
1 AS_SET: unordered set of ASs a route in the
UPDATE message has traversed
2 AS_SEQUENCE: ordered set of ASs a route in the
UPDATE message has traversed.
The length is a 1-octet field containing the number of ASs
in the value field.
The value field contains one or more 4-byte AS numbers. Each AS is
represented in the octet string as four octets.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.6 |
tbgp4PathAttrAggregatorASThe value of tbgp4PathAttrAggregatorAS specifies the AS number of
the last BGP4 speaker that performed route aggregation. A value of
zero (0) indicates the absence of this attribute.ro InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.4.1.7 |
tBgpSendOrfRouteTargetTableInformation about the route targets to be advertised to the
peers if it is Outbound route filtering capable. SEQUENCE OF TBgpSendOrfRouteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.2.5 |
tBgpSendOrfRouteTargetEntryAn entry in the tBgpSendOrfRouteTargetTable.
Each entry represents a route target to be advertised
to the peer. TBgpSendOrfRouteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.2.5.1 |
tBgpSendOrfRouteTargetIndex for the tBgpSendOrfRouteTargetTable. The value of
tBgpSendOrfRouteTarget specifies the extended community
name to be advertised to the peer. TNamedItem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.5.1.1 |
tBgpSendOrfRTRowStatusRowStatus for the Send Orf Route target entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.5.1.2 |
tBgpInstanceParamsTableInformation about the attributes configured for the BGP instance. SEQUENCE OF TBgpInstanceParamsEntry .1.3.6.1.4.1.6527.3.1.2.14.2.6 |
tBgpInstanceParamsEntryAn entry in the tBgpInstanceParamsTable. Each entry maintains the
attributes configured for BGP instance. TBgpInstanceParamsEntry .1.3.6.1.4.1.6527.3.1.2.14.2.6.1 |
tBgpInstanceDisableFEFailoverThe value of tBgpInstanceDisableFEFailover specifies whether
the router should drop an external BGP session immediately
when the local interface goes down, or whether the BGP
session should be kept up until the holdtime expires.
Setting the value to 'true' causes the external BGP
session to go down immediately when the local interface goes down.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.1 |
tBgpInstanceDisableCommsThe value of tBgpInstanceDisableComms enables or disables sending of
community attribute to the peer for non-external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.2 |
tBgpInstanceDisableExtCommsThe value of tBgpInstanceDisableComms enables or disables sending of
community attribute to the peers for external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.3 |
tBgpInstanceDefaultOriginateThe value of tBgpInstanceDefaultOriginate enables or disables the
sending of default routes to the peer, making it independent of the
route policies.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.4 |
tBgpInstanceAdvertiseInactiveRtsThe value of tBgpInstanceAdvertiseInactiveRts enables or disables
advertising of inactive BGP routes to other BGP peers.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.5 |
tBgpInstancePeerTrackingThe value of tBgpInstancePeerTracking specifies whether tracking of
BGP peers is enabled.
A value of 'false' indicates that bgp peer tracking is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.6 |
tBgpInstanceAuthKeyChainThe value of tBgpInstanceAuthKeyChain specifies the
keychain which will be used to sign and/or authenticate the BGP
protocol stream.
The keychain name is defined by tmnxKeyChainName and is the index for
TIMETRA-SECURITY-MIB::tmnxKeyChainTablerw TNamedItemOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.7 |
tBgpInstanceRapidWithdrawalThe value of tBgpInstanceRapidWithdrawal specifies whether the
delay (minimum route advertisement) on sending BGP withdrawals has to
be disabled. Normal route withdrawals may be delayed up to the minimum
route advertisement to allow for efficient packing of BGP updates.
When the value of tBgpInstanceRapidWithdrawal is 'true' the delay on
sending BGP withdrawals is disabled. By default, the delay exists,
which is the normal behavior for rapid withdrawal processing.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.8 |
tBgpInstanceBfdEnabledThe value of tBgpInstanceBfdEnabled specifies whether Bi-directional
Forwarding Detection is enabled on this router.
When the value is 'true', BFD sessions can be established and BFD can
be used as a signalling mechanism.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.9 |
tBgpInstanceRapidUpdateThe value of tBgpInstanceRapidUpdate specifies the address families
for which the BGP rapid udpates will be sent to improve join/prune latency.
A 'vpnIpv4 (2)' address is a 12-byte value consisting of
the 8-byte route distinguisher, RD, and the 4-byte ipv4 IP address
prefix. The RD must be unique within the scope of the VPRN.
This allows the IP address prefixes within different VRFs to
overlap.
'ipv6 (3)', 'mcastIpv4 (4)', and 'l2vpn (6)' are multi-protocol
extensions to BGP.
A 'vpnIpv6 (5)' address is a 24-byte value consisting of the 8-byte RD,
and 16 bytes for the IPv6 address. When both IPv4 and IPv6 VPRN
services are enabled, the PE router uses the same RD for both
address families.
A 'l2vpn (6)' address is a 12-byte Virtual Switch Instance
identifier (VSI-ID) value consisting of the 8-byte route
distinguisher(RD) followed by a 4-byte value.
A 'mvpnIpv4 (7)' address is variable size value consisting of the
1-byte route type, 1-byte length and variable size route type specific.
Route type defines encoding for the route type specific field. Length
indicates the length in octets of the route type specific field.
A 'mdtSafi (8)' address is a 16-byte value consisting of 12-byte route
distinguisher(RD) followed by a 4-byte group address.rw TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.10 |
tBgpInstanceEnableAddPathThe value of tBgpInstanceEnableAddPath specifies whether the BGP
ADD-PATH send capability is enabled on this BGP instance.
ADD-PATH allows a BGP router to advertise multiple distinct paths
for the same prefix/NLRI(Network Layer Reachability Information).
This capability provides a number of potential benifits like
reduced routing churn, faster convergence, better loadsharing etc.
When the value of tBgpInstanceEnableAddPath is set to 'true', the BGP
ADD-PATH send limit objects tBgpInstanceIpv4AddPathLimit,
tBgpInstanceVpnIpv4AddPathLimit, tBgpInstanceIpv6AddPathLimit and
tBgpInstanceVpnIpv6AddPathLimit represent their assigned values.
The default value of tBgpInstanceEnableAddPath is 'false', which
means the ADD-PATH capability is disabled on this BGP instance and
the values of the BGP ADD-PATH send limit objects are not valid.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.11 |
tBgpInstanceRecvAddPathThe value of tBgpInstanceRecvAddPath specifies the address families
which are enabled to receive BGP ADD-PATH.
ADD-PATH allows a BGP router to receive multiple distinct
paths for the same prefix/NLRI (Network Layer Reachability
Information).rw TmnxAddPathAddressFamily .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.12 |
tBgpInstanceIpv4AddPathLimitThe value of tBgpInstanceIpv4AddPathLimit specifies the maximum
number of paths per IPv4 prefix that can be advertised to
ADD-PATH peers.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.13 |
tBgpInstanceVpnIpv4AddPathLimitThe value of tBgpInstanceVpnIpv4AddPathLimit specifies the maximum
number of paths per VPN IPv4 prefix that can be advertised to
ADD-PATH peers.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.14 |
tBgpInstanceIpv6AddPathLimitThe value of tBgpInstanceIpv6AddPathLimit specifies the maximum
number of paths per IPv6 prefix that can be advertised to ADD-PATH
peers.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.15 |
tBgpInstanceVpnIpv6AddPathLimitThe value of tBgpInstanceVpnIpv4AddPathLimit specifies the maximum
number of paths per VPN IPv6 prefix that can be advertised to
ADD-PATH peers.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.16 |
tBgpInstanceTransportTunnelThe bits of tBgpInstanceTransportTunnel specify whether VPNs can
exchange routes across autonomous system boundaries, providing model
B connectivity. The 'no' form of the command disallows ASBRs to
advertise VPRN routes to their peers in other autonomous systems. If a
bit is set, the corresponding mechanism will be used to exchange
routes.
The mechanisms represented by each bit are:
ldp(0) - This allows LDP based LSPS to be used as transport from
the ASBR to local PE routers
rsvp-te(1) - This allows RSVP-TE based LSPS to be used as transport
from the ASBR tolocal PE routers
mpls(2) - This allows both LDP and RSVP-TE to be used to resolve
the BGP nexthop for VPRN routes in an associated VPRN
instance.rw Bits .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.17 |
tBgpInstanceFlowspecValidateThe value of tBgpInstanceFlowspecValidate specifies whether validation of
received flow specification routes is enabled on this router.
When the value of tBgpInstanceFlowspecValidate is 'true', the flow
routes received from other peers are validated.
The default value of tBgpInstanceFlowspecValidate is 'false', which
means validation of received flow routes is disabled and all
flow specification routes are considered valid.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.18 |
tBgpInstanceAdvertiseExternalThe value of tBgpInstanceAdvertiseExternal specifies
the address families which are enabled on this router instance
to advertise the best external route to the destination even when
its best overall route is an internal route.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a non-default value when the value of object
tBgpInstanceDisableClientReflect is set to 'false'.rw TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.19 |
tBgpInstanceBackupPathThe value of tBgpInstanceBackupPath specifies the address families
for which the computation and use of a backup path is enabled
on this router instance.rw TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.20 |
tBgpInstanceIgnoreNextHopMetricThe value of tBgpInstanceIgnoreNextHopMetric specifies whether
next-hop metric should be ignored when computing best routes to a
destination for the base router BGP instance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.21 |
tBgpInstanceMpBgpKeepThe value of tBgpInstanceMpBgpKeep specifies whether to maintain
descriptive information for all Multiprotocol BGP (MP-BGP) routes on
this BGP router instance regardless of the existing VPRN route
policies currently configured.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.22 |
tBgpInstanceIgnoreRouterIdThe value of tBgpInstanceIgnoreRouterId specifies whether to ignore
the BGP identifier (router-ID) comparison when comparing two paths
learned from different External BGP (EBGP) neighbors as long as both
paths are not from a confed-BGP peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.23 |
tBgpInstanceAlwaysCompMEDStrictThe value of tBgpInstanceAlwaysCompMEDStrict specifies whether to
compare Multi-Exit Discriminator (MED) path attribute between routes
learned from the same or different neighboring autonomous system
(neighbor-AS) in the route selection process based on the value
specified by tBgpInstanceAlwaysCompareMED.
When the value of tBgpInstanceAlwaysCompareMED is 'zero' and the value
of tBgpInstanceAlwaysCompMEDStrict is set to 'true', the MED attribute
of two routes is compared if they come from the same neighbor-AS and
the routes are compared as though the route with the missing MED has
a MED of zero (the best possible route).
When the value of tBgpInstanceAlwaysCompareMED is 'infinity' and the
value of tBgpInstanceAlwaysCompMEDStrict is set to 'true', the MED
attribute of two routes is compared if they come from the same
neighbor-AS and the routes are compared as though the route with the
missing MED has a MED of infinity (the worst possible value).
An 'inconsistentValue' error is returned if an attempt is made to
set this object to a non-default value when the value of object
tBgpInstanceAlwaysCompareMED is not set to 'zero' or 'infinity'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.24 |
tBgpInstanceMinHoldTimeThe value of tBgpInstanceMinHoldTime specifies the minimum hold time
that should be strictly enforced on tBgpInstanceHoldTime.
When the value of tBgpInstanceMinHoldTime is configured, BGP will not
negotiate a hold time lower than the configured value.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceHoldTime.rw BgpHoldTime .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.25 |
tBgpInstRemovePrivateSkipPeerAsThe value of tBgpInstRemovePrivateSkipPeerAs specifies whether or not
to remove the private autonomous system number (ASN) from AS-Path, if
the AS-Path contains the ASN of the external BGP (eBGP) neighbor on
this BGP instance.
When the value of tBgpInstRemovePrivateSkipPeerAs is true, BGP will
not remove the private ASN from the AS-Path if it is the same
autonomous system number as the remote eBGP peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.2.6.1.26 |
tBgpInstancePlcyTabletBgpInstancePlcyTable consists of information about each running
instance of BGP. SEQUENCE OF TBgpInstancePlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.2.7 |
tBgpInstancePlcyEntryAn entry (conceptual row) in the tBgpInstancePlcyTable.
Each entry represents an instance of BGP running on the virtual
router. TBgpInstancePlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.2.7.1 |
tBgpInstancePlcyImportPolicy1The value of tBgpInstancePlcyImportPolicy1 specifies
the first import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.1 |
tBgpInstancePlcyImportPolicy2The value of tBgpInstancePlcyImportPolicy2 specifies
the second import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.2 |
tBgpInstancePlcyImportPolicy3The value of tBgpInstancePlcyImportPolicy3 specifies
the third import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.3 |
tBgpInstancePlcyImportPolicy4The value of tBgpInstancePlcyImportPolicy4 specifies
the fourth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.4 |
tBgpInstancePlcyImportPolicy5The value of tBgpInstancePlcyImportPolicy5 specifies
the fifth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.5 |
tBgpInstancePlcyImportPolicy6The value of tBgpInstancePlcyImportPolicy6 specifies
the sixth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.6 |
tBgpInstancePlcyImportPolicy7The value of tBgpInstancePlcyImportPolicy7 specifies
the seventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.7 |
tBgpInstancePlcyImportPolicy8The value of tBgpInstancePlcyImportPolicy8 specifies
the eighth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.8 |
tBgpInstancePlcyImportPolicy9The value of tBgpInstancePlcyImportPolicy9 specifies
the ninth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.9 |
tBgpInstancePlcyImportPolicy10The value of tBgpInstancePlcyImportPolicy10 specifies
the tenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.10 |
tBgpInstancePlcyImportPolicy11The value of tBgpInstancePlcyImportPolicy11 specifies
the eleventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.11 |
tBgpInstancePlcyImportPolicy12The value of tBgpInstancePlcyImportPolicy12 specifies
the twelfth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.12 |
tBgpInstancePlcyImportPolicy13The value of tBgpInstancePlcyImportPolicy13 specifies
the thirteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.13 |
tBgpInstancePlcyImportPolicy14The value of tBgpInstancePlcyImportPolicy14 specifies
the fourteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.14 |
tBgpInstancePlcyImportPolicy15The value of tBgpInstancePlcyImportPolicy15 specifies
the fifteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.15 |
tBgpInstancePlcyExportPolicy1The value of tBgpInstancePlcyExportPolicy1 specifies
the first export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.16 |
tBgpInstancePlcyExportPolicy2The value of tBgpInstancePlcyExportPolicy2 specifies
the second export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.17 |
tBgpInstancePlcyExportPolicy3The value of tBgpInstancePlcyExportPolicy3 specifies
the third export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.18 |
tBgpInstancePlcyExportPolicy4The value of tBgpInstancePlcyExportPolicy4 specifies
the fourth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.19 |
tBgpInstancePlcyExportPolicy5The value of tBgpInstancePlcyExportPolicy5 specifies
the fifth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.20 |
tBgpInstancePlcyExportPolicy6The value of tBgpInstancePlcyExportPolicy6 specifies
the sixth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.21 |
tBgpInstancePlcyExportPolicy7The value of tBgpInstancePlcyExportPolicy7 specifies
the seventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.22 |
tBgpInstancePlcyExportPolicy8The value of tBgpInstancePlcyExportPolicy8 specifies
the eighth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.23 |
tBgpInstancePlcyExportPolicy9The value of tBgpInstancePlcyExportPolicy9 specifies
the ninth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.24 |
tBgpInstancePlcyExportPolicy10The value of tBgpInstancePlcyExportPolicy10 specifies
the tenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.25 |
tBgpInstancePlcyExportPolicy11The value of tBgpInstancePlcyExportPolicy11 specifies
the eleventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.26 |
tBgpInstancePlcyExportPolicy12The value of tBgpInstancePlcyExportPolicy12 specifies
the twelfth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.27 |
tBgpInstancePlcyExportPolicy13The value of tBgpInstancePlcyExportPolicy13 specifies
the thirteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.28 |
tBgpInstancePlcyExportPolicy14The value of tBgpInstancePlcyExportPolicy14 specifies
the fourteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.29 |
tBgpInstancePlcyExportPolicy15The value of tBgpInstancePlcyExportPolicy15 specifies
the fifteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.2.7.1.30 |
tBgpPeerGroupObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.3 |
tBgpPeerGroupTableLastChangedThe value of tBgpPeerGroupTableLastChanged specifies the last timestamp
when an entry in the tBgpPeerGroupTable was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.1 |
tBgpPeerGroupTableSpinlockThe value of tBgpPeerGroupTableSpinlock specifies voluntary
serialization control for tBgpPeerGroupTable. It is mainly used to
coordinate changes to tBgpPeerGroupInheritance.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.2 |
tBgpPeerGroupTableThe tBgpPeerGroupTable is the list of configured BGP Peer Groups. The
table entries are indexed by the Peer Group Name. SEQUENCE OF TBgpPeerGroupEntry .1.3.6.1.4.1.6527.3.1.2.14.3.3 |
tBgpPeerGroupEntryAn entry (conceptual row) in the tBgpPeerGroupTable.
An entry can be created using the row status object,
tBgpPeerGroupRowStatus. When created, all objects are initialized to
their default values.
Before the Peer entry can be used, tBgpPeerGroupRowStatus must be set
to 'active(1)'. The Peer entry can be removed by setting
tBgpPeerRowStatus to 'destroy(6)'. TBgpPeerGroupEntry .1.3.6.1.4.1.6527.3.1.2.14.3.3.1 |
tBgpPeerGroupNameThe value of tBgpPeerGroupName specifies the name of the Peer Group
for the entry.rw BgpPeerGroupName .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.1 |
tBgpPeerGroupRowStatusThe value of tBgpPeerGroupRowStatus specifies the row status for this
BGP instance for the virtual router. It is used to create and delete
row entries in this table.
In order for an attempt to 'destroy' this row entry to succeed,
the value of tBgpPeerGroupShutdown must be 'true'.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.2 |
tBgpPeerGroupShutdownThe value of tBgpPeerGroupShutdown controls whether or not to advertise
peers in this group or not.
A value of 'false(2)' means no shutdown, so advertise peers under this
group.
A value of 'true(1)' means this entry is shutdown, so do not advertise
peers in this group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.3 |
tBgpPeerGroupDescriptionThe value of tBgpPeerGroupDescription specifies a user provided
description string for this Peer Group. It can consist of any
printable, seven-bit ASCII characters up to 80 characters in length.rw DisplayString .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.4 |
tBgpPeerGroupConnectRetryThe value of tBgpPeerGroupConnectRetry specifies the value (in seconds)
of the BGP Connect Retry timer.rw BgpConnectRetryTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.5 |
tBgpPeerGroupHoldTimeThe value of tBgpPeerGroupHoldTime specifies the value (in seconds)
of the BGP Hold Time.rw BgpHoldTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.6 |
tBgpPeerGroupKeepAliveThe value of tBgpPeerGroupKeepAlive specifies the value of the
BGP Keepalive timer.
A keepalive message is sent every time this timer expires.rw BgpKeepAliveTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.7 |
tBgpPeerGroupMinASOriginationThe value of tBgpPeerGroupMinASOrigination specifies the minimal
interval (in seconds) at which a given path attribute can be advertised
to a peer.rw BgpMinASOriginationTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.8 |
tBgpPeerGroupDampeningThe value of tBgpPeerGroupDampening specifies if route dampening is
applied to learned routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.9 |
tBgpPeerGroupLocalAddressThe value of tBgpPeerGroupLocalAddress specifies the local IP address
to be used by peers in this group if not configured for the peer as
advertisement source address.
If set to 0.0.0.0, then use a (non-0.0.0.0) Peer Group Local Address,
or a (non-0.0.0.0) global Local Address. If both are zero then find the
local address by querying the closest interface to the peer address
from the routing table.rwobsolete IpAddress .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.10 |
tBgpPeerGroupLocalASThe value of tBgpPeerGroupLocalAS specifies the autonomous system
number to be advertised for peers under this group.
This object was obsoleted in release 7.0. It is replaced with the
4-byte AS number defined by tBgpPeerGroupLocalAS4Byte.rwobsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.11 |
tBgpPeerGroupLocalPreferenceThe value of tBgpPeerGroupLocalPreference specifies the default value
for the Local Preference attribute. This value is used if the BGP route
arrives from a BGP peer without the Local Preference attribute set.
It is overridden by any value set via a route policy.rw TmnxBgpLocalPreference (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.12 |
tBgpPeerGroupLoopDetectThe value of tBgpPeerGroupLoopDetect determines how the peer session
should deal with loop detection in the AS Path.rw BgpLoopDetect .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.13 |
tBgpPeerGroupMinRouteAdvertisementThe value of tBgpPeerGroupMinRouteAdvertisement specifies the minimum
interval at which a given path attribute is advertised to a peer.rw BgpMinRouteAdvertisement UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.14 |
tBgpPeerGroupMaxPrefixThe value of tBgpPeerGroupMaxPrefix specifies the maximum
number of routes that can be learned from this peer.
A value of zero specifies there is no limit to the number of
routes learned.
The tBgpMaxNgPrefixThreshReached notification is sent when
the number of routes exceeds a percentage of this limit as
specified by tBgpPeerGroupMaxPrefixThreshold.
When the number of routes exceeds this limit, then
BGP peering will be disabled and the tBgpMaxNgPrefix100
notification will be sent.rw BgpPrefixLimit UNITS "number of routes" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.15 |
tBgpPeerGroupMEDSourceThe value of tBgpPeerGroupMEDSource specifies the source of the Multi
Exit Discriminator (MED) value for peers in this group.rw BgpMEDSource .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.16 |
tBgpPeerGroupMEDValueThe value of tBgpPeerGroupMEDValue specifies the value of MED when
tBgpPeerGroupMEDSource is 'metricVal'. If the value of
tBgpPeerGroupMEDSource is not 'metricVal', this object is ignored.rw BgpMEDValue .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.17 |
tBgpPeerGroupMultihopThe value of tBgpPeerGroupMultihop specifies the TTL used in IP packet
header for BGP advertisements.
Default TTL values for EBGP peer is 1, and MAX_TTL for IBGP peers.
Default value if not set is no_type - the peer has to infer its value
based on local-as, and peer-as in that case.rw BgpTimeToLive UNITS "TTL hops" .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.18 |
tBgpPeerGroupNextHopSelfThe value of tBgpPeerGroupNextHopSelf specifies if routes advertised
to EBGP peers in this group have NEXTHOP path attribute set to this
router's physical interface.
When false, third party routes are advertised.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.20 |
tBgpPeerGroupNoAggregatorIDThe value of tBgpPeerGroupNoAggregatorID specifies if different
routers in the same AS create aggregate routes containing different
AS paths.
A value of 'true' would enable setting the router ID to 0 in the
aggregator path attribute when BGP is aggregating routes.
A value of 'false' would disable setting the router ID to 0 in the
aggregator path attribute when BGP is aggregating routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.21 |
tBgpPeerGroupPassiveThe value of tBgpPeerGroupPassive specifies if the peers in this group
will not attempt to connect to the far end peer or just wait for the
far end peer to connect.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.22 |
tBgpPeerGroupPeerASThe value of tBgpPeerGroupPeerAS specifies the Autonomous System number
for the remote peer.
This object was obsoleted in release 7.0. It is replaced with the
4-byte AS number defined by tBgpPeerGroupPeerAS4Byte.rwobsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.23 |
tBgpPeerGroupPeerTypeThe value of tBgpPeerGroupPeerType specifies the type of
peer - noType(1), internal(2) and external(3).
Default value if not set is noType - the peer has to infer its value
based on local-as, and peer-as in that case.rw BgpPeerType .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.24 |
tBgpPeerGroupPreferenceThe value of tBgpPeerGroupPreference specifies the route preference for
routes learned via the peer.rw TmnxBgpPreference .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.25 |
tBgpPeerGroupRemovePrivateASThe value of tBgpPeerGroupRemovePrivateAS specifies if private AS
numbers should be stripped from the AS Path before advertising them
to BGP peers.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.26 |
tBgpPeerGroupLastChangedThe value tBgpPeerGroupLastChanged indicates when an entry in
tBgpPeerGroupTable was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.27 |
tBgpPeerGroupInheritanceThe value of tBgpPeerGroupInheritance specifies if the group entry in
this row, should inherit the operational value of an object,
or use the administratively set value.
this object is a bit-mask, with the following positions:
tBgpPeerGroupShutdown 0x04
tBgpPeerGroupConnectRetry 0x10
tBgpPeerGroupHoldTime 0x20
tBgpPeerGroupKeepAlive 0x40
tBgpPeerGroupMinASOrigination 0x80
tBgpPeerGroupDampening 0x100
tBgpPeerGroupLocalAS4Byte 0x400
tBgpPeerGroupLocalPreference 0x800
tBgpPeerGroupLoopDetect 0x1000
tBgpPeerGroupMinRouteAdvertisement 0x2000
tBgpPeerGroupMEDSource 0x8000
tBgpPeerGroupMEDValue 0x10000
tBgpPeerGroupMultihop 0x20000
tBgpPeerGroupNoAggregatorID 0x100000
tBgpPeerGroupPreference 0x1000000
tBgpPeerGroupRemovePrivateAS 0x2000000
tBgpPeerGroupImportPolicy1 0x8000000
tBgpPeerGroupExportPolicy1 0x100000000
tBgpPeerGroupLocalASPrivate 0x2000000000
tBgpPeerGroupMd5Auth 0x4000000000
tBgpPeerGroupMd5AuthKey 0x8000000000
tBgpPeerGroupClusterId 0x10000000000
tBgpPeerGroupDisableClientReflect 0x20000000000
tBgpPeerGroupGracefulRestart 0x40000000000
tBgpPeerGroupGRRestartTime 0x80000000000
tBgpPeerGroupGRStaleRoute 0x100000000000
tBgpPeerGroupGRAdminState 0x200000000000
tBgpPeerGroupFamily 0x400000000000
tBgpPeerGroupVpnApplyImport 0x800000000000
tBgpPeerGroupVpnApplyExport 0x1000000000000
tBgpPeerGroupOrf 0x4000000000000
tBgpPeerGroupExtCommsOrf 0x8000000000000
tBgpPeerGroupExtCommsSendOrf 0x10000000000000
tBgpPeerGroupExtCommsRecvOrf 0x20000000000000
tBgpPeerGroupDisable4ByteASN 0x80000000000000
tBgpPeerGroupHoldTimeIsStrict 0x100000000000000
tBgpPeerGroupRemovePrivateASLmtd 0x200000000000000
tBgpPeerGroupPMTUDiscovery 0x400000000000000
These named bits correspond to the names of objects in this table,
but all import and export policy objects are represented by
the same tBgpPeerGroupImportPolicy1/tBgpPeerGroupExportPolicy1 bit.
When the bit for an object is set to one, then the
object's administrative and operational value are whatever
the DEFVAL or most recently SET value is.
When the bit for an object is set to zero, then the
object's administrative and operational value are inherited
from the corresponding object in tBgpInstanceTable.rw Counter64 .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.28 |
tBgpPeerGroupImportPolicy1The value of tBgpPeerGroupImportPolicy1 specifies import policy
number 1 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyImportPolicy1.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.30 |
tBgpPeerGroupImportPolicy2The value of tBgpPeerGroupImportPolicy2 specifies import policy
number 2 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyImportPolicy2.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.31 |
tBgpPeerGroupImportPolicy3The value of tBgpPeerGroupImportPolicy3 specifies import policy
number 3 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyImportPolicy3.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.32 |
tBgpPeerGroupImportPolicy4The value of tBgpPeerGroupImportPolicy4 specifies import policy
number 4 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyImportPolicy4.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.33 |
tBgpPeerGroupImportPolicy5The value of tBgpPeerGroupImportPolicy5 specifies import policy
number 5 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyImportPolicy5.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.34 |
tBgpPeerGroupExportPolicy1The value of tBgpPeerGroupExportPolicy1 specifies export policy
number 1 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyExportPolicy1.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.35 |
tBgpPeerGroupExportPolicy2The value of tBgpPeerGroupExportPolicy2 specifies export policy
number 2 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyExportPolicy2.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.36 |
tBgpPeerGroupExportPolicy3The value of tBgpPeerGroupExportPolicy3 specifies export policy
number 3 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyExportPolicy3.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.37 |
tBgpPeerGroupExportPolicy4The value of tBgpPeerGroupExportPolicy4 specifies export policy
number 4 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyExportPolicy4.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.38 |
tBgpPeerGroupExportPolicy5The value of tBgpPeerGroupExportPolicy5 specifies export policy
number 5 for peer level.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeerGroupPlcyExportPolicy5.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.39 |
tBgpPeerGroupOperStatusThe value of tBgpPeerGroupOperStatus indicates the operational status
of this BGP Group for the virtual router.
A value of 'inService(2)' means the bgp group is fully functional.
A value of 'outOfService(3)' means the bgp group is down.
A value of 'transition(4)' means the bgp group is performing a
transition from state inService(2) to outOfService(3) or vice-versa.
A value of 'disabled(5)' means the BGP group needs to be restarted
by the user.ro BgpOperState .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.40 |
tBgpPeerGroupLocalASPrivateThe value of tBgpPeerGroupLocalASPrivate specifies if the local
autonomous system number is hidden in paths learned from peering.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.41 |
tBgpPeerGroupMd5AuthThe value of tBgpPeerGroupMd5Auth specifies if the authentication using
MD5 message based digest protocol is enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.42 |
tBgpPeerGroupMd5AuthKeyThe value of tBgpPeerGroupMd5AuthKey specifies the authentication key
to be used between BGP peers neighbors before establishing sessions.
Authentication is done using the MD-5 message based digest protocol.
Authentication can be configured globally and applied to all BGP peers
or per group or per peer. The most specific value is used.
The authentication key can be any combination of letters or numbers.
Note that the string may contain embedded nulls.rw OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.43 |
tBgpPeerGroupClusterIdThis value of tBgpPeerGroupClusterId specifies the cluster ID for a
route reflector server.
A value of 0.0.0.0 indicates that no cluster ID has been assigned
to the BGP group.rw IpAddress .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.44 |
tBgpPeerGroupDisableClientReflectThe value of tBgpPeerGroupDisableClientReflect specifies if reflection
of routes by the route reflector to all client peers within its cluster
is enabled or disabled.
A value of 'false' means reflection of routes to all client peers is
enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.45 |
tBgpPeerGroupGracefulRestartThe value of tBgpPeerGroupGracefulRestart specifies whether or not
graceful restart capabilities are enabled on this instance of BGP.
When the value is set to 'false' graceful restart is disabled and any
previous configuration of other graceful restart parameters is removed.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.46 |
tBgpPeerGroupGRRestartTimeThe value of tBgpPeerGroupGRRestartTime specifies the maximum
amount of time in seconds that a graceful restart should take.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.47 |
tBgpPeerGroupGRStaleRouteThe value of tBgpPeerGroupGRStaleRoute specifies the maximum amount of
time in seconds that stale routes should be maintained after a graceful
restart is initiated. This value should be at least as large as the
value of tBgpPeerGroupGRRestartTime.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.48 |
tBgpPeerGroupGRAdminStateThe value of tBgpPeerGroupGRAdminState specifies the desired
administrative state of the graceful restart capabilities for
this peer group of the BGP protocol. When the value is 'outOfService'
the graceful restart capabilities are disabled but the
graceful restart configuration parameters are retained.rw TmnxAdminState (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.49 |
tBgpPeerGroupGROperStateThe value of tBgpPeerGroupGROperState indicates the operational
status of the graceful restart capabilities for this peer group of
the BGP protocol.ro TmnxOperState (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.50 |
tBgpPeerGroupFamilyThe value of tBgpPeerGroupFamily specifies the types of routing
information to be distributed by this peer group of BGP. BGP was
initially designed for the distribution of IPv4 routing information.
Multi-protocol extensions and the use of a VPN-IPv4, VPN-IPv6, MVPN-IPv4
and L2-VPN addresses have been added to extend its ability to carry
overlapping routing information.
A 'vpnIpv4 (2)' address is a 12-byte value consisting of
the 8-byte route distinguisher, RD, and the 4-byte ipv4 IP address
prefix. The RD must be unique within the scope of the VPRN.
This allows the IP address prefixes within different VRFs to
overlap.
'ipv6 (3)', 'mcastIpv4 (4)', 'l2vpn (6)' and 'mcastVpnIpv4 (12)' are
multi-protocol extensions to BGP.
A 'vpnIpv6 (5)' address is a 24-byte value consisting of the 8-byte RD,
and 16 bytes for the IPv6 address. When both IPv4 and IPv6 VPRN
services are enabled, the PE router uses the same RD for both
address families.
A 'l2vpn (6)' address is a 12-byte Virtual Switch Instance
identifier (VSI-ID) value consisting of the 8-byte route
distinguisher(RD) followed by a 4-byte value.
A 'mvpnIpv4 (7)' address is variable size value consisting of the
1-byte route type, 1-byte length and variable size route type specific.
Route type defines encoding for the route type specific field. Length
indicates the length in octets of the route type specific field.rw TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.51 |
tBgpPeerGroupVpnApplyImportThe value of tBgpPeerGroupVpnApplyImport specifies if the BGP import
route policies are applied to VPN-IPv4 routes of this group.
When the value is 'false' the application of the base instance
BGP import route policies to VPN-IPv4 routes of this group is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.52 |
tBgpPeerGroupVpnApplyExportThe value of tBgpPeerGroupVpnApplyExport specifies if the BGP export
route policies are applied to VPN-IPv4 routes of this group.
When the value is 'false' the application of the BGP export route
policies to VPN-IPv4 routes of this group is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.53 |
tBgpPeerGroupASOverrideThe value of tBgpPeerGroupASOverride specifies if the service
provider BGP will override the customer AS number in the ASPATH
with its own AS number.
A value of 'true' means the service provider BGP will override the
customer AS number in the ASPATH with its own AS number.
Without this feature there could be scenarios where multiple CE
locations belonging to the same AS will not be able to communicate due
to a potential loop detection.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.54 |
tBgpPeerGroupOrfThe value of tBgpPeerGroupOrf specifies if outbound route filtering
capability is enabled or disabled for the BGP group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.55 |
tBgpPeerGroupExtCommsOrfThe value of tBgpPeerGroupExtCommsOrf specifies if outbound route
filtering capability is based on extended communities for the BGP
group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.56 |
tBgpPeerGroupExtCommsSendOrfThe value of tBgpPeerGroupExtCommsSendOrf specifies if outbound route
filter advertisement to the neighbors in this BGP group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.57 |
tBgpPeerGroupExtCommsRecvOrfThe value of tBgpPeerGroupExtCommsRecvOrf specifies if outbound route
filter for this BGP group is accepted from the neighbors is enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.58 |
tBgpPeerGroupDynamicPeerGroupThe value of tBgpPeerGroupDynamicPeerGroup specifies
wheter or not this peer group is dedicated to containing
dynamicly created peers.
A value for this object can only be set during row creation.
When set to TRUE it will not be possible to configure bgp peers
in this group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.59 |
tBgpPeerGroupLocalAS4ByteThe value of tBgpPeerGroupLocalAS4Byte specifies the autonomous
system number to be advertised to this peer.rw InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.60 |
tBgpPeerGroupPeerAS4ByteThe value of tBgpPeerGroupPeerAS4Byte specifies the autonomous
system number for the remote peer.rw InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.61 |
tBgpPeerGroupDisable4ByteASNThe value of tBgpPeerGroupDisable4ByteASN specifies whether or not
4-byte ASN capability will be advertised by this peer.
When the value of tBgpPeerGroupDisable4ByteASN is set to false,
4-byte ASN support will be negotiated with the associated remote
peers. When the value of tBgpPeerGroupDisable4ByteASN is set to true,
4-byte ASN capability will not be advertised by this peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.62 |
tBgpPeerGroupHoldTimeIsStrictThe value of tBgpPeerGroupHoldTimeIsStrict specifies whether or not
tBgpPeerGroupHoldTime has to be strictly enforced.
When the value of tBgpPeerGroupHoldTimeIsStrict is true, this BGP
peer group will not negotiate a hold time lower than the configured
value for tBgpPeerGroupHoldTime.
This object is obsoleted in release 10.0. Desired functionality of
strict enforcement of hold time can be achieved by configuring the
value of tBgpPGMinHoldTime.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.63 |
tBgpPeerGroupRemovePrivateASLmtdThe value of tBgpPeerGroupRemovePrivateASLmtd specifies whether BGP
will remove the private AS numbers for this group.
When the value of tBgpPeerGroupRemovePrivateASLmtd is true, BGP will
remove private AS numbers from the AS Path for this group.
When the value of tBgpPeerGroupRemovePrivateAS is changed, the value
of tBgpPeerGroupRemovePrivateASLmtd is reset to its default value.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to its default value. This object can be reset by
resetting appropriate inheritance bit of tBgpPeerGroupInheritance.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.64 |
tBgpPeerGroupPMTUDiscoveryThe value of tBgpPeerGroupPMTUDiscovery specifies whether path MTU
discovery is enabled for this group.
When the value is set to 'true', path MTU discovery is enabled for
this group. When the value is set to 'false', path MTU discovery
is disabled for this group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.65 |
tBgpPeerGroupMaxPrefixLogOnlyThe value of tBgpPeerGroupMaxPrefixLogOnly specifies whether BGP
peering will be disabled when tBgpPeerGroupMaxPrefix is exceeded.
When the value is set to 'true', BGP peering will be enabled.
When the value is set to 'false', BGP peering will be disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.66 |
tBgpPeerGroupMaxPrefixThresholdThe value of tBgpPeerGroupMaxPrefixThreshold specifies a percentage
of tBgpPeerGroupMaxPrefix.rw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.67 |
tBgpPeerGroupDisableCapNegoThe value of tBgpPeerGroupDisableCapNego specifies whether
capability negotiation is disabled for this group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.3.1.68 |
tBgpPGSendOrfRouteTargetTableInformation about the route targets to be advertised
to the peers if ORF is enabled for this peer group. SEQUENCE OF TBgpPGSendOrfRouteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.3.4 |
tBgpPGSendOrfRouteTargetEntryAn entry in the tBgpPGSendOrfRouteTargetTable.
Each entry represents a route target to be advertised
to the peers in this group. TBgpPGSendOrfRouteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.3.4.1 |
tBgpPGSendOrfRouteTargetIndex for the tBgpPGSendOrfRouteTargetTable. The value of
tBgpPGSendOrfRouteTarget specifies the extended community
name to be advertised to the peer. TNamedItem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.4.1.1 |
tBgpPGSendOrfRTRowStatusRowStatus for the Send Orf Route target entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.4.1.2 |
tBgpPeerGroupParamsTableInformation about the attributes configured for
the BGP instance. SEQUENCE OF TBgpPeerGroupParamsEntry .1.3.6.1.4.1.6527.3.1.2.14.3.5 |
tBgpPeerGroupParamsEntryAn entry in the tBgpPeerGroupParamsTable. Each entry
maintains the attributes configured for BGP instance. TBgpPeerGroupParamsEntry .1.3.6.1.4.1.6527.3.1.2.14.3.5.1 |
tBgpPGParamsInheritanceThe value of tBgpPGParamsInheritance specifies if the peer entry in
this row, should inherit the operational value of an object,
or use the administratively set value.
this object is a bit-mask, with the following positions:
tBgpPGDisableFEFailover 0x0000000000000002
tBgpPGDisableComms 0x0000000000000004
tBgpPGDisableExtComms 0x0000000000000008
tBgpPGDefaultOriginate 0x0000000000000010
tBgpPGAdvertiseInactiveRts 0x0000000000000020
tBgpPGPeerTracking 0x0000000000000400
tBgpPGAuthKeyChain 0x0000000000000800
tBgpPGBfdEnabled 0x0000000000001000
tBgpPGEnableAddPath 0x0000000000002000
tBgpPGRecvAddPath 0x0000000000004000
tBgpPGIpv4AddPathLimit 0x0000000000008000
tBgpPGVpnIpv4AddPathLimit 0x0000000000010000
tBgpPGIpv6AddPathLimit 0x0000000000020000
tBgpPGVpnIpv6AddPathLimit 0x0000000000040000
tBgpPGFlowspecValidate 0x0000000000080000
tBgpPGRemovePrivateSkipPeerAs 0x0000000001000000
When the bit for an object is set to one, then the
object's administrative and operational value are whatever
the DEFVAL or most recently SET value is.
When the bit for an object is set to zero, then the
object's administrative and operational value are inherited
from the corresponding object in tBgpInstanceTable.
By default all of these attributes should be inherited
from the tBgpInstanceParamsTable.rw Counter64 .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.1 |
tBgpPGDisableFEFailoverThe value of tBgpPGDisableFEFailover controls whether
the router should drop an external BGP session immediately
when the local interface goes down, or whether the BGP
session should be kept up until the holdtime expires.
Setting the value to 'true' causes the external BGP
session to go down immediately when the local interface
goes down.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.2 |
tBgpPGDisableCommsThe value of tBgpPGDisableComms enables or disables sending of
community attribute to the peer for non-external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.3 |
tBgpPGDisableExtCommsThe value of tBgpPGDisableExtComms enables or disables sending of
community attribute to the peers for external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.4 |
tBgpPGDefaultOriginateThe value of tBgpPGDefaultOriginate enables or disables the sending of
default routes to the peer, making it independent of the route
policies.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.5 |
tBgpPGAdvertiseInactiveRtsThe value of tBgpPGAdvertiseInactiveRts enables or disables advertising
of inactive BGP routes to other BGP peers.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.6 |
tBgpPGMinTTLValueThe value of tBgpPGMinTTLValue specifies the minimum
TTL value for an incoming BGP packet.
If tBgpPGMinTTLValue is set to zero (0), the
TTL Security feature is disabled.rw Unsigned32 (0 | 1..255) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.7 |
tBgpPGTTLLogIdThe value of tBgpPGTTLLogId specifies the filter
log to use for packets that fail TTL security check.
The value zero indicates that logging is disabled.rw TFilterLogId (TIMETRA-FILTER-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.8 |
tBgpPGLocalAddressTypeThe value of tBgpPGLocalAddressType specifies
the address type of the peer group local address.
tBgpPGLocalAddressType can be either unknown, ipv4 or ipv6.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.9 |
tBgpPGLocalAddressThe value of tBgpPGLocalAddress specifies
the address of the peer group local address.
If the tBgpPGLocalAddressType is set to ipv4, then
the local address is an ipv4 address, if the
tBgpPGLocalAddressType is set to ipv6, the local
address of the peer group is an ipv6 address.
If local address is not set, tBgpPGLocalAddressType is set to
unknown and tBgpPGLocalAddress returns a null string.rw InetAddress .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.10 |
tBgpPGPeerTrackingThe value of tBgpPGPeerTracking specifies whether
tracking of BGP peers on this peer group is enabled.
The default value of 'false' indicates that
peer tracking on this group is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.11 |
tBgpPGAuthKeyChainThe value of tBgpPGAuthKeyChain specifies the
keychain which will be used to sign and/or authenticate the BGP
protocol stream.
The keychain name is defined by tmnxKeyChainName and is the index for
TIMETRA-SECURITY-MIB::tmnxKeyChainTablerw TNamedItemOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.12 |
tBgpPGBfdEnabledThe value of tBgpPGBfdEnabled specifies whether Bi-directional
Forwarding Detection is enabled on this peer group.
When the value is 'true', BFD sessions can be established and BFD can
be used as a signalling mechanism.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.13 |
tBgpPGEnableAddPathThe value of tBgpPGEnableAddPath specifies whether the BGP
ADD-PATH send capability is enabled on this BGP group.
ADD-PATH allows a BGP router to advertise multiple distinct paths
for the same prefix/NLRI(Network Layer Reachability Information).
This capability provides a number of potential benifits like
reduced routing churn, faster convergence, better loadsharing etc.
When the value of tBgpPGEnableAddPath is set to 'true', the BGP
ADD-PATH send limit objects tBgpPGIpv4AddPathLimit,
tBgpPGVpnIpv4AddPathLimit, tBgpPGIpv6AddPathLimit and
tBgpPGVpnIpv6AddPathLimit represent their current assigned values.
The default value of tBgpPGEnableAddPath is 'false', which means
the values of the BGP ADD-PATH send limit objects are inherited from
from BGP instance level.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.14 |
tBgpPGRecvAddPathThe value of tBgpPGRecvAddPath specifies the address families
which are enabled to receive BGP ADD-PATH on this peer group.
ADD-PATH allows a BGP router to receive multiple distinct
paths for the same prefix/NLRI (Network Layer Reachability
Information).rw TmnxAddPathAddressFamily .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.15 |
tBgpPGIpv4AddPathLimitThe value of tBgpInstanceIpv4AddPathLimit specifies the maximum
number of paths per IPv4 prefix that can be advertised to
ADD-PATH peers on this peer group.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.16 |
tBgpPGVpnIpv4AddPathLimitThe value of tBgpInstanceVpnIpv4AddPathLimit specifies the maximum
number of paths per VPN IPv4 prefix that can be advertised to
ADD-PATH peers on this peer group.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.17 |
tBgpPGIpv6AddPathLimitThe value of tBgpInstanceIpv6AddPathLimit specifies the maximum
number of paths per IPv6 prefix that can be advertised to ADD-PATH
peers on this peer group.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.18 |
tBgpPGVpnIpv6AddPathLimitThe value of tBgpInstanceVpnIpv6AddPathLimit specifies the maximum
number of paths per VPN IPv6 prefix that can be advertised to
ADD-PATH peers on this peer group.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.19 |
tBgpPGFlowspecValidateThe value of tBgpPGFlowspecValidate specifies whether validation of
received flow specification routes is enabled for this peer group.
When the value of tBgpPGFlowspecValidate is 'true', the flow routes
received from other peers are validated.
The default value of tBgpPGFlowspecValidate is 'false', which means
validation of received flow routes is disabled and all flow
specification routes are considered valid.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.20 |
tBgpPGUpdatedErrorHandlingThe value of tBgpPGUpdatedErrorHandling specifies whether the error
handling mechanism for optional transitive path attributes is
enabled for this peer group.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.21 |
tBgpPGDefaultRouteTargetThe value of tBgpPGDefaultRouteTarget specifies whether to send the
default Route Target Constraint (RTC) route to peers in this BGP peer
group.
The default RTC route is a special type of RTC route that has zero
prefix length.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.22 |
tBgpPGAigpThe value of tBgpPGAigp specifies whether Accumulated IGP (AIGP)
path attribute support is enabled on this bgp group.
The default value of tBgpPGAigp is 'false', which means the AIGP
attribute is removed from the advertised routes and is ignored if
present in the received routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.23 |
tBgpPGMinHoldTimeThe value of tBgpPGMinHoldTime specifies the minimum hold time
that should be strictly enforced on tBgpPeerGroupHoldTime.
When the value of tBgpPGMinHoldTime is configured, BGP will not
negotiate a hold time lower than the configured value.
When the value of tBgpPeerGroupHoldTime is changed, the value of
tBgpPGMinHoldTime is reset to its default value.
The value of tBgpPGMinHoldTime is inherited from the corresponding
object value in the tBgpInstanceTable, when the inheritance bit for
tBgpPeerGroupHoldTime is set to zero. An 'inconsistentValue' error
is returned if an attempt is made to set this object to a non-default
value when the value of tBgpPeerGroupHoldTime is inherited from
instance level.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpPeerGroupHoldTime.rw BgpHoldTime .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.24 |
tBgpPGRemovePrivateSkipPeerAsThe value of tBgpInstRemovePrivateSkipPeerAs specifies whether or not
to remove the private autonomous system number (ASN) from AS-Path, if
the AS-Path contains the ASN of the external BGP (eBGP) neighbor on
this BGP peer group.
When the value of tBgpInstRemovePrivateSkipPeerAs is true, BGP will
not remove the private ASN from the AS-Path if it is the same
autonomous system number as the remote eBGP peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.3.5.1.25 |
tBgpPeerGroupPlcyTableThe tBgpPeerGroupPlcyTable is the list of configured policies
in BGP Peer Groups. SEQUENCE OF TBgpPeerGroupPlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.3.6 |
tBgpPeerGroupPlcyEntryAn entry (conceptual row) in the tBgpPeerGroupPlcyTable. TBgpPeerGroupPlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.3.6.1 |
tBgpPeerGroupPlcyImportPolicy1The value of tBgpPeerGroupPlcyImportPolicy1 specifies
the first import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.1 |
tBgpPeerGroupPlcyImportPolicy2The value of tBgpPeerGroupPlcyImportPolicy2 specifies
the second import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.2 |
tBgpPeerGroupPlcyImportPolicy3The value of tBgpPeerGroupPlcyImportPolicy3 specifies
the third import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.3 |
tBgpPeerGroupPlcyImportPolicy4The value of tBgpPeerGroupPlcyImportPolicy4 specifies
the fourth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.4 |
tBgpPeerGroupPlcyImportPolicy5The value of tBgpPeerGroupPlcyImportPolicy5 specifies
the fifth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.5 |
tBgpPeerGroupPlcyImportPolicy6The value of tBgpPeerGroupPlcyImportPolicy6 specifies
the sixth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.6 |
tBgpPeerGroupPlcyImportPolicy7The value of tBgpPeerGroupPlcyImportPolicy7 specifies
the seventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.7 |
tBgpPeerGroupPlcyImportPolicy8The value of tBgpPeerGroupPlcyImportPolicy8 specifies
the eighth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.8 |
tBgpPeerGroupPlcyImportPolicy9The value of tBgpPeerGroupPlcyImportPolicy9 specifies
the ninth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.9 |
tBgpPeerGroupPlcyImportPolicy10The value of tBgpPeerGroupPlcyImportPolicy10 specifies
the tenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.10 |
tBgpPeerGroupPlcyImportPolicy11The value of tBgpPeerGroupPlcyImportPolicy11 specifies
the eleventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.11 |
tBgpPeerGroupPlcyImportPolicy12The value of tBgpPeerGroupPlcyImportPolicy12 specifies
the twelfth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.12 |
tBgpPeerGroupPlcyImportPolicy13The value of tBgpPeerGroupPlcyImportPolicy13 specifies
the thirteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.13 |
tBgpPeerGroupPlcyImportPolicy14The value of tBgpPeerGroupPlcyImportPolicy14 specifies
the fourteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.14 |
tBgpPeerGroupPlcyImportPolicy15The value of tBgpPeerGroupPlcyImportPolicy15 specifies
the fifteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.15 |
tBgpPeerGroupPlcyExportPolicy1The value of tBgpPeerGroupPlcyExportPolicy1 specifies
the first export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.16 |
tBgpPeerGroupPlcyExportPolicy2The value of tBgpPeerGroupPlcyExportPolicy2 specifies
the second export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.17 |
tBgpPeerGroupPlcyExportPolicy3The value of tBgpPeerGroupPlcyExportPolicy3 specifies
the third export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.18 |
tBgpPeerGroupPlcyExportPolicy4The value of tBgpPeerGroupPlcyExportPolicy4 specifies
the fourth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.19 |
tBgpPeerGroupPlcyExportPolicy5The value of tBgpPeerGroupPlcyExportPolicy5 specifies
the fifth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.20 |
tBgpPeerGroupPlcyExportPolicy6The value of tBgpPeerGroupPlcyExportPolicy6 specifies
the sixth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.21 |
tBgpPeerGroupPlcyExportPolicy7The value of tBgpPeerGroupPlcyExportPolicy7 specifies
the seventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.22 |
tBgpPeerGroupPlcyExportPolicy8The value of tBgpPeerGroupPlcyExportPolicy8 specifies
the eighth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.23 |
tBgpPeerGroupPlcyExportPolicy9The value of tBgpPeerGroupPlcyExportPolicy9 specifies
the ninth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.24 |
tBgpPeerGroupPlcyExportPolicy10The value of tBgpPeerGroupPlcyExportPolicy10 specifies
the tenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.25 |
tBgpPeerGroupPlcyExportPolicy11The value of tBgpPeerGroupPlcyExportPolicy11 specifies
the eleventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.26 |
tBgpPeerGroupPlcyExportPolicy12The value of tBgpPeerGroupPlcyExportPolicy12 specifies
the twelfth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.27 |
tBgpPeerGroupPlcyExportPolicy13The value of tBgpPeerGroupPlcyExportPolicy13 specifies
the thirteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.28 |
tBgpPeerGroupPlcyExportPolicy14The value of tBgpPeerGroupPlcyExportPolicy14 specifies
the fourteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.29 |
tBgpPeerGroupPlcyExportPolicy15The value of tBgpPeerGroupPlcyExportPolicy15 specifies
the fifteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.3.6.1.30 |
tBgpPeerObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.4 |
tBgpPeerTableLastChangedThe value of tBgpPeerGroupTableLastChanged specifies the last timestamp
when an entry in the tBgpPeerGroupTable was last changed.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.1 |
tBgpPeerTableSpinlockThe value of tBgpPeerGroupTableSpinlock specifies voluntary
serialization control for tBgpPeerGroupTable. It is mainly used to
coordinate changes to tBgpPeerInheritance.rw TestAndIncr (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.2 |
tBgpPeerTableThe tBgpPeerTable is the list of configured BGP Peers. The table
entries are indexed by the peer's IP address. For administrative
convenience the Peer Group name should be set but is not used for
sorting in the agent.obsolete SEQUENCE OF TBgpPeerEntry .1.3.6.1.4.1.6527.3.1.2.14.4.3 |
tBgpPeerEntryAn entry (conceptual row) in the tBgpPeerTable.
An entry can be created using the row status object,
tBgpPeerRowStatus. When created, all objects are initialized to
their default values.
Before the Peer entry can be used, tBgpPeerRowStatus must be set
to 'active(1)'. The Peer entry can be removed by setting
tBgpPeerRowStatus to 'destroy(6)'.
The Peer entry will be advertised to BGP peers when
tBgpPeerShutdown is false.obsolete TBgpPeerEntry .1.3.6.1.4.1.6527.3.1.2.14.4.3.1 |
tBgpPeerAddressIndex for tBgpPeerTable, tBgpPeerAddress indicates
the IP address of the Peer.obsolete IpAddress .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.1 |
tBgpPeerPeerGroupThe value of tBgpPeerPeerGroup specifies the name of the Peer group for
the Peer. This object can only be set when the tBgpPeerRowStatus is not
active(1).
Setting this object causes the Peer attributes to be set to the
inherited values from the Peer Group and from the global BGP defaults.
This will destroy any previously configured values. So, when creating a
row, set this object first, or second after tBgpPeerAddress.
Then set any peer attribute objects.rwobsolete BgpPeerGroupNameOrEmpty .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.2 |
tBgpPeerRowStatusThe value of tBgpPeerRowStatus specifies the row status for this
BGP Peer for the virtual router. It is used to create and delete
row entries in this table.
In order for an attempt to 'destroy' this row entry to succeed,
the value of tBgpPeerShutdown must be 'true'.rwobsolete RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.3 |
tBgpPeerShutdownThe value of tBgpPeerShutdown specifies if we advertise this peer or
not.
A value of false(2) means no shutdown, so advertise; true(1) means this
entry is shutdown, so do not advertise.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.4 |
tBgpPeerDescriptionThe value of tBgpPeerDescription specifies a user provided
description string for this peer entry. It can consist of any
printable, seven-bit ASCII characters up to 80 characters in length.rwobsolete DisplayString .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.5 |
tBgpPeerConnectRetryThe value of tBgpPeerConnectRetry specifies the value (in seconds)
of the BGP Connect Retry timer.rwobsolete BgpConnectRetryTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.6 |
tBgpPeerHoldTimeThe value of tBgpPeerHoldTime specifies the value (in seconds)
of the BGP Hold Time.rwobsolete BgpHoldTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.7 |
tBgpPeerKeepAliveThe value of tBgpPeerKeepAlive specifies the value of the BGP
Keepalive timer.
A keepalive message is sent every time this timer expires.rwobsolete BgpKeepAliveTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.8 |
tBgpPeerMinASOriginationThe value of tBgpPeerMinASOrigination specifies the minimal
interval (in seconds) at which a given path attribute can be advertised
to a peer.rwobsolete BgpMinASOriginationTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.9 |
tBgpPeerDampeningThe value of tBgpPeerDampening specifies if route dampening is
applied to learned routes.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.10 |
tBgpPeerLocalAddressThe value of tBgpPeerLocalAddress specifies the local IP address
to be used by this peer.
If set to 0.0.0.0, then use a (non-0.0.0.0) Peer Group Local Address,
or a (non-0.0.0.0) global Local Address. If both are zero then find the
local address by querying the closest interface to the peer address
from the routing table.rwobsolete IpAddress .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.11 |
tBgpPeerLocalASThe value of tBgpPeerLocalAS specifies the autonomous system
number to be advertised for this peer.
If the value of tBgpPeerLocalAS, the value of tBgpPeerGroupLocalAS or
tBgpInstanceLocalAS will be used in that order.rwobsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.12 |
tBgpPeerLocalPreferenceThe value of tBgpPeerLocalPreference specifies the default value
for the Local Preference attribute. This value is used if the BGP route
arrives from a BGP peer without the Local Preference attribute set.
It is overridden by any value set via a route policy.rwobsolete TmnxBgpLocalPreference (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.13 |
tBgpPeerLoopDetectThe value of tBgpPeerLoopDetect determines how the peer session
should deal with loop detection in the AS Path.rwobsolete BgpLoopDetect .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.14 |
tBgpPeerMinRouteAdvertisementThe value of tBgpPeerMinRouteAdvertisement specifies the minimum
interval at which a given path attribute is advertised to a peer.rwobsolete BgpMinRouteAdvertisement UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.15 |
tBgpPeerMaxPrefixconfigures the maximum number of routes that can
be learned from this peer. zero means 'no limit'.
if the number of routes exceeds 90% of this limit,
then the tBgpMaxPrefix90 notification is sent.
if the number of routes exceeds this limit, then
BGP peering will be dropped. Also, the tBgpMaxPrefix100
notification will be sent.rwobsolete BgpPrefixLimit UNITS "number of routes" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.16 |
tBgpPeerMEDSourceThe value of tBgpPeerMEDSource specifies the source of the Multi
Exit Discriminator (MED) value for peers in this group.rwobsolete BgpMEDSource .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.17 |
tBgpPeerMEDValueThe value of tBgpPeerMEDValue specifies the value of MED when
tBgpPeerMEDSource is 'metricVal'. If the value of
tBgpPeerMEDSource is not 'metricVal', this object is ignored.rwobsolete BgpMEDValue .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.18 |
tBgpPeerMultihopThe value of tBgpPeerMultihop specifies the TTL used in IP packet
header for BGP advertisements.
Default TTL values for EBGP peer is 1, and MAX_TTL for IBGP peers.
Default value if not set is no_type - the peer has to infer its value
based on local-as, and peer-as in that case.rwobsolete BgpTimeToLive UNITS "TTL hops" .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.19 |
tBgpPeerNextHopSelfThe value of tBgpPeerNextHopSelf specifies if routes advertised
to EBGP peers in this group have NEXTHOP path attribute set to this
router's physical interface.
When false, third party routes are advertised.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.21 |
tBgpPeerNoAggregatorIDThe value of tBgpPeerNoAggregatorID specifies if different
routers in the same AS create aggregate routes containing different
AS paths.
A value of 'true' would enable setting the router ID to 0 in the
aggregator path attribute when BGP is aggregating routes.
A value of 'false' would disable setting the router ID to 0 in the
aggregator path attribute when BGP is aggregating routes.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.22 |
tBgpPeerPassiveThe value of tBgpPeerPassive specifies if the peer will not attempt to
connect to the far end peer or just wait for the far end peer to
connect.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.23 |
tBgpPeerPeerASThe value of tBgpPeerPeerAS specifies the Autonomous System number
for the remote peer.rwobsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.24 |
tBgpPeerPeerTypeThe value of tBgpPeerPeerType specifies the type of
peer - noType(1), internal(2) and external(3).
Default value if not set is noType - the peer has to infer its value
based on local-as, and peer-as in that case.rwobsolete BgpPeerType .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.25 |
tBgpPeerPreferenceThe value of tBgpPeerPreference specifies the route preference for
routes learned via the peer.rwobsolete TmnxBgpPreference .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.26 |
tBgpPeerRemovePrivateASThe value of tBgpPeerRemovePrivateAS specifies if private AS
numbers should be stripped from the AS Path before advertising them
to BGP peers.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.27 |
tBgpPeerLastChangedThe value tBgpPeerLastChanged indicates when an entry in
tBgpPeerTable was last changed.roobsolete TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.28 |
tBgpPeerInheritanceThe value of tBgpPeerInheritance specifies if the peer entry in
this row, should inherit the operational value of an object,
or use the administratively set value.
This object is a bit-mask, with the following positions:
tBgpPeerShutdown 0x04
tBgpPeerConnectRetry 0x10
tBgpPeerHoldTime 0x20
tBgpPeerKeepAlive 0x40
tBgpPeerMinASOrigination 0x80
tBgpPeerDampening 0x100
tBgpPeerLocalAddress 0x200
tBgpPeerLocalAS 0x400
tBgpPeerLocalPreference 0x800
tBgpPeerLoopDetect 0x1000
tBgpPeerMinRouteAdvertisement 0x2000
tBgpPeerMaxPrefix 0x4000
tBgpPeerMEDSource 0x8000
tBgpPeerMEDValue 0x10000
tBgpPeerMultihop 0x20000
tBgpPeerNextHopSelf 0x80000
tBgpPeerNoAggregatorID 0x100000
tBgpPeerPassive 0x200000
tBgpPeerPeerAS 0x400000
tBgpPeerPeerType 0x800000
tBgpPeerPreference 0x1000000
tBgpPeerRemovePrivateAS 0x2000000
tBgpPeerImportPolicy1 0x8000000
tBgpPeerImportPolicy2 0x10000000
tBgpPeerImportPolicy3 0x20000000
tBgpPeerImportPolicy4 0x40000000
tBgpPeerImportPolicy5 0x80000000
tBgpPeerExportPolicy1 0x100000000
tBgpPeerExportPolicy2 0x200000000
tBgpPeerExportPolicy3 0x400000000
tBgpPeerExportPolicy4 0x800000000
tBgpPeerExportPolicy5 0x1000000000
tBgpPeerLocalASPrivate 0x2000000000
tBgpPeerMd5Auth 0x4000000000
tBgpPeerMd5AuthKey 0x8000000000
tBgpPeerClusterId 0x10000000000
tBgpPeerDisableClientReflect 0x20000000000
tBgpPeerGracefulRestart 0x40000000000
tBgpPeerGRRestartTime 0x80000000000
tBgpPeerGRStaleRoute 0x100000000000
tBgpPeerGRAdminState 0x200000000000
tBgpPeerFamily 0x400000000000
tBgpPeerVpnApplyImport 0x800000000000
tBgpPeerVpnApplyExport 0x1000000000000
tBgpPeerASOverride 0x2000000000000
tBgpPeerOrf 0x4000000000000
tBgpPeerExtCommsOrf 0x8000000000000
tBgpPeerExtCommsSendOrf 0x10000000000000
tBgpPeerExtCommsRecvOrf 0x20000000000000
When the bit for an object is set to one, then the
object's administrative and operational value are whatever
the DEFVAL or most recently SET value is.
When the bit for an object is set to zero, then the
object's administrative and operational value are inherited
from the corresponding object in tBgpPeerGroupTable, or
from the corresponding object in tBgpInstanceTable.rwobsolete Counter64 .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.29 |
tBgpPeerImportPolicy1The value of tBgpPeerImportPolicy1 specifies import policy number 1
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.30 |
tBgpPeerImportPolicy2The value of tBgpPeerImportPolicy2 specifies import policy number 2
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.31 |
tBgpPeerImportPolicy3The value of tBgpPeerImportPolicy3 specifies import policy number 3
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.32 |
tBgpPeerImportPolicy4The value of tBgpPeerImportPolicy4 specifies import policy number 4
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.33 |
tBgpPeerImportPolicy5The value of tBgpPeerImportPolicy5 specifies import policy number 5
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.34 |
tBgpPeerExportPolicy1The value of tBgpPeerExportPolicy1 specifies export policy number 1
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.35 |
tBgpPeerExportPolicy2The value of tBgpPeerExportPolicy2 specifies export policy number 2
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.36 |
tBgpPeerExportPolicy3The value of tBgpPeerExportPolicy3 specifies export policy number 3
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.37 |
tBgpPeerExportPolicy4The value of tBgpPeerExportPolicy4 specifies export policy number 4
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.38 |
tBgpPeerExportPolicy5The value of tBgpPeerExportPolicy5 specifies export policy number 5
for peer level.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.39 |
tBgpPeerOperStatusThe value of tBgpPeerOperStatus indicates the operational status
of this BGP Peer.
A value of 'inService(2)' means the bgp peer is fully functional.
A value of 'outOfService(3)' means the bgp peer is down.
A value of 'transition(4)' means the bgp peer is performing a
transition from state inService(2) to outOfService(3) or vice-versa.
A value of 'disabled(5)' means the BGP peer needs to be restarted
by the user.roobsolete BgpOperState .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.40 |
tBgpPeerLocalASPrivateThe value of tBgpPeerLocalASPrivate specifies if the local
autonomous system number is hidden in paths learned from peering.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.41 |
tBgpPeerMd5AuthThe value of tBgpPeerMd5Auth specifies if the authentication using
MD5 message based digest protocol is enabled.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.42 |
tBgpPeerMd5AuthKeyThe value of tBgpPeerMd5AuthKey specifies the authentication key
to be used between BGP peers neighbors before establishing sessions.
Authentication is done using the MD-5 message based digest protocol.
Authentication can be configured globally and applied to all BGP peers
or per group or per peer. The most specific value is used.
The authentication key can be any combination of letters or numbers.
Note that the string may contain embedded nulls.rwobsolete OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.43 |
tBgpPeerClusterIdThis value of tBgpPeerClusterId specifies the cluster ID for a
route reflector server.
A value of 0.0.0.0 indicates that no cluster ID has been assigned
to the BGP peer.rwobsolete IpAddress .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.44 |
tBgpPeerDisableClientReflectThe value of tBgpPeerDisableClientReflect specifies if reflection
of routes by the route reflector to all client peers within its cluster
is enabled or disabled.
A value of 'false' means reflection of routes to all client peers is
enabled.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.45 |
tBgpPeerGracefulRestartThe value of tBgpPeerGracefulRestart specifies whether or not
graceful restart capabilities are enabled on this instance of BGP.
When the value is set to 'false' graceful restart is disabled and any
previous configuration of other graceful restart parameters is
removed.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.46 |
tBgpPeerGRRestartTimeThe value of tBgpPeerGRRestartTime specifies the maximum
amount of time in seconds that a graceful restart should take.rwobsolete Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.47 |
tBgpPeerGRStaleRouteThe value of tBgpPeerGRStaleRoute specifies the maximum
amount of time in seconds that stale routes should be maintained
after a graceful restart is initiated. This value should be
at least as large a the value of tBgpPeerGRRestartTime.rwobsolete Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.48 |
tBgpPeerGRAdminStateThe value of tBgpPeerGRAdminState specifies the desired
administrative state of the graceful restart capabilities for
this peer of the BGP protocol. When the value is 'outOfService'
the graceful restart capabilities are disabled but the
graceful restart configuration parameters are retained.rwobsolete TmnxAdminState (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.49 |
tBgpPeerGROperStateThe value of tBgpPeerGROperState indicates the operational
status of the graceful restart capabilities for this peer of
the BGP protocol.roobsolete TmnxOperState (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.50 |
tBgpPeerFamilyThe value of tBgpPeerFamily specifies the types of routing
information to be distributed by the local side of this Peer of
the BGP protocol. BGP was initially designed for the distribution
of IPv4 routing information. Multi-protocol extensions and the
use of a VPN-IPv4 address have been added to extend its ability
to carry overlapping routing information. A 'vpnIpv4' address is
a 12-byte value consisting of the 8-byte route distinguisher, RD,
and the 4-byte ipv4 IP address prefix. The RD must be unique
within the scope of the VPRN. This allows the IP address prefixes
within different VRFs to overlap.
This object has been obsoleted in release 6.0.rwobsolete TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.51 |
tBgpPeerVpnRemoteFamilyThe value of tBgpPeerVpnRemoteFamily indicates the types of routing
information to be distributed by the remote end of this Peer of the
BGP protocol. BGP was initially designed for the distribution of
IPv4 routing information. Multi-protocol extensions and the use
of a VPN-IPv4 address have been added to extend its ability to
carry overlapping routing information. A 'vpnIpv4' address is a
12-byte value consisting of the 8-byte route distinguisher, RD,
and the 4-byte ipv4 IP address prefix. The RD must be unique
within the scope of the VPRN. This allows the IP address prefixes
within different VRFs to overlap.
This object has been obsoleted.roobsolete TmnxIpFamily .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.52 |
tBgpPeerVpnApplyImportThe value of tBgpPeerVpnApplyImport specifies if the BGP import
route policies are applied to VPN-IPv4 routes of this group.
When the value is 'false' the application of the base instance
BGP import route policies to VPN-IPv4 routes of this group is
disabled.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.53 |
tBgpPeerVpnApplyExportThe value of tBgpPeerVpnApplyExport specifies if the BGP export
route policies are applied to VPN-IPv4 routes of this group.
When the value is 'false' the application of the BGP export route
policies to VPN-IPv4 routes of this group is disabled.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.54 |
tBgpPeerVpnLocalCapsThe value of tBgpPeerVpnLocalCaps indicates the capabilities
supported on the local end of the BGP Peer.roobsolete TmnxVpnCapability .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.55 |
tBgpPeerVpnRemoteCapsThe value of tBgpPeerVpnRemoteCaps indicates the capabilities
advertised by the remote end of the BGP Peer.roobsolete TmnxVpnCapability .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.56 |
tBgpPeerConnStateThe value of tBgpPeerConnState indicates the BGP peer connection state.
This object is the shadow object of bgpPeerState as existing in the
BGP4-MIB.roobsolete Enumeration .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.57 |
tBgpPeerASOverrideThe value of tBgpPeerASOverride specifies if the service
provider BGP will override the customer AS number in the ASPATH
with its own AS number.
A value of 'true' means the service provider BGP will override the
customer AS number in the ASPATH with its own AS number.
Without this feature there could be scenarios where multiple CE
locations belonging to the same AS will not be able to communicate due
to a potential loop detection.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.58 |
tBgpPeerOrfThe value of tBgpPeerOrf specifies if outbound route filtering
capability is enabled or disabled for the BGP peer.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.59 |
tBgpPeerExtCommsOrfThe value of tBgpPeerExtCommsOrf specifies if outbound route
filtering capability is based on extended communities for the BGP
peer.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.60 |
tBgpPeerExtCommsSendOrfThe value of tBgpPeerExtCommsSendOrf specifies if outbound route
filter advertisement to the neighbors in this BGP peer.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.61 |
tBgpPeerExtCommsRecvOrfThe value of tBgpPeerExtCommsRecvOrf specifies if outbound route
filter for this BGP peer is accepted from the neighbors is enabled.rwobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.3.1.62 |
tBgpPeerOperTableThe tBgpPeerOperTable is the list of configured
BGP Peers and their operational status information.obsolete SEQUENCE OF TBgpPeerOperEntry .1.3.6.1.4.1.6527.3.1.2.14.4.4 |
tBgpPeerOperEntryAn entry (conceptual row) in the tBgpPeerOperTable.
Entries in tBgpPeerOperTable are created when entries are created in
tBgpPeerTable.obsolete TBgpPeerOperEntry .1.3.6.1.4.1.6527.3.1.2.14.4.4.1 |
tBgpPeerOperMsgOctetsRcvdThe value of tBgpPeerOperMsgOctetsRcvd indicates the number of octets
received from this peer.roobsolete Counter64 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.1 |
tBgpPeerOperMsgOctetsSentThe value of tBgpPeerOperMsgOctetsSent indicates the number of octets
transmitted to this peer.roobsolete Counter64 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.2 |
tBgpPeerOperInputQueueMessagesThe value of tBgpPeerOperInputQueueMessages indicates the number of
unprocessed messages in the queue, from this peer.roobsolete Gauge32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.3 |
tBgpPeerOperOutputQueueMessagesThe value of tBgpPeerOperOutputQueueMessages indicates the number of
untransmitted messages in the queue, to this peer.roobsolete Gauge32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.4 |
tBgpPeerOperReceivedPrefixesThe value of tBgpPeerOperReceivedPrefixes indicates the number of
prefixes received from this peer.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.5 |
tBgpPeerOperSentPrefixesThe value of tBgpPeerOperSentPrefixes indicates the number of prefixes
transmitted to this peer.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.6 |
tBgpPeerOperActivePrefixesThe value of tBgpPeerOperActivePrefixes indicates the number of active
prefixes from this peer.roobsolete Gauge32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.7 |
tBgpPeerOperReceivedPathsThe value of tBgpPeerOperReceivedPaths indicates the number of paths
received from this peer.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.8 |
tBgpPeerOperPathsSuppressedByDampingThe value of tBgpPeerOperPathsSuppressedByDamping indicates the number
of paths from this peer, which have been suppressed by damping.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.9 |
tBgpPeerOperFlapsThe value of tBgpPeerOperFlaps indicates the number of flaps of updates
from this peer.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.10 |
tBgpPeerOperLastStateThe value of tBgpPeerOperLastState indicates the last BGP state of this
peer.roobsolete BgpPeerState .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.11 |
tBgpPeerOperLastEventThe value of tBgpPeerOperLastEvent indicates the last BGP event of this
peer.roobsolete BgpPeerEvent .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.12 |
tBgpPeerOperVpnReceivedPrefixesThe value of tBgpPeerOperVpnReceivedPrefixes indicates the number of
received VPN prefixes.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.13 |
tBgpPeerOperVpnSentPrefixesThe value of tBgpPeerOperVpnSentPrefixes indicates the number of
transmitted VPN prefixes.roobsolete Counter32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.14 |
tBgpPeerOperVpnActivePrefixesThe value of tBgpPeerOperVpnActivePrefixes indicates the number of
active VPN prefixes from this BGP peer.roobsolete Gauge32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.15 |
tBgpPeerOperGRSupportThe value of tBgpPeerOperGRSupport indicates whether the BGP peer
supports graceful restart. If tBgpPeerOperGRSupport has a value of
'true' the peer supports graceful restart.roobsolete TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.16 |
tBgpPeerOperGRFamilyRestartThe value of tBgpPeerOperGRFamilyRestart indicates the capability type
of NLRI that peer supports restart for.roobsolete TmnxBGPFamilyType (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.17 |
tBgpPeerOperGRFamilyFwdingThe value of tBgpPeerOperGRFamilyFwding indicates the capability type
of NLRI that peer saved forwarding for.roobsolete TmnxBGPFamilyType (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.18 |
tBgpPeerOperGRFamilyNegotiatedThe value of tBgpPeerOperGRFamilyNegotiated indicates the capability
type of NLRI that restart is negotiated for by the peer.roobsolete TmnxBGPFamilyType (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.19 |
tBgpPeerOperGRRecvEORThe value of tBgpPeerOperGRRecvEOR indicates the capability type of
NLRI of received end-of-rib markers from the peer.roobsolete TmnxBGPFamilyType (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.20 |
tBgpPeerOperGRSendEORThe value of tBgpPeerOperGRSendEOR indicates the capability type of
NLRI of all the sent end-of-rib markers by the peer.roobsolete TmnxBGPFamilyType (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.21 |
tBgpPeerOperGRStaleRoutesTimeThe value of tBgpPeerOperGRStaleRoutesTime indicates the maximum
amount of time in seconds that stale routes are maintained by the peer
after a graceful restart is initiated.roobsolete Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.22 |
tBgpPeerOperGRRequestRestartTimeThe value of tBgpPeerOperGRRequestRestartTime indicates the maximum
amount of time in seconds that a graceful restart takes for the peer.roobsolete Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.4.4.1.23 |
tBgpPeerNgSendOrfRouteTargetTableThe tBgpPeerNgSendOrfRouteTargetTable provides information about
the route targets to be advertised to the peers if it is
Outbound route filtering capable. SEQUENCE OF TBgpPeerNgSendOrfRouteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.4.9 |
tBgpPeerNgSendOrfRouteTargetEntryDefines an entry in the tBgpPeerNgSendOrfRouteTargetTable.
Each entry represents a route target to be advertised
to the peer. TBgpPeerNgSendOrfRouteTargetEntry .1.3.6.1.4.1.6527.3.1.2.14.4.9.1 |
tBgpPeerNgSendOrfRouteTargetIndex for the tBgpPeerNgSendOrfRouteTargetTable. The value of
tBgpPeerNgSendOrfRouteTarget specifies the extended community
name to be advertised to the peer. TNamedItem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.9.1.1 |
tBgpPeerNgSendOrfRTRowStatusThe value of tBgpPeerNgSendOrfRTRowStatus controls creation and
deletion of row entries in the tBgpPeerNgSendOrfRouteTargetTable.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.9.1.2 |
tBgpPeerNgParamsTabletBgpPeerNgParamsTable provides information about the
attributes configured for the BGP instance. SEQUENCE OF TBgpPeerNgParamsEntry .1.3.6.1.4.1.6527.3.1.2.14.4.10 |
tBgpPeerNgParamsEntryAn entry in the tBgpPeerNgParamsTable. Each entry
maintains the attributes configured for BGP instance. TBgpPeerNgParamsEntry .1.3.6.1.4.1.6527.3.1.2.14.4.10.1 |
tBgpPeerNgParamsInheritanceThe value of tBgpPeerNgParamsInheritance specifies if the peer entry
in this row, should inherit the operational value of an object,
or use the administratively set value.
This object is a bit-mask, with the following positions:
tBgpPeerNgDisableFEFailover 0x0000000000000002
tBgpPeerNgDisableComms 0x0000000000000004
tBgpPeerNgDisableExtComms 0x0000000000000008
tBgpPeerNgDefaultOriginate 0x0000000000000010
tBgpPeerNgAdvertiseInactiveRts 0x0000000000000020
tBgpPeerNgMinTTLValue 0x0000000000000040
tBgpPeerNgTracking 0x0000000000000080
tBgpPeerNgAdvLabelAddrFamily 0x0000000000000200
tBgpPeerNgAuthKeyChain 0x0000000000000400
tBgpPeerNgBfdEnabled 0x0000000000000800
tBgpPeerNgPMTUDiscovery 0x0000000000002000
tBgpPeerNgAdvertiseLdpPrefix 0x0000000000004000
tBgpPeerNgEnableAddPath 0x0000000000010000
tBgpPeerNgRecvAddPath 0x0000000000020000
tBgpPeerNgIpv4AddPathLimit 0x0000000000040000
tBgpPeerNgVpnIpv4AddPathLimit 0x0000000000080000
tBgpPeerNgIpv6AddPathLimit 0x0000000000100000
tBgpPeerNgVpnIpv6AddPathLimit 0x0000000000200000
tBgpPeerNgFlowspecValidate 0x0000000000400000
tBgpPeerNgUpdatedErrorHandling 0x0000000000800000
tBgpPeerNgDefaultRouteTarget 0x0000000001000000
tBgpPeerNgAigp 0x0000000002000000
tBgpPeerNgRemPrivateSkipPeerAs 0x0000000010000000
When the bit for an object is set to one, then the
object's administrative and operational value are whatever
the DEFVAL or most recently SET value is.
When the bit for an object is set to zero, then the
object's administrative and operational value are inherited
from the corresponding object in tBgpPeerGroupTable, or
from the corresponding object in tBgpInstanceTable.
By default all of these attributes should be inherited
from the tBgpPeerGroupTable.rw Counter64 .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.1 |
tBgpPeerNgDisableFEFailoverThe value of tBgpPeerNgDisableFEFailover specifies whether the router
should drop an external BGP session immediately when the local
interface goes down, or whether the BGP session should be kept up
until the holdtime expires.
A value of 'true' causes the external BGP session to go down
immediately when the local interface goes down.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.2 |
tBgpPeerNgDisableCommsThe value of tBgpPeerNgDisableComms enables or disables sending of
community attribute to the peer for non-external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.3 |
tBgpPeerNgDisableExtCommsThe value of tBgpPeerNgDisableExtComms enables or disables sending of
community attribute to the peers for external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.4 |
tBgpPeerNgDefaultOriginateThe value of tBgpPeerNgDefaultOriginate enables or disables the sending
of default routes to the peer, making it independent of the route
policies.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.5 |
tBgpPeerNgAdvertiseInactiveRtsThe value of tBgpPeerNgAdvertiseInactiveRts enables or disables
advertising of inactive BGP routes to other BGP peers.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.6 |
tBgpPeerNgMinTTLValueThe value of tBgpPeerMinTTLValue specifies the minimum TTL value for an
incoming BGP packet.
If tBgpPeerMinTTLValue is set to zero (0), the TTL Security feature is
disabled.rw Unsigned32 (0 | 1..255) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.7 |
tBgpPeerNgTrackingThe value of tBgpPeerNgTracking specifies whether tracking of this BGP
peer is enabled.
A valuye of 'false' indicates that peer tracking is disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.8 |
tBgpPeerNgAdvLabelAddrFamilyThe value of tBgpPeerNgAdvLabelAddrFamily specifies the
advertisement label address family to support 6PE feature.
The value of ipv6 can be set only for an IPv6 peer. The value
of ipv4 can be set only for an IPv4 peer.
If set to 'ipv6', explicit null will be used as the label.
The default value 'none' disables the 6PE feature.rw TmnxAdvLabelAddressFamily .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.9 |
tBgpPeerNgAuthKeyChainThe value of tBgpPeerNgAuthKeyChain specifies the
keychain which will be used to sign and/or authenticate the BGP
protocol stream.
The keychain name is defined by tmnxKeyChainName and is the index for
TIMETRA-SECURITY-MIB::tmnxKeyChainTablerw TNamedItemOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.10 |
tBgpPeerNgLastErrorThe value of tBgpPeerNgLastError indicates the last
error code and subcode seen by this peer on this connection.
If no error has occurred, two zero octets are returned.
Otherwise, the first octet of this two-byte OCTET STRING contains
the error code, and the second octet contains the subcode.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.11 |
tBgpPeerNgBfdEnabledThe value of tBgpPeerNgBfdEnabled specifies whether Bi-directional
Forwarding Detection is enabled on this BGP peer.
When the value is 'true', BFD sessions can be established and BFD can
be used as a signalling mechanism.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.12 |
tBgpPeerNgPMTUDiscoveryThe value of tBgpPeerNgPMTUDiscovery specifies whether path MTU
discovery is enabled on this BGP peer.
When the value is set to 'true', path MTU discovery is enabled on this
BGP peer. When the value is set to 'false', path MTU discovery is
disabled on this BGP peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.13 |
tBgpPeerNgAdvertiseLdpPrefixThe value of tBgpPeerNgAdvertiseLdpPrefix specifies whether all the
activated LDP FEC prefixes will be sent to remote BGP peer to suppport
stitching of an LDP FEC to a BGP labeled route.
When the value is set to 'true', activated LDP FEC prefixes will be
sent to remote BGP peer. When the value is set to 'false', activated
LDP FEC prefixes will not be sent to remote BGP peer.
An 'inconsistentValue' error is returned if this object is set to
non-default value when tBgpPeerNgAdvLabelAddrFamily is set to 'none'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.14 |
tBgpPeerNgEnableAddPathThe value of tBgpPeerNgEnableAddPath specifies whether the BGP
ADD-PATH send capability is enabled on this BGP peer.
ADD-PATH allows a BGP router to advertise multiple distinct paths
for the same prefix/NLRI(Network Layer Reachability Information).
This capability provides a number of potential benifits like
reduced routing churn, faster convergence, better loadsharing etc.
When the value of tBgpPeerNgEnableAddPath is set to 'true', the
BGP ADD-PATH send limit objects tBgpPeerNgIpv4AddPathLimit,
tBgpPeerNgVpnIpv4AddPathLimit, tBgpPeerNgIpv6AddPathLimit and
tBgpPeerNgVpnIpv6AddPathLimit represent their current assigned
values.
The default value of tBgpPeerNgEnableAddPath is 'false', which
means the values of the BGP ADD-PATH send limit objects are inherited
from group level.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.15 |
tBgpPeerNgRecvAddPathThe value of tBgpPeerNgRecvAddPath specifies the address families
which are enabled to receive BGP ADD-PATH on this BGP peer.
ADD-PATH allows a BGP router to receive multiple distinct
paths for the same prefix/NLRI (Network Layer Reachability
Information).rw TmnxAddPathAddressFamily .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.16 |
tBgpPeerNgIpv4AddPathLimitThe value of tBgpPeerNgIpv4AddPathLimit specifies the maximum
number of paths per IPv4 prefix that can be advertised to
ADD-PATH peers on this BGP peer.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.17 |
tBgpPeerNgVpnIpv4AddPathLimitThe value of tBgpPeerNgVpnIpv4AddPathLimit specifies the maximum
number of paths per VPN IPv4 prefix that can be advertised to
ADD-PATH peers on this BGP peer.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.18 |
tBgpPeerNgIpv6AddPathLimitThe value of tBgpPeerNgIpv6AddPathLimit specifies the maximum
number of paths per IPv6 prefix that can be advertised to ADD-PATH
peers on this BGP peer.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.19 |
tBgpPeerNgVpnIpv6AddPathLimitThe value of tBgpPeerNgVpnIpv6AddPathLimit specifies the maximum
number of paths per VPN IPv6 prefix that can be advertised to
ADD-PATH peers on this BGP peer.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpInstanceMultipath.rw TmnxAddPathSendLimit .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.20 |
tBgpPeerNgFlowspecValidateThe value of tBgpPeerNgFlowspecValidate specifies whether validation of
received flow specification routes is enabled on this BGP peer.
When the default value of tBgpPeerNgFlowspecValidate is 'true', the
flow routes received from other peers are validated.
The default value of tBgpPeerNgFlowspecValidate is 'false', which
means validation of received flow routes is disabled and all flow
specification routes are considered valid.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.21 |
tBgpPeerNgUpdatedErrorHandlingThe value of tBgpPeerNgUpdatedErrorHandling specifies whether the error
handling mechanism for optional transitive path attributes is
enabled on this BGP peer.
When the value of tBgpPeerNgUpdatedErrorHandling is 'true', the error
handling mechanism for optional transitive path attributes is
enabled and the BGP peer is capable of enabling the neighbor-complete
flag in the BGP Path Attribute.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.22 |
tBgpPeerNgDefaultRouteTargetThe value of tBgpPeerNgDefaultRouteTarget specifies whether to send the
default Route Target Constraint (RTC) route to this BGP peer.
The default RTC route is a special type of RTC route that has zero
prefix length.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.23 |
tBgpPeerNgAigpThe value of tBgpPeerNgAigp specifies whether Accumulated IGP (AIGP)
path attribute support is enabled on this bgp peer.
The default value of tBgpPeerNgAigp is 'false', which means the AIGP
attribute is removed from the advertised routes and is ignored if
present in the received routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.24 |
tBgpPeerNgMinHoldTimeThe value of tBgpPeerNgMinHoldTime specifies the minimum hold time
that should be strictly enforced on tBgpPeerNgHoldTime.
When the value of tBgpPeerNgMinHoldTime is configured, BGP will not
negotiate a hold time lower than the configured value.
When the value of tBgpPeerNgHoldTime is changed, the value of
tBgpPeerNgMinHoldTime is reset to its default value.
The value of tBgpPeerNgMinHoldTime is inherited from the corresponding
object value in the tBgpPeerGroupParamsTable, when the inheritance bit
for tBgpPeerNgHoldTime is set to zero. An 'inconsistentValue' error
is returned if an attempt is made to set this object to a non-default
value when the value of tBgpPeerNgHoldTime is inherited from group.
An 'inconsistentValue' error is returned if an attempt is made to set
this object to a value greater than tBgpPeerNgHoldTime.rw BgpHoldTime .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.25 |
tBgpPeerNgSplitHorizonThe value of tBgpPeerNgSplitHorizon specifies whether or not
to advertise the best route back to the same BGP peer from which the
best route was received.
When the value of tBgpPeerNgSplitHorizon is 'true', the best
route will not be advertised back to this BGP peer, if the best route
was received from this peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.26 |
tBgpPeerNgRemPrivateSkipPeerAsThe value of tBgpInstRemovePrivateSkipPeerAs specifies whether or not
to remove the private autonomous system number (ASN) from AS-Path, if
the AS-Path contains the ASN of the external BGP (eBGP) neighbor on
this BGP peer.
When the value of tBgpInstRemovePrivateSkipPeerAs is true, BGP will
not remove the private ASN from the AS-Path if it is the same
autonomous system number as the remote eBGP peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.4.10.1.27 |
tBgpPeerPlcyTableThe tBgpPeerPlcyTable is the list of configured policies
in BGP Peers. SEQUENCE OF TBgpPeerPlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.4.11 |
tBgpPeerPlcyEntryAn entry (conceptual row) in the tBgpPeerPlcyTable. TBgpPeerPlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.4.11.1 |
tBgpPeerPlcyImportPolicy1The value of tBgpPeerPlcyImportPolicy1 specifies
the first import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.1 |
tBgpPeerPlcyImportPolicy2The value of tBgpPeerPlcyImportPolicy2 specifies
the second import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.2 |
tBgpPeerPlcyImportPolicy3The value of tBgpPeerPlcyImportPolicy3 specifies
the third import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.3 |
tBgpPeerPlcyImportPolicy4The value of tBgpPeerPlcyImportPolicy4 specifies
the fourth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.4 |
tBgpPeerPlcyImportPolicy5The value of tBgpPeerPlcyImportPolicy5 specifies
the fifth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.5 |
tBgpPeerPlcyImportPolicy6The value of tBgpPeerPlcyImportPolicy6 specifies
the sixth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.6 |
tBgpPeerPlcyImportPolicy7The value of tBgpPeerPlcyImportPolicy7 specifies
the seventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.7 |
tBgpPeerPlcyImportPolicy8The value of tBgpPeerPlcyImportPolicy8 specifies
the eighth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.8 |
tBgpPeerPlcyImportPolicy9The value of tBgpPeerPlcyImportPolicy9 specifies
the ninth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.9 |
tBgpPeerPlcyImportPolicy10The value of tBgpPeerPlcyImportPolicy10 specifies
the tenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.10 |
tBgpPeerPlcyImportPolicy11The value of tBgpPeerPlcyImportPolicy11 specifies
the eleventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.11 |
tBgpPeerPlcyImportPolicy12The value of tBgpPeerPlcyImportPolicy12 specifies
the twelfth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.12 |
tBgpPeerPlcyImportPolicy13The value of tBgpPeerPlcyImportPolicy13 specifies
the thirteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.13 |
tBgpPeerPlcyImportPolicy14The value of tBgpPeerPlcyImportPolicy14 specifies
the fourteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.14 |
tBgpPeerPlcyImportPolicy15The value of tBgpPeerPlcyImportPolicy15 specifies
the fifteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.15 |
tBgpPeerPlcyExportPolicy1The value of tBgpPeerPlcyExportPolicy1 specifies
the first export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.16 |
tBgpPeerPlcyExportPolicy2The value of tBgpPeerPlcyExportPolicy2 specifies
the second export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.17 |
tBgpPeerPlcyExportPolicy3The value of tBgpPeerPlcyExportPolicy3 specifies
the third export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.18 |
tBgpPeerPlcyExportPolicy4The value of tBgpPeerPlcyExportPolicy4 specifies
the fourth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.19 |
tBgpPeerPlcyExportPolicy5The value of tBgpPeerPlcyExportPolicy5 specifies
the fifth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.20 |
tBgpPeerPlcyExportPolicy6The value of tBgpPeerPlcyExportPolicy6 specifies
the sixth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.21 |
tBgpPeerPlcyExportPolicy7The value of tBgpPeerPlcyExportPolicy7 specifies
the seventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.22 |
tBgpPeerPlcyExportPolicy8The value of tBgpPeerPlcyExportPolicy8 specifies
the eighth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.23 |
tBgpPeerPlcyExportPolicy9The value of tBgpPeerPlcyExportPolicy9 specifies
the ninth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.24 |
tBgpPeerPlcyExportPolicy10The value of tBgpPeerPlcyExportPolicy10 specifies
the tenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.25 |
tBgpPeerPlcyExportPolicy11The value of tBgpPeerPlcyExportPolicy11 specifies
the eleventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.26 |
tBgpPeerPlcyExportPolicy12The value of tBgpPeerPlcyExportPolicy12 specifies
the twelfth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.27 |
tBgpPeerPlcyExportPolicy13The value of tBgpPeerPlcyExportPolicy13 specifies
the thirteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.28 |
tBgpPeerPlcyExportPolicy14The value of tBgpPeerPlcyExportPolicy14 specifies
the fourteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.29 |
tBgpPeerPlcyExportPolicy15The value of tBgpPeerPlcyExportPolicy15 specifies
the fifteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.4.11.1.30 |
tBgpInstanceConfederationObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.5 |
tBgpConfederationTableLastChangedThe value of tBgpConfederationTableLastChanged specifies the last
timestamp when an entry in the tBgpPeerGroupTable was last changed.roobsolete TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.5.1 |
tBgpConfederationTabletBgpConfederationTable consists of information about each
confederation member for every running instance of BGP.
This table was obsoleted in release 7.0. It is replaced with the
tBgpConfederation4ByteTable to suuport 4-byte AS number.obsolete SEQUENCE OF TBgpConfederationEntry .1.3.6.1.4.1.6527.3.1.2.14.5.2 |
tBgpConfederationEntryAn entry (conceptual row) in the tBgpConfederationTable.
each entry represents a confederation member for the
instance of BGP running on the virtual router.obsolete TBgpConfederationEntry .1.3.6.1.4.1.6527.3.1.2.14.5.2.1 |
tBgpConfederationASThe value of tBgpConfederationAS is the secondary index of
tBgpConfederationTable, each confederation entry is differentiated by
autonomous system number.obsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.5.2.1.1 |
tBgpConfederationMemberASThe value of tBgpConfederationMemberAS is the tertiary index for
tBgpConfederationTable, each confederation member entry is
differentiated by autonomous system number.obsolete TmnxBgpAutonomousSystem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.5.2.1.2 |
tBgpConfederationRowStatusThe value of tBgpConfederationRowStatus specifies the row status object
of the BGP confederation entry for the virtual router.
Use row status to create and destroy entries.rwobsolete RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.5.2.1.3 |
tBgpConfederation4BytTblLstChngdThe value of tBgpConfederation4BytTblLstChngd specifies the time of
the last change to any row of tBgpConfederation4ByteTable.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.5.3 |
tBgpConfederation4ByteTableThe tBgpConfederation4ByteTable has an entry for each confederation
member. This table holds information about each confederation member
for every running instance of BGP. SEQUENCE OF TBgpConfederation4ByteEntry .1.3.6.1.4.1.6527.3.1.2.14.5.4 |
tBgpConfederation4ByteEntryAn entry (conceptual row) in the tBgpConfederation4ByteTable.
Each row entry represents a confederation member for the
instance of BGP running on the virtual router. TBgpConfederation4ByteEntry .1.3.6.1.4.1.6527.3.1.2.14.5.4.1 |
tBgpConfederation4ByteASThe value of tBgpConfederation4ByteAS specifies the secondary index
for tBgpConfederation4ByteTable. Each confederation entry is
differentiated by autonomous system number. InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.5.4.1.1 |
tBgpConfederation4ByteMemberASThe value of tBgpConfederation4ByteMemberAS specifies the tertiary
index for tBgpConfederation4ByteTable. Each confederation member
entry is differentiated by autonomous system number. InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.5.4.1.2 |
tBgpConfederation4ByteRowStatusThe value of tBgpConfederation4ByteRowStatus specifies the row status
of the BGP confederation entry for the virtual router. Row status is
used for creation and deletion of tBgpConfederation4ByteTable entries.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.5.4.1.3 |
tBgpPeeringPolicyObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.6 |
tBgpPeeringPolicyTableLastChngdThe value of tBgpPeeringPolicyTableLastChngd indicates the sysUpTime
when any type of change was last made to the tBgpPeeringPolicyTable.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.1 |
tBgpPeeringPolicyTableThe tBgpPeeringPolicyTable table contains BGP peering policy
definitions. SEQUENCE OF TBgpPeeringPolicyEntry .1.3.6.1.4.1.6527.3.1.2.14.6.2 |
tBgpPeeringPolicyEntryAn entry (conceptual row) in the tBgpPeeringPolicyTable.
Each entry contains all data for a given BGP peering policy.
Entries are created/modified/deleted by SNMP GET/SETs. TBgpPeeringPolicyEntry .1.3.6.1.4.1.6527.3.1.2.14.6.2.1 |
tBgpPeeringPolicyNameIndex for the tBgpPeeringPolicyTable. The value of
tBgpPeeringPolicyName specifies the name of the
bgp peering policy defined by this row. TNamedItem (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.1 |
tBgpPrngPlcyRowStatusThe value of the object tBgpPrngPlcyRowStatus specifies
the RowStatus for the Bgp Peering Policy Entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.2 |
tBgpPrngPlcyLastChngdThe value of the object tBgpPrngPlcyLastChngd indicates
the value of the sysUpTime when this entry was last modified.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.3 |
tBgpPrngPlcyDescriptionThe value of tBgpPrngPlcyDescription specifies a user provided
description string for this BGP peering policy. It can consist of any
printable, seven-bit ASCII characters up to 80 characters in length.rw DisplayString .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.4 |
tBgpPrngPlcyInheritancetBgpPrngPlcyInheritance is a bit-mask, with the
following positions:
tBgpPrngPlcyAdvertiseInactiveRts 0x00000008
tBgpPrngPlcyNoAggregatorID 0x00000010
tBgpPrngPlcyASOverride 0x00000020
tBgpPrngPlcyAuthKeyChain 0x00000040
tBgpPrngPlcyMd5Auth 0x00000080
tBgpPrngPlcyMd5AuthKey 0x00000100
tBgpPrngPlcyClusterId 0x00000200
tBgpPrngPlcyConnectRetry 0x00000400
tBgpPrngPlcyDampening 0x00000800
tBgpPrngPlcyDisableClientReflect 0x00001000
tBgpPrngPlcyDisableComms 0x00002000
tBgpPrngPlcyDisableExtComms 0x00004000
tBgpPrngPlcyDisableFEFailover 0x00008000
tBgpPrngPlcyImportPolicy1 0x00010000
tBgpPrngPlcyImportPolicy2 0x00020000
tBgpPrngPlcyImportPolicy3 0x00040000
tBgpPrngPlcyImportPolicy4 0x00080000
tBgpPrngPlcyImportPolicy5 0x00100000
tBgpPrngPlcyExportPolicy1 0x00200000
tBgpPrngPlcyExportPolicy2 0x00400000
tBgpPrngPlcyExportPolicy3 0x00800000
tBgpPrngPlcyExportPolicy4 0x01000000
tBgpPrngPlcyExportPolicy5 0x02000000
tBgpPrngPlcyHoldTime 0x04000000
tBgpPrngPlcyKeepAlive 0x08000000
tBgpPrngPlcyLocalAddressType 0x10000000
tBgpPrngPlcyLocalAddress 0x20000000
tBgpPrngPlcyLocalAS 0x40000000
tBgpPrngPlcyLocalASPrivate 0x80000000
tBgpPrngPlcyLocalPreference 0x0000000100000000
tBgpPrngPlcyLoopDetect 0x0000000200000000
tBgpPrngPlcyMEDSource 0x0000000400000000
tBgpPrngPlcyMEDValue 0x0000000800000000
tBgpPrngPlcyMinASOrigination 0x0000001000000000
tBgpPrngPlcyMinRteAdvertisement 0x0000002000000000
tBgpPrngPlcyMultihop 0x0000004000000000
tBgpPrngPlcyNextHopSelf 0x0000008000000000
tBgpPrngPlcyPassive 0x0000010000000000
tBgpPrngPlcyPeerAS 0x0000020000000000
tBgpPrngPlcyPreference 0x0000040000000000
tBgpPrngPlcyMaxPrefix 0x0000080000000000
tBgpPrngPlcyRemovePrivateAS 0x0000100000000000
tBgpPrngPlcyMinTTLValue 0x0000200000000000
tBgpPrngPlcyPeerType 0x0000400000000000
tBgpPrngPlcyDisable4ByteASN 0x0000800000000000
tBgpPrngPlcyRemovePrivateASLmtd 0x0001000000000000
tBgpPrngPlcyMaxPrefixLogOnly 0x0002000000000000
tBgpPrngPlcyMaxPrefixThreshold 0x0004000000000000
When the bit for an object is set to one, then the
object's administrative and operational value are whatever
the DEFVAL or most recently SET value is.
When the bit for an object is set to zero, then the
bgp peer created with this policy administrative
and operational value are inherited from the corresponding
object in tBgpPeerGroupTable, or from the corresponding
object in tBgpInstanceTable.rw Counter64 .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.5 |
tBgpPrngPlcyAdvertiseInactiveRtsThe value of the object tBgpPrngPlcyAdvertiseInactiveRts specifies
whether or not the advertising of inactive BGP routes to
other BGP peers is allowed.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.6 |
tBgpPrngPlcyNoAggregatorIDThe value of the object tBgpPrngPlcyNoAggregatorID specifies whether
or not the router ID in the BGP aggregator path attribute is set
to zero.
When set to 'true' the router ID in the BGP aggregator path
attribute is set to zero.
Doing this prevents different routers within an AS
from creating aggregate routes that contain different AS paths.
The default is to set the Aggregator ID to the router's BGP ID.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.7 |
tBgpPrngPlcyASOverrideThe value of the object tBgpPrngPlcyASOverride specifies whether
or not the customer AS number in the ASPATH attrubute is overriden
with the own AS number.
When the value of tBgpPrngPlcyASOverride is 'true', the service
provider BGP will override the customer AS number in the ASPATH
with its own AS number. Without this feature there could be
scenarios where multiple CE locations belonging to the same AS
will not be able to communicate due to a potential loop detection.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.8 |
tBgpPrngPlcyAuthKeyChainThe value of tBgpPrngPlcyAuthKeyChain specifies the
keychain which will be used to sign and/or authenticate the BGP
protocol stream.
The keychain name is defined by tmnxKeyChainName and is the index for
TIMETRA-SECURITY-MIB::tmnxKeyChainTablerw TNamedItemOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.9 |
tBgpPrngPlcyMd5AuthThe value of the object tBgpPrngPlcyMd5Auth specifies whether or
not authentication using MD5 message based digest protocol is
enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.10 |
tBgpPrngPlcyMd5AuthKeyThe value of the object tBgpPrngPlcyMd5AuthKey specifies
the authentication key to be used between BGP
peers neighbors when establishing sessions.
Authentication is done using the MD-5 message based digest protocol.
Authentication can be configured globally and applied to all
BGP peers or per group or per peer. The most specific value
is used.
The authentication key can be any combination of letters or
numbers. Note that the string may contain embedded nulls.rw OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.11 |
tBgpPrngPlcyClusterIdThe value of the object tBgpPrngPlcyClusterId specifies the
cluster ID for a route reflector server.
A value of 0.0.0.0 indicates that no cluster ID has been assigned
to the BGP instance.rw IpAddress .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.12 |
tBgpPrngPlcyConnectRetryThe value of the object tBgpPrngPlcyConnectRetry specifies
the value (in seconds) of the BGP Connect Retry timer.rw BgpConnectRetryTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.13 |
tBgpPrngPlcyDampeningThe value of the object tBgpPrngPlcyDampening specifies
whether or not route dampening should be applied to learned
routes.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.14 |
tBgpPrngPlcyDisableClientReflectThe value of the object tBgpPrngPlcyDisableClientReflect specifies
whether or not route reflection is active for this peer.
Setting this value to 'true', disables reflection of routes by the
route reflector to all client peers within its cluster. When set
to 'false', reflection of routes to all client peers is enabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.15 |
tBgpPrngPlcyDisableCommsThe value of the object tBgpPrngPlcyDisableComms specifies
whether or not the community attribute is to be sent to the peer
for non-external communities.
Setting the value of tBgpPGDisableComms to 'true' disables sending
of community attribute to the peer for non-external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.16 |
tBgpPrngPlcyDisableExtCommsThe value of the object tBgpPrngPlcyDisableExtComms specifies
whether or not the community attribute is to be sent to the peer
for external communities.
Setting the value of tBgpPGDisableComms to 'true' disables sending
of community attribute to the peers for external communities.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.17 |
tBgpPrngPlcyDisableFEFailoverThe value of the object tBgpPrngPlcyDisableFEFailover
specifies whether or not the router should drop an external
BGP session immediately when the local interface goes down,
or whether the BGP session should be kept up until the
holdtime expires.
Setting the value to 'true' causes the external BGP
session to go down immediately when the local interface
goes down.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.18 |
tBgpPrngPlcyImportPolicy1The value of the object tBgpPrngPlcyImportPolicy1 specifies
the import policy number 1 for this peer.
An empty string indicates that no import policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyImportPolicy1.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.19 |
tBgpPrngPlcyImportPolicy2The value of the object tBgpPrngPlcyImportPolicy2 specifies
the import policy number 2 for this peer.
An empty string indicates that no import policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyImportPolicy2.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.20 |
tBgpPrngPlcyImportPolicy3The value of the object tBgpPrngPlcyImportPolicy3 specifies
the import policy number 3 for this peer.
An empty string indicates that no import policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyImportPolicy3.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.21 |
tBgpPrngPlcyImportPolicy4The value of the object tBgpPrngPlcyImportPolicy4 specifies
the import policy number 4 for this peer.
An empty string indicates that no import policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyImportPolicy4.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.22 |
tBgpPrngPlcyImportPolicy5The value of the object tBgpPrngPlcyImportPolicy5 specifies
the import policy number 5 for this peer.
An empty string indicates that no import policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyImportPolicy5.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.23 |
tBgpPrngPlcyExportPolicy1The value of the object tBgpPrngPlcyExportPolicy1 specifies
the export policy number 1 for this peer.
An empty string indicates that no export policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyExportPolicy1.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.24 |
tBgpPrngPlcyExportPolicy2The value of the object tBgpPrngPlcyExportPolicy2 specifies
the export policy number 2 for this peer.
An empty string indicates that no export policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyExportPolicy2.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.25 |
tBgpPrngPlcyExportPolicy3The value of the object tBgpPrngPlcyExportPolicy3 specifies
the export policy number 3 for this peer.
An empty string indicates that no export policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyExportPolicy3.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.26 |
tBgpPrngPlcyExportPolicy4The value of the object tBgpPrngPlcyExportPolicy4 specifies
the export policy number 4 for this peer.
An empty string indicates that no export policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyExportPolicy4.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.27 |
tBgpPrngPlcyExportPolicy5The value of the object tBgpPrngPlcyExportPolicy5 specifies
the export policy number 5 for this peer.
An empty string indicates that no export policy is applied.
This object was obsoleted in release 10.0. It is replaced by
object tBgpPeeringPlcyExportPolicy5.rwobsolete TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.28 |
tBgpPrngPlcyHoldTimeThe value of the object tBgpPrngPlcyHoldTime specifies
the value (in seconds) of the BGP Hold Time Parameter.rw BgpHoldTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.29 |
tBgpPrngPlcyKeepAliveThe value of the object tBgpPrngPlcyKeepAlive specifies
the value of the BGP Keepalive timer. A keepalive message
is sent every time this timer expires.rw BgpKeepAliveTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.30 |
tBgpPrngPlcyLocalAddressTypeThe value of tBgpPrngPlcyLocalAddressType specifies
the address type of the peer group local address.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.31 |
tBgpPrngPlcyLocalAddressThe value of tBgpPrngPlcyLocalAddress specifies
the address of the peer group local address.
The type of address contained in tBgpPrngPlcyLocalAddress
is determined by tBgpPrngPlcyLocalAddressType.
If local address is not set, tBgpPrngPlcyLocalAddressType
is set to unknown and tBgpPrngPlcyLocalAddress returns
a null string.rw InetAddress .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.32 |
tBgpPrngPlcyLocalASThe value of the object tBgpPrngPlcyLocalAS specifies
the autonomous system number to be advertised to this peer.rw InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.33 |
tBgpPrngPlcyLocalASPrivateIf tBgpPrngPlcyLocalASPrivate is true, specifies that the local
autonomous system number is hidden in paths learned from peering.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.34 |
tBgpPrngPlcyLocalPreferenceThe value of the object tBgpPrngPlcyLocalPreference specifies
the default value for the Local Preference attribute.
This value is used if the BGP route arrives from a BGP peer
without the Local Pref attribute set. It is overridden by
any value set via a route policy.rw TmnxBgpLocalPreference (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.35 |
tBgpPrngPlcyLoopDetectThe value of the object tBgpPrngPlcyLoopDetect specifies
how the peer session should deal with loop
detection in the AS Path.rw BgpLoopDetect .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.36 |
tBgpPrngPlcyMEDSourceThe value of tBgpPrngPlcyMEDSource specifies the
Multi Exit Discriminator value source for this peer.rw BgpMEDSource .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.37 |
tBgpPrngPlcyMEDValueThe value of the object tBgpPrngPlcyMEDValue
specifies,when tBgpPeerMEDSource is metricVal,
the Multi Exit Discriminator value for this peer.
Otherwise the value of this object is ignored.rw BgpMEDValue .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.38 |
tBgpPrngPlcyMinASOriginationThe value of the object tBgpPrngPlcyMinASOrigination
specifies the minimal interval (in seconds) at which a
given path attribute can be advertised to a peer.rw BgpMinASOriginationTime UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.39 |
tBgpPrngPlcyMinRteAdvertisementThe value of the object tBgpPrngPlcyMinRteAdvertisement
specifies the minimum interval at which a given
path attribute can be advertised to a peer.rw BgpMinRouteAdvertisement UNITS "seconds" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.40 |
tBgpPrngPlcyMultihopThe value of the object tBgpPrngPlcyMultihop
specifies the TTL used in IP packet header for BGP
advertisements. Default TTL values for EBGP peer is 1,
and MAX_TTL for IBGP peers. Default value if not set is
no_type - the peer has to infer its value based on
local-as, and peer-as in that case.rw BgpTimeToLive UNITS "TTL hops" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.41 |
tBgpPrngPlcyNextHopSelfThe value of the object tBgpPrngPlcyNextHopSelf specifies
whether or not routes advertised to EBGP peers
have NEXTHOP path attribute set to this router's physical interface.
When false, third party routes are advertised.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.42 |
tBgpPrngPlcyPassiveThe value of the object tBgpPrngPlcyPassive specifies
whether or not this router will attempt to connect to the
peer, or will wait for the peer to connect.
If set to true, this router will NOT attempt to connect to
the peer, but will wait passively for the peer to connect.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.43 |
tBgpPrngPlcyPeerASThe value of the object tBgpPrngPlcyPeerAS specifies
the Autonomous System number for the remote peer.rw InetAutonomousSystemNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.44 |
tBgpPrngPlcyPreferenceThe value of the object tBgpPrngPlcyPreference specifies
the route preference for routes learned via the peer.rw TmnxBgpPreference .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.45 |
tBgpPrngPlcyMaxPrefixThe value of tBgpPrngPlcyMaxPrefix specifies the maximum
number of routes that can be learned from this peer.
A value of zero specifies that there is not limit to the number
of routes learned.
The tBgpMaxNgPrefixThreshReached notification is sent when
the number of routes exceeds a percentage of this limit as
specified by tBgpPrngPlcyMaxPrefixThreshold.
If the number of routes exceeds this limit, then
BGP peering will be disabled and the tBgpMaxNgPrefix100
notification will be sent.rw BgpPrefixLimit UNITS "number of routes" .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.46 |
tBgpPrngPlcyRemovePrivateASThe value of the object tBgpPrngPlcyRemovePrivateAS specifies
whether or not private AS numbers should be stripped from
the AS Path before advertising them to BGP peers.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.47 |
tBgpPrngPlcyMinTTLValueThe value of tBgpPrngPlcyMinTTLValue specifies the minimum
TTL value for an incoming BGP packet.
If tBgpPrngPlcyMinTTLValue is set to zero (0), the
TTL Security feature is disabled.rw Unsigned32 (0 | 1..255) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.48 |
tBgpPrngPlcyPeerTypeThe value of the object tBgpPrngPlcyPeerType specifies
the type of peer - noType(1), internal(2) and external(3).
Default value if not set is noType - the peer has to
infer its value based on local-as, and peer-as in that
case.rw BgpPeerType .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.49 |
tBgpPrngPlcyDisable4ByteASNThe value of tBgpPrngPlcyDisable4ByteASN specifies whether or not
4-byte ASN capability will be advertised by this peer.
When the value of tBgpPrngPlcyDisable4ByteASN is set to false,
4-byte ASN support will be negotiated with the associated remote
peers. When the value of tBgpPrngPlcyDisable4ByteASN is set to true,
4-byte ASN capability will not be advertised by this peer.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.50 |
tBgpPrngPlcyRemovePrivateASLmtdThe value of tBgpPrngPlcyRemovePrivateASLmtd specifies whether this BGP
peer will remove the private AS numbers.
When the value of tBgpPeerNgRemovePrivateASLmtd is true, this BGP peer
will remove private AS numbers from the AS Path.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.51 |
tBgpPrngPlcyMaxPrefixLogOnlyThe value of tBgpPrngPlcyMaxPrefixLogOnly specifies whether BGP
peering will be disabled when tBgpPrngPlcyMaxPrefix is exceeded.
When the value is set to 'true', BGP peering will be enabled.
When the value is set to 'false', BGP peering will be disabled.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.52 |
tBgpPrngPlcyMaxPrefixThresholdThe value of tBgpPrngPlcyMaxPrefixThreshold specifies a percentage
of tBgpPrngPlcyMaxPrefixrw Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.6.2.1.53 |
tBgpPeeringPlcyTableThe tBgpPeeringPlcyTable contains BGP peering policies. SEQUENCE OF TBgpPeeringPlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.6.3 |
tBgpPeeringPlcyEntryAn entry (conceptual row) in the tBgpPeeringPlcyTable. TBgpPeeringPlcyEntry .1.3.6.1.4.1.6527.3.1.2.14.6.3.1 |
tBgpPeeringPlcyImportPolicy1The value of tBgpPeeringPlcyImportPolicy1 specifies
the first import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.1 |
tBgpPeeringPlcyImportPolicy2The value of tBgpPeeringPlcyImportPolicy2 specifies
the second import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.2 |
tBgpPeeringPlcyImportPolicy3The value of tBgpPeeringPlcyImportPolicy3 specifies
the third import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.3 |
tBgpPeeringPlcyImportPolicy4The value of tBgpPeeringPlcyImportPolicy4 specifies
the fourth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.4 |
tBgpPeeringPlcyImportPolicy5The value of tBgpPeeringPlcyImportPolicy5 specifies
the fifth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.5 |
tBgpPeeringPlcyImportPolicy6The value of tBgpPeeringPlcyImportPolicy6 specifies
the sixth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.6 |
tBgpPeeringPlcyImportPolicy7The value of tBgpPeeringPlcyImportPolicy7 specifies
the seventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.7 |
tBgpPeeringPlcyImportPolicy8The value of tBgpPeeringPlcyImportPolicy8 specifies
the eighth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.8 |
tBgpPeeringPlcyImportPolicy9The value of tBgpPeeringPlcyImportPolicy9 specifies
the ninth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.9 |
tBgpPeeringPlcyImportPolicy10The value of tBgpPeeringPlcyImportPolicy10 specifies
the tenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.10 |
tBgpPeeringPlcyImportPolicy11The value of tBgpPeeringPlcyImportPolicy11 specifies
the eleventh import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.11 |
tBgpPeeringPlcyImportPolicy12The value of tBgpPeeringPlcyImportPolicy12 specifies
the twelfth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.12 |
tBgpPeeringPlcyImportPolicy13The value of tBgpPeeringPlcyImportPolicy13 specifies
the thirteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.13 |
tBgpPeeringPlcyImportPolicy14The value of tBgpPeeringPlcyImportPolicy14 specifies
the fourteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.14 |
tBgpPeeringPlcyImportPolicy15The value of tBgpPeeringPlcyImportPolicy15 specifies
the fifteenth import policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.15 |
tBgpPeeringPlcyExportPolicy1The value of tBgpPeeringPlcyExportPolicy1 specifies
the first export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.16 |
tBgpPeeringPlcyExportPolicy2The value of tBgpPeeringPlcyExportPolicy2 specifies
the second export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.17 |
tBgpPeeringPlcyExportPolicy3The value of tBgpPeeringPlcyExportPolicy3 specifies
the third export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.18 |
tBgpPeeringPlcyExportPolicy4The value of tBgpPeeringPlcyExportPolicy4 specifies
the fourth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.19 |
tBgpPeeringPlcyExportPolicy5The value of tBgpPeeringPlcyExportPolicy5 specifies
the fifth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.20 |
tBgpPeeringPlcyExportPolicy6The value of tBgpPeeringPlcyExportPolicy6 specifies
the sixth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.21 |
tBgpPeeringPlcyExportPolicy7The value of tBgpPeeringPlcyExportPolicy7 specifies
the seventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.22 |
tBgpPeeringPlcyExportPolicy8The value of tBgpPeeringPlcyExportPolicy8 specifies
the eighth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.23 |
tBgpPeeringPlcyExportPolicy9The value of tBgpPeeringPlcyExportPolicy9 specifies
the ninth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.24 |
tBgpPeeringPlcyExportPolicy10The value of tBgpPeeringPlcyExportPolicy10 specifies
the tenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.25 |
tBgpPeeringPlcyExportPolicy11The value of tBgpPeeringPlcyExportPolicy11 specifies
the eleventh export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.26 |
tBgpPeeringPlcyExportPolicy12The value of tBgpPeeringPlcyExportPolicy12 specifies
the twelfth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.27 |
tBgpPeeringPlcyExportPolicy13The value of tBgpPeeringPlcyExportPolicy13 specifies
the thirteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.28 |
tBgpPeeringPlcyExportPolicy14The value of tBgpPeeringPlcyExportPolicy14 specifies
the fourteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.29 |
tBgpPeeringPlcyExportPolicy15The value of tBgpPeeringPlcyExportPolicy15 specifies
the fifteenth export policy.rw TPolicyStatementNameOrEmpty (TIMETRA-TC-MIB) .1.3.6.1.4.1.6527.3.1.2.14.6.3.1.30 |
tBgpNotificationObjs OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.2.14.7 |
tBgpPeerNgAddrTypeThe value of tBgpPeerNgAddrType indicates the type of address for the
BGP peer represented by tBgpPeerNgAddr.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.7.1 |
tBgpPeerNgAddrThe value of tBgpPeerNgAddr indicates the address for the BGP peer.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.7.2 |
tBgpFlowspecExtCommunityActionThe value of tBgpFlowspecExtCommunityAction indicates the extended
community action received as part of flow route from a remote
BGP peer.ro TmnxBgpFlowRouteExtCommAction .1.3.6.1.4.1.6527.3.1.2.14.7.3 |
tBgpPeerFlowRouteDestAddrTypeThe value of tBgpPeerFlowRouteDestAddrType indicates the type of
address for the BGP peer represented by tBgpPeerFlowRouteDestAddr.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.7.4 |
tBgpPeerFlowRouteDestAddrThe value of tBgpPeerFlowRouteDestAddr indicates the address of the
destination BGP peer received as part of a flow route.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.6527.3.1.2.14.7.5 |
tBgpFlowRouteInvalidReasonThe value of tBgpFlowRouteInvalidReason indicates the reason
why the received flow route is invalid.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.7.6 |
tBgpFlowRouteNLRIThe value of tBgpFlowRouteNLRI contains at most the first 30 octets
of the NLRI (Network Layer Reachability Information) received
in a flow route.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.7.7 |
tBgpFlowspecExtCommActionValueThe value of tBgpFlowspecExtCommActionValue indicates the extended
community action value received as part of flow route from a remote
BGP peer.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.7.8 |
tBgp4OptTransPathAttrTypeThe value of tBgp4OptTransPathAttrType indicates the
optional-transitive path attribute type received from a remote BGP
peer.ro Integer32 .1.3.6.1.4.1.6527.3.1.2.14.7.9 |
tBgp4OptTransPathAttrLengthThe value of tBgp4OptTransPathAttrLength indicates the length of
optional-transitive path attribute length received from a remote BGP
peer.ro Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.7.10 |
tBgp4OptTransPathAttributeThe value of tBgp4OptTransPathAttribute indicates the
optional-transitive path attribute value received from a remote BGP
peer.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.7.11 |
tBgp4OTWithdrawnRouteLengthThe value of tBgp4OTWithdrawnRouteLength indicates the length of
the route withdrawn as a result of optional-transitive path attribute
error.ro Unsigned32 .1.3.6.1.4.1.6527.3.1.2.14.7.12 |
tBgp4OTWithdrawnRoutePrefixThe value of tBgp4OTWithdrawnRoutePrefix indicates the prefix of
the route withdrawn as a result of optional-transitive path attribute
error.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.7.13 |
tBgpRouteInvalidReasonThe value of tBgpRouteInvalidReason indicates the reason why the
received route is invalid.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6527.3.1.2.14.7.14 |
tBgpRouteNLRIThe value of tBgpRouteNLRI contains at most the first 255 octets
of the NLRI (Network Layer Reachability Information) received
in a route.ro OCTET STRING .1.3.6.1.4.1.6527.3.1.2.14.7.15 |
tBgpNotificationsPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.3.14 |
tBgpNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.6527.3.1.3.14.0 |
tBgpMaxPrefix90the number of routes learned from this peer has
exceeded 90 percent of the configured maximum. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.1 |
tBgpMaxPrefix100the number of routes learned from this peer has
exceeded the configured maximum. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.2 |
tBgpPeerGRStatusChangeThe tBgpPeerGRStatusChange notification is generated when
the graceful restart status changes for a BGP peer. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.3 |
tBgpMaxNgPrefix90A tBgpMaxNgPrefix90 notification is generated when the
number of routes learned from the peer has exceeded
tBgpPeerNgMaxPrefixThreshold percent of the configured maximum
(tBgpPeerNgMaxPrefix).
tBgpMaxNgPrefix90 replaces notification object
tBgpMaxPrefix90 as the latter does not support an IPv6 peer. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.4 |
tBgpMaxNgPrefix100A tBgpMaxNgPrefix100 notification is generated when the
number of routes learned from the peer has exceeded
the configured maximum.
tBgpMaxNgPrefix100 replaces notification object
tBgpMaxPrefix100 as the latter does not support an IPv6 peer. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.5 |
tBgpPeerNgGRStatusChangeA tBgpPeerNgGRStatusChange notification is generated when
the graceful restart status changes for a BGP peer.
tBgpPeerNgGRStatusChange replaces notification object
tBgpPeerGRStatusChange as the latter does not support an IPv6 peer. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.6 |
tBgpNgEstablishedA tBgpNgEstablished notification is generated when
the BGP FSM enters the ESTABLISHED state.
tBgpNgEstablished is only generated for ipv6 addresses.
BGP4-MIB::bgpEstablished is generated for ipv4 addresses. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.7 |
tBgpNgBackwardTransitionA tBgpNgBackwardTransition notification is generated
when the BGP FSM moves from a higher numbered
state to a lower numbered state.
tBgpNgBackwardTransition is only generated for ipv6 addresses.
BGP4-MIB::bgpBackwardTransition is generated for ipv4 addresses. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.8 |
tBgpPeerNgHoldTimeInconsistentA tBgpPeerNgHoldTimeInconsistent notification is generated for a
BGP neighbor when a peer tries to establish a peering with a hold
time less than the configured minimum hold time. The peering would
be rejected. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.9 |
tBgpFlowspecUnsupportdComAction[CAUSE] The tBgpFlowspecUnsupportdComAction notification is generated
when the best route for a flow specification NLRI(Network Layer
Reachability Information) is received from a remote
BGP peer with an extended community action that is unsupported.
[EFFECT] The BGP peer dose not create ip filter entry for the
received flow route even if the NLRI(Network Layer Reachability
Information) has valid extended community actions.
[RECOVERY] There is no recovery required for this notification. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.10 |
tBgpFlowRouteInvalid[CAUSE] The tBgpFlowRouteInvalid notification is generated when
the received BGP flow route is invalid.
[EFFECT] The BGP peer dose not create ip filter entry for the
received flow route.
[RECOVERY] There is no recovery required for this notification. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.11 |
tBgpMaxNgPrefixThreshReached[CAUSE] A tBgpMaxNgPrefixThreshReached notification is generated
when the number of routes learned from the peer has exceeded
tBgpPeerNgMaxPrefixThreshold percent of the configured maximum
(tBgpPeerNgMaxPrefix).
tBgpMaxNgPrefixThreshReached replaces notification object
tBgpMaxNgPrefix90 as the latter limits the threshold to 90 percent.
[EFFECT] No direct effect but if the peer continues to advertise more
routes then the number of routes may exceed the configured
maximum (tBgpPeerNgMaxPrefix). in that case the peer would just
be disabled.
[RECOVERY] Increase the max-prefix for this peer. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.12 |
tBgp4OptTransPathAttrInvalid[CAUSE] The tBgp4OptTransPathAttrInvalid notification is generated
when the received optional-transitive path attribute is unknown to
this BGP peer.
[EFFECT] The BGP peer simply passes the path attribute to the next
BGP peer along the route and is not considered responsible for any
encoding error. In this case the BGP peering is not torn down.
[RECOVERY] There is no recovery required for this notification. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.13 |
tBgp4OptTransWithdrawnRoutes[CAUSE] The tBgp4OptTransWithdrawnRoutes notification is generated
when the processing of optional-transitive path attribute results in
the withdrawal of the routes included in the BGP update.
[EFFECT] This notification has no direct effect. The withdrawn routes
are logged to aid debugging and tracking back the root cause of the
problem.
[RECOVERY] There is no recovery required for this notification. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.14 |
tBgp4RouteInvalid[CAUSE] The tBgp4RouteInvalid notification is generated
when the received route is invalid for a specific reason and
the route can not be used or advertised further.
[EFFECT] The BGP peer ignores the route and flags the
path attribute and the route so that the peer/tribe that was
attempting to advertise the associated route can skip this route.
The BGP peering is not torn down in this case.
[RECOVERY] There is no recovery required for this notification. NOTIFICATION-TYPE .1.3.6.1.4.1.6527.3.1.3.14.0.15 |
tBgpPeerOperGRStatusThe value of tBgpPeerOperGRStatus indicates the graceful restart status
of the BGP peer.'
The values of tBgpPeerOperGRStatus means:
notHelping (1),
restarting (2),
restart-complete (3),
helping (4)
::= { tBgpPeerOperEntry 24 }
tBgpPeerOperNumRestarts OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS obsolete
DESCRIPTIONroobsolete Enumeration .tBgpPeerNgOperEntry.24 |
tBgpPeerNgOperNumRestartsThe value of tBgpPeerNgOperNumRestarts indicates the number of times
the peer has attempted restart.ro Unsigned32 .tBgpPeerNgOperEntry.25 |
tBgpPeerNgOperLastRestartTimeThe value of tBgpPeerNgOperLastRestartTime indicates the last time the
peer attempted restart.ro TimeStamp (SNMPv2-TC) .tBgpPeerNgOperEntry.26 |
tBgpPeerNgOperV6ReceivedPrefixesThe value of tBgpPeerNgOperV6ReceivedPrefixes indicates the
number of IPv6 prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.27 |
tBgpPeerNgOperV6SentPrefixesThe value of tBgpPeerNgOperV6SentPrefixes indicates the number
of IPv6 prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.28 |
tBgpPeerNgOperV6ActivePrefixesThe value of tBgpPeerNgOperV6ActivePrefixes indicates the number
of active IPv6 prefixes from this peer.ro Gauge32 .tBgpPeerNgOperEntry.29 |
tBgpPeerNgOperV6ReceivedPathsThe value of tBgpPeerNgOperV6ReceivedPaths indicates the number
of IPv6 paths received from this peer.roobsolete Counter32 .tBgpPeerNgOperEntry.30 |
tBgpPeerNgOperV6SuppPathsDampingThe value of tBgpPeerNgOperV6SuppPathsDamping indicates the number
of IPv6 paths from this peer, which have been suppressed by
damping.roobsolete Counter32 .tBgpPeerNgOperEntry.31 |
tBgpPeerNgOperVpnReceivedPathsThe value of tBgpPeerNgOperVpnReceivedPaths indicates the number
of VPN paths received from this peer.roobsolete Counter32 .tBgpPeerNgOperEntry.32 |
tBgpPeerNgOperV4SuppPfxDampThe value of tBgpPeerNgOperV4SuppPfxDamp indicates the number
of IPv6 prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.33 |
tBgpPeerNgOperVpnSuppPfxDampThe value of tBgpPeerNgOperVpnSuppPfxDamp indicates the number
of VPN IPv4 prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.34 |
tBgpPeerNgOperV6SuppPfxDampThe value of tBgpPeerNgOperV6SuppPfxDamp indicates the number
of IPv6 prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.35 |
tBgpPeerNgOperMCastV4SuppPfxDampThe value of tBgpPeerNgOperMCastV4SuppPfxDamp indicates the number
of IPv4 multicast prefixes from this peer, which have been suppressed
by damping.ro Counter32 .tBgpPeerNgOperEntry.36 |
tBgpPeerNgOperMCastV4RecvPfxsThe value of tBgpPeerNgOperMCastV4RecvPfxs indicates the
number of IPv4 multicast prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.37 |
tBgpPeerNgOperMCastV4SentPfxsThe value of tBgpPeerNgOperMCastV4SentPfxs indicates the number
of IPv4 multicast prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.38 |
tBgpPeerNgOperMCastV4ActivePfxsThe value of tBgpPeerNgOperMCastV4ActivePfxs indicates the number
of active IPv4 multicast prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.39 |
tBgpPeerNgOperVpnIpv6RecvPfxsThe value of tBgpPeerNgOperVpnIpv6RecvPfxs indicates the number
of VPN IPv6 prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.40 |
tBgpPeerNgOperVpnIpv6SentPfxsThe value of tBgpPeerNgOperVpnIpv6SentPfxs indicates the number
of VPN IPv6 prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.41 |
tBgpPeerNgOperVpnIpv6ActivePfxsThe value of tBgpPeerNgOperVpnIpv6ActivePfxs indicates the number
of active VPN IPv6 prefixes from this peer.ro Gauge32 .tBgpPeerNgOperEntry.42 |
tBgpPeerNgOperVpnIpv6SuppPfxDampThe value of tBgpPeerNgOperVpnIpv6SuppPfxDamp indicates the number
of VPN IPv6 prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.43 |
tBgpPeerNgOperMvpnV4SuppPfxDampThe value of tBgpPeerNgOperMvpnV4SuppPfxDamp indicates the number
of MVPN IPv4 prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.44 |
tBgpPeerNgOperMvpnV4RecvPfxsThe value of tBgpPeerNgOperMvpnV4RecvPfxs indicates the number
of MVPN IPv4 prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.45 |
tBgpPeerNgOperMvpnV4SentPfxsThe value of tBgpPeerNgOperMvpnV4SentPfxs indicates the number
of MVPN IPv4 prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.46 |
tBgpPeerNgOperMvpnV4ActivePfxsThe value of tBgpPeerNgOperMvpnV4ActivePfxs indicates the number
of active MVPN IPv4 prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.47 |
tBgpPeerNgOperl2VpnSuppPfxDampThe value of tBgpPeerNgOperl2VpnSuppPfxDamp indicates the number
of L2VPN prefixes from this peer, which have been supressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.48 |
tBgpPeerNgOperl2VpnRecvPfxsThe value of tBgpPeerNgOperl2VpnRecvPfxs indicates the number L2VPN
prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.49 |
tBgpPeerNgOperl2VpnSentPfxsThe value of tBgpPeerNgOperl2VpnSentPfxs indicates the number of L2VPN
prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.50 |
tBgpPeerNgOperl2VpnActivePfxsThe value of tBgpPeerNgOperl2VpnActivePfxs indicates the number of active
L2VPN prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.51 |
tBgpPeerNgOperMdtSafiSuppPfxDampThe value of tBgpPeerNgOperMdtSafiSuppPfxDamp indicates the number
of MDT-SAFI prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.52 |
tBgpPeerNgOperMdtSafiRecvPfxsThe value of tBgpPeerNgOperMdtSafiRecvPfxs indicates the number
of MDT-SAFI prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.53 |
tBgpPeerNgOperMdtSafiSentPfxsThe value of tBgpPeerNgOperMdtSafiSentPfxs indicates the number
of MDT-SAFI prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.54 |
tBgpPeerNgOperMdtSafiActivePfxsThe value of tBgpPeerNgOperMdtSafiActivePfxs indicates the number
of active MDT-SAFI prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.55 |
tBgpPeerNgOperMsPwSuppPfxDampThe value of tBgpPeerNgOperMsPwSuppPfxDamp indicates the number
of MS-PW prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.56 |
tBgpPeerNgOperMsPwRecvPfxsThe value of tBgpPeerNgOperMsPwRecvPfxs indicates the number
of MS-PW prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.57 |
tBgpPeerNgOperMsPwSentPfxsThe value of tBgpPeerNgOperMsPwSentPfxs indicates the number
of MS-PW prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.58 |
tBgpPeerNgOperMsPwActivePfxsThe value of tBgpPeerNgOperMsPwActivePfxs indicates the number
of active MS-PW prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.59 |
tBgpPeerNgOperFlowIpv4SupPfxDampThe value of tBgpPeerNgOperFlowIpv4SupPfxDamp indicates the number
of flow-ipv4 prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.60 |
tBgpPeerNgOperFlowIpv4RecvPfxsThe value of tBgpPeerNgOperFlowIpv4RecvPfxs indicates the number
of flow-ipv4 prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.61 |
tBgpPeerNgOperFlowIpv4SentPfxsThe value of tBgpPeerNgOperFlowIpv4SentPfxs indicates the number
of flow-ipv4 prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.62 |
tBgpPeerNgOperFlowIpv4ActivePfxsThe value of tBgpPeerNgOperFlowIpv4ActivePfxs indicates the number
of active flow-ipv4 prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.63 |
tBgpPeerNgAddPathSendRemoteCapsThe value of tBgpPeerNgAddPathSendRemoteCaps indicates the address
families for which the add-path send capability is supported on
the remote end of the BGP Peer.ro TmnxAddPathAddressFamily .tBgpPeerNgOperEntry.66 |
tBgpPeerNgAddPathRecvRemoteCapsThe value of tBgpPeerNgAddPathRecvRemoteCaps indicates the address
families for which the add-path receive capability is supported on
the remote end of the BGP Peer.ro TmnxAddPathAddressFamily .tBgpPeerNgOperEntry.67 |
tBgpPeerNgOperBackupPrefixesThe value of tBgpPeerNgOperBackupPrefixes indicates the number
of IPv4 routes selected as backup from this peer.ro Counter32 .tBgpPeerNgOperEntry.68 |
tBgpPeerNgOperV6BackupPrefixesThe value of tBgpPeerNgOperV6BackupPrefixes indicates the number
of IPv6 routes selected as backup from this peer.ro Counter32 .tBgpPeerNgOperEntry.69 |
tBgpPeerNgOperRtTgtSuppPfxDampThe value of tBgpPeerNgOperRtTgtRecvPfxs indicates the number
of route target prefixes from this peer, which have been suppressed by
damping.ro Counter32 .tBgpPeerNgOperEntry.70 |
tBgpPeerNgOperRtTgtRecvPfxsThe value of tBgpPeerNgOperRtTgtRecvPfxs indicates the number of
route target prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.71 |
tBgpPeerNgOperRtTgtSentPfxsThe value of tBgpPeerNgOperRtTgtSentPfxs indicates the number of
route target prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.72 |
tBgpPeerNgOperRtTgtActivePfxsThe value of tBgpPeerNgOperRtTgtActivePfxs indicates the number of
active route target prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.73 |
tBgpPeerNgOperVpnV4BackupPfxsThe value of tBgpPeerNgOperVpnV4BackupPfxs indicates the number
of VPN IPv4 routes selected as backup from this peer.ro Counter32 .tBgpPeerNgOperEntry.74 |
tBgpPeerNgOperVpnV6BackupPfxsThe value of tBgpPeerNgOperVpnV6BackupPfxs indicates the number
of VPN IPv6 routes selected as backup from this peer.ro Counter32 .tBgpPeerNgOperEntry.75 |
tBgpPeerNgOperMcastVpnV4RecvPfxsThe value of tBgpPeerNgOperMcastVpnV4RecvPfxs indicates the number of
multicast vpn ipv4 prefixes received from this peer.ro Counter32 .tBgpPeerNgOperEntry.76 |
tBgpPeerNgOperMcastVpnV4SentPfxsThe value of tBgpPeerNgOperMcastVpnV4SentPfxs indicates the number of
multicast vpn ipv4 prefixes transmitted to this peer.ro Counter32 .tBgpPeerNgOperEntry.77 |
tBgpPeerNgOperMcastVpnV4ActPfxsThe value of tBgpPeerNgOperMcastVpnV4ActPfxs indicates the number of
active multicast vpn ipv4 prefixes from this peer.ro Counter32 .tBgpPeerNgOperEntry.78 |