TIMETRA-BGP-MIB

File: TIMETRA-BGP-MIB.mib (493411 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
BGP4-MIB TIMETRA-GLOBAL-MIB TIMETRA-TC-MIB
TIMETRA-FILTER-MIB INET-ADDRESS-MIB TIMETRA-VRTR-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Unsigned32 Gauge32
Counter32 Integer32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TEXTUAL-CONVENTION RowStatus DisplayString
TruthValue TimeStamp TestAndIncr
bgp4PathAttrIpAddrPrefix bgp4PathAttrIpAddrPrefixLen bgp4PathAttrPeer
timetraSRMIBModules tmnxSRObjs tmnxSRNotifyPrefix
tmnxSRConfs TmnxBgpAutonomousSystem TmnxBgpPreference
TmnxBgpLocalPreference TPolicyStatementNameOrEmpty TmnxVRtrID
TmnxAdminState TmnxOperState TNamedItem
TmnxVPNRouteDistinguisher TNamedItemOrEmpty TmnxBGPFamilyType
TmnxEnabledDisabled TFilterLogId InetAddress
InetAddressType InetAutonomousSystemNumber vRtrID

Defined Types

BgpConnectRetryTime  
a time interval in seconds for a 'ConnectRetry' timer. default is 120 seconds.
TEXTUAL-CONVENTION    
  INTEGER 1..65535  

BgpHoldTime  
a time interval in seconds for Hold Timer.
TEXTUAL-CONVENTION    
  INTEGER 0 | 3..65535  

BgpKeepAliveTime  
a time interval in seconds for the Keep Alive timer.
TEXTUAL-CONVENTION    
  INTEGER 0 | 1..21845  

BgpMinASOriginationTime  
a time interval in seconds for the minimum AS Origination Time. Suggested default is 15 seconds.
TEXTUAL-CONVENTION    
  INTEGER 2..255  

BgpLoopDetect  
Determines how the peer session should deal with loop detection in the AS path. drop: Send a Notification to remote peer and drop session ignore: Ignore routes with loops in the the AS Path but maintain peering off: Turn off loop detection
TEXTUAL-CONVENTION    
  INTEGER drop(1), ignore(2), off(3), discardRoute(4)  

BgpMinRouteAdvertisement  
Determines the minimal interval (in seconds) at with a given path attribute can be advertised to a peer.
TEXTUAL-CONVENTION    
  INTEGER 1..255  

BgpMEDSource  
The source of the Multi Exit Discriminator in the advertisement
TEXTUAL-CONVENTION    
  INTEGER igpCost(1), metricVal(2), noMedOut(3)  

BgpMEDValue  
a Multi Exit Discriminator value.
TEXTUAL-CONVENTION    
  Unsigned32  

BgpTimeToLive  
Time To Live (TTL) value for IP packet header.
TEXTUAL-CONVENTION    
  INTEGER 0..255  

BgpMultiPath  
BGP Multipath max-path value. one means disabled, no multipath.
TEXTUAL-CONVENTION    
  INTEGER 1..32  

BgpPeerGroupName  
the name of a Peer Group.
TEXTUAL-CONVENTION    
  DisplayString Size(1..32)  

BgpPeerGroupNameOrEmpty  
the name of a Peer Group.
TEXTUAL-CONVENTION    
  DisplayString Size(0..32)  

BgpPrefixLimit  
BGP prefix learning count limit. zero means no prefix learning limit.
TEXTUAL-CONVENTION    
  Unsigned32  

BgpPeerType  
the type of BGP peer, internal or external.
TEXTUAL-CONVENTION    
  INTEGER noType(1), internal(2), external(3)  

BgpPeerState  
The BGP peer connection state.
TEXTUAL-CONVENTION    
  INTEGER idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)  

BgpPeerEvent  
BGP peer events. The event 'none' implies that the peer is in initialization phase. The event 'start' implies that BGP operation has started on this peer. The event 'stop' implies that BGP operation has stopped on this peer. The event 'open' implies that BGP transport has initialized a connection open action to the peer. The event 'close' implies that BGP transport has closed the connection to the peer. The event 'openFail' implies that open connection attempt of BGP transport has failed. The event 'error' implies that BGP transport experienced a fatal error. The event 'connectionRetry' implies that the connection retry timer expired. The event 'holdTime' implies that the hold timer expired. The event 'keepAlive' implies that the keep alive timer expired. The event 'receiveOpen' implies that a BGP OPEN message was received. The event 'receiveKeepAlive' implies that a BGP KEEPALIVE was received. The event 'receiveUpdate ' implies that a BGP UPDATE was received. The event 'receiveNotify' implies that a BGP NOTIFY was received. The event 'startPassive' implies that BGP is waiting passive to hear from the other end. The event 'parseError' implies that there was a bad message received from the peer. The event 'outOfMemory' implies that there is not enough memory in the system for this peer entity. The event 'rtmLimitExceeded' implies that the route table max limit has exceeded. The event 'maxPrefixLimitExceeded' implies that the max prefixes allowed has been exceeded. The event 'maxPrefixLimitExceededLogged' implies that the max prefixes allowed has been exceeded but the peering is not dropped. The event 'outOfProtectedNHIndex' implies that protected next hop indexes has been exceeded. The event 'outOfNHIndex' implies that next hop indexes has been exceeded. The event 'labelAllocFailed' implies that label allocation failed. The event 'lspIdAllocFailed' implies that LSP Id allocation failed. The event 'peeringDownInCollisionResolution' implies that bgp peering is brought down due to collision resolution process. The event 'peeringDownInAdminShutdown' implies that bgp peering is brought down due to a shutdown of BGP peer, group or protocol. The event 'peeringDownInAdminReset' implies that bgp peering is brought down due to a clear of BGP peer, group or protocol. The event 'peeringDownInConfigChange' implies that bgp peering is brought down due to a configuration change which requires reestablishment.
TEXTUAL-CONVENTION    
  INTEGER none(0), start(1), stop(2), open(3), close(4), openFail(5), error(6), connectionRetry(7), holdTime(8), keepAlive(9), receiveOpen(10), receiveKeepAlive(11), receiveUpdate(12), receiveNotify(13), startPassive(14), parseError(15), outOfMemory(16), rtmLimitExceeded(17), maxPrefixLimitExceeded(18), maxPrefixLimitExceededLogged(19), outOfProtectedNHIndex(20), outOfNHIndex(21), labelAllocFailed(22), lspIdAllocFailed(23), peeringDownInCollisionResolution(24), peeringDownInAdminShutdown(25), peeringDownInAdminReset(26), peeringDownInConfigChange(27)  

BgpOperState  
The BgpOperState data type is an enumerated integer that describes the values used to identify the current operational state of functional modules. In addition to the four states that are also a part of TmnxOperState, we have a fifth state 'disabled' which indicates that the operational state is down and requires user intervention.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), inService(2), outOfService(3), transition(4), disabled(5)  

TmnxIpFamily  
The value of TmnxIpFamily 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. 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.
TEXTUAL-CONVENTION    
  BITS unused(0), ipv4(1), vpnIpv4(2), ipv6(3), mcastIpv4(4), vpnIpv6(5), l2vpn(6), mvpnIpv4(7), mdtSafi(8), mspw(9), flowIpv4(10), routeTarget(11), mcastVpnIpv4(12)  

TmnxVpnCapability  
The value of TmnxVpnCapability specifies the route negotiation types a BGP peer is capable of using.
TEXTUAL-CONVENTION    
  BITS routeRefresh(0), mpBGP(1), orfExtendCommSend(2), orfExtendCommRecv(3), asn4Byte(4)  

TmnxAdvLabelAddressFamily  
The value of TmnxAdvLabelAddressFamily specifies the address family for the advertisement label.
TEXTUAL-CONVENTION    
  BITS none(0), ipv6(1), ipv4(2)  

TmnxAddPathAddressFamily  
The value of TmnxAddPathAddressFamily specifies the address family for BGP ADD-PATH.
TEXTUAL-CONVENTION    
  BITS none(0), ipv4(1), vpnIpv4(2), ipv6(3), vpnIpv6(4)  

TmnxAddPathSendLimit  
The value of TmnxAddPathSendLimit specifies the number of paths that can be advertised to ADD-PATH peers per prefix. A value of -1 indicates the maximum limit.
TEXTUAL-CONVENTION    
  Integer32 -1 | 0..16  

TmnxBgpFlowRouteExtCommAction  
The value of TmnxBgpFlowRouteExtCommAction specifies the extended community action.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), rateLimit(1), sampleLog(2), redirectToVrf(3), nextEntry(4), markDscp(5), redirectToIp(6), redirectToIf(7)  

TBgpInstanceEntry  
SEQUENCE    
  tBgpInstanceIndex TmnxVRtrID
  tBgpInstanceRowStatus RowStatus
  tBgpInstanceShutdown TruthValue
  tBgpInstanceDescription DisplayString
  tBgpInstanceAlwaysCompareMED INTEGER
  tBgpInstanceAsPathIgnore TruthValue
  tBgpInstanceBgpId IpAddress
  tBgpInstanceConnectRetry BgpConnectRetryTime
  tBgpInstanceHoldTime BgpHoldTime
  tBgpInstanceKeepAlive BgpKeepAliveTime
  tBgpInstanceMinASOrigination BgpMinASOriginationTime
  tBgpInstanceDampening TruthValue
  tBgpInstanceLocalAS TmnxBgpAutonomousSystem
  tBgpInstanceLocalPreference TmnxBgpLocalPreference
  tBgpInstanceLoopDetect BgpLoopDetect
  tBgpInstanceMinRouteAdvertisement BgpMinRouteAdvertisement
  tBgpInstanceMultipath BgpMultiPath
  tBgpInstanceNoAggregatorID TruthValue
  tBgpInstancePreference TmnxBgpPreference
  tBgpInstanceRemovePrivateAS TruthValue
  tBgpInstanceLastChanged TimeStamp
  tBgpInstanceMultihop BgpTimeToLive
  tBgpInstanceMEDSource BgpMEDSource
  tBgpInstanceMEDValue BgpMEDValue
  tBgpInstanceConfederationAS TmnxBgpAutonomousSystem
  tBgpInstanceImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpInstanceImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpInstanceImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpInstanceImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpInstanceImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpInstanceExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpInstanceExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpInstanceExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpInstanceExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpInstanceExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpInstanceOperStatus BgpOperState
  tBgpInstanceLocalASPrivate TruthValue
  tBgpInstanceMd5Auth TruthValue
  tBgpInstanceMd5AuthKey OCTET STRING
  tBgpInstanceClusterId IpAddress
  tBgpInstanceDisableClientReflect TruthValue
  tBgpInstanceIBgpMultipath TruthValue
  tBgpInstanceFamily TmnxIpFamily
  tBgpInstanceGracefulRestart TruthValue
  tBgpInstanceGRPathSelectDefer Unsigned32
  tBgpInstanceGRRestartTime Unsigned32
  tBgpInstanceGRStaleRoute Unsigned32
  tBgpInstanceGRAdminState TmnxAdminState
  tBgpInstanceGROperState TmnxOperState
  tBgpInstanceVpnApplyImport TruthValue
  tBgpInstanceVpnApplyExport TruthValue
  tBgpInstanceIgpShortcut BITS
  tBgpInstanceDisallowIgp TruthValue
  tBgpInstanceOrf TruthValue
  tBgpInstanceExtCommsOrf TruthValue
  tBgpInstanceExtCommsSendOrf TruthValue
  tBgpInstanceExtCommsRecvOrf TruthValue
  tBgpInstanceAllowInterAsVpn TruthValue
  tBgpInstancePurgeTimer Unsigned32
  tBgpInstanceLocalAS4Byte InetAutonomousSystemNumber
  tBgpInstanceConfederationAS4Byte InetAutonomousSystemNumber
  tBgpInstanceDisable4ByteASN TruthValue
  tBgpInstanceMultipathEiBgpState TmnxEnabledDisabled
  tBgpInstanceHoldTimeIsStrict TruthValue
  tBgpInstanceAsPathIgnoreFamily TmnxIpFamily
  tBgpInstanceRemovePrivateASLmtd TruthValue
  tBgpInstancePMTUDiscovery TruthValue
  tBgpInstanceDisableRtTblInstall TruthValue
  tBgpInstanceNHResUseBgpRoutes TruthValue

TBgpPeerGroupEntry  
SEQUENCE    
  tBgpPeerGroupName BgpPeerGroupName
  tBgpPeerGroupRowStatus RowStatus
  tBgpPeerGroupShutdown TruthValue
  tBgpPeerGroupDescription DisplayString
  tBgpPeerGroupConnectRetry BgpConnectRetryTime
  tBgpPeerGroupHoldTime BgpHoldTime
  tBgpPeerGroupKeepAlive BgpKeepAliveTime
  tBgpPeerGroupMinASOrigination BgpMinASOriginationTime
  tBgpPeerGroupDampening TruthValue
  tBgpPeerGroupLocalAddress IpAddress
  tBgpPeerGroupLocalAS TmnxBgpAutonomousSystem
  tBgpPeerGroupLocalPreference TmnxBgpLocalPreference
  tBgpPeerGroupLoopDetect BgpLoopDetect
  tBgpPeerGroupMinRouteAdvertisement BgpMinRouteAdvertisement
  tBgpPeerGroupMaxPrefix BgpPrefixLimit
  tBgpPeerGroupMEDSource BgpMEDSource
  tBgpPeerGroupMEDValue BgpMEDValue
  tBgpPeerGroupMultihop BgpTimeToLive
  tBgpPeerGroupNextHopSelf TruthValue
  tBgpPeerGroupNoAggregatorID TruthValue
  tBgpPeerGroupPassive TruthValue
  tBgpPeerGroupPeerAS TmnxBgpAutonomousSystem
  tBgpPeerGroupPeerType BgpPeerType
  tBgpPeerGroupPreference TmnxBgpPreference
  tBgpPeerGroupRemovePrivateAS TruthValue
  tBgpPeerGroupLastChanged TimeStamp
  tBgpPeerGroupInheritance Counter64
  tBgpPeerGroupImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerGroupImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerGroupImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerGroupImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerGroupImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerGroupExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerGroupExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerGroupExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerGroupExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerGroupExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerGroupOperStatus BgpOperState
  tBgpPeerGroupLocalASPrivate TruthValue
  tBgpPeerGroupMd5Auth TruthValue
  tBgpPeerGroupMd5AuthKey OCTET STRING
  tBgpPeerGroupClusterId IpAddress
  tBgpPeerGroupDisableClientReflect TruthValue
  tBgpPeerGroupGracefulRestart TruthValue
  tBgpPeerGroupGRRestartTime Unsigned32
  tBgpPeerGroupGRStaleRoute Unsigned32
  tBgpPeerGroupGRAdminState TmnxAdminState
  tBgpPeerGroupGROperState TmnxOperState
  tBgpPeerGroupFamily TmnxIpFamily
  tBgpPeerGroupVpnApplyImport TruthValue
  tBgpPeerGroupVpnApplyExport TruthValue
  tBgpPeerGroupASOverride TruthValue
  tBgpPeerGroupOrf TruthValue
  tBgpPeerGroupExtCommsOrf TruthValue
  tBgpPeerGroupExtCommsSendOrf TruthValue
  tBgpPeerGroupExtCommsRecvOrf TruthValue
  tBgpPeerGroupDynamicPeerGroup TruthValue
  tBgpPeerGroupLocalAS4Byte InetAutonomousSystemNumber
  tBgpPeerGroupPeerAS4Byte InetAutonomousSystemNumber
  tBgpPeerGroupDisable4ByteASN TruthValue
  tBgpPeerGroupHoldTimeIsStrict TruthValue
  tBgpPeerGroupRemovePrivateASLmtd TruthValue
  tBgpPeerGroupPMTUDiscovery TruthValue
  tBgpPeerGroupMaxPrefixLogOnly TruthValue
  tBgpPeerGroupMaxPrefixThreshold Unsigned32
  tBgpPeerGroupDisableCapNego TruthValue

TBgpPGSendOrfRouteTargetEntry  
SEQUENCE    
  tBgpPGSendOrfRouteTarget TNamedItem
  tBgpPGSendOrfRTRowStatus RowStatus

TBgpPeerGroupParamsEntry  
SEQUENCE    
  tBgpPGParamsInheritance Counter64
  tBgpPGDisableFEFailover TruthValue
  tBgpPGDisableComms TruthValue
  tBgpPGDisableExtComms TruthValue
  tBgpPGDefaultOriginate TruthValue
  tBgpPGAdvertiseInactiveRts TruthValue
  tBgpPGMinTTLValue Unsigned32
  tBgpPGTTLLogId TFilterLogId
  tBgpPGLocalAddressType InetAddressType
  tBgpPGLocalAddress InetAddress
  tBgpPGPeerTracking TruthValue
  tBgpPGAuthKeyChain TNamedItemOrEmpty
  tBgpPGBfdEnabled TruthValue
  tBgpPGEnableAddPath TruthValue
  tBgpPGRecvAddPath TmnxAddPathAddressFamily
  tBgpPGIpv4AddPathLimit TmnxAddPathSendLimit
  tBgpPGVpnIpv4AddPathLimit TmnxAddPathSendLimit
  tBgpPGIpv6AddPathLimit TmnxAddPathSendLimit
  tBgpPGVpnIpv6AddPathLimit TmnxAddPathSendLimit
  tBgpPGFlowspecValidate TruthValue
  tBgpPGUpdatedErrorHandling TruthValue
  tBgpPGDefaultRouteTarget TruthValue
  tBgpPGAigp TruthValue
  tBgpPGMinHoldTime BgpHoldTime
  tBgpPGRemovePrivateSkipPeerAs TruthValue

TBgpPeerGroupPlcyEntry  
SEQUENCE    
  tBgpPeerGroupPlcyImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy6 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy7 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy8 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy9 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy10 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy11 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy12 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy13 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy14 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyImportPolicy15 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy6 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy7 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy8 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy9 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy10 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy11 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy12 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy13 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy14 TPolicyStatementNameOrEmpty
  tBgpPeerGroupPlcyExportPolicy15 TPolicyStatementNameOrEmpty

TBgpPeerEntry  
SEQUENCE    
  tBgpPeerAddress IpAddress
  tBgpPeerPeerGroup BgpPeerGroupNameOrEmpty
  tBgpPeerRowStatus RowStatus
  tBgpPeerShutdown TruthValue
  tBgpPeerDescription DisplayString
  tBgpPeerConnectRetry BgpConnectRetryTime
  tBgpPeerHoldTime BgpHoldTime
  tBgpPeerKeepAlive BgpKeepAliveTime
  tBgpPeerMinASOrigination BgpMinASOriginationTime
  tBgpPeerDampening TruthValue
  tBgpPeerLocalAddress IpAddress
  tBgpPeerLocalAS TmnxBgpAutonomousSystem
  tBgpPeerLocalPreference TmnxBgpLocalPreference
  tBgpPeerLoopDetect BgpLoopDetect
  tBgpPeerMinRouteAdvertisement BgpMinRouteAdvertisement
  tBgpPeerMaxPrefix BgpPrefixLimit
  tBgpPeerMEDSource BgpMEDSource
  tBgpPeerMEDValue BgpMEDValue
  tBgpPeerMultihop BgpTimeToLive
  tBgpPeerNextHopSelf TruthValue
  tBgpPeerNoAggregatorID TruthValue
  tBgpPeerPassive TruthValue
  tBgpPeerPeerAS TmnxBgpAutonomousSystem
  tBgpPeerPeerType BgpPeerType
  tBgpPeerPreference TmnxBgpPreference
  tBgpPeerRemovePrivateAS TruthValue
  tBgpPeerLastChanged TimeStamp
  tBgpPeerInheritance Counter64
  tBgpPeerImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerOperStatus BgpOperState
  tBgpPeerLocalASPrivate TruthValue
  tBgpPeerMd5Auth TruthValue
  tBgpPeerMd5AuthKey OCTET STRING
  tBgpPeerClusterId IpAddress
  tBgpPeerDisableClientReflect TruthValue
  tBgpPeerGracefulRestart TruthValue
  tBgpPeerGRRestartTime Unsigned32
  tBgpPeerGRStaleRoute Unsigned32
  tBgpPeerGRAdminState TmnxAdminState
  tBgpPeerGROperState TmnxOperState
  tBgpPeerFamily TmnxIpFamily
  tBgpPeerVpnRemoteFamily TmnxIpFamily
  tBgpPeerVpnApplyImport TruthValue
  tBgpPeerVpnApplyExport TruthValue
  tBgpPeerVpnLocalCaps TmnxVpnCapability
  tBgpPeerVpnRemoteCaps TmnxVpnCapability
  tBgpPeerConnState INTEGER
  tBgpPeerASOverride TruthValue
  tBgpPeerOrf TruthValue
  tBgpPeerExtCommsOrf TruthValue
  tBgpPeerExtCommsSendOrf TruthValue
  tBgpPeerExtCommsRecvOrf TruthValue

TBgpPeerOperEntry  
SEQUENCE    
  tBgpPeerOperMsgOctetsRcvd Counter64
  tBgpPeerOperMsgOctetsSent Counter64
  tBgpPeerOperInputQueueMessages Gauge32
  tBgpPeerOperOutputQueueMessages Gauge32
  tBgpPeerOperReceivedPrefixes Counter32
  tBgpPeerOperSentPrefixes Counter32
  tBgpPeerOperActivePrefixes Gauge32
  tBgpPeerOperReceivedPaths Counter32
  tBgpPeerOperPathsSuppressedByDamping Counter32
  tBgpPeerOperFlaps Counter32
  tBgpPeerOperLastState BgpPeerState
  tBgpPeerOperLastEvent BgpPeerEvent
  tBgpPeerOperVpnReceivedPrefixes Counter32
  tBgpPeerOperVpnSentPrefixes Counter32
  tBgpPeerOperVpnActivePrefixes Gauge32
  tBgpPeerOperGRSupport TruthValue
  tBgpPeerOperGRFamilyRestart TmnxBGPFamilyType
  tBgpPeerOperGRFamilyFwding TmnxBGPFamilyType
  tBgpPeerOperGRFamilyNegotiated TmnxBGPFamilyType
  tBgpPeerOperGRRecvEOR TmnxBGPFamilyType
  tBgpPeerOperGRSendEOR TmnxBGPFamilyType
  tBgpPeerOperGRStaleRoutesTime Unsigned32
  tBgpPeerOperGRRequestRestartTime Unsigned32
  tBgpPeerOperGRStatus INTEGER
  tBgpPeerOperNumRestarts Unsigned32
  tBgpPeerOperLastRestartTime TimeStamp
  tBgpPeerOperV6ReceivedPrefixes Counter32
  tBgpPeerOperV6SentPrefixes Counter32
  tBgpPeerOperV6ActivePrefixes Gauge32
  tBgpPeerOperV6ReceivedPaths Counter32
  tBgpPeerOperV6SuppPathsDamping Counter32
  tBgpPeerOperVpnReceivedPaths Counter32

TBgpPeerSendOrfRouteTargetEntry  
SEQUENCE    
  tBgpPeerSendOrfRouteTarget TNamedItem
  tBgpPeerSendOrfRTRowStatus RowStatus

TBgpPeerParamsEntry  
SEQUENCE    
  tBgpPeerParamsInheritance Counter64
  tBgpPeerDisableFEFailover TruthValue
  tBgpPeerDisableComms TruthValue
  tBgpPeerDisableExtComms TruthValue
  tBgpPeerDefaultOriginate TruthValue
  tBgpPeerAdvertiseInactiveRts TruthValue
  tBgpPeerMinTTLValue Unsigned32
  tBgpPeerTTLLogId TFilterLogId

TBgpPeerNgEntry  
SEQUENCE    
  tBgpPeerNgInstanceIndex TmnxVRtrID
  tBgpPeerNgAddressType InetAddressType
  tBgpPeerNgAddress InetAddress
  tBgpPeerNgPeerGroup BgpPeerGroupNameOrEmpty
  tBgpPeerNgRowStatus RowStatus
  tBgpPeerNgShutdown TruthValue
  tBgpPeerNgDescription DisplayString
  tBgpPeerNgConnectRetry BgpConnectRetryTime
  tBgpPeerNgHoldTime BgpHoldTime
  tBgpPeerNgKeepAlive BgpKeepAliveTime
  tBgpPeerNgMinASOrigination BgpMinASOriginationTime
  tBgpPeerNgDampening TruthValue
  tBgpPeerNgLocalAddress InetAddress
  tBgpPeerNgLocalAddressType InetAddressType
  tBgpPeerNgLocalAS TmnxBgpAutonomousSystem
  tBgpPeerNgLocalPreference TmnxBgpLocalPreference
  tBgpPeerNgLoopDetect BgpLoopDetect
  tBgpPeerNgMinRouteAdvertisement BgpMinRouteAdvertisement
  tBgpPeerNgMaxPrefix BgpPrefixLimit
  tBgpPeerNgMEDSource BgpMEDSource
  tBgpPeerNgMEDValue BgpMEDValue
  tBgpPeerNgMultihop BgpTimeToLive
  tBgpPeerNgNextHopSelf TruthValue
  tBgpPeerNgNoAggregatorID TruthValue
  tBgpPeerNgPassive TruthValue
  tBgpPeerNgPeerAS TmnxBgpAutonomousSystem
  tBgpPeerNgPeerType BgpPeerType
  tBgpPeerNgPreference TmnxBgpPreference
  tBgpPeerNgRemovePrivateAS TruthValue
  tBgpPeerNgLastChanged TimeStamp
  tBgpPeerNgInheritance Counter64
  tBgpPeerNgImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerNgImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerNgImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerNgImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerNgImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerNgExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerNgExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerNgExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerNgExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerNgExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerNgOperStatus BgpOperState
  tBgpPeerNgLocalASPrivate TruthValue
  tBgpPeerNgMd5Auth TruthValue
  tBgpPeerNgMd5AuthKey OCTET STRING
  tBgpPeerNgClusterId IpAddress
  tBgpPeerNgDisableClientReflect TruthValue
  tBgpPeerNgGracefulRestart TruthValue
  tBgpPeerNgGRRestartTime Unsigned32
  tBgpPeerNgGRStaleRoute Unsigned32
  tBgpPeerNgGRAdminState TmnxAdminState
  tBgpPeerNgGROperState TmnxOperState
  tBgpPeerNgFamily TmnxIpFamily
  tBgpPeerNgVpnRemoteFamily TmnxIpFamily
  tBgpPeerNgVpnApplyImport TruthValue
  tBgpPeerNgVpnApplyExport TruthValue
  tBgpPeerNgVpnLocalCaps TmnxVpnCapability
  tBgpPeerNgVpnRemoteCaps TmnxVpnCapability
  tBgpPeerNgConnState INTEGER
  tBgpPeerNgASOverride TruthValue
  tBgpPeerNgOrf TruthValue
  tBgpPeerNgExtCommsOrf TruthValue
  tBgpPeerNgExtCommsSendOrf TruthValue
  tBgpPeerNgExtCommsRecvOrf TruthValue
  tBgpPeerNgLocalAS4Byte InetAutonomousSystemNumber
  tBgpPeerNgPeerAS4Byte InetAutonomousSystemNumber
  tBgpPeerNgDisable4ByteASN TruthValue
  tBgpPeerNgHoldTimeIsStrict TruthValue
  tBgpPeerNgL2vpnCiscoInterop TruthValue
  tBgpPeerNgRemovePrivateASLmtd TruthValue
  tBgpPeerNgMaxPrefixLogOnly TruthValue
  tBgpPeerNgMaxPrefixThreshold Unsigned32
  tBgpPeerNgDisableCapNegotiation TruthValue

TBgpPeerNgOperEntry  
SEQUENCE    
  tBgpPeerNgOperMsgOctetsRcvd Counter64
  tBgpPeerNgOperMsgOctetsSent Counter64
  tBgpPeerNgOperInputQueueMsgs Gauge32
  tBgpPeerNgOperOutputQueueMsgs Gauge32
  tBgpPeerNgOperReceivedPrefixes Counter32
  tBgpPeerNgOperSentPrefixes Counter32
  tBgpPeerNgOperActivePrefixes Gauge32
  tBgpPeerNgOperReceivedPaths Counter32
  tBgpPeerNgOperPathsSupByDamping Counter32
  tBgpPeerNgOperFlaps Counter32
  tBgpPeerNgOperLastState BgpPeerState
  tBgpPeerNgOperLastEvent BgpPeerEvent
  tBgpPeerNgOperVpnRecvPrefixes Counter32
  tBgpPeerNgOperVpnSentPrefixes Counter32
  tBgpPeerNgOperVpnActivePrefixes Gauge32
  tBgpPeerNgOperGRSupport TruthValue
  tBgpPeerNgOperGRFamilyRestart TmnxBGPFamilyType
  tBgpPeerNgOperGRFamilyFwding TmnxBGPFamilyType
  tBgpPeerNgOperGRFamilyNegotiated TmnxBGPFamilyType
  tBgpPeerNgOperGRRecvEOR TmnxBGPFamilyType
  tBgpPeerNgOperGRSendEOR TmnxBGPFamilyType
  tBgpPeerNgOperGRStaleRoutesTime Unsigned32
  tBgpPeerNgOperGRReqRestartTime Unsigned32
  tBgpPeerNgOperGRStatus INTEGER
  tBgpPeerNgOperNumRestarts Unsigned32
  tBgpPeerNgOperLastRestartTime TimeStamp
  tBgpPeerNgOperV6ReceivedPrefixes Counter32
  tBgpPeerNgOperV6SentPrefixes Counter32
  tBgpPeerNgOperV6ActivePrefixes Gauge32
  tBgpPeerNgOperV6ReceivedPaths Counter32
  tBgpPeerNgOperV6SuppPathsDamping Counter32
  tBgpPeerNgOperVpnReceivedPaths Counter32
  tBgpPeerNgOperV4SuppPfxDamp Counter32
  tBgpPeerNgOperVpnSuppPfxDamp Counter32
  tBgpPeerNgOperV6SuppPfxDamp Counter32
  tBgpPeerNgOperMCastV4SuppPfxDamp Counter32
  tBgpPeerNgOperMCastV4RecvPfxs Counter32
  tBgpPeerNgOperMCastV4SentPfxs Counter32
  tBgpPeerNgOperMCastV4ActivePfxs Counter32
  tBgpPeerNgOperVpnIpv6RecvPfxs Counter32
  tBgpPeerNgOperVpnIpv6SentPfxs Counter32
  tBgpPeerNgOperVpnIpv6ActivePfxs Gauge32
  tBgpPeerNgOperVpnIpv6SuppPfxDamp Counter32
  tBgpPeerNgOperMvpnV4SuppPfxDamp Counter32
  tBgpPeerNgOperMvpnV4RecvPfxs Counter32
  tBgpPeerNgOperMvpnV4SentPfxs Counter32
  tBgpPeerNgOperMvpnV4ActivePfxs Counter32
  tBgpPeerNgOperl2VpnSuppPfxDamp Counter32
  tBgpPeerNgOperl2VpnRecvPfxs Counter32
  tBgpPeerNgOperl2VpnSentPfxs Counter32
  tBgpPeerNgOperl2VpnActivePfxs Counter32
  tBgpPeerNgOperMdtSafiSuppPfxDamp Counter32
  tBgpPeerNgOperMdtSafiRecvPfxs Counter32
  tBgpPeerNgOperMdtSafiSentPfxs Counter32
  tBgpPeerNgOperMdtSafiActivePfxs Counter32
  tBgpPeerNgOperMsPwSuppPfxDamp Counter32
  tBgpPeerNgOperMsPwRecvPfxs Counter32
  tBgpPeerNgOperMsPwSentPfxs Counter32
  tBgpPeerNgOperMsPwActivePfxs Counter32
  tBgpPeerNgOperFlowIpv4SupPfxDamp Counter32
  tBgpPeerNgOperFlowIpv4RecvPfxs Counter32
  tBgpPeerNgOperFlowIpv4SentPfxs Counter32
  tBgpPeerNgOperFlowIpv4ActivePfxs Counter32
  tBgpPeerNgAddPathSendRemoteCaps TmnxAddPathAddressFamily
  tBgpPeerNgAddPathRecvRemoteCaps TmnxAddPathAddressFamily
  tBgpPeerNgOperBackupPrefixes Counter32
  tBgpPeerNgOperV6BackupPrefixes Counter32
  tBgpPeerNgOperRtTgtSuppPfxDamp Counter32
  tBgpPeerNgOperRtTgtRecvPfxs Counter32
  tBgpPeerNgOperRtTgtSentPfxs Counter32
  tBgpPeerNgOperRtTgtActivePfxs Counter32
  tBgpPeerNgOperVpnV4BackupPfxs Counter32
  tBgpPeerNgOperVpnV6BackupPfxs Counter32
  tBgpPeerNgOperMcastVpnV4RecvPfxs Counter32
  tBgpPeerNgOperMcastVpnV4SentPfxs Counter32
  tBgpPeerNgOperMcastVpnV4ActPfxs Counter32

TBgpPeerNgSendOrfRouteTargetEntry  
SEQUENCE    
  tBgpPeerNgSendOrfRouteTarget TNamedItem
  tBgpPeerNgSendOrfRTRowStatus RowStatus

TBgpPeerNgParamsEntry  
SEQUENCE    
  tBgpPeerNgParamsInheritance Counter64
  tBgpPeerNgDisableFEFailover TruthValue
  tBgpPeerNgDisableComms TruthValue
  tBgpPeerNgDisableExtComms TruthValue
  tBgpPeerNgDefaultOriginate TruthValue
  tBgpPeerNgAdvertiseInactiveRts TruthValue
  tBgpPeerNgMinTTLValue Unsigned32
  tBgpPeerNgTracking TruthValue
  tBgpPeerNgAdvLabelAddrFamily TmnxAdvLabelAddressFamily
  tBgpPeerNgAuthKeyChain TNamedItemOrEmpty
  tBgpPeerNgLastError OCTET STRING
  tBgpPeerNgBfdEnabled TruthValue
  tBgpPeerNgPMTUDiscovery TruthValue
  tBgpPeerNgAdvertiseLdpPrefix TruthValue
  tBgpPeerNgEnableAddPath TruthValue
  tBgpPeerNgRecvAddPath TmnxAddPathAddressFamily
  tBgpPeerNgIpv4AddPathLimit TmnxAddPathSendLimit
  tBgpPeerNgVpnIpv4AddPathLimit TmnxAddPathSendLimit
  tBgpPeerNgIpv6AddPathLimit TmnxAddPathSendLimit
  tBgpPeerNgVpnIpv6AddPathLimit TmnxAddPathSendLimit
  tBgpPeerNgFlowspecValidate TruthValue
  tBgpPeerNgUpdatedErrorHandling TruthValue
  tBgpPeerNgDefaultRouteTarget TruthValue
  tBgpPeerNgAigp TruthValue
  tBgpPeerNgMinHoldTime BgpHoldTime
  tBgpPeerNgSplitHorizon TruthValue
  tBgpPeerNgRemPrivateSkipPeerAs TruthValue

TBgpPeerPlcyEntry  
SEQUENCE    
  tBgpPeerPlcyImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy6 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy7 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy8 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy9 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy10 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy11 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy12 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy13 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy14 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyImportPolicy15 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy6 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy7 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy8 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy9 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy10 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy11 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy12 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy13 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy14 TPolicyStatementNameOrEmpty
  tBgpPeerPlcyExportPolicy15 TPolicyStatementNameOrEmpty

TBgpConfederationEntry  
SEQUENCE    
  tBgpConfederationAS TmnxBgpAutonomousSystem
  tBgpConfederationMemberAS TmnxBgpAutonomousSystem
  tBgpConfederationRowStatus RowStatus

TBgpInstRteTargetEntry  
SEQUENCE    
  tBgpInstanceRouteTarget TNamedItem
  tBgpInstRteTargetRowStatus RowStatus

TBgp4PathAttrEntry  
SEQUENCE    
  tBgp4PathAttrRD TmnxVPNRouteDistinguisher
  tBgp4PathAttrOriginID IpAddress
  tBgp4PathAttrClusterList OCTET STRING
  tBgp4PathAttrCommunity OCTET STRING
  tBgp4PathAttrExtCommunity OCTET STRING
  tbgp4PathAttrASPathSegment OCTET STRING
  tbgp4PathAttrAggregatorAS InetAutonomousSystemNumber

TBgpSendOrfRouteTargetEntry  
SEQUENCE    
  tBgpSendOrfRouteTarget TNamedItem
  tBgpSendOrfRTRowStatus RowStatus

TBgpInstanceParamsEntry  
SEQUENCE    
  tBgpInstanceDisableFEFailover TruthValue
  tBgpInstanceDisableComms TruthValue
  tBgpInstanceDisableExtComms TruthValue
  tBgpInstanceDefaultOriginate TruthValue
  tBgpInstanceAdvertiseInactiveRts TruthValue
  tBgpInstancePeerTracking TruthValue
  tBgpInstanceAuthKeyChain TNamedItemOrEmpty
  tBgpInstanceRapidWithdrawal TruthValue
  tBgpInstanceBfdEnabled TruthValue
  tBgpInstanceRapidUpdate TmnxIpFamily
  tBgpInstanceEnableAddPath TruthValue
  tBgpInstanceRecvAddPath TmnxAddPathAddressFamily
  tBgpInstanceIpv4AddPathLimit TmnxAddPathSendLimit
  tBgpInstanceVpnIpv4AddPathLimit TmnxAddPathSendLimit
  tBgpInstanceIpv6AddPathLimit TmnxAddPathSendLimit
  tBgpInstanceVpnIpv6AddPathLimit TmnxAddPathSendLimit
  tBgpInstanceTransportTunnel BITS
  tBgpInstanceFlowspecValidate TruthValue
  tBgpInstanceAdvertiseExternal TmnxIpFamily
  tBgpInstanceBackupPath TmnxIpFamily
  tBgpInstanceIgnoreNextHopMetric TruthValue
  tBgpInstanceMpBgpKeep TruthValue
  tBgpInstanceIgnoreRouterId TruthValue
  tBgpInstanceAlwaysCompMEDStrict TruthValue
  tBgpInstanceMinHoldTime BgpHoldTime
  tBgpInstRemovePrivateSkipPeerAs TruthValue

TBgpInstancePlcyEntry  
SEQUENCE    
  tBgpInstancePlcyImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy6 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy7 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy8 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy9 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy10 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy11 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy12 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy13 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy14 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyImportPolicy15 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy6 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy7 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy8 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy9 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy10 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy11 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy12 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy13 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy14 TPolicyStatementNameOrEmpty
  tBgpInstancePlcyExportPolicy15 TPolicyStatementNameOrEmpty

TBgpPeeringPolicyEntry  
SEQUENCE    
  tBgpPeeringPolicyName TNamedItem
  tBgpPrngPlcyRowStatus RowStatus
  tBgpPrngPlcyLastChngd TimeStamp
  tBgpPrngPlcyDescription DisplayString
  tBgpPrngPlcyInheritance Counter64
  tBgpPrngPlcyAdvertiseInactiveRts TruthValue
  tBgpPrngPlcyNoAggregatorID TruthValue
  tBgpPrngPlcyASOverride TruthValue
  tBgpPrngPlcyAuthKeyChain TNamedItemOrEmpty
  tBgpPrngPlcyMd5Auth TruthValue
  tBgpPrngPlcyMd5AuthKey OCTET STRING
  tBgpPrngPlcyClusterId IpAddress
  tBgpPrngPlcyConnectRetry BgpConnectRetryTime
  tBgpPrngPlcyDampening TruthValue
  tBgpPrngPlcyDisableClientReflect TruthValue
  tBgpPrngPlcyDisableComms TruthValue
  tBgpPrngPlcyDisableExtComms TruthValue
  tBgpPrngPlcyDisableFEFailover TruthValue
  tBgpPrngPlcyImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPrngPlcyHoldTime BgpHoldTime
  tBgpPrngPlcyKeepAlive BgpKeepAliveTime
  tBgpPrngPlcyLocalAddressType InetAddressType
  tBgpPrngPlcyLocalAddress InetAddress
  tBgpPrngPlcyLocalAS InetAutonomousSystemNumber
  tBgpPrngPlcyLocalASPrivate TruthValue
  tBgpPrngPlcyLocalPreference TmnxBgpLocalPreference
  tBgpPrngPlcyLoopDetect BgpLoopDetect
  tBgpPrngPlcyMEDSource BgpMEDSource
  tBgpPrngPlcyMEDValue BgpMEDValue
  tBgpPrngPlcyMinASOrigination BgpMinASOriginationTime
  tBgpPrngPlcyMinRteAdvertisement BgpMinRouteAdvertisement
  tBgpPrngPlcyMultihop BgpTimeToLive
  tBgpPrngPlcyNextHopSelf TruthValue
  tBgpPrngPlcyPassive TruthValue
  tBgpPrngPlcyPeerAS InetAutonomousSystemNumber
  tBgpPrngPlcyPreference TmnxBgpPreference
  tBgpPrngPlcyMaxPrefix BgpPrefixLimit
  tBgpPrngPlcyRemovePrivateAS TruthValue
  tBgpPrngPlcyMinTTLValue Unsigned32
  tBgpPrngPlcyPeerType BgpPeerType
  tBgpPrngPlcyDisable4ByteASN TruthValue
  tBgpPrngPlcyRemovePrivateASLmtd TruthValue
  tBgpPrngPlcyMaxPrefixLogOnly TruthValue
  tBgpPrngPlcyMaxPrefixThreshold Unsigned32

TBgpPeeringPlcyEntry  
SEQUENCE    
  tBgpPeeringPlcyImportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy6 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy7 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy8 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy9 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy10 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy11 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy12 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy13 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy14 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyImportPolicy15 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy1 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy2 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy3 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy4 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy5 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy6 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy7 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy8 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy9 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy10 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy11 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy12 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy13 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy14 TPolicyStatementNameOrEmpty
  tBgpPeeringPlcyExportPolicy15 TPolicyStatementNameOrEmpty

TBgpConfederation4ByteEntry  
SEQUENCE    
  tBgpConfederation4ByteAS InetAutonomousSystemNumber
  tBgpConfederation4ByteMemberAS InetAutonomousSystemNumber
  tBgpConfederation4ByteRowStatus RowStatus

Defined Values

timetraBgpMIBModule 1.3.6.1.4.1.6527.1.1.3.14
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.
MODULE-IDENTITY    

tBgpObjects 1.3.6.1.4.1.6527.3.1.2.14
OBJECT IDENTIFIER    

tBgpNotificationsPrefix 1.3.6.1.4.1.6527.3.1.3.14
OBJECT IDENTIFIER    

tBgpNotifications 1.3.6.1.4.1.6527.3.1.3.14.0
OBJECT IDENTIFIER    

tmnxBgpConformance 1.3.6.1.4.1.6527.3.1.1.14
OBJECT IDENTIFIER    

tBgpGlobalObjects 1.3.6.1.4.1.6527.3.1.2.14.1
OBJECT IDENTIFIER    

tBgpInstanceObjects 1.3.6.1.4.1.6527.3.1.2.14.2
OBJECT IDENTIFIER    

tBgpPeerGroupObjects 1.3.6.1.4.1.6527.3.1.2.14.3
OBJECT IDENTIFIER    

tBgpPeerObjects 1.3.6.1.4.1.6527.3.1.2.14.4
OBJECT IDENTIFIER    

tBgpInstanceConfederationObjects 1.3.6.1.4.1.6527.3.1.2.14.5
OBJECT IDENTIFIER    

tBgpPeeringPolicyObjects 1.3.6.1.4.1.6527.3.1.2.14.6
OBJECT IDENTIFIER    

tBgpNotificationObjs 1.3.6.1.4.1.6527.3.1.2.14.7
OBJECT IDENTIFIER    

tBgpInstanceTableLastChanged 1.3.6.1.4.1.6527.3.1.2.14.2.1
The value of tBgpInstanceTableLastChanged specifies the last timestamp when an entry in the tBgpPeerGroupTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpInstanceTable 1.3.6.1.4.1.6527.3.1.2.14.2.2
tBgpInstanceTable consists of information about each running instance of BGP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpInstanceEntry

tBgpInstanceEntry 1.3.6.1.4.1.6527.3.1.2.14.2.2.1
An entry (conceptual row) in the tBgpInstanceTable. each entry represents an instance of BGP running on the virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpInstanceEntry  

tBgpInstanceIndex 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.1
The value of tBgpInstanceIndex specifies the index for the tBgpInstanceTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxVRtrID  

tBgpInstanceRowStatus 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.2
The 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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpInstanceShutdown 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.3
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceDescription 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.4
The value of tBgpInstanceDescription specifies the textual description of this BGP instance.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

tBgpInstanceAlwaysCompareMED 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.5
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER off(1), zero(2), infinity(3), on(4)  

tBgpInstanceAsPathIgnore 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.6
This object was obsoleted in release 8.0. It is replaced with the object tBgpInstanceAsPathIgnoreFamily.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceBgpId 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.7
The value of tBgpInstanceBgpId specifies the BGP instance id. This object is required to be set before the instance can be activated.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpInstanceConnectRetry 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.8
The value of tBgpInstanceConnectRetry specifies the value (in seconds) for the BGP Connect Retry timer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpConnectRetryTime  

tBgpInstanceHoldTime 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.9
The value of tBgpInstanceHoldTime specifies the value (in seconds) for BGP Hold Time.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpInstanceKeepAlive 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.10
The value of tBgpInstanceKeepAlive specifies the value (in seconds) for BGP Keepalive timer. A keepalive message is sent every time this timer expires.
Status: current Access: read-create
OBJECT-TYPE    
  BgpKeepAliveTime  

tBgpInstanceMinASOrigination 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.11
The value of tBgpInstanceMinASOrigination specifies the minimal interval (in seconds) at which a given path attribute can be advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinASOriginationTime  

tBgpInstanceDampening 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.12
The value of tBgpInstanceDampening specifies if route dampening is applied to learned routes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceLocalAS 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.13
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpInstanceLocalPreference 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.14
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tBgpInstanceLoopDetect 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.15
The value of tBgpInstanceLoopDetect determines how the peer session should deal with loop detection in the AS Path.
Status: current Access: read-create
OBJECT-TYPE    
  BgpLoopDetect  

tBgpInstanceMinRouteAdvertisement 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.16
The value of tBgpInstanceMinRouteAdvertisement specifies the minimum interval at which a given path attribute is advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinRouteAdvertisement  

tBgpInstanceMultipath 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.17
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMultiPath  

tBgpInstanceNoAggregatorID 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstancePreference 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.19
The value of tBgpInstancePreference specifies the route preference for routes learned via the peer.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference 1..255  

tBgpInstanceRemovePrivateAS 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.20
The value of tBgpInstanceRemovePrivateAS specifies if private AS numbers should be stripped from the AS Path before advertising them to BGP peers.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceLastChanged 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.21
The value tBgpInstanceLastChanged indicates when an entry in tBgpInstanceTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpInstanceMultihop 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.22
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpTimeToLive  

tBgpInstanceMEDSource 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.23
The value of tBgpInstanceMEDSource specifies the source of the Multi Exit Discriminator (MED) value for this peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDSource  

tBgpInstanceMEDValue 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.24
The value of tBgpInstanceMEDValue specifies the value of MED when tBgpInstanceMEDSource is 'metricVal'. If the value of tBgpInstanceMEDSource is not 'metricVal', this object is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDValue  

tBgpInstanceConfederationAS 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.25
The 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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpInstanceImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.30
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.31
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.32
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.33
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.34
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.35
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.36
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.37
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.38
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.39
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstanceOperStatus 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.40
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  BgpOperState  

tBgpInstanceLocalASPrivate 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.41
The value of tBgpInstanceLocalASPrivate specifies if the local autonomous system number is hidden in paths learned from peering.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceMd5Auth 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.42
The value of tBgpInstanceMd5Auth specifies if the authentication using MD5 message based digest protocol is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceMd5AuthKey 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.43
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpInstanceClusterId 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.44
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpInstanceDisableClientReflect 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.45
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceIBgpMultipath 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.46
The value of tBgpInstanceIBgpMultipath specifies if load sharing is enabled among multiple IBGP paths. A value of 'false' disables IBGP Multipath.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceFamily 1.1.3.6.1.4.1.6527.3.1.2.14.2.2.1.47
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpInstanceGracefulRestart 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.48
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceGRPathSelectDefer 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.49
The value of tBgpInstanceGRPathSelectDefer specifies the time limit in seconds for restarting BGP instance to defer path selection logic.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpInstanceGRRestartTime 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.50
The value of tBgpInstanceGRRestartTime specifies the maximum amount of time in seconds that a graceful restart should take.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpInstanceGRStaleRoute 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.51
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpInstanceGRAdminState 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.52
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tBgpInstanceGROperState 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.53
The value of tBgpInstanceGROperState indicates the operational status of the graceful restart capabilities for this instance of the BGP protocol.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tBgpInstanceVpnApplyImport 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.54
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceVpnApplyExport 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.55
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceIgpShortcut 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.56
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BITS te(0), ldp(1), ip(2), mpls(3)  

tBgpInstanceDisallowIgp 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.57
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceOrf 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.58
The value of tBgpInstanceOrf specifies if outbound route filtering capability is enabled or disabled for the BGP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceExtCommsOrf 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.59
The value of tBgpInstanceExtCommsOrf specifies if outbound route filtering capability is based on extended communities for the BGP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceExtCommsSendOrf 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.60
The value of tBgpInstanceExtCommsSendOrf specifies if outbound route filter advertisement to the neighbors in this BGP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceExtCommsRecvOrf 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.61
The value of tBgpInstanceExtCommsRecvOrf specifies if outbound route filter for this BGP instance is accepted from the neighbors is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceAllowInterAsVpn 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.62
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstancePurgeTimer 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.63
The value of tBgpInstancePurgeTimer specifies the maximum time, in minutes, before stale routes are purged.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..60  

tBgpInstanceLocalAS4Byte 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.64
The value of tBgpInstanceLocalAS4Byte specifies the autonomous system number to be advertised to this peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpInstanceConfederationAS4Byte 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.65
The value of tBgpInstanceConfederationAS4Byte indicates the confederation AS for this BGP instance. A value of zero indicates that no confederation AS has been assigned.
Status: current Access: read-only
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpInstanceDisable4ByteASN 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.66
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceMultipathEiBgpState 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.67
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxEnabledDisabled  

tBgpInstanceHoldTimeIsStrict 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.68
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceAsPathIgnoreFamily 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.69
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpInstanceRemovePrivateASLmtd 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.70
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstancePMTUDiscovery 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.71
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceDisableRtTblInstall 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.72
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceNHResUseBgpRoutes 1.3.6.1.4.1.6527.3.1.2.14.2.2.1.73
The value of tBgpInstanceNHResUseBgpRoutes specifies whether to use BGP routes to resolve BGP nexthop for IPv4 and IPv6 families on this router instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupTableLastChanged 1.3.6.1.4.1.6527.3.1.2.14.3.1
The value of tBgpPeerGroupTableLastChanged specifies the last timestamp when an entry in the tBgpPeerGroupTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerGroupTableSpinlock 1.3.6.1.4.1.6527.3.1.2.14.3.2
The value of tBgpPeerGroupTableSpinlock specifies voluntary serialization control for tBgpPeerGroupTable. It is mainly used to coordinate changes to tBgpPeerGroupInheritance.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

tBgpPeerGroupTable 1.3.6.1.4.1.6527.3.1.2.14.3.3
The tBgpPeerGroupTable is the list of configured BGP Peer Groups. The table entries are indexed by the Peer Group Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerGroupEntry

tBgpPeerGroupEntry 1.3.6.1.4.1.6527.3.1.2.14.3.3.1
An 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)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerGroupEntry  

tBgpPeerGroupName 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.1
The value of tBgpPeerGroupName specifies the name of the Peer Group for the entry.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPeerGroupName  

tBgpPeerGroupRowStatus 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.2
The 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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerGroupShutdown 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.3
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupDescription 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.4
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

tBgpPeerGroupConnectRetry 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.5
The value of tBgpPeerGroupConnectRetry specifies the value (in seconds) of the BGP Connect Retry timer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpConnectRetryTime  

tBgpPeerGroupHoldTime 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.6
The value of tBgpPeerGroupHoldTime specifies the value (in seconds) of the BGP Hold Time.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpPeerGroupKeepAlive 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.7
The value of tBgpPeerGroupKeepAlive specifies the value of the BGP Keepalive timer. A keepalive message is sent every time this timer expires.
Status: current Access: read-create
OBJECT-TYPE    
  BgpKeepAliveTime  

tBgpPeerGroupMinASOrigination 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.8
The value of tBgpPeerGroupMinASOrigination specifies the minimal interval (in seconds) at which a given path attribute can be advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinASOriginationTime  

tBgpPeerGroupDampening 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.9
The value of tBgpPeerGroupDampening specifies if route dampening is applied to learned routes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupLocalAddress 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.10
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpPeerGroupLocalAS 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.11
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpPeerGroupLocalPreference 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.12
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tBgpPeerGroupLoopDetect 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.13
The value of tBgpPeerGroupLoopDetect determines how the peer session should deal with loop detection in the AS Path.
Status: current Access: read-create
OBJECT-TYPE    
  BgpLoopDetect  

tBgpPeerGroupMinRouteAdvertisement 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.14
The value of tBgpPeerGroupMinRouteAdvertisement specifies the minimum interval at which a given path attribute is advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinRouteAdvertisement  

tBgpPeerGroupMaxPrefix 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.15
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPrefixLimit  

tBgpPeerGroupMEDSource 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.16
The value of tBgpPeerGroupMEDSource specifies the source of the Multi Exit Discriminator (MED) value for peers in this group.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDSource  

tBgpPeerGroupMEDValue 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.17
The value of tBgpPeerGroupMEDValue specifies the value of MED when tBgpPeerGroupMEDSource is 'metricVal'. If the value of tBgpPeerGroupMEDSource is not 'metricVal', this object is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDValue  

tBgpPeerGroupMultihop 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpTimeToLive  

tBgpPeerGroupNextHopSelf 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.20
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupNoAggregatorID 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.21
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupPassive 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.22
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupPeerAS 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.23
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpPeerGroupPeerType 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.24
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPeerType  

tBgpPeerGroupPreference 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.25
The value of tBgpPeerGroupPreference specifies the route preference for routes learned via the peer.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference 1..255  

tBgpPeerGroupRemovePrivateAS 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.26
The value of tBgpPeerGroupRemovePrivateAS specifies if private AS numbers should be stripped from the AS Path before advertising them to BGP peers.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupLastChanged 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.27
The value tBgpPeerGroupLastChanged indicates when an entry in tBgpPeerGroupTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerGroupInheritance 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.28
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPeerGroupImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.30
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.31
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.32
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.33
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.34
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.35
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.36
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.37
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.38
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.39
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupOperStatus 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.40
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  BgpOperState  

tBgpPeerGroupLocalASPrivate 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.41
The value of tBgpPeerGroupLocalASPrivate specifies if the local autonomous system number is hidden in paths learned from peering.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupMd5Auth 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.42
The value of tBgpPeerGroupMd5Auth specifies if the authentication using MD5 message based digest protocol is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupMd5AuthKey 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.43
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpPeerGroupClusterId 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.44
This 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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpPeerGroupDisableClientReflect 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.45
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupGracefulRestart 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.46
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupGRRestartTime 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.47
The value of tBgpPeerGroupGRRestartTime specifies the maximum amount of time in seconds that a graceful restart should take.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpPeerGroupGRStaleRoute 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.48
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpPeerGroupGRAdminState 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.49
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tBgpPeerGroupGROperState 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.50
The value of tBgpPeerGroupGROperState indicates the operational status of the graceful restart capabilities for this peer group of the BGP protocol.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tBgpPeerGroupFamily 1.1.3.6.1.4.1.6527.3.1.2.14.3.3.1.51
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpPeerGroupVpnApplyImport 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.52
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupVpnApplyExport 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.53
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupASOverride 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.54
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupOrf 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.55
The value of tBgpPeerGroupOrf specifies if outbound route filtering capability is enabled or disabled for the BGP group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupExtCommsOrf 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.56
The value of tBgpPeerGroupExtCommsOrf specifies if outbound route filtering capability is based on extended communities for the BGP group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupExtCommsSendOrf 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.57
The value of tBgpPeerGroupExtCommsSendOrf specifies if outbound route filter advertisement to the neighbors in this BGP group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupExtCommsRecvOrf 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.58
The value of tBgpPeerGroupExtCommsRecvOrf specifies if outbound route filter for this BGP group is accepted from the neighbors is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupDynamicPeerGroup 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.59
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupLocalAS4Byte 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.60
The value of tBgpPeerGroupLocalAS4Byte specifies the autonomous system number to be advertised to this peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpPeerGroupPeerAS4Byte 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.61
The value of tBgpPeerGroupPeerAS4Byte specifies the autonomous system number for the remote peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpPeerGroupDisable4ByteASN 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.62
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupHoldTimeIsStrict 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.63
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupRemovePrivateASLmtd 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.64
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupPMTUDiscovery 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.65
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupMaxPrefixLogOnly 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.66
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupMaxPrefixThreshold 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.67
The value of tBgpPeerGroupMaxPrefixThreshold specifies a percentage of tBgpPeerGroupMaxPrefix.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

tBgpPeerGroupDisableCapNego 1.3.6.1.4.1.6527.3.1.2.14.3.3.1.68
The value of tBgpPeerGroupDisableCapNego specifies whether capability negotiation is disabled for this group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGSendOrfRouteTargetTable 1.3.6.1.4.1.6527.3.1.2.14.3.4
Information about the route targets to be advertised to the peers if ORF is enabled for this peer group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPGSendOrfRouteTargetEntry

tBgpPGSendOrfRouteTargetEntry 1.3.6.1.4.1.6527.3.1.2.14.3.4.1
An entry in the tBgpPGSendOrfRouteTargetTable. Each entry represents a route target to be advertised to the peers in this group.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPGSendOrfRouteTargetEntry  

tBgpPGSendOrfRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.3.4.1.1
Index for the tBgpPGSendOrfRouteTargetTable. The value of tBgpPGSendOrfRouteTarget specifies the extended community name to be advertised to the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tBgpPGSendOrfRTRowStatus 1.3.6.1.4.1.6527.3.1.2.14.3.4.1.2
RowStatus for the Send Orf Route target entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerGroupParamsTable 1.3.6.1.4.1.6527.3.1.2.14.3.5
Information about the attributes configured for the BGP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerGroupParamsEntry

tBgpPeerGroupParamsEntry 1.3.6.1.4.1.6527.3.1.2.14.3.5.1
An entry in the tBgpPeerGroupParamsTable. Each entry maintains the attributes configured for BGP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerGroupParamsEntry  

tBgpPGParamsInheritance 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.1
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPGDisableFEFailover 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.2
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGDisableComms 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.3
The value of tBgpPGDisableComms enables or disables sending of community attribute to the peer for non-external communities.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGDisableExtComms 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.4
The value of tBgpPGDisableExtComms enables or disables sending of community attribute to the peers for external communities.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGDefaultOriginate 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.5
The value of tBgpPGDefaultOriginate enables or disables the sending of default routes to the peer, making it independent of the route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGAdvertiseInactiveRts 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.6
The value of tBgpPGAdvertiseInactiveRts enables or disables advertising of inactive BGP routes to other BGP peers.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGMinTTLValue 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.7
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 1..255  

tBgpPGTTLLogId 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.8
The value of tBgpPGTTLLogId specifies the filter log to use for packets that fail TTL security check. The value zero indicates that logging is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TFilterLogId  

tBgpPGLocalAddressType 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.9
The value of tBgpPGLocalAddressType specifies the address type of the peer group local address. tBgpPGLocalAddressType can be either unknown, ipv4 or ipv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tBgpPGLocalAddress 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.10
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tBgpPGPeerTracking 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.11
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGAuthKeyChain 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.12
The 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::tmnxKeyChainTable
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tBgpPGBfdEnabled 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.13
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGEnableAddPath 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.14
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGRecvAddPath 0.1.3.6.1.4.1.6527.3.1.2.14.3.5.1.15
The 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).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathAddressFamily  

tBgpPGIpv4AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.16
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPGVpnIpv4AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.17
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPGIpv6AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPGVpnIpv6AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.19
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPGFlowspecValidate 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.20
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGUpdatedErrorHandling 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.21
The value of tBgpPGUpdatedErrorHandling specifies whether the error handling mechanism for optional transitive path attributes is enabled for this peer group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGDefaultRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.22
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGAigp 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.23
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPGMinHoldTime 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.24
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpPGRemovePrivateSkipPeerAs 1.3.6.1.4.1.6527.3.1.2.14.3.5.1.25
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGroupPlcyTable 1.3.6.1.4.1.6527.3.1.2.14.3.6
The tBgpPeerGroupPlcyTable is the list of configured policies in BGP Peer Groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerGroupPlcyEntry

tBgpPeerGroupPlcyEntry 1.3.6.1.4.1.6527.3.1.2.14.3.6.1
An entry (conceptual row) in the tBgpPeerGroupPlcyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerGroupPlcyEntry  

tBgpPeerGroupPlcyImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.1
The value of tBgpPeerGroupPlcyImportPolicy1 specifies the first import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.2
The value of tBgpPeerGroupPlcyImportPolicy2 specifies the second import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.3
The value of tBgpPeerGroupPlcyImportPolicy3 specifies the third import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.4
The value of tBgpPeerGroupPlcyImportPolicy4 specifies the fourth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.5
The value of tBgpPeerGroupPlcyImportPolicy5 specifies the fifth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.6
The value of tBgpPeerGroupPlcyImportPolicy6 specifies the sixth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.7
The value of tBgpPeerGroupPlcyImportPolicy7 specifies the seventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.8
The value of tBgpPeerGroupPlcyImportPolicy8 specifies the eighth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.9
The value of tBgpPeerGroupPlcyImportPolicy9 specifies the ninth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.10
The value of tBgpPeerGroupPlcyImportPolicy10 specifies the tenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.11
The value of tBgpPeerGroupPlcyImportPolicy11 specifies the eleventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.12
The value of tBgpPeerGroupPlcyImportPolicy12 specifies the twelfth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.13
The value of tBgpPeerGroupPlcyImportPolicy13 specifies the thirteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.14
The value of tBgpPeerGroupPlcyImportPolicy14 specifies the fourteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyImportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.15
The value of tBgpPeerGroupPlcyImportPolicy15 specifies the fifteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.16
The value of tBgpPeerGroupPlcyExportPolicy1 specifies the first export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.17
The value of tBgpPeerGroupPlcyExportPolicy2 specifies the second export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.18
The value of tBgpPeerGroupPlcyExportPolicy3 specifies the third export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.19
The value of tBgpPeerGroupPlcyExportPolicy4 specifies the fourth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.20
The value of tBgpPeerGroupPlcyExportPolicy5 specifies the fifth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.21
The value of tBgpPeerGroupPlcyExportPolicy6 specifies the sixth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.22
The value of tBgpPeerGroupPlcyExportPolicy7 specifies the seventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.23
The value of tBgpPeerGroupPlcyExportPolicy8 specifies the eighth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.24
The value of tBgpPeerGroupPlcyExportPolicy9 specifies the ninth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.25
The value of tBgpPeerGroupPlcyExportPolicy10 specifies the tenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.26
The value of tBgpPeerGroupPlcyExportPolicy11 specifies the eleventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.27
The value of tBgpPeerGroupPlcyExportPolicy12 specifies the twelfth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.28
The value of tBgpPeerGroupPlcyExportPolicy13 specifies the thirteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.29
The value of tBgpPeerGroupPlcyExportPolicy14 specifies the fourteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerGroupPlcyExportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.3.6.1.30
The value of tBgpPeerGroupPlcyExportPolicy15 specifies the fifteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerTableLastChanged 1.3.6.1.4.1.6527.3.1.2.14.4.1
The value of tBgpPeerGroupTableLastChanged specifies the last timestamp when an entry in the tBgpPeerGroupTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerTableSpinlock 1.3.6.1.4.1.6527.3.1.2.14.4.2
The value of tBgpPeerGroupTableSpinlock specifies voluntary serialization control for tBgpPeerGroupTable. It is mainly used to coordinate changes to tBgpPeerInheritance.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

tBgpPeerTable 1.3.6.1.4.1.6527.3.1.2.14.4.3
The 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.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerEntry

tBgpPeerEntry 1.3.6.1.4.1.6527.3.1.2.14.4.3.1
An 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.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TBgpPeerEntry  

tBgpPeerAddress 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.1
Index for tBgpPeerTable, tBgpPeerAddress indicates the IP address of the Peer.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

tBgpPeerPeerGroup 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.2
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpPeerGroupNameOrEmpty  

tBgpPeerRowStatus 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.3
The 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'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerShutdown 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.4
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerDescription 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.5
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

tBgpPeerConnectRetry 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.6
The value of tBgpPeerConnectRetry specifies the value (in seconds) of the BGP Connect Retry timer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpConnectRetryTime  

tBgpPeerHoldTime 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.7
The value of tBgpPeerHoldTime specifies the value (in seconds) of the BGP Hold Time.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpPeerKeepAlive 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.8
The value of tBgpPeerKeepAlive specifies the value of the BGP Keepalive timer. A keepalive message is sent every time this timer expires.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpKeepAliveTime  

tBgpPeerMinASOrigination 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.9
The value of tBgpPeerMinASOrigination specifies the minimal interval (in seconds) at which a given path attribute can be advertised to a peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpMinASOriginationTime  

tBgpPeerDampening 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.10
The value of tBgpPeerDampening specifies if route dampening is applied to learned routes.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerLocalAddress 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.11
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpPeerLocalAS 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.12
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpPeerLocalPreference 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.13
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tBgpPeerLoopDetect 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.14
The value of tBgpPeerLoopDetect determines how the peer session should deal with loop detection in the AS Path.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpLoopDetect  

tBgpPeerMinRouteAdvertisement 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.15
The value of tBgpPeerMinRouteAdvertisement specifies the minimum interval at which a given path attribute is advertised to a peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpMinRouteAdvertisement  

tBgpPeerMaxPrefix 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.16
configures 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpPrefixLimit  

tBgpPeerMEDSource 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.17
The value of tBgpPeerMEDSource specifies the source of the Multi Exit Discriminator (MED) value for peers in this group.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpMEDSource  

tBgpPeerMEDValue 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.18
The value of tBgpPeerMEDValue specifies the value of MED when tBgpPeerMEDSource is 'metricVal'. If the value of tBgpPeerMEDSource is not 'metricVal', this object is ignored.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpMEDValue  

tBgpPeerMultihop 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.19
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpTimeToLive  

tBgpPeerNextHopSelf 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.21
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNoAggregatorID 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.22
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerPassive 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.23
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerPeerAS 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.24
The value of tBgpPeerPeerAS specifies the Autonomous System number for the remote peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpPeerPeerType 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.25
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  BgpPeerType  

tBgpPeerPreference 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.26
The value of tBgpPeerPreference specifies the route preference for routes learned via the peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference 1..255  

tBgpPeerRemovePrivateAS 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.27
The value of tBgpPeerRemovePrivateAS specifies if private AS numbers should be stripped from the AS Path before advertising them to BGP peers.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerLastChanged 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.28
The value tBgpPeerLastChanged indicates when an entry in tBgpPeerTable was last changed.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerInheritance 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.29
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPeerImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.30
The value of tBgpPeerImportPolicy1 specifies import policy number 1 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.31
The value of tBgpPeerImportPolicy2 specifies import policy number 2 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.32
The value of tBgpPeerImportPolicy3 specifies import policy number 3 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.33
The value of tBgpPeerImportPolicy4 specifies import policy number 4 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.34
The value of tBgpPeerImportPolicy5 specifies import policy number 5 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.35
The value of tBgpPeerExportPolicy1 specifies export policy number 1 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.36
The value of tBgpPeerExportPolicy2 specifies export policy number 2 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.37
The value of tBgpPeerExportPolicy3 specifies export policy number 3 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.38
The value of tBgpPeerExportPolicy4 specifies export policy number 4 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.39
The value of tBgpPeerExportPolicy5 specifies export policy number 5 for peer level.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerOperStatus 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.40
The 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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  BgpOperState  

tBgpPeerLocalASPrivate 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.41
The value of tBgpPeerLocalASPrivate specifies if the local autonomous system number is hidden in paths learned from peering.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerMd5Auth 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.42
The value of tBgpPeerMd5Auth specifies if the authentication using MD5 message based digest protocol is enabled.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerMd5AuthKey 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.43
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpPeerClusterId 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.44
This 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpPeerDisableClientReflect 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.45
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGracefulRestart 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.46
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerGRRestartTime 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.47
The value of tBgpPeerGRRestartTime specifies the maximum amount of time in seconds that a graceful restart should take.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpPeerGRStaleRoute 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.48
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpPeerGRAdminState 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.49
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tBgpPeerGROperState 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.50
The value of tBgpPeerGROperState indicates the operational status of the graceful restart capabilities for this peer of the BGP protocol.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tBgpPeerFamily 1.1.3.6.1.4.1.6527.3.1.2.14.4.3.1.51
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpPeerVpnRemoteFamily 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.52
The 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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxIpFamily  

tBgpPeerVpnApplyImport 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.53
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerVpnApplyExport 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.54
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerVpnLocalCaps 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.55
The value of tBgpPeerVpnLocalCaps indicates the capabilities supported on the local end of the BGP Peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxVpnCapability  

tBgpPeerVpnRemoteCaps 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.56
The value of tBgpPeerVpnRemoteCaps indicates the capabilities advertised by the remote end of the BGP Peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxVpnCapability  

tBgpPeerConnState 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.57
The value of tBgpPeerConnState indicates the BGP peer connection state. This object is the shadow object of bgpPeerState as existing in the BGP4-MIB.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)  

tBgpPeerASOverride 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.58
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerOrf 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.59
The value of tBgpPeerOrf specifies if outbound route filtering capability is enabled or disabled for the BGP peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerExtCommsOrf 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.60
The value of tBgpPeerExtCommsOrf specifies if outbound route filtering capability is based on extended communities for the BGP peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerExtCommsSendOrf 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.61
The value of tBgpPeerExtCommsSendOrf specifies if outbound route filter advertisement to the neighbors in this BGP peer.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerExtCommsRecvOrf 1.3.6.1.4.1.6527.3.1.2.14.4.3.1.62
The value of tBgpPeerExtCommsRecvOrf specifies if outbound route filter for this BGP peer is accepted from the neighbors is enabled.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerOperTable 1.3.6.1.4.1.6527.3.1.2.14.4.4
The tBgpPeerOperTable is the list of configured BGP Peers and their operational status information.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerOperEntry

tBgpPeerOperEntry 1.3.6.1.4.1.6527.3.1.2.14.4.4.1
An entry (conceptual row) in the tBgpPeerOperTable. Entries in tBgpPeerOperTable are created when entries are created in tBgpPeerTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TBgpPeerOperEntry  

tBgpPeerOperMsgOctetsRcvd 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.1
The value of tBgpPeerOperMsgOctetsRcvd indicates the number of octets received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter64  

tBgpPeerOperMsgOctetsSent 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.2
The value of tBgpPeerOperMsgOctetsSent indicates the number of octets transmitted to this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter64  

tBgpPeerOperInputQueueMessages 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.3
The value of tBgpPeerOperInputQueueMessages indicates the number of unprocessed messages in the queue, from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerOperOutputQueueMessages 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.4
The value of tBgpPeerOperOutputQueueMessages indicates the number of untransmitted messages in the queue, to this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerOperReceivedPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.5
The value of tBgpPeerOperReceivedPrefixes indicates the number of prefixes received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperSentPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.6
The value of tBgpPeerOperSentPrefixes indicates the number of prefixes transmitted to this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperActivePrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.7
The value of tBgpPeerOperActivePrefixes indicates the number of active prefixes from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerOperReceivedPaths 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.8
The value of tBgpPeerOperReceivedPaths indicates the number of paths received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperPathsSuppressedByDamping 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.9
The value of tBgpPeerOperPathsSuppressedByDamping indicates the number of paths from this peer, which have been suppressed by damping.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperFlaps 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.10
The value of tBgpPeerOperFlaps indicates the number of flaps of updates from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperLastState 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.11
The value of tBgpPeerOperLastState indicates the last BGP state of this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  BgpPeerState  

tBgpPeerOperLastEvent 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.12
The value of tBgpPeerOperLastEvent indicates the last BGP event of this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  BgpPeerEvent  

tBgpPeerOperVpnReceivedPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.13
The value of tBgpPeerOperVpnReceivedPrefixes indicates the number of received VPN prefixes.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperVpnSentPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.14
The value of tBgpPeerOperVpnSentPrefixes indicates the number of transmitted VPN prefixes.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperVpnActivePrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.15
The value of tBgpPeerOperVpnActivePrefixes indicates the number of active VPN prefixes from this BGP peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerOperGRSupport 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.16
The value of tBgpPeerOperGRSupport indicates whether the BGP peer supports graceful restart. If tBgpPeerOperGRSupport has a value of 'true' the peer supports graceful restart.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

tBgpPeerOperGRFamilyRestart 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.17
The value of tBgpPeerOperGRFamilyRestart indicates the capability type of NLRI that peer supports restart for.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerOperGRFamilyFwding 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.18
The value of tBgpPeerOperGRFamilyFwding indicates the capability type of NLRI that peer saved forwarding for.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerOperGRFamilyNegotiated 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.19
The value of tBgpPeerOperGRFamilyNegotiated indicates the capability type of NLRI that restart is negotiated for by the peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerOperGRRecvEOR 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.20
The value of tBgpPeerOperGRRecvEOR indicates the capability type of NLRI of received end-of-rib markers from the peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerOperGRSendEOR 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.21
The value of tBgpPeerOperGRSendEOR indicates the capability type of NLRI of all the sent end-of-rib markers by the peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerOperGRStaleRoutesTime 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.22
The 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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

tBgpPeerOperGRRequestRestartTime 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.23
The value of tBgpPeerOperGRRequestRestartTime indicates the maximum amount of time in seconds that a graceful restart takes for the peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

tBgpPeerOperGRStatus 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.24
The value of tBgpPeerOperGRStatus indicates the graceful restart status of the BGP peer.' The values of tBgpPeerOperGRStatus means: notHelping (1), -- Peer is not currently being helped restarting (2), -- Received restart request from the peer restart-complete (3), -- The peer has completed the most recent restart helping (4) -- Peer is helping us in restarting.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER notHelping(1), restarting(2), restart-complete(3), helping(4)  

tBgpPeerOperNumRestarts 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.25
The value of tBgpPeerOperNumRestarts indicates the number of times the peer has attempted restart.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

tBgpPeerOperLastRestartTime 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.26
The value of tBgpPeerOperLastRestartTime indicates the last time the peer attempted restart.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerOperV6ReceivedPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.27
The value of tBgpPeerOperV6ReceivedPrefixes indicates the number of IPv6 prefixes received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperV6SentPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.28
The value of tBgpPeerOperV6SentPrefixes indicates the number of IPv6 prefixes transmitted to this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperV6ActivePrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.29
The value of tBgpPeerOperV6ActivePrefixes indicates the number of active IPv6 prefixes from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerOperV6ReceivedPaths 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.30
The value of tBgpPeerOperV6ReceivedPaths indicates the number of IPv6 paths received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperV6SuppPathsDamping 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.31
The value of tBgpPeerOperV6SuppPathsDamping indicates the number of IPv6 paths from this peer, which have been suppressed by damping.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerOperVpnReceivedPaths 1.3.6.1.4.1.6527.3.1.2.14.4.4.1.32
The value of tBgpPeerOperVpnReceivedPaths indicates the number of VPN paths received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerSendOrfRouteTargetTable 1.3.6.1.4.1.6527.3.1.2.14.4.5
The table contains information about the route targets to be advertised to the peers if it is Outbound route filtering capable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerSendOrfRouteTargetEntry

tBgpPeerSendOrfRouteTargetEntry 1.3.6.1.4.1.6527.3.1.2.14.4.5.1
An entry in the tBgpPeerSendOrfRouteTargetTable. Each entry represents a route target to be advertised to the peer.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TBgpPeerSendOrfRouteTargetEntry  

tBgpPeerSendOrfRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.4.5.1.1
Index for the tBgpPeerSendOrfRouteTargetTable. The value of tBgpPeerSendOrfRouteTarget specifies the extended community name to be advertised to the peer.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tBgpPeerSendOrfRTRowStatus 1.3.6.1.4.1.6527.3.1.2.14.4.5.1.2
RowStatus for the Send Orf Route target entry.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerParamsTable 1.3.6.1.4.1.6527.3.1.2.14.4.6
The table contains information about the attributes configured for the BGP instance.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerParamsEntry

tBgpPeerParamsEntry 1.3.6.1.4.1.6527.3.1.2.14.4.6.1
An entry in the tBgpPeerParamsTable. Each entry maintains the attributes configured for BGP instance.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TBgpPeerParamsEntry  

tBgpPeerParamsInheritance 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.1
The value of tBgpPeerParamsInheritance 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: tBgpPeerDisableFEFailover 0x0000000000000002 tBgpPeerDisableComms 0x0000000000000004 tBgpPeerDisableExtComms 0x0000000000000008 tBgpPeerDefaultOriginate 0x0000000000000010 tBgpPeerAdvertiseInactiveRts 0x0000000000000020 tBgpPeerMinTTLValue 0x0000000000000040 tBgpPeerTTLLogId 0x0000000000000080 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPeerDisableFEFailover 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.2
The value of tBgpPeerDisableFEFailover 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerDisableComms 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.3
The value of tBgpPeerDisableComms enables or disables sending of community attribute to the peer for non-external communities.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerDisableExtComms 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.4
The value of tBgpPeerDisableComms enables or disables sending of community attribute to the peers for external communities.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerDefaultOriginate 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.5
The value of tBgpPeerDefaultOriginate enables or disables the sending of default routes to the peer, making it independent of the route policies.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerAdvertiseInactiveRts 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.6
The value of tBgpPeerAdvertiseInactiveRts enables or disables advertising of inactive BGP routes to other BGP peers.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerMinTTLValue 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.7
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 1..255  

tBgpPeerTTLLogId 1.3.6.1.4.1.6527.3.1.2.14.4.6.1.8
The value of tBgpPeerTTLLogId specifies the filter log to use for packets that fail TTL security check. The value zero indicates that logging is disabled.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TFilterLogId  

tBgpPeerNgTable 1.3.6.1.4.1.6527.3.1.2.14.4.7
The tBgpPeerNgTable is the list of configured BGP IPV4 and IPV6 Peers. The table entries are indexed by BGP instance, peer address type and the peer's IP address. For administrative convenience the Peer Group name should be set but is not used for sorting in the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerNgEntry

tBgpPeerNgEntry 1.3.6.1.4.1.6527.3.1.2.14.4.7.1
Defines an entry (conceptual row) in the tBgpPeerNgTable. An entry can be created using the row status object, tBgpPeerNgRowStatus. When created, all objects are initialized to their default values. Before the Peer entry can be used, tBgpPeerNgRowStatus must be set to 'active(1)'. the Peer entry can be removed by setting tBgpPeerNgRowStatus to 'destroy(6)'. The Peer entry will be advertised to BGP peers when tBgpPeerNgShutdown is false.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerNgEntry  

tBgpPeerNgInstanceIndex 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.1
tBgpPeerNgInstanceIndex is the bgp instance index for tBgpPeerNgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxVRtrID  

tBgpPeerNgAddressType 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.2
Index for tBgpPeerNgTable. The tBgpPeerNgAddressType indicates the IP address type of the Peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

tBgpPeerNgAddress 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.3
Index for tBgpPeerNgTable. tBgpPeerNgAddress indicates the IPv(4/6) address of the Peer. If tBgpPeerNgAddressType is 'ipv4', then tBgpPeerNgAddress object expects an ipv4 address. If tBgpPeerNgAddressType is 'ipv6', then tBgpPeerNgAddress object should be a 16-octet value ipv6 address.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4..20)  

tBgpPeerNgPeerGroup 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.4
The value of tBgpPeerNgPeerGroup specifies the name of the Peer group for the Peer. This object can only be set when the tBgpPeerNgRowStatus 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 tBgpPeerNgAddress. Then, set any peer attribute objects.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPeerGroupNameOrEmpty  

tBgpPeerNgRowStatus 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.5
The value of tBgpPeerNgRowStatus 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 tBgpPeerNgShutdown must be 'true'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerNgShutdown 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.6
The value of tBgpPeerNgShutdown 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgDescription 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.7
The value of tBgpPeerNgDescription 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

tBgpPeerNgConnectRetry 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.8
The value of tBgpPeerNgConnectRetry specifies the value (in seconds) of the BGP Connect Retry timer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpConnectRetryTime  

tBgpPeerNgHoldTime 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.9
The value of tBgpPeerNgHoldTime specifies the value (in seconds) of the BGP Hold Time.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpPeerNgKeepAlive 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.10
The value of tBgpPeerNgKeepAlive specifies the value of the BGP Keepalive timer. A keepalive message is sent every time this timer expires.
Status: current Access: read-create
OBJECT-TYPE    
  BgpKeepAliveTime  

tBgpPeerNgMinASOrigination 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.11
The value of tBgpPeerNgMinASOrigination specifies the minimal interval (in seconds) at which a given path attribute can be advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinASOriginationTime  

tBgpPeerNgDampening 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.12
The value of tBgpPeerNgDampening specifies if route dampening is applied to learned routes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgLocalAddress 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.13
The value of tBgpPeerNgLocalAddress specifies the local IP address the peer-group or Peer is to use as advertisement source address. If the tBgpPeerNgLocalAddressType is set to ipv4, then the local address is an ipv4 address, if the tBgpPeerNgLocalAddressType is set to ipv6, the local address of the peer is an ipv6 address. If tBgpPeerNgLocalAddress is 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. If local address is not set, tBgpPeerNgLocalAddressType is set to unknown and tBgpPeerNgLocalAddress returns a null string.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tBgpPeerNgLocalAddressType 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.14
The value of tBgpPeerNgLocalAddressType specifies the local IP address type the peer-group or Peer is to use as advertisement source address. tBgpPeerNgLocalAddressType can be either unknown, ipv4 or ipv6.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tBgpPeerNgLocalAS 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.15
The value of tBgpPeerNgLocalAS specifies the autonomous system number to be advertised for this peer. If the value of tBgpPeerNgLocalAS, the value of tBgpPeerGroupLocalAS or tBgpInstanceLocalAS will be used in that order. This object was obsoleted in release 7.0. It is replaced with the 4-byte AS number defined by tBgpPeerNgLocalAS4Byte.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpPeerNgLocalPreference 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.16
The value of tBgpPeerNgLocalPreference 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tBgpPeerNgLoopDetect 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.17
The value of tBgpPeerNgLoopDetect determines how the peer session should deal with loop detection in the AS Path.
Status: current Access: read-create
OBJECT-TYPE    
  BgpLoopDetect  

tBgpPeerNgMinRouteAdvertisement 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.18
The value of tBgpPeerNgMinRouteAdvertisement specifies the minimum interval at which a given path attribute is advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinRouteAdvertisement  

tBgpPeerNgMaxPrefix 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.19
The value of tBgpPeerNgMaxPrefix specifies the maximum number of routes that can be learned from this peer. A value of zero specifies that 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 tBgpPeerNgMaxPrefixThreshold. If the number of routes exceeds this limit, then BGP peering will be disabled and the tBgpMaxNgPrefix100 notification will be sent.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPrefixLimit  

tBgpPeerNgMEDSource 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.20
The value of tBgpPeerNgMEDSource specifies the source of the Multi Exit Discriminator (MED) value for peers in this group.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDSource  

tBgpPeerNgMEDValue 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.21
The value of tBgpPeerNgMEDValue specifies the value of MED when tBgpPeerNgMEDSource is 'metricVal'. If the value of tBgpPeerNgMEDSource is not 'metricVal', this object is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDValue  

tBgpPeerNgMultihop 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.22
The value of tBgpPeerNgMultihop 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpTimeToLive  

tBgpPeerNgNextHopSelf 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.23
The value of tBgpPeerNgNextHopSelf 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgNoAggregatorID 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.24
The value of tBgpPeerNgNoAggregatorID 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgPassive 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.25
The value of tBgpPeerNgPassive specifies if the peer will not attempt to connect to the far end peer or just wait for the far end peer to connect.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgPeerAS 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.26
The value of tBgpPeerNgPeerAS 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 tBgpPeerNgPeerAS4Byte.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpPeerNgPeerType 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.27
The value of tBgpPeerNgPeerType 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPeerType  

tBgpPeerNgPreference 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.28
The value of tBgpPeerNgPreference specifies the route preference for routes learned via the peer.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference 1..255  

tBgpPeerNgRemovePrivateAS 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.29
The value of tBgpPeerNgRemovePrivateAS specifies if private AS numbers should be stripped from the AS Path before advertising them to BGP peers.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgLastChanged 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.30
The value tBgpPeerNgLastChanged indicates when an entry in tBgpPeerNgTable was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerNgInheritance 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.31
The value of tBgpPeerNgInheritance 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: tBgpPeerNgShutdown 0x04 tBgpPeerNgConnectRetry 0x10 tBgpPeerNgHoldTime 0x20 tBgpPeerNgKeepAlive 0x40 tBgpPeerNgMinASOrigination 0x80 tBgpPeerNgDampening 0x100 tBgpPeerNgLocalAddress 0x200 tBgpPeerNgLocalAS4Byte 0x400 tBgpPeerNgLocalPreference 0x800 tBgpPeerNgLoopDetect 0x1000 tBgpPeerNgMinRouteAdvertisement 0x2000 tBgpPeerNgMaxPrefix 0x4000 tBgpPeerNgMEDSource 0x8000 tBgpPeerNgMEDValue 0x10000 tBgpPeerNgMultihop 0x20000 tBgpPeerNgNextHopSelf 0x80000 tBgpPeerNgNoAggregatorID 0x100000 tBgpPeerNgPassive 0x200000 tBgpPeerNgPeerAS4Byte 0x400000 tBgpPeerNgPeerType 0x800000 tBgpPeerNgPreference 0x1000000 tBgpPeerNgRemovePrivateAS 0x2000000 tBgpPeerNgImportPolicy1 0x8000000 tBgpPeerNgExportPolicy1 0x100000000 tBgpPeerNgLocalASPrivate 0x2000000000 tBgpPeerNgMd5Auth 0x4000000000 tBgpPeerNgMd5AuthKey 0x8000000000 tBgpPeerNgClusterId 0x10000000000 tBgpPeerNgDisableClientReflect 0x20000000000 tBgpPeerNgGracefulRestart 0x40000000000 tBgpPeerNgGRRestartTime 0x80000000000 tBgpPeerNgGRStaleRoute 0x100000000000 tBgpPeerNgGRAdminState 0x200000000000 tBgpPeerNgFamily 0x400000000000 tBgpPeerNgVpnApplyImport 0x800000000000 tBgpPeerNgVpnApplyExport 0x1000000000000 tBgpPeerNgASOverride 0x2000000000000 tBgpPeerNgOrf 0x4000000000000 tBgpPeerNgExtCommsOrf 0x8000000000000 tBgpPeerNgExtCommsSendOrf 0x10000000000000 tBgpPeerNgExtCommsRecvOrf 0x20000000000000 tBgpPeerNgLocalAddressType 0x40000000000000 tBgpPeerNgDisable4ByteASN 0x200000000000000 tBgpPeerNgHoldTimeIsStrict 0x400000000000000 tBgpPeerNgL2vpnCiscoInterop 0x800000000000000 tBgpPeerNgRemovePrivateASLmtd 0x01000000000000000 tBgpPeerNgMaxPrefixLogOnly 0x02000000000000000 tBgpPeerNgMaxPrefixThreshold 0x04000000000000000 tBgpPeerNgDisableCapNegotiation 0x08000000000000000 These named bits correspond to the names of objects in this table, but all import and export policy objects are represented by the same tBgpPeerNgImportPolicy1/tBgpPeerNgExportPolicy1 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 tBgpPeerGroupTable, or from the corresponding object in tBgpInstanceTable.
Status: current Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPeerNgImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.32
The value of tBgpPeerNgImportPolicy1 specifies import policy number 1 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyImportPolicy1.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.33
The value of tBgpPeerNgImportPolicy2 specifies import policy number 2 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyImportPolicy2.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.34
The value of tBgpPeerNgImportPolicy3 specifies import policy number 3 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyImportPolicy3.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.35
The value of tBgpPeerNgImportPolicy4 specifies import policy number 4 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyImportPolicy4.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.36
The value of tBgpPeerNgImportPolicy5 specifies import policy number 5 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyImportPolicy5.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.37
The value of tBgpPeerNgExportPolicy1 specifies export policy number 1 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyExportPolicy1.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.38
The value of tBgpPeerNgExportPolicy2 specifies export policy number 2 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyExportPolicy2.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.39
The value of tBgpPeerNgExportPolicy3 specifies export policy number 3 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyExportPolicy3.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.40
The value of tBgpPeerNgExportPolicy4 specifies export policy number 4 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyExportPolicy4.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.41
The value of tBgpPeerNgExportPolicy5 specifies export policy number 5 for peer level. This object was obsoleted in release 10.0. It is replaced by object tBgpPeerPlcyExportPolicy5.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerNgOperStatus 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.42
The value of tBgpPeerNgOperStatus 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.
Status: current Access: read-only
OBJECT-TYPE    
  BgpOperState  

tBgpPeerNgLocalASPrivate 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.43
The value of tBgpPeerNgLocalASPrivate specifies if the local autonomous system number is hidden in paths learned from peering.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgMd5Auth 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.44
The value of tBgpPeerNgMd5Auth specifies if the authentication using MD5 message based digest protocol is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgMd5AuthKey 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.45
The value of tBgpPeerNgMd5AuthKey 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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpPeerNgClusterId 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.46
This value of tBgpPeerNgClusterId 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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpPeerNgDisableClientReflect 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.47
The value of tBgpPeerNgDisableClientReflect 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgGracefulRestart 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.48
The value of tBgpPeerNgGracefulRestart 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgGRRestartTime 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.49
The value of tBgpPeerNgGRRestartTime specifies the maximum amount of time in seconds that a graceful restart should take.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpPeerNgGRStaleRoute 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.50
The value of tBgpPeerNgGRStaleRoute 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 tBgpPeerNgGRRestartTime.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

tBgpPeerNgGRAdminState 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.51
The value of tBgpPeerNgGRAdminState 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tBgpPeerNgGROperState 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.52
The value of tBgpPeerNgGROperState indicates the operational status of the graceful restart capabilities for this peer of the BGP protocol.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxOperState  

tBgpPeerNgFamily 1.1.3.6.1.4.1.6527.3.1.2.14.4.7.1.53
The value of tBgpPeerNgFamily 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, VPN-IPv6, MVPN-IPv4 and L2-VPN address 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpPeerNgVpnRemoteFamily 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.54
The value of tBgpPeerNgVpnRemoteFamily 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,VPN-IPv6, MVPN-IPv4 and L2-VPN address 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)', 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.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxIpFamily  

tBgpPeerNgVpnApplyImport 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.55
The value of tBgpPeerNgVpnApplyImport 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgVpnApplyExport 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.56
The value of tBgpPeerNgVpnApplyExport 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgVpnLocalCaps 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.57
The value of tBgpPeerNgVpnLocalCaps indicates the capabilities supported on the local end of the BGP Peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxVpnCapability  

tBgpPeerNgVpnRemoteCaps 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.58
The value of tBgpPeerNgVpnRemoteCaps indicates the capabilities advertised by the remote end of the BGP Peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxVpnCapability  

tBgpPeerNgConnState 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.59
The value of tBgpPeerNgConnState indicates the BGP peer connection state. This object is the shadow object of bgpPeerState as existing in the BGP4-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)  

tBgpPeerNgASOverride 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.60
The value of tBgpPeerNgASOverride 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgOrf 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.61
The value of tBgpPeerNgOrf specifies if outbound route filtering capability is enabled or disabled for the BGP peer.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgExtCommsOrf 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.62
The value of tBgpPeerNgExtCommsOrf specifies if outbound route filtering capability is based on extended communities for the BGP peer.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgExtCommsSendOrf 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.63
The value of tBgpPeerNgExtCommsSendOrf specifies if outbound route filter advertisement to the neighbors in this BGP peer.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgExtCommsRecvOrf 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.64
The value of tBgpPeerNgExtCommsRecvOrf specifies if outbound route filter for this BGP peer is accepted from the neighbors is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgLocalAS4Byte 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.65
The value of tBgpPeerNgLocalAS4Byte specifies the autonomous system number to be advertised to this peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpPeerNgPeerAS4Byte 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.66
The value of tBgpPeerNgPeerAS4Byte specifies the autonomous system number for the remote peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpPeerNgDisable4ByteASN 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.67
The value of tBgpPeerNgDisable4ByteASN specifies whether or not 4-byte ASN capability will be advertised by this peer. When the value of tBgpPeerNgDisable4ByteASN is set to false, 4-byte ASN support will be negotiated with the associated remote peers. When the value of tBgpPeerNgDisable4ByteASN is set to true, 4-byte ASN capability will not be advertised by this peer.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgHoldTimeIsStrict 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.68
The value of tBgpPeerNgHoldTimeIsStrict specifies whether or not tBgpPeerNgHoldTime has to be strictly enforced. When the value of tBgpPeerNgHoldTimeIsStrict is true, BGP on this peer will not negotiate a hold time lower than the configured value for tBgpPeerNgHoldTime. This object is obsoleted in release 10.0. Desired functionality of strict enforcement of hold time can be achieved by configuring the value of tBgpPeerNgMinHoldTime.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgL2vpnCiscoInterop 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.69
The value of tBgpPeerNgL2vpnCiscoInterop specifies whether BGP will provide translation between non-compliant NLRI formats of Cisco. BGP Peer sessions must be manually configured towards the non-compliant Cisco PEs. When the value of tBgpPeerNgL2vpnCiscoInterop is 'true', Cisco non-compliant NLRI format will be used; one byte length field instead of two bytes for BGP NLRI. When the value of tBgpPeerNgL2vpnCiscoInterop is 'false', Cisco non-compliant NLRI format will not be used or supported.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgRemovePrivateASLmtd 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.70
The value of tBgpPeerNgRemovePrivateASLmtd specifies whether BGP will remove the private AS numbers for this peer. When the value of tBgpPeerNgRemovePrivateASLmtd is true, BGP will remove private AS numbers from the AS Path for this peer. When the value of tBgpPeerNgRemovePrivateAS is changed, the value of tBgpPeerNgRemovePrivateASLmtd 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 tBgpPeerNgInheritance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgMaxPrefixLogOnly 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.71
The value of tBgpPeerNgMaxPrefixLogOnly 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgMaxPrefixThreshold 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.72
The value of tBgpPeerNgMaxPrefixThreshold specifies a percentage of tBgpPeerNgMaxPrefix.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

tBgpPeerNgDisableCapNegotiation 1.3.6.1.4.1.6527.3.1.2.14.4.7.1.73
The value of tBgpPeerNgDisableCapNegotiation specifies whether capability negotiation is disabled for this peer.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgOperTable 1.3.6.1.4.1.6527.3.1.2.14.4.8
The tBgpPeerNgOperTable is the list of configured BGP Peers and their operational status information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerNgOperEntry

tBgpPeerNgOperEntry 1.3.6.1.4.1.6527.3.1.2.14.4.8.1
Defines an entry (conceptual row) in the tBgpPeerNgOperTable. Entries in tBgpPeerNgOperTable are created when entries are created in tBgpPeerNgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerNgOperEntry  

tBgpPeerNgOperMsgOctetsRcvd 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.1
The value of tBgpPeerNgOperMsgOctetsRcvd indicates the number of octets received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tBgpPeerNgOperMsgOctetsSent 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.2
The value of tBgpPeerNgOperMsgOctetsSent indicates the number of octets transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tBgpPeerNgOperInputQueueMsgs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.3
The value of tBgpPeerNgOperInputQueueMsgs indicates the number of unprocessed messages in the queue, from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerNgOperOutputQueueMsgs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.4
The value of tBgpPeerNgOperOutputQueueMsgs indicates the number of untransmitted messages in the queue, to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerNgOperReceivedPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.5
The value of tBgpPeerNgOperReceivedPrefixes indicates the number of prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperSentPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.6
The value of tBgpPeerNgOperSentPrefixes indicates the number of prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperActivePrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.7
The value of tBgpPeerNgOperActivePrefixes indicates the number of active prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerNgOperReceivedPaths 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.8
The value of tBgpPeerNgOperReceivedPaths indicates the number of paths received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperPathsSupByDamping 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.9
The value of tBgpPeerNgOperPathsSupByDamping indicates the number of paths from this peer, which have been suppressed by damping.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperFlaps 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.10
The value of tBgpPeerNgOperFlaps indicates the number of flaps of updates from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperLastState 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.11
The value of tBgpPeerNgOperLastState indicates the last BGP state of this peer.
Status: current Access: read-only
OBJECT-TYPE    
  BgpPeerState  

tBgpPeerNgOperLastEvent 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.12
The value of tBgpPeerNgOperLastEvent indicates the last BGP event of this peer.
Status: current Access: read-only
OBJECT-TYPE    
  BgpPeerEvent  

tBgpPeerNgOperVpnRecvPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.13
The value of tBgpPeerNgOperVpnRecvPrefixes indicates the number of received VPN prefixes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnSentPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.14
The value of tBgpPeerNgOperVpnSentPrefixes indicates the number of transmitted VPN prefixes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnActivePrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.15
The value of tBgpPeerNgOperVpnActivePrefixes indicates the number of active VPN prefixes from this BGP peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerNgOperGRSupport 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.16
The value of tBgpPeerNgOperGRSupport indicates whether the BGP peer supports graceful restart. If tBgpPeerNgOperGRSupport has a value of 'true' the peer supports graceful restart.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgOperGRFamilyRestart 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.17
The value of tBgpPeerNgOperGRFamilyRestart indicates the capability type of NLRI that peer supports restart for.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerNgOperGRFamilyFwding 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.18
The value of tBgpPeerNgOperGRFamilyFwding indicates the capability type of NLRI that peer saved forwarding for.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerNgOperGRFamilyNegotiated 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.19
The value of tBgpPeerNgOperGRFamilyNegotiated indicates the capability type of NLRI that restart is negotiated for by the peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerNgOperGRRecvEOR 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.20
The value of tBgpPeerNgOperGRRecvEOR indicates the capability type of NLRI of received end-of-rib markers from the peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerNgOperGRSendEOR 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.21
The value of tBgpPeerNgOperGRSendEOR indicates the capability type of NLRI of all the sent end-of-rib markers by the peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxBGPFamilyType  

tBgpPeerNgOperGRStaleRoutesTime 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.22
The value of tBgpPeerNgOperGRStaleRoutesTime indicates the maximum amount of time in seconds that stale routes are maintained by the peer after a graceful restart is initiated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tBgpPeerNgOperGRReqRestartTime 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.23
The value of tBgpPeerNgOperGRReqRestartTime indicates the maximum amount of time in seconds that a graceful restart takes for the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tBgpPeerNgOperGRStatus 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.24
The value of tBgpPeerNgOperGRStatus indicates the graceful restart status of the BGP peer.' The values of tBgpPeerNgOperGRStatus means: notHelping (1), -- Peer is not currently being helped restarting (2), -- Received restart request from the peer restart-complete (3), -- The peer has completed the most recent restart helping (4) -- Peer is helping us in restarting.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notHelping(1), restarting(2), restart-complete(3), helping(4)  

tBgpPeerNgOperNumRestarts 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.25
The value of tBgpPeerNgOperNumRestarts indicates the number of times the peer has attempted restart.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tBgpPeerNgOperLastRestartTime 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.26
The value of tBgpPeerNgOperLastRestartTime indicates the last time the peer attempted restart.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeerNgOperV6ReceivedPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.27
The value of tBgpPeerNgOperV6ReceivedPrefixes indicates the number of IPv6 prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperV6SentPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.28
The value of tBgpPeerNgOperV6SentPrefixes indicates the number of IPv6 prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperV6ActivePrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.29
The value of tBgpPeerNgOperV6ActivePrefixes indicates the number of active IPv6 prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerNgOperV6ReceivedPaths 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.30
The value of tBgpPeerNgOperV6ReceivedPaths indicates the number of IPv6 paths received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperV6SuppPathsDamping 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.31
The value of tBgpPeerNgOperV6SuppPathsDamping indicates the number of IPv6 paths from this peer, which have been suppressed by damping.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnReceivedPaths 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.32
The value of tBgpPeerNgOperVpnReceivedPaths indicates the number of VPN paths received from this peer.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperV4SuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.33
The value of tBgpPeerNgOperV4SuppPfxDamp indicates the number of IPv6 prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnSuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.34
The value of tBgpPeerNgOperVpnSuppPfxDamp indicates the number of VPN IPv4 prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperV6SuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.35
The value of tBgpPeerNgOperV6SuppPfxDamp indicates the number of IPv6 prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMCastV4SuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.36
The value of tBgpPeerNgOperMCastV4SuppPfxDamp indicates the number of IPv4 multicast prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMCastV4RecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.37
The value of tBgpPeerNgOperMCastV4RecvPfxs indicates the number of IPv4 multicast prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMCastV4SentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.38
The value of tBgpPeerNgOperMCastV4SentPfxs indicates the number of IPv4 multicast prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMCastV4ActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.39
The value of tBgpPeerNgOperMCastV4ActivePfxs indicates the number of active IPv4 multicast prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnIpv6RecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.40
The value of tBgpPeerNgOperVpnIpv6RecvPfxs indicates the number of VPN IPv6 prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnIpv6SentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.41
The value of tBgpPeerNgOperVpnIpv6SentPfxs indicates the number of VPN IPv6 prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnIpv6ActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.42
The value of tBgpPeerNgOperVpnIpv6ActivePfxs indicates the number of active VPN IPv6 prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

tBgpPeerNgOperVpnIpv6SuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.43
The value of tBgpPeerNgOperVpnIpv6SuppPfxDamp indicates the number of VPN IPv6 prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMvpnV4SuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.44
The value of tBgpPeerNgOperMvpnV4SuppPfxDamp indicates the number of MVPN IPv4 prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMvpnV4RecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.45
The value of tBgpPeerNgOperMvpnV4RecvPfxs indicates the number of MVPN IPv4 prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMvpnV4SentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.46
The value of tBgpPeerNgOperMvpnV4SentPfxs indicates the number of MVPN IPv4 prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMvpnV4ActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.47
The value of tBgpPeerNgOperMvpnV4ActivePfxs indicates the number of active MVPN IPv4 prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperl2VpnSuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.48
The value of tBgpPeerNgOperl2VpnSuppPfxDamp indicates the number of L2VPN prefixes from this peer, which have been supressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperl2VpnRecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.49
The value of tBgpPeerNgOperl2VpnRecvPfxs indicates the number L2VPN prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperl2VpnSentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.50
The value of tBgpPeerNgOperl2VpnSentPfxs indicates the number of L2VPN prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperl2VpnActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.51
The value of tBgpPeerNgOperl2VpnActivePfxs indicates the number of active L2VPN prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMdtSafiSuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.52
The value of tBgpPeerNgOperMdtSafiSuppPfxDamp indicates the number of MDT-SAFI prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMdtSafiRecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.53
The value of tBgpPeerNgOperMdtSafiRecvPfxs indicates the number of MDT-SAFI prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMdtSafiSentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.54
The value of tBgpPeerNgOperMdtSafiSentPfxs indicates the number of MDT-SAFI prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMdtSafiActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.55
The value of tBgpPeerNgOperMdtSafiActivePfxs indicates the number of active MDT-SAFI prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMsPwSuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.56
The value of tBgpPeerNgOperMsPwSuppPfxDamp indicates the number of MS-PW prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMsPwRecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.57
The value of tBgpPeerNgOperMsPwRecvPfxs indicates the number of MS-PW prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMsPwSentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.58
The value of tBgpPeerNgOperMsPwSentPfxs indicates the number of MS-PW prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMsPwActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.59
The value of tBgpPeerNgOperMsPwActivePfxs indicates the number of active MS-PW prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperFlowIpv4SupPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.60
The value of tBgpPeerNgOperFlowIpv4SupPfxDamp indicates the number of flow-ipv4 prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperFlowIpv4RecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.61
The value of tBgpPeerNgOperFlowIpv4RecvPfxs indicates the number of flow-ipv4 prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperFlowIpv4SentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.62
The value of tBgpPeerNgOperFlowIpv4SentPfxs indicates the number of flow-ipv4 prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperFlowIpv4ActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.63
The value of tBgpPeerNgOperFlowIpv4ActivePfxs indicates the number of active flow-ipv4 prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgAddPathSendRemoteCaps 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.66
The value of tBgpPeerNgAddPathSendRemoteCaps indicates the address families for which the add-path send capability is supported on the remote end of the BGP Peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxAddPathAddressFamily  

tBgpPeerNgAddPathRecvRemoteCaps 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.67
The value of tBgpPeerNgAddPathRecvRemoteCaps indicates the address families for which the add-path receive capability is supported on the remote end of the BGP Peer.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxAddPathAddressFamily  

tBgpPeerNgOperBackupPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.68
The value of tBgpPeerNgOperBackupPrefixes indicates the number of IPv4 routes selected as backup from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperV6BackupPrefixes 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.69
The value of tBgpPeerNgOperV6BackupPrefixes indicates the number of IPv6 routes selected as backup from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperRtTgtSuppPfxDamp 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.70
The value of tBgpPeerNgOperRtTgtRecvPfxs indicates the number of route target prefixes from this peer, which have been suppressed by damping.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperRtTgtRecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.71
The value of tBgpPeerNgOperRtTgtRecvPfxs indicates the number of route target prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperRtTgtSentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.72
The value of tBgpPeerNgOperRtTgtSentPfxs indicates the number of route target prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperRtTgtActivePfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.73
The value of tBgpPeerNgOperRtTgtActivePfxs indicates the number of active route target prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnV4BackupPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.74
The value of tBgpPeerNgOperVpnV4BackupPfxs indicates the number of VPN IPv4 routes selected as backup from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperVpnV6BackupPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.75
The value of tBgpPeerNgOperVpnV6BackupPfxs indicates the number of VPN IPv6 routes selected as backup from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMcastVpnV4RecvPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.76
The value of tBgpPeerNgOperMcastVpnV4RecvPfxs indicates the number of multicast vpn ipv4 prefixes received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMcastVpnV4SentPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.77
The value of tBgpPeerNgOperMcastVpnV4SentPfxs indicates the number of multicast vpn ipv4 prefixes transmitted to this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgOperMcastVpnV4ActPfxs 1.3.6.1.4.1.6527.3.1.2.14.4.8.1.78
The value of tBgpPeerNgOperMcastVpnV4ActPfxs indicates the number of active multicast vpn ipv4 prefixes from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tBgpPeerNgSendOrfRouteTargetTable 1.3.6.1.4.1.6527.3.1.2.14.4.9
The tBgpPeerNgSendOrfRouteTargetTable provides information about the route targets to be advertised to the peers if it is Outbound route filtering capable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerNgSendOrfRouteTargetEntry

tBgpPeerNgSendOrfRouteTargetEntry 1.3.6.1.4.1.6527.3.1.2.14.4.9.1
Defines an entry in the tBgpPeerNgSendOrfRouteTargetTable. Each entry represents a route target to be advertised to the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerNgSendOrfRouteTargetEntry  

tBgpPeerNgSendOrfRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.4.9.1.1
Index for the tBgpPeerNgSendOrfRouteTargetTable. The value of tBgpPeerNgSendOrfRouteTarget specifies the extended community name to be advertised to the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tBgpPeerNgSendOrfRTRowStatus 1.3.6.1.4.1.6527.3.1.2.14.4.9.1.2
The value of tBgpPeerNgSendOrfRTRowStatus controls creation and deletion of row entries in the tBgpPeerNgSendOrfRouteTargetTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerNgParamsTable 1.3.6.1.4.1.6527.3.1.2.14.4.10
tBgpPeerNgParamsTable provides information about the attributes configured for the BGP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerNgParamsEntry

tBgpPeerNgParamsEntry 1.3.6.1.4.1.6527.3.1.2.14.4.10.1
An entry in the tBgpPeerNgParamsTable. Each entry maintains the attributes configured for BGP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerNgParamsEntry  

tBgpPeerNgParamsInheritance 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.1
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPeerNgDisableFEFailover 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.2
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgDisableComms 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.3
The value of tBgpPeerNgDisableComms enables or disables sending of community attribute to the peer for non-external communities.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgDisableExtComms 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.4
The value of tBgpPeerNgDisableExtComms enables or disables sending of community attribute to the peers for external communities.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgDefaultOriginate 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.5
The value of tBgpPeerNgDefaultOriginate enables or disables the sending of default routes to the peer, making it independent of the route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgAdvertiseInactiveRts 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.6
The value of tBgpPeerNgAdvertiseInactiveRts enables or disables advertising of inactive BGP routes to other BGP peers.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgMinTTLValue 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.7
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 1..255  

tBgpPeerNgTracking 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.8
The value of tBgpPeerNgTracking specifies whether tracking of this BGP peer is enabled. A valuye of 'false' indicates that peer tracking is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgAdvLabelAddrFamily 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.9
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdvLabelAddressFamily  

tBgpPeerNgAuthKeyChain 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.10
The 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::tmnxKeyChainTable
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tBgpPeerNgLastError 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.11
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

tBgpPeerNgBfdEnabled 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.12
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgPMTUDiscovery 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.13
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgAdvertiseLdpPrefix 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.14
The 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'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgEnableAddPath 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.15
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgRecvAddPath 0.1.3.6.1.4.1.6527.3.1.2.14.4.10.1.16
The 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).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathAddressFamily  

tBgpPeerNgIpv4AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.17
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPeerNgVpnIpv4AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPeerNgIpv6AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.19
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPeerNgVpnIpv6AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.20
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpPeerNgFlowspecValidate 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.21
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgUpdatedErrorHandling 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.22
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgDefaultRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.23
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgAigp 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.24
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgMinHoldTime 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.25
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpPeerNgSplitHorizon 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.26
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerNgRemPrivateSkipPeerAs 1.3.6.1.4.1.6527.3.1.2.14.4.10.1.27
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPeerPlcyTable 1.3.6.1.4.1.6527.3.1.2.14.4.11
The tBgpPeerPlcyTable is the list of configured policies in BGP Peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeerPlcyEntry

tBgpPeerPlcyEntry 1.3.6.1.4.1.6527.3.1.2.14.4.11.1
An entry (conceptual row) in the tBgpPeerPlcyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeerPlcyEntry  

tBgpPeerPlcyImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.1
The value of tBgpPeerPlcyImportPolicy1 specifies the first import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.2
The value of tBgpPeerPlcyImportPolicy2 specifies the second import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.3
The value of tBgpPeerPlcyImportPolicy3 specifies the third import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.4
The value of tBgpPeerPlcyImportPolicy4 specifies the fourth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.5
The value of tBgpPeerPlcyImportPolicy5 specifies the fifth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.6
The value of tBgpPeerPlcyImportPolicy6 specifies the sixth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.7
The value of tBgpPeerPlcyImportPolicy7 specifies the seventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.8
The value of tBgpPeerPlcyImportPolicy8 specifies the eighth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.9
The value of tBgpPeerPlcyImportPolicy9 specifies the ninth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.10
The value of tBgpPeerPlcyImportPolicy10 specifies the tenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.11
The value of tBgpPeerPlcyImportPolicy11 specifies the eleventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.12
The value of tBgpPeerPlcyImportPolicy12 specifies the twelfth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.13
The value of tBgpPeerPlcyImportPolicy13 specifies the thirteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.14
The value of tBgpPeerPlcyImportPolicy14 specifies the fourteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyImportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.15
The value of tBgpPeerPlcyImportPolicy15 specifies the fifteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.16
The value of tBgpPeerPlcyExportPolicy1 specifies the first export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.17
The value of tBgpPeerPlcyExportPolicy2 specifies the second export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.18
The value of tBgpPeerPlcyExportPolicy3 specifies the third export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.19
The value of tBgpPeerPlcyExportPolicy4 specifies the fourth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.20
The value of tBgpPeerPlcyExportPolicy5 specifies the fifth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.21
The value of tBgpPeerPlcyExportPolicy6 specifies the sixth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.22
The value of tBgpPeerPlcyExportPolicy7 specifies the seventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.23
The value of tBgpPeerPlcyExportPolicy8 specifies the eighth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.24
The value of tBgpPeerPlcyExportPolicy9 specifies the ninth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.25
The value of tBgpPeerPlcyExportPolicy10 specifies the tenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.26
The value of tBgpPeerPlcyExportPolicy11 specifies the eleventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.27
The value of tBgpPeerPlcyExportPolicy12 specifies the twelfth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.28
The value of tBgpPeerPlcyExportPolicy13 specifies the thirteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.29
The value of tBgpPeerPlcyExportPolicy14 specifies the fourteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeerPlcyExportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.4.11.1.30
The value of tBgpPeerPlcyExportPolicy15 specifies the fifteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpConfederationTableLastChanged 1.3.6.1.4.1.6527.3.1.2.14.5.1
The value of tBgpConfederationTableLastChanged specifies the last timestamp when an entry in the tBgpPeerGroupTable was last changed.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpConfederationTable 1.3.6.1.4.1.6527.3.1.2.14.5.2
tBgpConfederationTable 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.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpConfederationEntry

tBgpConfederationEntry 1.3.6.1.4.1.6527.3.1.2.14.5.2.1
An entry (conceptual row) in the tBgpConfederationTable. each entry represents a confederation member for the instance of BGP running on the virtual router.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TBgpConfederationEntry  

tBgpConfederationAS 1.3.6.1.4.1.6527.3.1.2.14.5.2.1.1
The value of tBgpConfederationAS is the secondary index of tBgpConfederationTable, each confederation entry is differentiated by autonomous system number.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpConfederationMemberAS 1.3.6.1.4.1.6527.3.1.2.14.5.2.1.2
The value of tBgpConfederationMemberAS is the tertiary index for tBgpConfederationTable, each confederation member entry is differentiated by autonomous system number.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  TmnxBgpAutonomousSystem  

tBgpConfederationRowStatus 1.3.6.1.4.1.6527.3.1.2.14.5.2.1.3
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpInstRteTargetTable 1.3.6.1.4.1.6527.3.1.2.14.2.3
Information 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpInstRteTargetEntry

tBgpInstRteTargetEntry 1.3.6.1.4.1.6527.3.1.2.14.2.3.1
An entry (conceptual row) in the tBgpInstRteTargetTable. Each entry represents a route target to be accepted and advertised from or to route reflector clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpInstRteTargetEntry  

tBgpInstanceRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.2.3.1.1
Index 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tBgpInstRteTargetRowStatus 1.3.6.1.4.1.6527.3.1.2.14.2.3.1.2
Row 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgp4PathAttrTable 1.3.6.1.4.1.6527.3.1.2.14.2.4
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgp4PathAttrEntry

tBgp4PathAttrEntry 1.3.6.1.4.1.6527.3.1.2.14.2.4.1
Information about a path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgp4PathAttrEntry  

tBgp4PathAttrRD 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.1
The value of tBgp4PathAttrRD specifies the Route Distinguisher associated with this BGP-4 path.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxVPNRouteDistinguisher  

tBgp4PathAttrOriginID 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.2
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tBgp4PathAttrClusterList 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.3
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

tBgp4PathAttrCommunity 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.4
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

tBgp4PathAttrExtCommunity 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.5
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

tbgp4PathAttrASPathSegment 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.6
The value of tbgp4PathAttrASPathSegment specifies the sequence of Autonomous System (AS) path segments. Each AS path segment is represented by a triple . 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tbgp4PathAttrAggregatorAS 1.3.6.1.4.1.6527.3.1.2.14.2.4.1.7
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpSendOrfRouteTargetTable 1.3.6.1.4.1.6527.3.1.2.14.2.5
Information about the route targets to be advertised to the peers if it is Outbound route filtering capable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpSendOrfRouteTargetEntry

tBgpSendOrfRouteTargetEntry 1.3.6.1.4.1.6527.3.1.2.14.2.5.1
An entry in the tBgpSendOrfRouteTargetTable. Each entry represents a route target to be advertised to the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpSendOrfRouteTargetEntry  

tBgpSendOrfRouteTarget 1.3.6.1.4.1.6527.3.1.2.14.2.5.1.1
Index for the tBgpSendOrfRouteTargetTable. The value of tBgpSendOrfRouteTarget specifies the extended community name to be advertised to the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tBgpSendOrfRTRowStatus 1.3.6.1.4.1.6527.3.1.2.14.2.5.1.2
RowStatus for the Send Orf Route target entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpInstanceParamsTable 1.3.6.1.4.1.6527.3.1.2.14.2.6
Information about the attributes configured for the BGP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpInstanceParamsEntry

tBgpInstanceParamsEntry 1.3.6.1.4.1.6527.3.1.2.14.2.6.1
An entry in the tBgpInstanceParamsTable. Each entry maintains the attributes configured for BGP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpInstanceParamsEntry  

tBgpInstanceDisableFEFailover 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.1
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceDisableComms 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.2
The value of tBgpInstanceDisableComms enables or disables sending of community attribute to the peer for non-external communities.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceDisableExtComms 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.3
The value of tBgpInstanceDisableComms enables or disables sending of community attribute to the peers for external communities.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceDefaultOriginate 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.4
The value of tBgpInstanceDefaultOriginate enables or disables the sending of default routes to the peer, making it independent of the route policies.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceAdvertiseInactiveRts 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.5
The value of tBgpInstanceAdvertiseInactiveRts enables or disables advertising of inactive BGP routes to other BGP peers.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstancePeerTracking 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.6
The value of tBgpInstancePeerTracking specifies whether tracking of BGP peers is enabled. A value of 'false' indicates that bgp peer tracking is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceAuthKeyChain 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.7
The 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::tmnxKeyChainTable
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tBgpInstanceRapidWithdrawal 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.8
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceBfdEnabled 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.9
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceRapidUpdate 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.10
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpInstanceEnableAddPath 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.11
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceRecvAddPath 0.1.3.6.1.4.1.6527.3.1.2.14.2.6.1.12
The 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).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathAddressFamily  

tBgpInstanceIpv4AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.13
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpInstanceVpnIpv4AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.14
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpInstanceIpv6AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.15
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpInstanceVpnIpv6AddPathLimit 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.16
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAddPathSendLimit  

tBgpInstanceTransportTunnel 1.1.3.6.1.4.1.6527.3.1.2.14.2.6.1.17
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BITS ldp(0), rsvp-te(1), mpls(2)  

tBgpInstanceFlowspecValidate 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceAdvertiseExternal 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.19
The 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'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpInstanceBackupPath 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.20
The value of tBgpInstanceBackupPath specifies the address families for which the computation and use of a backup path is enabled on this router instance.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxIpFamily  

tBgpInstanceIgnoreNextHopMetric 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.21
The value of tBgpInstanceIgnoreNextHopMetric specifies whether next-hop metric should be ignored when computing best routes to a destination for the base router BGP instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceMpBgpKeep 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.22
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceIgnoreRouterId 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.23
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceAlwaysCompMEDStrict 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.24
The 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'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstanceMinHoldTime 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.25
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpInstRemovePrivateSkipPeerAs 1.3.6.1.4.1.6527.3.1.2.14.2.6.1.26
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpInstancePlcyTable 1.3.6.1.4.1.6527.3.1.2.14.2.7
tBgpInstancePlcyTable consists of information about each running instance of BGP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpInstancePlcyEntry

tBgpInstancePlcyEntry 1.3.6.1.4.1.6527.3.1.2.14.2.7.1
An entry (conceptual row) in the tBgpInstancePlcyTable. Each entry represents an instance of BGP running on the virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpInstancePlcyEntry  

tBgpInstancePlcyImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.1
The value of tBgpInstancePlcyImportPolicy1 specifies the first import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.2
The value of tBgpInstancePlcyImportPolicy2 specifies the second import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.3
The value of tBgpInstancePlcyImportPolicy3 specifies the third import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.4
The value of tBgpInstancePlcyImportPolicy4 specifies the fourth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.5
The value of tBgpInstancePlcyImportPolicy5 specifies the fifth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.6
The value of tBgpInstancePlcyImportPolicy6 specifies the sixth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.7
The value of tBgpInstancePlcyImportPolicy7 specifies the seventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.8
The value of tBgpInstancePlcyImportPolicy8 specifies the eighth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.9
The value of tBgpInstancePlcyImportPolicy9 specifies the ninth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.10
The value of tBgpInstancePlcyImportPolicy10 specifies the tenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.11
The value of tBgpInstancePlcyImportPolicy11 specifies the eleventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.12
The value of tBgpInstancePlcyImportPolicy12 specifies the twelfth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.13
The value of tBgpInstancePlcyImportPolicy13 specifies the thirteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.14
The value of tBgpInstancePlcyImportPolicy14 specifies the fourteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyImportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.15
The value of tBgpInstancePlcyImportPolicy15 specifies the fifteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.16
The value of tBgpInstancePlcyExportPolicy1 specifies the first export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.17
The value of tBgpInstancePlcyExportPolicy2 specifies the second export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.18
The value of tBgpInstancePlcyExportPolicy3 specifies the third export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.19
The value of tBgpInstancePlcyExportPolicy4 specifies the fourth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.20
The value of tBgpInstancePlcyExportPolicy5 specifies the fifth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.21
The value of tBgpInstancePlcyExportPolicy6 specifies the sixth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.22
The value of tBgpInstancePlcyExportPolicy7 specifies the seventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.23
The value of tBgpInstancePlcyExportPolicy8 specifies the eighth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.24
The value of tBgpInstancePlcyExportPolicy9 specifies the ninth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.25
The value of tBgpInstancePlcyExportPolicy10 specifies the tenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.26
The value of tBgpInstancePlcyExportPolicy11 specifies the eleventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.27
The value of tBgpInstancePlcyExportPolicy12 specifies the twelfth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.28
The value of tBgpInstancePlcyExportPolicy13 specifies the thirteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.29
The value of tBgpInstancePlcyExportPolicy14 specifies the fourteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpInstancePlcyExportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.2.7.1.30
The value of tBgpInstancePlcyExportPolicy15 specifies the fifteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPolicyTableLastChngd 1.3.6.1.4.1.6527.3.1.2.14.6.1
The value of tBgpPeeringPolicyTableLastChngd indicates the sysUpTime when any type of change was last made to the tBgpPeeringPolicyTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPeeringPolicyTable 1.3.6.1.4.1.6527.3.1.2.14.6.2
The tBgpPeeringPolicyTable table contains BGP peering policy definitions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeeringPolicyEntry

tBgpPeeringPolicyEntry 1.3.6.1.4.1.6527.3.1.2.14.6.2.1
An 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeeringPolicyEntry  

tBgpPeeringPolicyName 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.1
Index for the tBgpPeeringPolicyTable. The value of tBgpPeeringPolicyName specifies the name of the bgp peering policy defined by this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tBgpPrngPlcyRowStatus 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.2
The value of the object tBgpPrngPlcyRowStatus specifies the RowStatus for the Bgp Peering Policy Entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPrngPlcyLastChngd 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.3
The value of the object tBgpPrngPlcyLastChngd indicates the value of the sysUpTime when this entry was last modified.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpPrngPlcyDescription 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.4
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

tBgpPrngPlcyInheritance 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.5
tBgpPrngPlcyInheritance 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.
Status: current Access: read-create
OBJECT-TYPE    
  Counter64  

tBgpPrngPlcyAdvertiseInactiveRts 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.6
The value of the object tBgpPrngPlcyAdvertiseInactiveRts specifies whether or not the advertising of inactive BGP routes to other BGP peers is allowed.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyNoAggregatorID 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.7
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyASOverride 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.8
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyAuthKeyChain 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.9
The 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::tmnxKeyChainTable
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tBgpPrngPlcyMd5Auth 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.10
The value of the object tBgpPrngPlcyMd5Auth specifies whether or not authentication using MD5 message based digest protocol is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyMd5AuthKey 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.11
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpPrngPlcyClusterId 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.12
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tBgpPrngPlcyConnectRetry 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.13
The value of the object tBgpPrngPlcyConnectRetry specifies the value (in seconds) of the BGP Connect Retry timer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpConnectRetryTime  

tBgpPrngPlcyDampening 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.14
The value of the object tBgpPrngPlcyDampening specifies whether or not route dampening should be applied to learned routes.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyDisableClientReflect 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.15
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyDisableComms 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.16
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyDisableExtComms 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.17
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyDisableFEFailover 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.18
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.19
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.20
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.21
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.22
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.23
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.24
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.25
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.26
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.27
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.28
The 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.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPrngPlcyHoldTime 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.29
The value of the object tBgpPrngPlcyHoldTime specifies the value (in seconds) of the BGP Hold Time Parameter.
Status: current Access: read-create
OBJECT-TYPE    
  BgpHoldTime  

tBgpPrngPlcyKeepAlive 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.30
The value of the object tBgpPrngPlcyKeepAlive specifies the value of the BGP Keepalive timer. A keepalive message is sent every time this timer expires.
Status: current Access: read-create
OBJECT-TYPE    
  BgpKeepAliveTime  

tBgpPrngPlcyLocalAddressType 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.31
The value of tBgpPrngPlcyLocalAddressType specifies the address type of the peer group local address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tBgpPrngPlcyLocalAddress 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.32
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tBgpPrngPlcyLocalAS 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.33
The value of the object tBgpPrngPlcyLocalAS specifies the autonomous system number to be advertised to this peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpPrngPlcyLocalASPrivate 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.34
If tBgpPrngPlcyLocalASPrivate is true, specifies that the local autonomous system number is hidden in paths learned from peering.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyLocalPreference 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.35
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpLocalPreference  

tBgpPrngPlcyLoopDetect 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.36
The value of the object tBgpPrngPlcyLoopDetect specifies how the peer session should deal with loop detection in the AS Path.
Status: current Access: read-create
OBJECT-TYPE    
  BgpLoopDetect  

tBgpPrngPlcyMEDSource 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.37
The value of tBgpPrngPlcyMEDSource specifies the Multi Exit Discriminator value source for this peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDSource  

tBgpPrngPlcyMEDValue 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.38
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMEDValue  

tBgpPrngPlcyMinASOrigination 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.39
The value of the object tBgpPrngPlcyMinASOrigination specifies the minimal interval (in seconds) at which a given path attribute can be advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinASOriginationTime  

tBgpPrngPlcyMinRteAdvertisement 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.40
The value of the object tBgpPrngPlcyMinRteAdvertisement specifies the minimum interval at which a given path attribute can be advertised to a peer.
Status: current Access: read-create
OBJECT-TYPE    
  BgpMinRouteAdvertisement  

tBgpPrngPlcyMultihop 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.41
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpTimeToLive  

tBgpPrngPlcyNextHopSelf 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.42
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyPassive 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.43
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyPeerAS 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.44
The value of the object tBgpPrngPlcyPeerAS specifies the Autonomous System number for the remote peer.
Status: current Access: read-create
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpPrngPlcyPreference 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.45
The value of the object tBgpPrngPlcyPreference specifies the route preference for routes learned via the peer.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxBgpPreference 1..255  

tBgpPrngPlcyMaxPrefix 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.46
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPrefixLimit  

tBgpPrngPlcyRemovePrivateAS 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.47
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyMinTTLValue 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.48
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 1..255  

tBgpPrngPlcyPeerType 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.49
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  BgpPeerType  

tBgpPrngPlcyDisable4ByteASN 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.50
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyRemovePrivateASLmtd 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.51
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyMaxPrefixLogOnly 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.52
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tBgpPrngPlcyMaxPrefixThreshold 1.3.6.1.4.1.6527.3.1.2.14.6.2.1.53
The value of tBgpPrngPlcyMaxPrefixThreshold specifies a percentage of tBgpPrngPlcyMaxPrefix
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

tBgpPeeringPlcyTable 1.3.6.1.4.1.6527.3.1.2.14.6.3
The tBgpPeeringPlcyTable contains BGP peering policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpPeeringPlcyEntry

tBgpPeeringPlcyEntry 1.3.6.1.4.1.6527.3.1.2.14.6.3.1
An entry (conceptual row) in the tBgpPeeringPlcyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpPeeringPlcyEntry  

tBgpPeeringPlcyImportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.1
The value of tBgpPeeringPlcyImportPolicy1 specifies the first import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.2
The value of tBgpPeeringPlcyImportPolicy2 specifies the second import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.3
The value of tBgpPeeringPlcyImportPolicy3 specifies the third import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.4
The value of tBgpPeeringPlcyImportPolicy4 specifies the fourth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.5
The value of tBgpPeeringPlcyImportPolicy5 specifies the fifth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.6
The value of tBgpPeeringPlcyImportPolicy6 specifies the sixth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.7
The value of tBgpPeeringPlcyImportPolicy7 specifies the seventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.8
The value of tBgpPeeringPlcyImportPolicy8 specifies the eighth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.9
The value of tBgpPeeringPlcyImportPolicy9 specifies the ninth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.10
The value of tBgpPeeringPlcyImportPolicy10 specifies the tenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.11
The value of tBgpPeeringPlcyImportPolicy11 specifies the eleventh import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.12
The value of tBgpPeeringPlcyImportPolicy12 specifies the twelfth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.13
The value of tBgpPeeringPlcyImportPolicy13 specifies the thirteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.14
The value of tBgpPeeringPlcyImportPolicy14 specifies the fourteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyImportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.15
The value of tBgpPeeringPlcyImportPolicy15 specifies the fifteenth import policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy1 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.16
The value of tBgpPeeringPlcyExportPolicy1 specifies the first export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy2 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.17
The value of tBgpPeeringPlcyExportPolicy2 specifies the second export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy3 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.18
The value of tBgpPeeringPlcyExportPolicy3 specifies the third export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy4 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.19
The value of tBgpPeeringPlcyExportPolicy4 specifies the fourth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy5 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.20
The value of tBgpPeeringPlcyExportPolicy5 specifies the fifth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy6 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.21
The value of tBgpPeeringPlcyExportPolicy6 specifies the sixth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy7 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.22
The value of tBgpPeeringPlcyExportPolicy7 specifies the seventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy8 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.23
The value of tBgpPeeringPlcyExportPolicy8 specifies the eighth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy9 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.24
The value of tBgpPeeringPlcyExportPolicy9 specifies the ninth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy10 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.25
The value of tBgpPeeringPlcyExportPolicy10 specifies the tenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy11 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.26
The value of tBgpPeeringPlcyExportPolicy11 specifies the eleventh export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy12 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.27
The value of tBgpPeeringPlcyExportPolicy12 specifies the twelfth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy13 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.28
The value of tBgpPeeringPlcyExportPolicy13 specifies the thirteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy14 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.29
The value of tBgpPeeringPlcyExportPolicy14 specifies the fourteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpPeeringPlcyExportPolicy15 1.3.6.1.4.1.6527.3.1.2.14.6.3.1.30
The value of tBgpPeeringPlcyExportPolicy15 specifies the fifteenth export policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tBgpConfederation4BytTblLstChngd 1.3.6.1.4.1.6527.3.1.2.14.5.3
The value of tBgpConfederation4BytTblLstChngd specifies the time of the last change to any row of tBgpConfederation4ByteTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tBgpConfederation4ByteTable 1.3.6.1.4.1.6527.3.1.2.14.5.4
The tBgpConfederation4ByteTable has an entry for each confederation member. This table holds information about each confederation member for every running instance of BGP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TBgpConfederation4ByteEntry

tBgpConfederation4ByteEntry 1.3.6.1.4.1.6527.3.1.2.14.5.4.1
An entry (conceptual row) in the tBgpConfederation4ByteTable. Each row entry represents a confederation member for the instance of BGP running on the virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  TBgpConfederation4ByteEntry  

tBgpConfederation4ByteAS 1.3.6.1.4.1.6527.3.1.2.14.5.4.1.1
The value of tBgpConfederation4ByteAS specifies the secondary index for tBgpConfederation4ByteTable. Each confederation entry is differentiated by autonomous system number.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpConfederation4ByteMemberAS 1.3.6.1.4.1.6527.3.1.2.14.5.4.1.2
The value of tBgpConfederation4ByteMemberAS specifies the tertiary index for tBgpConfederation4ByteTable. Each confederation member entry is differentiated by autonomous system number.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAutonomousSystemNumber  

tBgpConfederation4ByteRowStatus 1.3.6.1.4.1.6527.3.1.2.14.5.4.1.3
The 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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tBgpPeerNgAddrType 1.3.6.1.4.1.6527.3.1.2.14.7.1
The value of tBgpPeerNgAddrType indicates the type of address for the BGP peer represented by tBgpPeerNgAddr.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

tBgpPeerNgAddr 1.3.6.1.4.1.6527.3.1.2.14.7.2
The value of tBgpPeerNgAddr indicates the address for the BGP peer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

tBgpFlowspecExtCommunityAction 1.3.6.1.4.1.6527.3.1.2.14.7.3
The value of tBgpFlowspecExtCommunityAction indicates the extended community action received as part of flow route from a remote BGP peer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TmnxBgpFlowRouteExtCommAction  

tBgpPeerFlowRouteDestAddrType 1.3.6.1.4.1.6527.3.1.2.14.7.4
The value of tBgpPeerFlowRouteDestAddrType indicates the type of address for the BGP peer represented by tBgpPeerFlowRouteDestAddr.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

tBgpPeerFlowRouteDestAddr 1.3.6.1.4.1.6527.3.1.2.14.7.5
The value of tBgpPeerFlowRouteDestAddr indicates the address of the destination BGP peer received as part of a flow route.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

tBgpFlowRouteInvalidReason 1.3.6.1.4.1.6527.3.1.2.14.7.6
The value of tBgpFlowRouteInvalidReason indicates the reason why the received flow route is invalid.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tBgpFlowRouteNLRI 1.3.6.1.4.1.6527.3.1.2.14.7.7
The value of tBgpFlowRouteNLRI contains at most the first 30 octets of the NLRI (Network Layer Reachability Information) received in a flow route.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..30)  

tBgpFlowspecExtCommActionValue 1.3.6.1.4.1.6527.3.1.2.14.7.8
The value of tBgpFlowspecExtCommActionValue indicates the extended community action value received as part of flow route from a remote BGP peer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

tBgp4OptTransPathAttrType 1.3.6.1.4.1.6527.3.1.2.14.7.9
The value of tBgp4OptTransPathAttrType indicates the optional-transitive path attribute type received from a remote BGP peer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

tBgp4OptTransPathAttrLength 1.3.6.1.4.1.6527.3.1.2.14.7.10
The value of tBgp4OptTransPathAttrLength indicates the length of optional-transitive path attribute length received from a remote BGP peer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

tBgp4OptTransPathAttribute 1.3.6.1.4.1.6527.3.1.2.14.7.11
The value of tBgp4OptTransPathAttribute indicates the optional-transitive path attribute value received from a remote BGP peer.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..60)  

tBgp4OTWithdrawnRouteLength 1.3.6.1.4.1.6527.3.1.2.14.7.12
The value of tBgp4OTWithdrawnRouteLength indicates the length of the route withdrawn as a result of optional-transitive path attribute error.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

tBgp4OTWithdrawnRoutePrefix 1.3.6.1.4.1.6527.3.1.2.14.7.13
The value of tBgp4OTWithdrawnRoutePrefix indicates the prefix of the route withdrawn as a result of optional-transitive path attribute error.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpRouteInvalidReason 1.3.6.1.4.1.6527.3.1.2.14.7.14
The value of tBgpRouteInvalidReason indicates the reason why the received route is invalid.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tBgpRouteNLRI 1.3.6.1.4.1.6527.3.1.2.14.7.15
The value of tBgpRouteNLRI contains at most the first 255 octets of the NLRI (Network Layer Reachability Information) received in a route.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tBgpMaxPrefix90 1.3.6.1.4.1.6527.3.1.3.14.0.1
the number of routes learned from this peer has exceeded 90 percent of the configured maximum.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpMaxPrefix100 1.3.6.1.4.1.6527.3.1.3.14.0.2
the number of routes learned from this peer has exceeded the configured maximum.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpPeerGRStatusChange 1.3.6.1.4.1.6527.3.1.3.14.0.3
The tBgpPeerGRStatusChange notification is generated when the graceful restart status changes for a BGP peer.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpMaxNgPrefix90 1.3.6.1.4.1.6527.3.1.3.14.0.4
A 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.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpMaxNgPrefix100 1.3.6.1.4.1.6527.3.1.3.14.0.5
A 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpPeerNgGRStatusChange 1.3.6.1.4.1.6527.3.1.3.14.0.6
A 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpNgEstablished 1.3.6.1.4.1.6527.3.1.3.14.0.7
A 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpNgBackwardTransition 1.3.6.1.4.1.6527.3.1.3.14.0.8
A 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpPeerNgHoldTimeInconsistent 1.3.6.1.4.1.6527.3.1.3.14.0.9
A 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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpFlowspecUnsupportdComAction 1.3.6.1.4.1.6527.3.1.3.14.0.10
[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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpFlowRouteInvalid 1.3.6.1.4.1.6527.3.1.3.14.0.11
[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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgpMaxNgPrefixThreshReached 1.3.6.1.4.1.6527.3.1.3.14.0.12
[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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgp4OptTransPathAttrInvalid 1.3.6.1.4.1.6527.3.1.3.14.0.13
[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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgp4OptTransWithdrawnRoutes 1.3.6.1.4.1.6527.3.1.3.14.0.14
[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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tBgp4RouteInvalid 1.3.6.1.4.1.6527.3.1.3.14.0.15
[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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxBgpCompliances 1.3.6.1.4.1.6527.3.1.1.14.1
OBJECT IDENTIFIER    

tmnxBgpGroups 1.3.6.1.4.1.6527.3.1.1.14.2
OBJECT IDENTIFIER    

tmnxBgpV4v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.4
The compliance statement for revision 4.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpV5v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.5
The compliance statement for revision 5.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpV6v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.6
The compliance statement for revision 6.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpV7v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.7
The compliance statement for revision 7.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpV8v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.8
The compliance statement for revision 8.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpV9v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.9
The compliance statement for revision 9.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpV10v0Compliance 1.3.6.1.4.1.6527.3.1.1.14.1.10
The compliance statement for revision 10.0 of TIMETRA-BGP-MIB for management of extended BGP features on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxBgpConfederationGroup 1.3.6.1.4.1.6527.3.1.1.14.2.5
The group of objects supporting management of extended BGP confederations on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgp4PathAttrGroup 1.3.6.1.4.1.6527.3.1.1.14.2.6
The group of objects supporting management of extended BGP4 path attributes on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.19
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpInstanceV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.20
The group of objects supporting management of each extended BGP instance on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpObsoleteV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.21
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerParamsV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.22
The group of objects supporting management of extended BGP peer parameters on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerGroupParamsV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.23
The group of objects supporting management of extended BGP Peer Group parameters on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerGroupV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.24
The group of objects supporting management of extended BGP Peer Groups on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpNotificationV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.25
The group of notifications supporting management of extended BGP on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxBgpObsoleteNotificationV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.26
The group of notifications supporting management of extended BGP on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxBgpInstanceParamsV4v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.27
The group of objects supporting management of each extended BGP instance parameters on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV5v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.28
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpObsoleteV5v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.29
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerParamsV5v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.30
The group of objects supporting management of extended BGP peer parameters on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpInstanceParamsV5v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.31
The group of objects supporting management of each extended BGP instance parameters on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerGroupParamsV5v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.32
The group of objects supporting management of extended BGP Peer Group parameters on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpNotificationV5v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.33
the group of notifications supporting management of extended BGP on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxBgpInstanceParamsV6v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.34
The group of objects supporting management of each extended BGP instance parameters on Alcatel-Lucent SROS series systems release 6.0
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerGroupParamsV6v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.35
The group of objects supporting management of extended BGP Peer Group parameters on Alcatel-Lucent SROS series systems release 6.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerParamsV6v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.36
The group of objects supporting management of extended BGP peer parameters on Alcatel-Lucent SROS series systems release 6.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV6v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.37
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeeringPolicyV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.38
The group of objects supporting management of BGP peering policies on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgp4ByteASNV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.39
The group of objects supporting 4-byte Autonomous System Number on Alcatel-Lucent SROS series systems release 7.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpInstanceV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.40
The group of objects supporting management of each extended BGP instance on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerGroupV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.41
The group of objects supporting management of extended BGP Peer Groups on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.42
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpObsoleteV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.43
The group of objects in TIMETRA-BGP-MIB which are obsoleted in Alcatel-Lucent SROS 7.0 series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpNotifyObjsV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.44
The group of notify objects supporting management of extended BGP on Alcatel-Lucent SROS series systems release 7.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpNotificationV7v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.45
The group of notifications supporting management of extended BGP on Alcatel-Lucent SROS series systems release 7.0.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxBgpInstanceV8v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.46
The group of objects supporting management of each extended BGP instance on Alcatel-Lucent SROS series systems release 8.0
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpObsoleteV8v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.47
The group of objects in TIMETRA-BGP-MIB which are obsoleted in Alcatel-Lucent SROS 8.0 series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV8v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.48
The group of objects supporting management of extended BGP peers on Alcatel-Lucent 8.0 SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpGlobalV8v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.49
The group of objects supporting management of extended BGP on Alcatel-Lucent SROS series systems release 8.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpAddPathV9v0R4Group 1.3.6.1.4.1.6527.3.1.1.14.2.50
The group of objects supporting BGP ADD-PATH on Alcatel-Lucent SROS series systems release 9.0R4.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV9v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.51
The group of objects supporting management of extended BGP peers on Alcatel-Lucent 9.0 SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpGlobalV9v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.52
The group of objects supporting management of extended BGP on Alcatel-Lucent SROS series systems release 9.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpFlowSpecV9v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.53
The group of objects supporting BGP Flow Spec on Alcatel-Lucent SROS series systems release 9.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpDisableCapNegoV9v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.54
The group of objects supporting disabling capability negotiation on BGP Group and peer level on Alcatel-Lucent SROS series systems release 9.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpNotifyObjsV9v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.55
The group of notify objects supporting management of extended BGP on Alcatel-Lucent SROS series systems release 9.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpNotificationV9v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.56
The group of notifications supporting management of extended BGP on Alcatel-Lucent SROS series systems release 9.0.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxBgpGlobalV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.57
The group of objects supporting management of extended BGP on Alcatel-Lucent SROS series systems release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpRTConstraintV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.58
The group of objects supporting Route Target Constraint on Alcatel-Lucent SROS series systems release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpInstanceV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.59
The group of objects supporting management of each extended BGP instance on Alcatel-Lucent SROS series systems since release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerGroupV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.60
The group of objects supporting management of extended BGP Peer Groups on Alcatel-Lucent SROS series systems since release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeerV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.61
The group of objects supporting management of extended BGP peers on Alcatel-Lucent SROS series systems since release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeeringPlcyV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.62
The group of objects supporting management of BGP peering policies on Alcatel-Lucent SROS series systems since release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpPeeringPolicyV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.63
The group of objects supporting management of BGP peering policies on Alcatel-Lucent SROS series systems since release 10.0.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxBgpObsoleteV10v0Group 1.3.6.1.4.1.6527.3.1.1.14.2.64
The group of objects in TIMETRA-BGP-MIB which are obsoleted in Alcatel-Lucent SROS 10.0 series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP