Unisphere-Data-BGP-MIB

File: Unisphere-Data-BGP-MIB.mib (231870 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Unisphere-Data-MIBs Unisphere-Data-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
IpAddress Integer32 Counter32
Gauge32 DisplayString TruthValue
RowStatus TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP usDataMibs UsdVrfName

Defined Types

UsdBgpAfi  
Address family identifier (AFI).
TEXTUAL-CONVENTION    
  INTEGER bgpIpV4(1)  

UsdBgpSafi  
Subsequent address family identifier (SAFI).
TEXTUAL-CONVENTION    
  INTEGER bgpUnicast(1), bgpMulticast(2), bgpUnicastMulticast(3), bgpVPNUnicast(128)  

UsdBgpStorageInteger  
Specifies an unsigned integer. If an object with this type is set while BGP is created, the value will not be used until a reboot occurs.
TEXTUAL-CONVENTION    
  Unsigned32  

UsdBgpResetConnectionType  
Writing a value to an object of this type will cause the corresponding reset action to take place: resetTypeNoop - no action (this value is always returned on a read) resetTypeHard - causes a BGP session to be dropped and then re-established resetTypeSoftIn - causes inbound policy to be re-applied to received routes resetTypeSoftOut - causes outbound policy to be re-applied to sent routes resetTypeSoftInOut - does both resetTypeSoftIn and resetTypeSoftOut resetTypeRouteFlapHistory - causes route-flap dampening history to be discarded
TEXTUAL-CONVENTION    
  INTEGER resetTypeNoop(0), resetTypeHard(1), resetTypeSoftIn(2), resetTypeSoftOut(3), resetTypeSoftInOut(4), resetTypeRouteFlapHistory(5)  

UsdBgpConfederationPeerEntry  
SEQUENCE    
  usdBgpConfederationPeerAsNumber INTEGER
  usdBgpConfederationPeerRowStatus RowStatus

UsdBgpPeerEntry  
SEQUENCE    
  usdBgpPeerVrfName UsdVrfName
  usdBgpPeerRemoteAddress IpAddress
  usdBgpPeerAdminStatus INTEGER
  usdBgpPeerState INTEGER
  usdBgpPeerNegotiatedVersion Integer32
  usdBgpPeerLocalAddress IpAddress
  usdBgpPeerLocalAddressMask IpAddress
  usdBgpPeerLocalPort INTEGER
  usdBgpPeerRemoteAsNumber INTEGER
  usdBgpPeerRemotePort INTEGER
  usdBgpPeerInUpdates Counter32
  usdBgpPeerOutUpdates Counter32
  usdBgpPeerInTotalMessages Counter32
  usdBgpPeerOutTotalMessages Counter32
  usdBgpPeerLastErrorCode OCTET STRING
  usdBgpPeerLastResetReason DisplayString
  usdBgpPeerFsmEstablishedTransitions Counter32
  usdBgpPeerFsmEstablishedTime Gauge32
  usdBgpPeerRetryInterval INTEGER
  usdBgpPeerHoldTime INTEGER
  usdBgpPeerKeepAliveInterval INTEGER
  usdBgpPeerConfigHoldTime INTEGER
  usdBgpPeerConfigKeepAliveInterval INTEGER
  usdBgpPeerAsOriginationInterval INTEGER
  usdBgpPeerAdvertisementInterval INTEGER
  usdBgpPeerInUpdateElapsedTime Gauge32
  usdBgpPeerDescription DisplayString
  usdBgpPeerRemoteIdentifier IpAddress
  usdBgpPeerWeight Unsigned32
  usdBgpPeerEbgpMultihop TruthValue
  usdBgpPeerEbgpMultihopTtl INTEGER
  usdBgpPeerUpdateSource IpAddress
  usdBgpPeerMd5Password OCTET STRING
  usdBgpPeerMaxUpdateSize Unsigned32
  usdBgpPeerType INTEGER
  usdBgpPeerSupportsCapabilityNegotiation TruthValue
  usdBgpPeerCapabilityMultiProtocol TruthValue
  usdBgpPeerCapabilityRouteRefresh TruthValue
  usdBgpPeerCapabilityRouteRefreshCiscoProprietary TruthValue
  usdBgpPeerResetConnectionType UsdBgpResetConnectionType
  usdBgpPeerRowStatus RowStatus
  usdBgpPeerLocalAsNumber INTEGER
  usdBgpPeerUnconfiguredAttributes BITS

UsdBgpPeerProposedAfiSafiPeerEntry  
SEQUENCE    
  usdBgpPeerProposedAfiSafiPeerVrfName UsdVrfName
  usdBgpPeerProposedAfiSafiPeerRemoteAddr IpAddress
  usdBgpPeerProposedAfiSafiPeerAfi UsdBgpAfi
  usdBgpPeerProposedAfiSafiPeerSafi UsdBgpSafi
  usdBgpPeerProposedAfiSafiPeerRowStatus RowStatus

UsdBgpLocalProposedAfiSafiPeerEntry  
SEQUENCE    
  usdBgpLocalProposedAfiSafiPeerVrfName UsdVrfName
  usdBgpLocalProposedAfiSafiPeerRemoteAddr IpAddress
  usdBgpLocalProposedAfiSafiPeerAfi UsdBgpAfi
  usdBgpLocalProposedAfiSafiPeerSafi UsdBgpSafi
  usdBgpLocalProposedAfiSafiPeerRowStatus RowStatus

UsdBgpExchangedAfiSafiPeerEntry  
SEQUENCE    
  usdBgpExchangedAfiSafiPeerVrfName UsdVrfName
  usdBgpExchangedAfiSafiPeerRemoteAddr IpAddress
  usdBgpExchangedAfiSafiPeerAfi UsdBgpAfi
  usdBgpExchangedAfiSafiPeerSafi UsdBgpSafi
  usdBgpExchangedAfiSafiPeerRowStatus RowStatus

UsdBgpPeerAddressFamilyEntry  
SEQUENCE    
  usdBgpPeerAddressFamilyVrfName UsdVrfName
  usdBgpPeerAddressFamilyAfi UsdBgpAfi
  usdBgpPeerAddressFamilySafi UsdBgpSafi
  usdBgpPeerAddressFamilyRemoteAddress IpAddress
  usdBgpPeerAddressFamilyPeerGroup DisplayString
  usdBgpPeerAddressFamilyDefaultOriginate TruthValue
  usdBgpPeerAddressFamilyNextHopSelf TruthValue
  usdBgpPeerAddressFamilySendCommunity TruthValue
  usdBgpPeerAddressFamilyDistributeListIn DisplayString
  usdBgpPeerAddressFamilyDistributeListOut DisplayString
  usdBgpPeerAddressFamilyPrefixListIn DisplayString
  usdBgpPeerAddressFamilyPrefixListOut DisplayString
  usdBgpPeerAddressFamilyPrefixTreeIn DisplayString
  usdBgpPeerAddressFamilyPrefixTreeOut DisplayString
  usdBgpPeerAddressFamilyFilterListIn DisplayString
  usdBgpPeerAddressFamilyFilterListOut DisplayString
  usdBgpPeerAddressFamilyFilterListWeight DisplayString
  usdBgpPeerAddressFamilyFilterListWeightValue Unsigned32
  usdBgpPeerAddressFamilyRouteMapIn DisplayString
  usdBgpPeerAddressFamilyRouteMapOut DisplayString
  usdBgpPeerAddressFamilyRouteReflectorClient TruthValue
  usdBgpPeerAddressFamilyRouteLimitWarn Unsigned32
  usdBgpPeerAddressFamilyRouteLimitReset Unsigned32
  usdBgpPeerAddressFamilyRouteLimitWarnOnly TruthValue
  usdBgpPeerAddressFamilyRemovePrivateAs TruthValue
  usdBgpPeerAddressFamilyUnsuppressMap DisplayString
  usdBgpPeerAddressFamilyInboundSoftReconfig TruthValue
  usdBgpPeerAddressFamilyResetConnectionType UsdBgpResetConnectionType
  usdBgpPeerAddressFamilyRowStatus RowStatus
  usdBgpPeerAddressFamilyAsOverride TruthValue
  usdBgpPeerAddressFamilyAllowAsIn INTEGER
  usdBgpPeerAddressFamilySendExtendedCommunity TruthValue
  usdBgpPeerAddressFamilyUnconfiguredAttributes BITS

UsdBgpPeerGroupEntry  
SEQUENCE    
  usdBgpPeerGroupVrfName UsdVrfName
  usdBgpPeerGroupGroupName DisplayString
  usdBgpPeerGroupAdminStatus INTEGER
  usdBgpPeerGroupRemoteAsNumber INTEGER
  usdBgpPeerGroupRetryInterval INTEGER
  usdBgpPeerGroupConfigHoldTime INTEGER
  usdBgpPeerGroupConfigKeepAliveInterval INTEGER
  usdBgpPeerGroupAsOriginationInterval INTEGER
  usdBgpPeerGroupAdvertisementInterval INTEGER
  usdBgpPeerGroupDescription DisplayString
  usdBgpPeerGroupWeight Unsigned32
  usdBgpPeerGroupEbgpMultihop TruthValue
  usdBgpPeerGroupEbgpMultihopTtl INTEGER
  usdBgpPeerGroupUpdateSource IpAddress
  usdBgpPeerGroupMd5Password OCTET STRING
  usdBgpPeerGroupMaxUpdateSize Unsigned32
  usdBgpPeerGroupResetConnectionType UsdBgpResetConnectionType
  usdBgpPeerGroupRowStatus RowStatus
  usdBgpPeerGroupLocalAsNumber INTEGER
  usdBgpPeerGroupUnconfiguredAttributes BITS

UsdBgpPeerGroupAddressFamilyEntry  
SEQUENCE    
  usdBgpPeerGroupAddressFamilyVrfName UsdVrfName
  usdBgpPeerGroupAddressFamilyAfi UsdBgpAfi
  usdBgpPeerGroupAddressFamilySafi UsdBgpSafi
  usdBgpPeerGroupGroupAddressFamilyGroupName DisplayString
  usdBgpPeerGroupAddressFamilyDefaultOriginate TruthValue
  usdBgpPeerGroupAddressFamilyNextHopSelf TruthValue
  usdBgpPeerGroupAddressFamilySendCommunity TruthValue
  usdBgpPeerGroupAddressFamilyDistributeListIn DisplayString
  usdBgpPeerGroupAddressFamilyDistributeListOut DisplayString
  usdBgpPeerGroupAddressFamilyPrefixListIn DisplayString
  usdBgpPeerGroupAddressFamilyPrefixListOut DisplayString
  usdBgpPeerGroupAddressFamilyPrefixTreeIn DisplayString
  usdBgpPeerGroupAddressFamilyPrefixTreeOut DisplayString
  usdBgpPeerGroupAddressFamilyFilterListIn DisplayString
  usdBgpPeerGroupAddressFamilyFilterListOut DisplayString
  usdBgpPeerGroupAddressFamilyFilterListWeight DisplayString
  usdBgpPeerGroupAddressFamilyFilterListWeightValue Unsigned32
  usdBgpPeerGroupAddressFamilyRouteMapIn DisplayString
  usdBgpPeerGroupAddressFamilyRouteMapOut DisplayString
  usdBgpPeerGroupAddressFamilyRouteReflectorClient TruthValue
  usdBgpPeerGroupAddressFamilyRouteLimitWarn Unsigned32
  usdBgpPeerGroupAddressFamilyRouteLimitReset Unsigned32
  usdBgpPeerGroupAddressFamilyRouteLimitWarnOnly TruthValue
  usdBgpPeerGroupAddressFamilyRemovePrivateAs TruthValue
  usdBgpPeerGroupAddressFamilyUnsuppressMap DisplayString
  usdBgpPeerGroupAddressFamilyInboundSoftReconfig TruthValue
  usdBgpPeerGroupAddressFamilyResetConnectionType UsdBgpResetConnectionType
  usdBgpPeerGroupAddressFamilyRowStatus RowStatus
  usdBgpPeerGroupAddressFamilyAsOverride TruthValue
  usdBgpPeerGroupAddressFamilyAllowAsIn INTEGER
  usdBgpPeerGroupAddressFamilySendExtendedCommunity TruthValue
  usdBgpPeerGroupAddressFamilyUnconfiguredAttributes BITS

UsdBgpNetworkEntry  
SEQUENCE    
  usdBgpNetworkVrfName UsdVrfName
  usdBgpNetworkAfi UsdBgpAfi
  usdBgpNetworkSafi UsdBgpSafi
  usdBgpNetworkIpAddrPrefix IpAddress
  usdBgpNetworkIpAddrPrefixLen INTEGER
  usdBgpNetworkBackdoor TruthValue
  usdBgpNetworkRowStatus RowStatus
  usdBgpNetworkWeightSpecified TruthValue
  usdBgpNetworkWeight INTEGER
  usdBgpNetworkRouteMap DisplayString
  usdBgpNetworkUnconfiguredAttributes BITS

UsdBgpAggregateEntry  
SEQUENCE    
  usdBgpAggregateVrfName UsdVrfName
  usdBgpAggregateAfi UsdBgpAfi
  usdBgpAggregateSafi UsdBgpSafi
  usdBgpAggregateIpAddrPrefix IpAddress
  usdBgpAggregateIpAddrPrefixLen INTEGER
  usdBgpAggregateAsSet TruthValue
  usdBgpAggregateSummaryOnly TruthValue
  usdBgpAggregateAttributeMap DisplayString
  usdBgpAggregateAdvertiseMap DisplayString
  usdBgpAggregateRowStatus RowStatus
  usdBgpAggregateSuppressMap DisplayString
  usdBgpAggregateUnconfiguredAttributes BITS

UsdBgpVrfEntry  
SEQUENCE    
  usdBgpVrfName UsdVrfName
  usdBgpVrfSynchronization TruthValue
  usdBgpVrfAutoSummary TruthValue
  usdBgpVrfExternalDistance INTEGER
  usdBgpVrfInternalDistance INTEGER
  usdBgpVrfLocalDistance INTEGER
  usdBgpVrfResetConnectionType UsdBgpResetConnectionType
  usdBgpVrfRowStatus RowStatus
  usdBgpVrfOperationalState INTEGER
  usdBgpVrfAddUnicastRoutesToMulticastView TruthValue
  usdBgpVrfUnconfiguredAttributes BITS

UsdBgpAddressFamilyEntry  
SEQUENCE    
  usdBgpAddressFamilyVrfName UsdVrfName
  usdBgpAddressFamilyAfi UsdBgpAfi
  usdBgpAddressFamilySafi UsdBgpSafi
  usdBgpAddressFamilyDefaultOriginate TruthValue
  usdBgpAddressFamilyRouteFlapDampening TruthValue
  usdBgpAddressFamilyDampeningSuppressThreshold Unsigned32
  usdBgpAddressFamilyDampeningReuseThreshold Unsigned32
  usdBgpAddressFamilyDampeningMaxHoldDownTime Unsigned32
  usdBgpAddressFamilyDampeningHalfLifeReachable Unsigned32
  usdBgpAddressFamilyDampeningHalfLifeUnreachable Unsigned32
  usdBgpAddressFamilyDampeningRouteMapName DisplayString
  usdBgpAddressFamilyResetConnectionType UsdBgpResetConnectionType
  usdBgpAddressFamilyRowStatus RowStatus
  usdBgpAddressFamilyOperationalState INTEGER
  usdBgpAddressFamilyUnconfiguredAttributes BITS

UsdBgpNewRouteEntry  
SEQUENCE    
  usdBgpNewRouteVrfName UsdVrfName
  usdBgpNewRouteAfi UsdBgpAfi
  usdBgpNewRouteSafi UsdBgpSafi
  usdBgpNewRouteIpAddrPrefix IpAddress
  usdBgpNewRouteIpAddrPrefixLen INTEGER
  usdBgpNewRouteDistinguisher OCTET STRING
  usdBgpNewRoutePeer IpAddress
  usdBgpNewRouteRouteType INTEGER
  usdBgpNewRouteOriginalRd OCTET STRING
  usdBgpNewRouteOriginatorId IpAddress
  usdBgpNewRouteAtomicAggregatePresent TruthValue
  usdBgpNewRouteMedPresent TruthValue
  usdBgpNewRouteLocalPrefPresent TruthValue
  usdBgpNewRouteAggregatorPresent TruthValue
  usdBgpNewRouteCommunitiesPresent TruthValue
  usdBgpNewRouteOriginatorIdPresent TruthValue
  usdBgpNewRouteClusterListPresent TruthValue
  usdBgpNewRouteWeight Unsigned32
  usdBgpNewRouteOrigin INTEGER
  usdBgpNewRouteASPathSegment OCTET STRING
  usdBgpNewRouteNextHop IpAddress
  usdBgpNewRouteMultiExitDisc Unsigned32
  usdBgpNewRouteLocalPref Unsigned32
  usdBgpNewRouteAtomicAggregate INTEGER
  usdBgpNewRouteAggregatorAS INTEGER
  usdBgpNewRouteAggregatorAddress IpAddress
  usdBgpNewRouteBestInIpRouteTable TruthValue
  usdBgpNewRouteUnknown OCTET STRING
  usdBgpNewRouteExtendedCommunitiesPresent TruthValue
  usdBgpNewRouteValid TruthValue
  usdBgpNewRouteSuppressedBy INTEGER
  usdBgpNewRouteNextHopReachable TruthValue
  usdBgpNewRouteSynchronizedWithIgp TruthValue
  usdBgpNewRoutePlaceInIpRouteTable TruthValue
  usdBgpNewRouteAdvertiseToExternalPeers TruthValue
  usdBgpNewRouteAdvertiseToInternalPeers TruthValue
  usdBgpNewRouteMplsLabel Unsigned32
  usdBgpNewRouteNextHopMetric Unsigned32

UsdBgpNewRouteFlapHistoryEntry  
SEQUENCE    
  usdBgpNewRouteFlapState INTEGER
  usdBgpNewRouteFlapFigureOfMerit Unsigned32
  usdBgpNewRouteFlapRemainingTime Unsigned32
  usdBgpNewRouteFlapSuppressThreshold Unsigned32
  usdBgpNewRouteFlapReuseThreshold Unsigned32
  usdBgpNewRouteFlapMaxHoldDownTime Unsigned32
  usdBgpNewRouteFlapHalfLifeReachable Unsigned32
  usdBgpNewRouteFlapHalfLifeUnreachable Unsigned32

UsdBgpNewRouteCommunityEntry  
SEQUENCE    
  usdBgpNewRouteCommunityNumber Unsigned32

UsdBgpNewRouteExtendedCommunityEntry  
SEQUENCE    
  usdBgpNewRouteExtendedCommunityNumber OCTET STRING

UsdBgpNewRouteClusterIdEntry  
SEQUENCE    
  usdBgpNewRouteClusterId Unsigned32

UsdBgpRouteEntry  
SEQUENCE    
  usdBgpRouteOriginatorId IpAddress
  usdBgpRouteAtomicAggregatePresent TruthValue
  usdBgpRouteMedPresent TruthValue
  usdBgpRouteLocalPrefPresent TruthValue
  usdBgpRouteAggregatorPresent TruthValue
  usdBgpRouteCommunitiesPresent TruthValue
  usdBgpRouteOriginatorIdPresent TruthValue
  usdBgpRouteClusterListPresent TruthValue
  usdBgpRouteWeight Unsigned32
  usdBgpRouteVrfName UsdVrfName
  usdBgpRouteAfi UsdBgpAfi
  usdBgpRouteSafi UsdBgpSafi
  usdBgpRoutePeer IpAddress
  usdBgpRouteIpAddrPrefixLen INTEGER
  usdBgpRouteIpAddrPrefix IpAddress
  usdBgpRouteRouteType INTEGER
  usdBgpRouteOrigin INTEGER
  usdBgpRouteASPathSegment OCTET STRING
  usdBgpRouteNextHop IpAddress
  usdBgpRouteMultiExitDisc Unsigned32
  usdBgpRouteLocalPref Unsigned32
  usdBgpRouteAtomicAggregate INTEGER
  usdBgpRouteAggregatorAS INTEGER
  usdBgpRouteAggregatorAddress IpAddress
  usdBgpRouteBestInIpRouteTable TruthValue
  usdBgpRouteUnknown OCTET STRING
  usdBgpRouteExtendedCommunitiesPresent TruthValue
  usdBgpRouteValid TruthValue
  usdBgpRouteSuppressedBy INTEGER
  usdBgpRouteNextHopReachable TruthValue
  usdBgpRouteSynchronizedWithIgp TruthValue
  usdBgpRoutePlaceInIpRouteTable TruthValue
  usdBgpRouteAdvertiseToExternalPeers TruthValue
  usdBgpRouteAdvertiseToInternalPeers TruthValue
  usdBgpRouteDistinguisher OCTET STRING
  usdBgpRouteMplsLabel Unsigned32
  usdBgpRouteNextHopMetric Unsigned32

UsdBgpRouteFlapHistoryEntry  
SEQUENCE    
  usdBgpRouteFlapState INTEGER
  usdBgpRouteFlapFigureOfMerit Unsigned32
  usdBgpRouteFlapRemainingTime Unsigned32
  usdBgpRouteFlapSuppressThreshold Unsigned32
  usdBgpRouteFlapReuseThreshold Unsigned32
  usdBgpRouteFlapMaxHoldDownTime Unsigned32
  usdBgpRouteFlapHalfLifeReachable Unsigned32
  usdBgpRouteFlapHalfLifeUnreachable Unsigned32

UsdBgpRouteCommunityEntry  
SEQUENCE    
  usdBgpRouteCommunityNumber Unsigned32

UsdBgpRouteExtendedCommunityEntry  
SEQUENCE    
  usdBgpRouteExtendedCommunityNumber OCTET STRING

UsdBgpRouteClusterIdEntry  
SEQUENCE    
  usdBgpRouteClusterId Unsigned32

Defined Values

usdBgpMIB 1.3.6.1.4.1.4874.2.2.29
The BGP Protocol MIB for the Unisphere Networks enterprise.
MODULE-IDENTITY    

usdBgpObjects 1.3.6.1.4.1.4874.2.2.29.1
OBJECT IDENTIFIER    

usdBgpGeneralGroup 1.3.6.1.4.1.4874.2.2.29.1.1
OBJECT IDENTIFIER    

usdBgpLocalAsNumber 1.3.6.1.4.1.4874.2.2.29.1.1.1
The local autonomous system number. This object cannot be modified if BGP is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpEnabled 1.3.6.1.4.1.4874.2.2.29.1.1.2
Set this object to true(1) in order to have BGP router enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpIdentifier 1.3.6.1.4.1.4874.2.2.29.1.1.3
The BGP identifier of the local system. The identifier is the system router ID by default.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usdBgpAlwaysCompareMed 1.3.6.1.4.1.4874.2.2.29.1.1.4
Set this object to true(1) in order to compare metrics for paths from neighors of different ASs.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpDefaultLocalPreference 1.3.6.1.4.1.4874.2.2.29.1.1.5
The default local preference.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

usdBgpEqualCostLimit 1.3.6.1.4.1.4874.2.2.29.1.1.6
The maximum equal cost paths to store in routing table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpClientToClientReflection 1.3.6.1.4.1.4874.2.2.29.1.1.7
Set this object to true(1) in order to have client-to-client route reflection enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpClusterId 1.3.6.1.4.1.4874.2.2.29.1.1.8
The cluster ID. When this object is zero, the router ID will be used.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

usdBgpConfederationId 1.3.6.1.4.1.4874.2.2.29.1.1.9
The confederation ID. When this object is zero, the router is not in a confederation.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

usdBgpMissingAsWorst 1.3.6.1.4.1.4874.2.2.29.1.1.10
If this object is set to true(1) routes without a MED attribute are considered worse than routes with a MED attribute. If this object is set to false(0) routes without a MED attribute are considered better than routes with a MED attribute.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpResetAllConnectionType 1.3.6.1.4.1.4874.2.2.29.1.1.11
Writing a value to this object causes all sessions to all peers to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpAdvertiseInactive 1.3.6.1.4.1.4874.2.2.29.1.1.12
Set this object to true(1) in order to propagate received BGP routes which are not the best route in the IP forwarding table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpEnforceFirstAs 1.3.6.1.4.1.4874.2.2.29.1.1.13
Set this object to true(1) in order to check whether the first AS number in the AS-path in routes from EBGP peers is consistent with the AS number of the peer.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpConfedCompareMed 1.3.6.1.4.1.4874.2.2.29.1.1.14
Set this object to true(1) in order to compare metrics for paths from neighors of different sub-ASs in the same confederation.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpGlobalRetryInterval 1.3.6.1.4.1.4874.2.2.29.1.1.15
The default number of seconds before BGP retries to establish an outgoing BGP session.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpGlobalConfigKeepAliveInterval 1.3.6.1.4.1.4874.2.2.29.1.1.16
Default time interval in seconds for the KeepAlive timer for all peers. Zero means don't send KeepAlive messages.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..21845  

usdBgpGlobalConfigHoldTime 1.3.6.1.4.1.4874.2.2.29.1.1.17
Default time interval in seconds for the Hold timer for all peers. Zero means don't expect KeepAlive message to be received.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 3..65535  

usdBgpGlobalAsOriginationInterval 1.3.6.1.4.1.4874.2.2.29.1.1.18
Default time interval in seconds for the MinASOriginationInterval timer for all peers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpExternalAdvertisementInterval 1.3.6.1.4.1.4874.2.2.29.1.1.19
Default time interval in seconds for the MinRouteAdvertisementInterval timer for all external peers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpGlobalRibOutEnabled 1.3.6.1.4.1.4874.2.2.29.1.1.20
Set this object to true(1) in order to enable RIB-out by default for all peers, or to false(2) to disable RIB-out by default for all peers.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpOverloadShutdown 1.3.6.1.4.1.4874.2.2.29.1.1.21
Set this object to true(1) for BGP to shut itself down when it runs out of memory. Set this object to false(2) for BGP to continue running (with incomplete information) when it runs out of memory.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpLogNeighborChanges 1.3.6.1.4.1.4874.2.2.29.1.1.22
Set this object to true(1) for BGP log a message whenever a peer enters or leaves the established state.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpFastExternalFallover 1.3.6.1.4.1.4874.2.2.29.1.1.23
Set this object to true(1) for BGP to immediately bring down any directly adjacent EBGP session on a link down.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpInternalAdvertisementInterval 1.3.6.1.4.1.4874.2.2.29.1.1.24
Default time interval in seconds for the MinRouteAdvertisementInterval timer for all internal peers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpMaxAsLimit 1.3.6.1.4.1.4874.2.2.29.1.1.25
Maximum length of received AS-path. Received routes with an AS-path longer than this are not placed in the IP forwarding table and are not propagated to other peers. Zero means no maximum length.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpOperationalState 1.3.6.1.4.1.4874.2.2.29.1.1.26
The BGP instance operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), up(1), down(2), overload(3)  

usdBgpPreviousOperationalState 1.3.6.1.4.1.4874.2.2.29.1.1.27
The BGP instance previous operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), up(1), down(2), overload(3)  

usdBgpAutomaticRouteTargetFilter 1.3.6.1.4.1.4874.2.2.29.1.1.28
Set this object to true(1) for BGP to enable automatic route-target filtering.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpDefaultIPv4Unicast 1.3.6.1.4.1.4874.2.2.29.1.1.29
Set this object to true(1) for BGP to automatically activate peers in the IPv4 unicast address family.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpRedistributeInternal 1.3.6.1.4.1.4874.2.2.29.1.1.30
Set this object to true(1) for BGP to automatically redistribute iBGP routes to IGP protocols.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

usdBgpUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.1.33
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-write
OBJECT-TYPE    
  BITS usdBgpLocalAsNumber(0), usdBgpEnabled(1), usdBgpIdentifier(2), usdBgpAlwaysCompareMed(3), usdBgpDefaultLocalPreference(4), usdBgpEqualCostLimit(5), usdBgpClientToClientReflection(6), usdBgpClusterId(7), usdBgpConfederationId(8), usdBgpMissingAsWorst(9), usdBgpAdvertiseInactive(10), usdBgpEnforceFirstAs(11), usdBgpConfedCompareMed(12), usdBgpGlobalRetryInterval(13), usdBgpGlobalConfigKeepAliveInterval(14), usdBgpGlobalConfigHoldTime(15), usdBgpGlobalAsOriginationInterval(16), usdBgpExternalAdvertisementInterval(17), usdBgpGlobalRibOutEnabled(18), usdBgpOverloadShutdown(19), usdBgpLogNeighborChanges(20), usdBgpFastExternalFallover(21), usdBgpInternalAdvertisementInterval(22), usdBgpMaxAsLimit(23), usdBgpAutomaticRouteTargetFilter(24), usdBgpDefaultIPv4Unicast(25), usdBgpRedistributeInternal(26)  

usdBgpRouteTableStatisticsGroup 1.3.6.1.4.1.4874.2.2.29.1.2
OBJECT IDENTIFIER    

usdBgpBaselineTime 1.3.6.1.4.1.4874.2.2.29.1.2.1
The sysUpTime at which the counters were most recently baselined.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpDestinationCount 1.3.6.1.4.1.4874.2.2.29.1.2.2
Number of distinct destinations in the local RIB.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpDestinationMemoryUsed 1.3.6.1.4.1.4874.2.2.29.1.2.3
Memory used by distinct destinations in the local RIB.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpRouteCount 1.3.6.1.4.1.4874.2.2.29.1.2.4
Number of routes in the local RIB.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpRouteMemoryUsed 1.3.6.1.4.1.4874.2.2.29.1.2.5
Memory used by routes in the local RIB.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpSelectedRouteCount 1.3.6.1.4.1.4874.2.2.29.1.2.6
Number of routes selected for route table installation.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpPathAttributeCount 1.3.6.1.4.1.4874.2.2.29.1.2.8
Number of entries in the path attribute database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpPathAttributeMemoryUsed 1.3.6.1.4.1.4874.2.2.29.1.2.9
Memory used by entries in the path attribute database.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpRouteFlapHistoryCount 1.3.6.1.4.1.4874.2.2.29.1.2.10
Number of routes with active route flap histories.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpRouteFlapHistoryMemoryUsed 1.3.6.1.4.1.4874.2.2.29.1.2.11
Memory used by routes with active route flap histories.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpSuppressedRouteCount 1.3.6.1.4.1.4874.2.2.29.1.2.12
Number of routes suppressed due to route flap.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpConfederationPeerTable 1.3.6.1.4.1.4874.2.2.29.1.3
The Unisphere BGP Confederation Peer Table describes the BGP-specific characteristics of confederation peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpConfederationPeerEntry

usdBgpConfederationPeerEntry 1.3.6.1.4.1.4874.2.2.29.1.3.1
The BGP Confederation Peer Entry describes BGP-specific characteristics of one confederation peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpConfederationPeerEntry  

usdBgpConfederationPeerAsNumber 1.3.6.1.4.1.4874.2.2.29.1.3.1.1
The AsNumber of this confederation peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpConfederationPeerRowStatus 1.3.6.1.4.1.4874.2.2.29.1.3.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpPeerTable 1.3.6.1.4.1.4874.2.2.29.1.4
The Unisphere BGP Peer Table describes the BGP-specific characteristics of peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpPeerEntry

usdBgpPeerEntry 1.3.6.1.4.1.4874.2.2.29.1.4.1
The BGP Peer Entry describes BGP-specific characteristics of one peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpPeerEntry  

usdBgpPeerVrfName 1.3.6.1.4.1.4874.2.2.29.1.4.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer is configured. The empty string indicates that this peer is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpPeerRemoteAddress 1.3.6.1.4.1.4874.2.2.29.1.4.1.2
The remote IP address of this entry's BGP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpPeerAdminStatus 1.3.6.1.4.1.4874.2.2.29.1.4.1.3
The desired state of the BGP connection. A transition from 'stop' to 'start' will cause the BGP Start Event to be generated. A transition from 'start' to 'stop' will cause the BGP Stop Event to be generated. This parameter can be used to restart BGP peer connections. Care should be used in providing write access to this object without adequate authentication.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER stop(1), start(2)  

usdBgpPeerState 1.3.6.1.4.1.4874.2.2.29.1.4.1.4
The BGP peer connection state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stop(0), idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6), removing(7)  

usdBgpPeerNegotiatedVersion 1.3.6.1.4.1.4874.2.2.29.1.4.1.5
The negotiated version of BGP running between the two peers.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdBgpPeerLocalAddress 1.3.6.1.4.1.4874.2.2.29.1.4.1.6
The local IP address of this entry's BGP connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpPeerLocalAddressMask 1.3.6.1.4.1.4874.2.2.29.1.4.1.7
The local IP address mask of this entry's BGP connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpPeerLocalPort 1.3.6.1.4.1.4874.2.2.29.1.4.1.8
The local port for the TCP connection between the BGP peers.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpPeerRemoteAsNumber 1.3.6.1.4.1.4874.2.2.29.1.4.1.9
The peer's autonomous system number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpPeerRemotePort 1.3.6.1.4.1.4874.2.2.29.1.4.1.10
The remote port for the TCP connection between the BGP peers. Note that the objects bgpPeerLocalAddr, bgpPeerLocalPort, bgpPeerRemoteAddr and bgpPeerRemotePort provide the appropriate reference to the standard MIB TCP connection table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpPeerInUpdates 1.3.6.1.4.1.4874.2.2.29.1.4.1.11
The number of BGP UPDATE messages received on this connection. This object should be initialized to zero (0) when the connection is established.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdBgpPeerOutUpdates 1.3.6.1.4.1.4874.2.2.29.1.4.1.12
The number of BGP UPDATE messages transmitted on this connection. This object should be initialized to zero (0) when the connection is established.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdBgpPeerInTotalMessages 1.3.6.1.4.1.4874.2.2.29.1.4.1.13
The total number of messages received from the remote peer on this connection. This object should be initialized to zero when the connection is established.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdBgpPeerOutTotalMessages 1.3.6.1.4.1.4874.2.2.29.1.4.1.14
The total number of messages transmitted to the remote peer on this connection. This object should be initialized to zero when the connection is established.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdBgpPeerLastErrorCode 1.3.6.1.4.1.4874.2.2.29.1.4.1.15
The last error code and subcode seen by this peer on this connection. If no error has occurred, this field is zero. Otherwise, the first byte of this two byte OCTET STRING contains the error code, and the second byte contains the subcode.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

usdBgpPeerLastResetReason 1.3.6.1.4.1.4874.2.2.29.1.4.1.16
The string representing the last error code seen by this peer on this connection. If no error has occurred, this string is null.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usdBgpPeerFsmEstablishedTransitions 1.3.6.1.4.1.4874.2.2.29.1.4.1.17
The total number of times the BGP FSM transitioned into the established state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usdBgpPeerFsmEstablishedTime 1.3.6.1.4.1.4874.2.2.29.1.4.1.18
This timer indicates how long (in seconds) this peer has been in the Established state or how long since this peer was last in the Established state. It is set to zero when a new peer is configured or the router is booted.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpPeerRetryInterval 1.3.6.1.4.1.4874.2.2.29.1.4.1.19
Time interval in seconds for the ConnectRetry timer. The suggested value for this timer is 120 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpPeerHoldTime 1.3.6.1.4.1.4874.2.2.29.1.4.1.20
Time interval in seconds for the Hold Timer established with the peer. The value of this object is calculated by this BGP speaker by using the smaller of the value in bgpPeerHoldTimeConfigured and the Hold Time received in the OPEN message. This value must be at lease three seconds if it is not zero (0) in which case the Hold Timer has not been established with the peer, or, the value of bgpPeerHoldTimeConfigured is zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0 | 3..65535  

usdBgpPeerKeepAliveInterval 1.3.6.1.4.1.4874.2.2.29.1.4.1.21
Time interval in seconds for the KeepAlive timer established with the peer. The value of this object is calculated by this BGP speaker such that, when compared with bgpPeerHoldTime, it has the same proportion as what bgpPeerKeepAliveConfigured has when compared with bgpPeerHoldTimeConfigured. If the value of this object is zero (0), it indicates that the KeepAlive timer has not been established with the peer, or, the value of bgpPeerKeepAliveConfigured is zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..21845  

usdBgpPeerConfigHoldTime 1.3.6.1.4.1.4874.2.2.29.1.4.1.22
Time interval in seconds for the Hold Time configured for this BGP speaker with this peer. This value is placed in an OPEN message sent to this peer by this BGP speaker, and is compared with the Hold Time field in an OPEN message received from the peer when determining the Hold Time (bgpPeerHoldTime) with the peer. This value must not be less than three seconds if it is not zero (0) in which case the Hold Time is NOT to be established with the peer. The suggested value for this timer is 90 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0 | 3..65535  

usdBgpPeerConfigKeepAliveInterval 1.3.6.1.4.1.4874.2.2.29.1.4.1.23
Time interval in seconds for the KeepAlive timer configured for this BGP speaker with this peer. The value of this object will only determine the KEEPALIVE messages' frequency relative to the value specified in bgpPeerHoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by bgpPeerKeepAlive. A reasonable maximum value for this timer would be configured to be one third of that of bgpPeerHoldTimeConfigured. If the value of this object is zero (0), no periodical KEEPALIVE messages are sent to the peer after the BGP connection has been established. The suggested value for this timer is 30 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..21845  

usdBgpPeerAsOriginationInterval 1.3.6.1.4.1.4874.2.2.29.1.4.1.24
Time interval in seconds for the MinASOriginationInterval timer. The suggested value for this timer is 10 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpPeerAdvertisementInterval 1.3.6.1.4.1.4874.2.2.29.1.4.1.25
Time interval in seconds for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpPeerInUpdateElapsedTime 1.3.6.1.4.1.4874.2.2.29.1.4.1.26
Elapsed time in seconds since the last BGP UPDATE message was received from the peer. Each time bgpPeerInUpdates is incremented, the value of this object is set to zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

usdBgpPeerDescription 1.3.6.1.4.1.4874.2.2.29.1.4.1.27
Peer textual description.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

usdBgpPeerRemoteIdentifier 1.3.6.1.4.1.4874.2.2.29.1.4.1.28
Peer's remote router ID.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpPeerWeight 1.3.6.1.4.1.4874.2.2.29.1.4.1.29
The weight assigned to routes learned from peer.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerEbgpMultihop 1.3.6.1.4.1.4874.2.2.29.1.4.1.30
The EBGP multihop is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerEbgpMultihopTtl 1.3.6.1.4.1.4874.2.2.29.1.4.1.31
Maximum number of hops to the external peer (only relevant if EBGP multihop turned on).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

usdBgpPeerUpdateSource 1.3.6.1.4.1.4874.2.2.29.1.4.1.32
The source IP address for peer connections.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

usdBgpPeerMd5Password 1.3.6.1.4.1.4874.2.2.29.1.4.1.33
The password for MD5 authentication. Reading this object always results in an OCTET STRING of length zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

usdBgpPeerMaxUpdateSize 1.3.6.1.4.1.4874.2.2.29.1.4.1.34
The maximum size in bytes of transmitted UPDATE messages.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerType 1.3.6.1.4.1.4874.2.2.29.1.4.1.35
The type of peer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER peerTypeInternal(1), peerTypeExternal(2), peerTypeConfederation(3), peerTypeUnknown(4)  

usdBgpPeerSupportsCapabilityNegotiation 1.3.6.1.4.1.4874.2.2.29.1.4.1.36
The peer supports capability negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpPeerCapabilityMultiProtocol 1.3.6.1.4.1.4874.2.2.29.1.4.1.37
The peer supports the multi-protocol capablity.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpPeerCapabilityRouteRefresh 1.3.6.1.4.1.4874.2.2.29.1.4.1.38
The peer supports the route-refresh capability.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpPeerCapabilityRouteRefreshCiscoProprietary 1.3.6.1.4.1.4874.2.2.29.1.4.1.39
The peer supports the route-refresh-cisco capability.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpPeerResetConnectionType 1.3.6.1.4.1.4874.2.2.29.1.4.1.40
Writing a value to this object causes the session to the peer to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-create
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpPeerRowStatus 1.3.6.1.4.1.4874.2.2.29.1.4.1.41
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdBgpPeerRemoteAs
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpPeerLocalAsNumber 1.3.6.1.4.1.4874.2.2.29.1.4.1.42
The local autonomous system number to be used for this peer. Value zero (0) means that the global local automous system number (as specified in the object usdBgpLocalAsNumber) is used.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpPeerUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.4.1.60
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpPeerAdminStatus(0), usdBgpPeerRemoteAsNumber(1), usdBgpPeerRetryInterval(2), usdBgpPeerConfigHoldTime(3), usdBgpPeerConfigKeepAliveInterval(4), usdBgpPeerAsOriginationInterval(5), usdBgpPeerAdvertisementInterval(6), usdBgpPeerDescription(7), usdBgpPeerWeight(8), usdBgpPeerEbgpMultihop(9), usdBgpPeerEbgpMultihopTtl(10), usdBgpPeerUpdateSource(11), usdBgpPeerMd5Password(12), usdBgpPeerMaxUpdateSize(13), usdBgpPeerLocalAsNumber(14)  

usdBgpPeerProposedAfiSafiPeerTable 1.3.6.1.4.1.4874.2.2.29.1.5
The Unisphere BGP PeerProposedAfiSafi Peer Table describes the BGP-specific AFI and SAFIs a peer proposed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpPeerProposedAfiSafiPeerEntry

usdBgpPeerProposedAfiSafiPeerEntry 1.3.6.1.4.1.4874.2.2.29.1.5.1
The BGP PeerProposedAfiSafi Peer Entry describes a BGP-specific AFI/SAFIs proposed by one peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpPeerProposedAfiSafiPeerEntry  

usdBgpPeerProposedAfiSafiPeerVrfName 1.3.6.1.4.1.4874.2.2.29.1.5.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer is configured. The empty string indicates that this peer is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpPeerProposedAfiSafiPeerRemoteAddr 1.3.6.1.4.1.4874.2.2.29.1.5.1.2
The remote IP address of this entry's BGP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpPeerProposedAfiSafiPeerAfi 1.3.6.1.4.1.4874.2.2.29.1.5.1.3
The AFI proposed by this peer to us.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpPeerProposedAfiSafiPeerSafi 1.3.6.1.4.1.4874.2.2.29.1.5.1.4
The SAFI proposed by this peer to us.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpPeerProposedAfiSafiPeerRowStatus 1.3.6.1.4.1.4874.2.2.29.1.5.1.5
Should always be active according to the Row Status convention.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

usdBgpLocalProposedAfiSafiPeerTable 1.3.6.1.4.1.4874.2.2.29.1.6
The Unisphere BGP LocalProposedAfiSafi Peer Table describes the BGP-specific AFI and SAFIs proposed to the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpLocalProposedAfiSafiPeerEntry

usdBgpLocalProposedAfiSafiPeerEntry 1.3.6.1.4.1.4874.2.2.29.1.6.1
The BGP LocalProposedAfiSafi Peer Entry describes a BGP-specific AFI/SAFIs proposed to one peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpLocalProposedAfiSafiPeerEntry  

usdBgpLocalProposedAfiSafiPeerVrfName 1.3.6.1.4.1.4874.2.2.29.1.6.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer is configured. The empty string indicates that this peer is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpLocalProposedAfiSafiPeerRemoteAddr 1.3.6.1.4.1.4874.2.2.29.1.6.1.2
The remote IP address of this entry's BGP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpLocalProposedAfiSafiPeerAfi 1.3.6.1.4.1.4874.2.2.29.1.6.1.3
The AFI we proposed to this peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpLocalProposedAfiSafiPeerSafi 1.3.6.1.4.1.4874.2.2.29.1.6.1.4
The SAFI we proposed to this peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpLocalProposedAfiSafiPeerRowStatus 1.3.6.1.4.1.4874.2.2.29.1.6.1.5
Should always be active according to the Row Status convention.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

usdBgpExchangedAfiSafiPeerTable 1.3.6.1.4.1.4874.2.2.29.1.7
The Unisphere BGP PeerExchangedAfiSafi Peer Table describes the BGP-specific AFI and SAFIs a peer exchanged.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpExchangedAfiSafiPeerEntry

usdBgpExchangedAfiSafiPeerEntry 1.3.6.1.4.1.4874.2.2.29.1.7.1
The BGP ExchangedAfiSafi Peer Entry describes a BGP-specific AFI/SAFIs exchanged by one peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpExchangedAfiSafiPeerEntry  

usdBgpExchangedAfiSafiPeerVrfName 1.3.6.1.4.1.4874.2.2.29.1.7.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer is configured. The empty string indicates that this peer is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpExchangedAfiSafiPeerRemoteAddr 1.3.6.1.4.1.4874.2.2.29.1.7.1.2
The remote IP address of this entry's BGP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpExchangedAfiSafiPeerAfi 1.3.6.1.4.1.4874.2.2.29.1.7.1.3
The AFI which we exchange with this peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpExchangedAfiSafiPeerSafi 1.3.6.1.4.1.4874.2.2.29.1.7.1.4
The SAFI which we exchange with this peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpExchangedAfiSafiPeerRowStatus 1.3.6.1.4.1.4874.2.2.29.1.7.1.5
Should always be active according to the Row Status convention.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

usdBgpPeerAddressFamilyTable 1.3.6.1.4.1.4874.2.2.29.1.8
The Unisphere BGP Peer Address Family Table describes the BGP-specific attributes of an Address Family for a peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpPeerAddressFamilyEntry

usdBgpPeerAddressFamilyEntry 1.3.6.1.4.1.4874.2.2.29.1.8.1
The BGP ExchangedAfiSafi Peer Entry describes a BGP-specific AFI/SAFIs exchanged by one peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpPeerAddressFamilyEntry  

usdBgpPeerAddressFamilyVrfName 1.3.6.1.4.1.4874.2.2.29.1.8.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer is configured. The empty string indicates that this peer is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpPeerAddressFamilyAfi 1.3.6.1.4.1.4874.2.2.29.1.8.1.2
The AFI of the address-family in which this peer is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpPeerAddressFamilySafi 1.3.6.1.4.1.4874.2.2.29.1.8.1.3
The SAFI of the address-family in which this peer is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpPeerAddressFamilyRemoteAddress 1.3.6.1.4.1.4874.2.2.29.1.8.1.4
The remote IP address of this entry's BGP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpPeerAddressFamilyPeerGroup 1.3.6.1.4.1.4874.2.2.29.1.8.1.5
Peer group membership (null if none).
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerAddressFamilyDefaultOriginate 1.3.6.1.4.1.4874.2.2.29.1.8.1.6
Set this object to true(1) in order to advertise a default route to this peer, if present.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyNextHopSelf 1.3.6.1.4.1.4874.2.2.29.1.8.1.7
Set this object to true(1) in order to always advertise this router as the next hop.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilySendCommunity 1.3.6.1.4.1.4874.2.2.29.1.8.1.8
Set this object to true(1) in order to send COMMUNITIES attributes in updates.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyDistributeListIn 1.3.6.1.4.1.4874.2.2.29.1.8.1.9
The inbound distribute IP access list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyDistributeListOut 1.3.6.1.4.1.4874.2.2.29.1.8.1.10
The outbound distribute IP access list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyPrefixListIn 1.3.6.1.4.1.4874.2.2.29.1.8.1.11
The inbound IP prefix list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyPrefixListOut 1.3.6.1.4.1.4874.2.2.29.1.8.1.12
The outbound IP prefix list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyPrefixTreeIn 1.3.6.1.4.1.4874.2.2.29.1.8.1.13
The inbound IP prefix tree name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyPrefixTreeOut 1.3.6.1.4.1.4874.2.2.29.1.8.1.14
The outbound IP prefix tree name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyFilterListIn 1.3.6.1.4.1.4874.2.2.29.1.8.1.15
The inbound filter AS path list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyFilterListOut 1.3.6.1.4.1.4874.2.2.29.1.8.1.16
The outbound filter AS path list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyFilterListWeight 1.3.6.1.4.1.4874.2.2.29.1.8.1.17
The weight filter AS path list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

usdBgpPeerAddressFamilyFilterListWeightValue 1.3.6.1.4.1.4874.2.2.29.1.8.1.18
The weight to apply on weight filter list matches.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerAddressFamilyRouteMapIn 1.3.6.1.4.1.4874.2.2.29.1.8.1.19
The inbound route-map name. An empty string means no inbound route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerAddressFamilyRouteMapOut 1.3.6.1.4.1.4874.2.2.29.1.8.1.20
The outbound route-map name. An empty string means no outbound route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerAddressFamilyRouteReflectorClient 1.3.6.1.4.1.4874.2.2.29.1.8.1.21
The peer is a route reflector client.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyRouteLimitWarn 1.3.6.1.4.1.4874.2.2.29.1.8.1.22
Log a warning if pathCount exceeds this value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerAddressFamilyRouteLimitReset 1.3.6.1.4.1.4874.2.2.29.1.8.1.23
Reset connection is pathCount exceeds this value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerAddressFamilyRouteLimitWarnOnly 1.3.6.1.4.1.4874.2.2.29.1.8.1.24
Warn, but do not reset, if the path limit is exceeded.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyRemovePrivateAs 1.3.6.1.4.1.4874.2.2.29.1.8.1.25
Remove private AS numbers from AS paths.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyUnsuppressMap 1.3.6.1.4.1.4874.2.2.29.1.8.1.26
The unsuppress route-map name. Routes which are sent to this peer and which match this route-map are not subject to suppression by summary-only aggregates. An empty string means no unsuppress route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerAddressFamilyInboundSoftReconfig 1.3.6.1.4.1.4874.2.2.29.1.8.1.27
Inbound soft-reconfiguration is enabled. If inbound soft-reconfiguration is enabled we keep a copy of each received route before inbound policy was applied.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyResetConnectionType 1.3.6.1.4.1.4874.2.2.29.1.8.1.28
Writing a value to this object causes one individual address family within the session to the peer to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Note that hard clearing an address family within a session will bounce the session and thus also affect the other address families in the session. Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-create
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpPeerAddressFamilyRowStatus 1.3.6.1.4.1.4874.2.2.29.1.8.1.29
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdBgpPeerRemoteAs
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpPeerAddressFamilyAsOverride 1.3.6.1.4.1.4874.2.2.29.1.8.1.30
Replace the AS number of the peer by our own AS number in the AS-path attribute in UPDATEs sent to this peer.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyAllowAsIn 1.3.6.1.4.1.4874.2.2.29.1.8.1.31
The maximum number of times our own AS number is allowed to occur in a received AS-path before that received route is considered to be a loop and therefore rejected.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..10  

usdBgpPeerAddressFamilySendExtendedCommunity 1.3.6.1.4.1.4874.2.2.29.1.8.1.32
Set this object to true(1) in order to send EXTENDED-COMMUNITIES attributes in updates.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerAddressFamilyUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.8.1.44
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpPeerAddressFamilyPeerGroup(0), usdBgpPeerAddressFamilyDefaultOriginate(1), usdBgpPeerAddressFamilyNextHopSelf(2), usdBgpPeerAddressFamilySendCommunity(3), usdBgpPeerAddressFamilyDistributeListIn(4), usdBgpPeerAddressFamilyDistributeListOut(5), usdBgpPeerAddressFamilyPrefixListIn(6), usdBgpPeerAddressFamilyPrefixListOut(7), usdBgpPeerAddressFamilyPrefixTreeIn(8), usdBgpPeerAddressFamilyPrefixTreeOut(9), usdBgpPeerAddressFamilyFilterListIn(10), usdBgpPeerAddressFamilyFilterListOut(11), usdBgpPeerAddressFamilyFilterListWeight(12), usdBgpPeerAddressFamilyFilterListWeightValue(13), usdBgpPeerAddressFamilyRouteMapIn(14), usdBgpPeerAddressFamilyRouteMapOut(15), usdBgpPeerAddressFamilyRouteReflectorClient(16), usdBgpPeerAddressFamilyRouteLimitWarn(17), usdBgpPeerAddressFamilyRouteLimitReset(18), usdBgpPeerAddressFamilyRouteLimitWarnOnly(19), usdBgpPeerAddressFamilyRemovePrivateAs(20), usdBgpPeerAddressFamilyUnsuppressMap(21), usdBgpPeerAddressFamilyInboundSoftReconfig(22), usdBgpPeerAddressFamilyAsOverride(23), usdBgpPeerAddressFamilyAllowAsIn(24), usdBgpPeerAddressFamilySendExtendedCommunity(25)  

usdBgpPeerGroupTable 1.3.6.1.4.1.4874.2.2.29.1.9
The Unisphere BGP Peer Group Table describes the BGP-specific characteristics of peer groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpPeerGroupEntry

usdBgpPeerGroupEntry 1.3.6.1.4.1.4874.2.2.29.1.9.1
The BGP Peer Group Entry describes BGP-specific characteristics of one peer group.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpPeerGroupEntry  

usdBgpPeerGroupVrfName 1.3.6.1.4.1.4874.2.2.29.1.9.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer-group is configured. The empty string indicates that this peer-group is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpPeerGroupGroupName 1.3.6.1.4.1.4874.2.2.29.1.9.1.2
The name of the Peer group this instance configures.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAdminStatus 1.3.6.1.4.1.4874.2.2.29.1.9.1.3
The desired state of the BGP connection. A transition from 'stop' to 'start' will cause the BGP Start Event to be generated. A transition from 'start' to 'stop' will cause the BGP Stop Event to be generated. This parameter can be used to restart BGP peer connections. Care should be used in providing write access to this object without adequate authentication.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER stop(1), start(2)  

usdBgpPeerGroupRemoteAsNumber 1.3.6.1.4.1.4874.2.2.29.1.9.1.4
The peer's autonomous system number. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpPeerGroupRetryInterval 1.3.6.1.4.1.4874.2.2.29.1.9.1.5
Time interval in seconds for the ConnectRetry timer. The suggested value for this timer is 120 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpPeerGroupConfigHoldTime 1.3.6.1.4.1.4874.2.2.29.1.9.1.6
Time interval in seconds for the Hold Time configured for this BGP speaker with this peer. This value is placed in an OPEN message sent to this peer by this BGP speaker, and is compared with the Hold Time field in an OPEN message received from the peer when determining the Hold Time (bgpPeerHoldTime) with the peer. This value must not be less than three seconds if it is not zero (0) in which case the Hold Time is NOT to be established with the peer. The suggested value for this timer is 90 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0 | 3..65535  

usdBgpPeerGroupConfigKeepAliveInterval 1.3.6.1.4.1.4874.2.2.29.1.9.1.7
Time interval in seconds for the KeepAlive timer configured for this BGP speaker with this peer. The value of this object will only determine the KEEPALIVE messages' frequency relative to the value specified in bgpPeerHoldTimeConfigured; the actual time interval for the KEEPALIVE messages is indicated by bgpPeerKeepAlive. A reasonable maximum value for this timer would be configured to be one third of that of bgpPeerHoldTimeConfigured. If the value of this object is zero (0), no periodical KEEPALIVE messages are sent to the peer after the BGP connection has been established. The suggested value for this timer is 30 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..21845  

usdBgpPeerGroupAsOriginationInterval 1.3.6.1.4.1.4874.2.2.29.1.9.1.8
Time interval in seconds for the MinASOriginationInterval timer. The suggested value for this timer is 10 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpPeerGroupAdvertisementInterval 1.3.6.1.4.1.4874.2.2.29.1.9.1.9
Time interval in seconds for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

usdBgpPeerGroupDescription 1.3.6.1.4.1.4874.2.2.29.1.9.1.10
Peer textual description.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..80)  

usdBgpPeerGroupWeight 1.3.6.1.4.1.4874.2.2.29.1.9.1.11
The weight assigned to routes learned from peer.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerGroupEbgpMultihop 1.3.6.1.4.1.4874.2.2.29.1.9.1.12
The EBGP multihop is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupEbgpMultihopTtl 1.3.6.1.4.1.4874.2.2.29.1.9.1.13
Maximum number of hops to the external peer (only relevant if EBGP multihop turned on).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

usdBgpPeerGroupUpdateSource 1.3.6.1.4.1.4874.2.2.29.1.9.1.14
The source IP address for peer connections.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

usdBgpPeerGroupMd5Password 1.3.6.1.4.1.4874.2.2.29.1.9.1.15
The password for MD5 authentication. Reading this object always results in an OCTET STRING of length zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

usdBgpPeerGroupMaxUpdateSize 1.3.6.1.4.1.4874.2.2.29.1.9.1.16
The maximum size in bytes of transmitted UPDATE messages.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerGroupResetConnectionType 1.3.6.1.4.1.4874.2.2.29.1.9.1.17
Writing a value to this object causes the sessions to all peers in the peer-group to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-create
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpPeerGroupRowStatus 1.3.6.1.4.1.4874.2.2.29.1.9.1.18
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdBgpPeerGroupRemoteAs
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpPeerGroupLocalAsNumber 1.3.6.1.4.1.4874.2.2.29.1.9.1.19
The local autonomous system number to be used for members of this peer-group. Value zero (0) means that the global local automous system number (as specified in the object usdBgpLocalAsNumber) is used.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpPeerGroupUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.9.1.27
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpPeerGroupAdminStatus(0), usdBgpPeerGroupRemoteAsNumber(1), usdBgpPeerGroupRetryInterval(2), usdBgpPeerGroupConfigHoldTime(3), usdBgpPeerGroupConfigKeepAliveInterval(4), usdBgpPeerGroupAsOriginationInterval(5), usdBgpPeerGroupAdvertisementInterval(6), usdBgpPeerGroupDescription(7), usdBgpPeerGroupWeight(8), usdBgpPeerGroupEbgpMultihop(9), usdBgpPeerGroupEbgpMultihopTtl(10), usdBgpPeerGroupUpdateSource(11), usdBgpPeerGroupMd5Password(12), usdBgpPeerGroupMaxUpdateSize(13), usdBgpPeerGroupLocalAsNumber(14)  

usdBgpPeerGroupAddressFamilyTable 1.3.6.1.4.1.4874.2.2.29.1.10
The Unisphere BGP Peer Group Address Family Table describes the BGP-specific attributes of an Address Family for a peer group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpPeerGroupAddressFamilyEntry

usdBgpPeerGroupAddressFamilyEntry 1.3.6.1.4.1.4874.2.2.29.1.10.1
The BGP Peer Group Address Family Entry describes.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpPeerGroupAddressFamilyEntry  

usdBgpPeerGroupAddressFamilyVrfName 1.3.6.1.4.1.4874.2.2.29.1.10.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this peer-group is configured. The empty string indicates that this peer-group is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpPeerGroupAddressFamilyAfi 1.3.6.1.4.1.4874.2.2.29.1.10.1.2
The AFI of the address-family in which this peer-group is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpPeerGroupAddressFamilySafi 1.3.6.1.4.1.4874.2.2.29.1.10.1.3
The SAFI of the address-family in which this peer-group is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpPeerGroupGroupAddressFamilyGroupName 1.3.6.1.4.1.4874.2.2.29.1.10.1.4
The name of the Peer group this instance configures.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyDefaultOriginate 1.3.6.1.4.1.4874.2.2.29.1.10.1.5
Set this object to true(1) in order to advertise a default route to this peer, if present.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyNextHopSelf 1.3.6.1.4.1.4874.2.2.29.1.10.1.6
Set this object to true(1) in order to always advertise this router as the next hop.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilySendCommunity 1.3.6.1.4.1.4874.2.2.29.1.10.1.7
Set this object to true(1) in order to send COMMUNITIES attributes in updates.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyDistributeListIn 1.3.6.1.4.1.4874.2.2.29.1.10.1.8
The inbound distribute IP access list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyDistributeListOut 1.3.6.1.4.1.4874.2.2.29.1.10.1.9
The outbound distribute IP access list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyPrefixListIn 1.3.6.1.4.1.4874.2.2.29.1.10.1.10
The inbound IP prefix list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyPrefixListOut 1.3.6.1.4.1.4874.2.2.29.1.10.1.11
The outbound IP prefix list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyPrefixTreeIn 1.3.6.1.4.1.4874.2.2.29.1.10.1.12
The inbound IP prefix tree name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyPrefixTreeOut 1.3.6.1.4.1.4874.2.2.29.1.10.1.13
The outbound IP prefix tree name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyFilterListIn 1.3.6.1.4.1.4874.2.2.29.1.10.1.14
The inbound filter AS path list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyFilterListOut 1.3.6.1.4.1.4874.2.2.29.1.10.1.15
The outbound filter AS path list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyFilterListWeight 1.3.6.1.4.1.4874.2.2.29.1.10.1.16
The weight filter AS path list name.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyFilterListWeightValue 1.3.6.1.4.1.4874.2.2.29.1.10.1.17
The weight to apply on weight filter list matches.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerGroupAddressFamilyRouteMapIn 1.3.6.1.4.1.4874.2.2.29.1.10.1.18
The inbound route-map name. An empty string means no inbound route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyRouteMapOut 1.3.6.1.4.1.4874.2.2.29.1.10.1.19
The outbound route-map name. An empty string means no outbound route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyRouteReflectorClient 1.3.6.1.4.1.4874.2.2.29.1.10.1.20
The peer is a route reflector client.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyRouteLimitWarn 1.3.6.1.4.1.4874.2.2.29.1.10.1.21
Log a warning if pathCount exceeds this value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerGroupAddressFamilyRouteLimitReset 1.3.6.1.4.1.4874.2.2.29.1.10.1.22
Reset connection is pathCount exceeds this value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpPeerGroupAddressFamilyRouteLimitWarnOnly 1.3.6.1.4.1.4874.2.2.29.1.10.1.23
Warn, but do not reset, if the path limit is exceeded.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyRemovePrivateAs 1.3.6.1.4.1.4874.2.2.29.1.10.1.24
Remove private AS numbers from AS paths.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyUnsuppressMap 1.3.6.1.4.1.4874.2.2.29.1.10.1.25
The unsuppress route-map name. Routes which are sent to this peer and which match this route-map are not subject to suppression by summary-only aggregates. An empty string means no unsuppress route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpPeerGroupAddressFamilyInboundSoftReconfig 1.3.6.1.4.1.4874.2.2.29.1.10.1.26
Inbound soft-reconfiguration is enabled. If inbound soft-reconfiguration is enabled we keep a copy of each received route before inbound policy was applied.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyResetConnectionType 1.3.6.1.4.1.4874.2.2.29.1.10.1.27
Writing a value to this object causes one individual address family within the sessions to all peers in the peer-group to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Note that hard clearing an address family within a session will bounce the session and thus also affect the other address families in the session. Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-create
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpPeerGroupAddressFamilyRowStatus 1.3.6.1.4.1.4874.2.2.29.1.10.1.28
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdBgpPeerGroupRemoteAs
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpPeerGroupAddressFamilyAsOverride 1.3.6.1.4.1.4874.2.2.29.1.10.1.29
Replace the AS number of the peer by our own AS number in the AS-path attribute in UPDATEs sent to this peer-group.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyAllowAsIn 1.3.6.1.4.1.4874.2.2.29.1.10.1.30
The maximum number of times our own AS number is allowed to occur in a received AS-path before that received route is considered to be a loop and therefore rejected.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..10  

usdBgpPeerGroupAddressFamilySendExtendedCommunity 1.3.6.1.4.1.4874.2.2.29.1.10.1.31
Set this object to true(1) in order to send EXTENDED-COMMUNITIES attributes in updates.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpPeerGroupAddressFamilyUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.10.1.35
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpPeerGroupAddressFamilyDefaultOriginate(0), usdBgpPeerGroupAddressFamilyNextHopSelf(1), usdBgpPeerGroupAddressFamilySendCommunity(2), usdBgpPeerGroupAddressFamilyDistributeListIn(3), usdBgpPeerGroupAddressFamilyDistributeListOut(4), usdBgpPeerGroupAddressFamilyPrefixListIn(5), usdBgpPeerGroupAddressFamilyPrefixListOut(6), usdBgpPeerGroupAddressFamilyPrefixTreeIn(7), usdBgpPeerGroupAddressFamilyPrefixTreeOut(8), usdBgpPeerGroupAddressFamilyFilterListIn(9), usdBgpPeerGroupAddressFamilyFilterListOut(10), usdBgpPeerGroupAddressFamilyFilterListWeight(11), usdBgpPeerGroupAddressFamilyFilterListWeightValue(12), usdBgpPeerGroupAddressFamilyRouteMapIn(13), usdBgpPeerGroupAddressFamilyRouteMapOut(14), usdBgpPeerGroupAddressFamilyRouteReflectorClient(15), usdBgpPeerGroupAddressFamilyRouteLimitWarn(16), usdBgpPeerGroupAddressFamilyRouteLimitReset(17), usdBgpPeerGroupAddressFamilyRouteLimitWarnOnly(18), usdBgpPeerGroupAddressFamilyRemovePrivateAs(19), usdBgpPeerGroupAddressFamilyUnsuppressMap(20), usdBgpPeerGroupAddressFamilyInboundSoftReconfig(21), usdBgpPeerGroupAddressFamilyAsOverride(22), usdBgpPeerGroupAddressFamilyAllowAsIn(23), usdBgpPeerGroupAddressFamilySendExtendedCommunity(24)  

usdBgpNetworkTable 1.3.6.1.4.1.4874.2.2.29.1.16
The BGP Network Table controls what networks are originated by this BGP router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpNetworkEntry

usdBgpNetworkEntry 1.3.6.1.4.1.4874.2.2.29.1.16.1
An instance in the list of networks originated by this BGP router.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpNetworkEntry  

usdBgpNetworkVrfName 1.3.6.1.4.1.4874.2.2.29.1.16.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this network is configured. The empty string indicates that this network is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpNetworkAfi 1.3.6.1.4.1.4874.2.2.29.1.16.1.2
The AFI of the address-family in which this network is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpNetworkSafi 1.3.6.1.4.1.4874.2.2.29.1.16.1.3
The SAFI of the address-family in which this network is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpNetworkIpAddrPrefix 1.3.6.1.4.1.4874.2.2.29.1.16.1.4
An IP address prefix in the Network Layer Reachability Information field. This object is an IP address containing the prefix with length specified by bgpRouteIpAddrPrefixLen. Any bits beyond the length specified by bgpRouteIpAddrPrefixLen are zeroed.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpNetworkIpAddrPrefixLen 1.3.6.1.4.1.4874.2.2.29.1.16.1.5
Length in bits of the IP address prefix in the Network Layer Reachability Information field.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..32  

usdBgpNetworkBackdoor 1.3.6.1.4.1.4874.2.2.29.1.16.1.6
Set this object to true(1) in order to enable BGP backdoor in this network. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpNetworkRowStatus 1.3.6.1.4.1.4874.2.2.29.1.16.1.7
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpNetworkWeightSpecified 1.3.6.1.4.1.4874.2.2.29.1.16.1.8
If this object is set to true(1) then the BGP weight of this network is set to the value specified in usdBgpNetworkWeightValue. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpNetworkWeight 1.3.6.1.4.1.4874.2.2.29.1.16.1.9
If usdBgpNetworkWeight specified is set to true(1) then this object specifies the weight of the network. Otherwise the weight of the network is determined by the IGP metric of the prefix. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpNetworkRouteMap 1.3.6.1.4.1.4874.2.2.29.1.16.1.10
The name of the route-map used to set the path attributes of this network. A zero length route-map name means don't use a route-map for this. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpNetworkUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.16.1.11
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpNetworkBackdoor(0), usdBgpNetworkWeight(1), usdBgpNetworkRouteMap(2)  

usdBgpAggregateTable 1.3.6.1.4.1.4874.2.2.29.1.17
The BGP Aggregate Table controls the consolidation of route information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpAggregateEntry

usdBgpAggregateEntry 1.3.6.1.4.1.4874.2.2.29.1.17.1
An instance in the list of route aggregation.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAggregateEntry  

usdBgpAggregateVrfName 1.3.6.1.4.1.4874.2.2.29.1.17.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this aggregate is configured. The empty string indicates that this aggregate is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpAggregateAfi 1.3.6.1.4.1.4874.2.2.29.1.17.1.2
The AFI of the address-family in which this aggregate is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpAggregateSafi 1.3.6.1.4.1.4874.2.2.29.1.17.1.3
The SAFI of the address-family in which this aggregate is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpAggregateIpAddrPrefix 1.3.6.1.4.1.4874.2.2.29.1.17.1.4
An IP address prefix in the Network Layer Reachability Information field. This object is an IP address containing the prefix with length specified by bgpRouteIpAddrPrefixLen. Any bits beyond the length specified by bgpRouteIpAddrPrefixLen are zeroed.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpAggregateIpAddrPrefixLen 1.3.6.1.4.1.4874.2.2.29.1.17.1.5
Length in bits of the IP address prefix in the Network Layer Reachability Information field.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..32  

usdBgpAggregateAsSet 1.3.6.1.4.1.4874.2.2.29.1.17.1.6
Set this object to true(1) in order to generate AS_set path information by creating an aggregate entry that consists of all elements contained in all paths that are being summarized. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpAggregateSummaryOnly 1.3.6.1.4.1.4874.2.2.29.1.17.1.7
Set this object to true(1) in order to filter specific routes from updates. By doing that, advertisements of more specific routes will be suppressed to all neighbors. This object can only be set at row creation.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpAggregateAttributeMap 1.3.6.1.4.1.4874.2.2.29.1.17.1.8
The name of the route-map used to set the attributes of the aggregate An empty string means no route-map for this purpose.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpAggregateAdvertiseMap 1.3.6.1.4.1.4874.2.2.29.1.17.1.9
The name of the route-map used to select routes covered by the aggregate (for as-set aggregates the path attributes of the aggregate route are created by summarizing the path attributes of the covered routes). An empty string means no route-map for this purpose.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpAggregateRowStatus 1.3.6.1.4.1.4874.2.2.29.1.17.1.10
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpAggregateSuppressMap 1.3.6.1.4.1.4874.2.2.29.1.17.1.11
The suppress route-map name. If a suppress route-map has been specified, all routes which are covered by the aggregate and which match the suppress route-map are suppressed. An empty string means no inbound route-map.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpAggregateUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.17.1.12
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpAggregateAsSet(0), usdBgpAggregateSummaryOnly(1), usdBgpAggregateAttributeMap(2), usdBgpAggregateAdvertiseMap(3), usdBgpAggregateSuppressMap(4)  

usdBgpVrfTable 1.3.6.1.4.1.4874.2.2.29.1.18
The Unisphere BGP VRF Table describes the BGP-specific characteristics of a VPN routing forwarding instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpVrfEntry

usdBgpVrfEntry 1.3.6.1.4.1.4874.2.2.29.1.18.1
The BGP VRF Entry describes BGP-specific characteristics of one VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpVrfEntry  

usdBgpVrfName 1.3.6.1.4.1.4874.2.2.29.1.18.1.1
The name of the VPN Routing Forwarding (VRF) instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpVrfSynchronization 1.3.6.1.4.1.4874.2.2.29.1.18.1.2
Set this object to true(1) in order to have IGP route synchronization enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpVrfAutoSummary 1.3.6.1.4.1.4874.2.2.29.1.18.1.3
Set this object to true(1) in order to automatically summarize redistributed routes to their natural network mask.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpVrfExternalDistance 1.3.6.1.4.1.4874.2.2.29.1.18.1.4
The administrative distance for external routes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

usdBgpVrfInternalDistance 1.3.6.1.4.1.4874.2.2.29.1.18.1.5
The administrative distance for internal routes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

usdBgpVrfLocalDistance 1.3.6.1.4.1.4874.2.2.29.1.18.1.6
The administrative distance for local routes.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

usdBgpVrfResetConnectionType 1.3.6.1.4.1.4874.2.2.29.1.18.1.7
Writing a value to this object causes the sessions to all peers in this VRF to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-create
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpVrfRowStatus 1.3.6.1.4.1.4874.2.2.29.1.18.1.8
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpVrfOperationalState 1.3.6.1.4.1.4874.2.2.29.1.18.1.9
The BGP VRF operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipVrfNotPresent(0), ipVrfPresent(1)  

usdBgpVrfAddUnicastRoutesToMulticastView 1.3.6.1.4.1.4874.2.2.29.1.18.1.10
Set this object to true(1) in order to add routes learnt by IPv4 Unicast BGP to the multicast route table.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpVrfUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.18.1.13
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpVrfSynchronization(0), usdBgpVrfAutoSummary(1), usdBgpVrfExternalDistance(2), usdBgpVrfInternalDistance(3), usdBgpVrfLocalDistance(4), usdBgpVrfAddUnicastRoutesToMulticastView(5)  

usdBgpAddressFamilyTable 1.3.6.1.4.1.4874.2.2.29.1.19
The BGP AddressFamily Entry describes BGP-specific characteristics of one AddressFamily.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpAddressFamilyEntry

usdBgpAddressFamilyEntry 1.3.6.1.4.1.4874.2.2.29.1.19.1
The BGP address family entry
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAddressFamilyEntry  

usdBgpAddressFamilyVrfName 1.3.6.1.4.1.4874.2.2.29.1.19.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this address-family is configured. The empty string indicates that this address-family is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpAddressFamilyAfi 1.3.6.1.4.1.4874.2.2.29.1.19.1.2
The AFI of the address-family.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpAddressFamilySafi 1.3.6.1.4.1.4874.2.2.29.1.19.1.3
The SAFI of the address-family.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpAddressFamilyDefaultOriginate 1.3.6.1.4.1.4874.2.2.29.1.19.1.4
Set this object to true(1) in order to advertise a default route, if present.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpAddressFamilyRouteFlapDampening 1.3.6.1.4.1.4874.2.2.29.1.19.1.5
Set this object to true(1) in order to enable route flap dampening.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdBgpAddressFamilyDampeningSuppressThreshold 1.3.6.1.4.1.4874.2.2.29.1.19.1.6
The dampening cutoff threshold (scaled).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpAddressFamilyDampeningReuseThreshold 1.3.6.1.4.1.4874.2.2.29.1.19.1.7
The dampening reuse threshold (scaled).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpAddressFamilyDampeningMaxHoldDownTime 1.3.6.1.4.1.4874.2.2.29.1.19.1.8
Maximum route holddown time, in seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpAddressFamilyDampeningHalfLifeReachable 1.3.6.1.4.1.4874.2.2.29.1.19.1.9
Figure of merit half life for reachable routes, in seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpAddressFamilyDampeningHalfLifeUnreachable 1.3.6.1.4.1.4874.2.2.29.1.19.1.10
Figure of merit half life for unreachable routes, in seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

usdBgpAddressFamilyDampeningRouteMapName 1.3.6.1.4.1.4874.2.2.29.1.19.1.11
The name of the route-map used to determine which routes are dampened and which aren't and to set the dampening parameters for those routes which are dampenend. A zero length route-map name means don't use a route-map for this.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

usdBgpAddressFamilyResetConnectionType 1.3.6.1.4.1.4874.2.2.29.1.19.1.12
Writing a value to this object causes one individual address family within the sessions to all peers in this VRF to be cleared; the value determines what type of clear is executed (hard clear, soft clear in, soft clear out, etc.). Note that hard clearing an address family within a session will bounce the session and thus also affect the other address families in the session. Reading this object has no effect and always returns resetTypeNoop.
Status: current Access: read-create
OBJECT-TYPE    
  UsdBgpResetConnectionType  

usdBgpAddressFamilyRowStatus 1.3.6.1.4.1.4874.2.2.29.1.19.1.13
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdBgpAddressFamilyOperationalState 1.3.6.1.4.1.4874.2.2.29.1.19.1.14
The BGP address family operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipVrfNotPresent(0), ipVrfPresent(1)  

usdBgpAddressFamilyUnconfiguredAttributes 1.3.6.1.4.1.4874.2.2.29.1.19.1.15
On get each bit indicates whether the corresponding attribute is configured or unconfigured: 0 = The attribute is configured (i.e. the configured value is the operational value). 1 = The attribute is unconfigured (i.e. the operational value is inherited from the a higher level which could be the default value). Getting the attribute value itself always returns the operational value of that attribute regardless of whether the attribute is configured or unconfigured. On write each bit indicates wheter or not the corresponding attribute should be set to the unconfigured state: 0 = No operation (i.e. do not change the state of the attribute). 1 = Set the attribute to the unconfigured state. Setting an attribute to a value has the automatic side-effect of setting the bit with the same name to zero.
Status: current Access: read-create
OBJECT-TYPE    
  BITS usdBgpAddressFamilyDefaultOriginate(0), usdBgpAddressFamilyRouteFlapDampening(1), usdBgpAddressFamilyDampeningSuppressThreshold(2), usdBgpAddressFamilyDampeningReuseThreshold(3), usdBgpAddressFamilyDampeningMaxHoldDownTime(4), usdBgpAddressFamilyDampeningHalfLifeReachable(5), usdBgpAddressFamilyDampeningHalfLifeUnreachable(6), usdBgpAddressFamilyDampeningRouteMapName(7)  

usdBgpStorageGroup 1.3.6.1.4.1.4874.2.2.29.1.20
OBJECT IDENTIFIER    

usdBgpStorageInitialHeapSize 1.3.6.1.4.1.4874.2.2.29.1.20.1
The initial size of the BGP heap in octets. The BGP heap is used for a small number of variable sized data structures.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxHeapSize 1.3.6.1.4.1.4874.2.2.29.1.20.2
The maximum size of the BGP heap in octets.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialVrfPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.4
The initial size of the VRF pool in entries. One entry is allocated from the VRF pool for each VRF used by BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxVrfPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.5
The maximum size of the VRF pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialAddressFamilyPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.6
The initial size of the address-family pool in entries. One entry is allocated from the address-family pool for each address-family used by BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxAddressFamilyPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.7
The initial size of the address-family pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialPeerPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.8
The initial size of the peer pool in entries. One entry is allocated from the peer pool for each peer configured in BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxPeerPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.9
The maximum size of the peer pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialPeerAfPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.10
The initial size of the peer-address-family pool in entries. One entry is allocated from the peer-address-family pool for each address family activated for any peer in BGP (including the IPv4 unicast address families which are usually activated by default for each peer).
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxPeerAfPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.11
The maximum size of the peer-address-family pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialPeerGroupPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.12
The initial size of the peer-group pool in entries. One entry is allocated from the peer-group pool for each peer-group configured in BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxPeerGroupPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.13
The maximum size of the peer-group pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialPeerGroupAfPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.14
The initial size of the peer-group-address-family pool in entries. One entry is allocated from the peer-group-address-family pool for each address family activated for any peer-group in BGP (including the IPv4 unicast address families which are usually activated by default for each peer-group).
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxPeerGroupAfPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.15
The maximum size of the peer-group-address-family pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialNetworkPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.16
The initial size of the network pool in entries. One entry is allocated from the network pool for each network configured in BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxNetworkPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.17
The maximum size of the network pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialAggregatePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.18
The initial size of the aggregate pool in entries. One entry is allocated from the aggregate pool for each aggregate configured in BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxAggregatePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.19
The maximum size of the aggregate pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialDestinationPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.20
The initial size of the destination pool in entries. One entry is allocated from the destination pool for each unique prefix in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxDestinationPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.21
The maximum size of the destination pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.22
The initial size of the route pool in entries. One entry is allocated from the route pool for each received non-VPN route in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.23
The maximum size of the route pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialAttributesPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.24
The initial size of the attributes pool in entries. One entry is allocated from the attributes pool for each unique combination of path attributes of routes in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxAttributesPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.25
The maximum size of the attributes pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialRouteFlapHistoryPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.26
The initial size of the route-flap-history pool in entries. One entry is allocated from the route-flap-history pool for each route in the BGP RIB which has route-flap dampening history associated with it.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxRouteFlapHistoryPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.27
The maximum size of the route-flap-history pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialNetworkRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.28
The initial size of the network-route pool in entries. One entry is allocated from the network-route pool for each network route in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxNetworkRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.29
The maximum size of the network-route pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialRedistributedRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.30
The initial size of the redistributed-route pool in entries. One entry is allocated from the redistributed-route pool for each redistributed route in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxRedistributedRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.31
The maximum size of the redistributed-route pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialAggregateRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.32
The initial size of the aggregate-route pool in entries. One entry is allocated from the aggregate-route pool for each aggregate route in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxAggregateRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.33
The maximum size of the aggregate-route pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialAutoSummaryRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.34
The initial size of the auto-summary-route pool in entries. One entry is allocated from the auto-summary-route pool for each auto-summary route in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxAutoSummaryRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.35
The maximum size of the auto-summary-route pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialHistoryRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.36
This object is obsolete. Setting it has not effect and reading this object returns an undefined value.
Status: obsolete Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxHistoryRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.37
This object is obsolete. Setting it has not effect and reading this object returns an undefined value.
Status: obsolete Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialSendQueueEntryPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.38
The initial size of the send-queue-entry pool in entries. One entry is allocated from the send-queue-entry pool for update messages which is queued for transmission to a peer.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxSendQueueEntryPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.39
The maximum size of the send-queue-entry pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialVpnRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.40
The initial size of the vpn-route pool in entries. One entry is allocated from the vpn-route pool for each received VPN route in the BGP RIB.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxVpnRoutePoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.41
The maximum size of the vpn-route pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageInitialRouteTargetPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.42
The initial size of the route-target pool in entries. One entry is allocated from the route-target pool for each route-target imported in any VRF used by BGP.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpStorageMaxRouteTargetPoolSize 1.3.6.1.4.1.4874.2.2.29.1.20.43
The maximum size of the route-target pool in entries.
Status: current Access: read-write
OBJECT-TYPE    
  UsdBgpStorageInteger  

usdBgpNewRouteTable 1.3.6.1.4.1.4874.2.2.29.1.23
The BGP-4 Received Path Attribute Table contains additional information about paths to destination networks received from all BGP4 peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpNewRouteEntry

usdBgpNewRouteEntry 1.3.6.1.4.1.4874.2.2.29.1.23.1
Additional information about a path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpNewRouteEntry  

usdBgpNewRouteVrfName 1.3.6.1.4.1.4874.2.2.29.1.23.1.1
The name of the VPN Routing Forwarding (VRF) instance in which this route is present. The empty string indicates that this route is not in a VRF.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpNewRouteAfi 1.3.6.1.4.1.4874.2.2.29.1.23.1.2
The AFI of the address-family in which this route is present.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpNewRouteSafi 1.3.6.1.4.1.4874.2.2.29.1.23.1.3
The SAFI of the address-family in which this route is present.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpNewRouteIpAddrPrefix 1.3.6.1.4.1.4874.2.2.29.1.23.1.4
The IP address prefix of the route. This object is an IP address containing the prefix with length specified by usdBgpNewRouteIpAddrPrefixLen. Any bits beyond the length specified by usdBgpNewRouteIpAddrPrefixLen are zeroed.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpNewRouteIpAddrPrefixLen 1.3.6.1.4.1.4874.2.2.29.1.23.1.5
Length in bits of the IP address prefix of the route.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..32  

usdBgpNewRouteDistinguisher 1.3.6.1.4.1.4874.2.2.29.1.23.1.6
The Route Distinguisher (RD) of the route. This object has an undefined value for non-VPN routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(8)  

usdBgpNewRoutePeer 1.3.6.1.4.1.4874.2.2.29.1.23.1.7
The IP address of the peer from which the route was received. This object has value 0.0.0.0 is the route was a locally originated route.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpNewRouteRouteType 1.3.6.1.4.1.4874.2.2.29.1.23.1.8
The type of the route.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER routeTypeReceived(1), routeTypeNetwork(2), routeTypeRedistributed(3), routeTypeAggregate(4), routeTypeAutoSummary(5)  

usdBgpNewRouteOriginalRd 1.3.6.1.4.1.4874.2.2.29.1.23.1.9
The original Route Distinguisher (RD) of a VPN route. For VPN routes which are originated in a VRF or which are received from a CE the original RD is equal to the RD of the VRF. For VPN routes which are received from another PE and imported into a VRF, the original RD is the RD which was received from the other PE (the RD of the route itself is changed to the RD for the VRF when the route is imported into the VRF). For non-VPN routes the value of this object is undefined.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(8)  

usdBgpNewRouteOriginatorId 1.3.6.1.4.1.4874.2.2.29.1.23.1.10
The Originator-ID path attribute of the route if present. The usdBgpNewRouteOriginatorIdPresent object indicates whether the Originator-ID path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpNewRouteAtomicAggregatePresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.11
Atomic-Aggregate path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteMedPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.12
The Multi-Exit-Discriminator path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteLocalPrefPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.13
The Local-Pref path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteAggregatorPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.14
The Aggregator path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteCommunitiesPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.15
The Communities path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteOriginatorIdPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.16
The Originator-ID path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteClusterListPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.17
The Cluster-List path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteWeight 1.3.6.1.4.1.4874.2.2.29.1.23.1.18
The weight of the route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteOrigin 1.3.6.1.4.1.4874.2.2.29.1.23.1.19
The value of the Origin path attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER igp(1), egp(2), incomplete(3)  

usdBgpNewRouteASPathSegment 1.3.6.1.4.1.4874.2.2.29.1.23.1.20
The value of the AS-path path attribute (as encoded in the received update message).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2..255)  

usdBgpNewRouteNextHop 1.3.6.1.4.1.4874.2.2.29.1.23.1.21
The value of the Next-Hop path attribute.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpNewRouteMultiExitDisc 1.3.6.1.4.1.4874.2.2.29.1.23.1.22
The value of the Multi-Exit-Discriminator path attribute if present. The usdBgpNewRouteMedPresent object indicates whether the Multi-Exit-Discriminator path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteLocalPref 1.3.6.1.4.1.4874.2.2.29.1.23.1.23
The value of the Local-Pref path attribute if present. The usdBgpNewRouteLocalPrefPresent object indicates whether the Local-Pref path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteAtomicAggregate 1.3.6.1.4.1.4874.2.2.29.1.23.1.24
Whether or not the local system has selected a less specific route without selecting a more specific route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2)  

usdBgpNewRouteAggregatorAS 1.3.6.1.4.1.4874.2.2.29.1.23.1.25
The value of the AS field in the Aggregator path attribute if present. The usdBgpNewRouteAggregatorPresent object indicates whether the Aggregator path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpNewRouteAggregatorAddress 1.3.6.1.4.1.4874.2.2.29.1.23.1.26
The value of the address field in the Aggregator path attribute if present. The usdBgpNewRouteAggregatorPresent object indicates whether the Aggregator path attribute is present.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpNewRouteBestInIpRouteTable 1.3.6.1.4.1.4874.2.2.29.1.23.1.27
When BGP places a routes in the IP route table, that route may not be used for forwarding traffic if there are other routes (e.g. IGP routes or static routes) to that same prefix with a better administrative distance in the IP route table. This object indicates whether or not the BGP route in the IP route table is the best route (and hence is used for forwarding traffic).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteUnknown 1.3.6.1.4.1.4874.2.2.29.1.23.1.28
One or more path attributes not understood by this BGP4 speaker. Size zero (0) indicates the absence of such attribute(s). Octets beyond the maximum size, if any, are not recorded by this object.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

usdBgpNewRouteExtendedCommunitiesPresent 1.3.6.1.4.1.4874.2.2.29.1.23.1.29
Is the Extended-Communities path attribute present?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteValid 1.3.6.1.4.1.4874.2.2.29.1.23.1.30
Is the route valid? The route is declared invalid if there is something wrong with it which is not serious enough for sending a notification, but it serious enough for not placing it in the IP route table or propagating it to other peers (for example the next-hop of the route is a local address).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteSuppressedBy 1.3.6.1.4.1.4874.2.2.29.1.23.1.31
Indicates whether or not the route is suppressed, and if so why: suppressedByNothing - Route is not suppressed. suppressedByAggregate - Route is suppressed by a summary-only aggregate. suppressedByAutoSummary - Route is suppressed by an auto-summary. suppressedByDampening - Route is suppressed as a result of route-flap dampening.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER suppressedByNothing(1), suppressedByAggregate(2), suppressedByAutoSummary(3), suppressedByDampening(4)  

usdBgpNewRouteNextHopReachable 1.3.6.1.4.1.4874.2.2.29.1.23.1.32
Is the indirect next-hop of the route reachable (i.e. can the indirect next-hop of the route be resolved to at least one direct next-hop)?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteSynchronizedWithIgp 1.3.6.1.4.1.4874.2.2.29.1.23.1.33
Is the route is synchronized (i.e. is there is an IGP route to the same prefix in the IP route table)?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRoutePlaceInIpRouteTable 1.3.6.1.4.1.4874.2.2.29.1.23.1.34
Has a BGP route for this prefix been placed in the IP route table?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteAdvertiseToExternalPeers 1.3.6.1.4.1.4874.2.2.29.1.23.1.35
Should this route be advertised to external peers?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteAdvertiseToInternalPeers 1.3.6.1.4.1.4874.2.2.29.1.23.1.36
Should this route be advertised to internal peers?
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpNewRouteMplsLabel 1.3.6.1.4.1.4874.2.2.29.1.23.1.37
The MPLS label for the route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteNextHopMetric 1.3.6.1.4.1.4874.2.2.29.1.23.1.38
The metric of direct next-hop of this BGP route.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapHistoryTable 1.3.6.1.4.1.4874.2.2.29.1.24
The BGP Route Flap History Table contains information about recorded route flap events.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpNewRouteFlapHistoryEntry

usdBgpNewRouteFlapHistoryEntry 1.3.6.1.4.1.4874.2.2.29.1.24.1
An instance in the list of route flap events.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpNewRouteFlapHistoryEntry  

usdBgpNewRouteFlapState 1.3.6.1.4.1.4874.2.2.29.1.24.1.1
Current state: stateAvailable(1) - indicates path is available stateSuppressedReachable(2) - indicates path is suppressed, destination is reachable stateSuppressedUnreachable(3) - indicates path in suppressed, destination is not reachable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stateAvailable(1), stateSuppressedReachable(2), stateSuppressedUnreachable(3)  

usdBgpNewRouteFlapFigureOfMerit 1.3.6.1.4.1.4874.2.2.29.1.24.1.2
Calculated figure-of-merit.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapRemainingTime 1.3.6.1.4.1.4874.2.2.29.1.24.1.3
Number of seconds until reuse or removal.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapSuppressThreshold 1.3.6.1.4.1.4874.2.2.29.1.24.1.4
Damping cutoff threshold (scaled).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapReuseThreshold 1.3.6.1.4.1.4874.2.2.29.1.24.1.5
Damping reuse threshold (scaled).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapMaxHoldDownTime 1.3.6.1.4.1.4874.2.2.29.1.24.1.6
Maximum route holddown time (seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapHalfLifeReachable 1.3.6.1.4.1.4874.2.2.29.1.24.1.7
Figure of merit half life for reachable routes (seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteFlapHalfLifeUnreachable 1.3.6.1.4.1.4874.2.2.29.1.24.1.8
Figure of merit half life for unreachable routes (seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteCommunityTable 1.3.6.1.4.1.4874.2.2.29.1.25
The BGP-4 Path Community Table contains information about communities within destination networks received from all BGP4 peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpNewRouteCommunityEntry

usdBgpNewRouteCommunityEntry 1.3.6.1.4.1.4874.2.2.29.1.25.1
Community attribute information within a path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpNewRouteCommunityEntry  

usdBgpNewRouteCommunityNumber 1.3.6.1.4.1.4874.2.2.29.1.25.1.1
The community number.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpNewRouteExtendedCommunityTable 1.3.6.1.4.1.4874.2.2.29.1.26
The BGP-4 Path Extended Community Table contains information about communities within destination networks received from all BGP4 peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpNewRouteExtendedCommunityEntry

usdBgpNewRouteExtendedCommunityEntry 1.3.6.1.4.1.4874.2.2.29.1.26.1
Extended Community attribute information within a path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpNewRouteExtendedCommunityEntry  

usdBgpNewRouteExtendedCommunityNumber 1.3.6.1.4.1.4874.2.2.29.1.26.1.1
The extended community number.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

usdBgpNewRouteClusterIdTable 1.3.6.1.4.1.4874.2.2.29.1.27
The BGP-4 Path ClusterId Table contains information about router reflector cluster IDs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpNewRouteClusterIdEntry

usdBgpNewRouteClusterIdEntry 1.3.6.1.4.1.4874.2.2.29.1.27.1
ClusterId attribute information within a path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdBgpNewRouteClusterIdEntry  

usdBgpNewRouteClusterId 1.3.6.1.4.1.4874.2.2.29.1.27.1.1
The cluster ID.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteTable 1.3.6.1.4.1.4874.2.2.29.1.13
The obsolete BGP-4 Received Path Attribute Table contained additional information about paths to destination networks received from all BGP4 peers. This table has been replaced by the usdBgpNewRouteTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpRouteEntry

usdBgpRouteEntry 1.3.6.1.4.1.4874.2.2.29.1.13.1
Additional information about a path to a network.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpRouteEntry  

usdBgpRouteOriginatorId 1.3.6.1.4.1.4874.2.2.29.1.13.1.1
The Originator-ID path attribute of the route if present. The usdBgpRouteOriginatorIdPresent object indicates whether the Originator-ID path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpRouteAtomicAggregatePresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.2
Atomic-Aggregate path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteMedPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.3
The Multi-Exit-Discriminator path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteLocalPrefPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.4
The Local-Pref path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteAggregatorPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.5
The Aggregator path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteCommunitiesPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.6
The Communities path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteOriginatorIdPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.7
The Originator-ID path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteClusterListPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.8
The Cluster-List path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteWeight 1.3.6.1.4.1.4874.2.2.29.1.13.1.9
The weight of the route.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteVrfName 1.3.6.1.4.1.4874.2.2.29.1.13.1.10
The name of the VPN Routing Forwarding (VRF) instance in which this route is present. The empty string indicates that this route is not in a VRF.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdVrfName  

usdBgpRouteAfi 1.3.6.1.4.1.4874.2.2.29.1.13.1.11
The AFI of the address-family in which this route is present.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpAfi  

usdBgpRouteSafi 1.3.6.1.4.1.4874.2.2.29.1.13.1.12
The SAFI of the address-family in which this route is present.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpSafi  

usdBgpRoutePeer 1.3.6.1.4.1.4874.2.2.29.1.13.1.13
The IP address of the peer from which the route was received. This object has value 0.0.0.0 is the route was a locally originated route.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpRouteIpAddrPrefixLen 1.3.6.1.4.1.4874.2.2.29.1.13.1.14
Length in bits of the IP address prefix of the route.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..32  

usdBgpRouteIpAddrPrefix 1.3.6.1.4.1.4874.2.2.29.1.13.1.15
The IP address prefix of the route. This object is an IP address containing the prefix with length specified by usdBgpNewRouteIpAddrPrefixLen. Any bits beyond the length specified by usdBgpNewRouteIpAddrPrefixLen are zeroed.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usdBgpRouteRouteType 1.3.6.1.4.1.4874.2.2.29.1.13.1.16
The type of the route.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  INTEGER routeTypeReceived(1), routeTypeNetwork(2), routeTypeRedistributed(3), routeTypeAggregate(4), routeTypeAutoSummary(5)  

usdBgpRouteOrigin 1.3.6.1.4.1.4874.2.2.29.1.13.1.17
The value of the Origin path attribute.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER igp(1), egp(2), incomplete(3)  

usdBgpRouteASPathSegment 1.3.6.1.4.1.4874.2.2.29.1.13.1.18
The value of the AS-path path attribute (as encoded in the received update message).
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2..255)  

usdBgpRouteNextHop 1.3.6.1.4.1.4874.2.2.29.1.13.1.19
The value of the Next-Hop path attribute.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpRouteMultiExitDisc 1.3.6.1.4.1.4874.2.2.29.1.13.1.20
The value of the Multi-Exit-Discriminator path attribute if present. The usdBgpRouteMedPresent object indicates whether the Multi-Exit-Discriminator path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteLocalPref 1.3.6.1.4.1.4874.2.2.29.1.13.1.21
The value of the Local-Pref path attribute if present. The usdBgpRouteLocalPrefPresent object indicates whether the Local-Pref path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteAtomicAggregate 1.3.6.1.4.1.4874.2.2.29.1.13.1.22
Whether or not the local system has selected a less specific route without selecting a more specific route.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2)  

usdBgpRouteAggregatorAS 1.3.6.1.4.1.4874.2.2.29.1.13.1.23
The value of the AS field in the Aggregator path attribute if present. The usdBgpRouteAggregatorPresent object indicates whether the Aggregator path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

usdBgpRouteAggregatorAddress 1.3.6.1.4.1.4874.2.2.29.1.13.1.24
The value of the address field in the Aggregator path attribute if present. The usdBgpRouteAggregatorPresent object indicates whether the Aggregator path attribute is present.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

usdBgpRouteBestInIpRouteTable 1.3.6.1.4.1.4874.2.2.29.1.13.1.25
When BGP places a routes in the IP route table, that route may not be used for forwarding traffic if there are other routes (e.g. IGP routes or static routes) to that same prefix with a better administrative distance in the IP route table. This object indicates whether or not the BGP route in the IP route table is the best route (and hence is used for forwarding traffic).
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteUnknown 1.3.6.1.4.1.4874.2.2.29.1.13.1.26
One or more path attributes not understood by this BGP4 speaker. Size zero (0) indicates the absence of such attribute(s). Octets beyond the maximum size, if any, are not recorded by this object.
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

usdBgpRouteExtendedCommunitiesPresent 1.3.6.1.4.1.4874.2.2.29.1.13.1.27
Is the Extended-Communities path attribute present?
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteValid 1.3.6.1.4.1.4874.2.2.29.1.13.1.28
Is the route valid? The route is declared invalid if there is something wrong with it which is not serious enough for sending a notification, but it serious enough for not placing it in the IP route table or propagating it to other peers (for example the next-hop of the route is a local address).
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteSuppressedBy 1.3.6.1.4.1.4874.2.2.29.1.13.1.29
Indicates whether or not the route is suppressed, and if so why: suppressedByNothing - Route is not suppressed. suppressedByAggregate - Route is suppressed by a summary-only aggregate. suppressedByAutoSummary - Route is suppressed by an auto-summary. suppressedByDampening - Route is suppressed as a result of route-flap dampening.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER suppressedByNothing(1), suppressedByAggregate(2), suppressedByAutoSummary(3), suppressedByDampening(4)  

usdBgpRouteNextHopReachable 1.3.6.1.4.1.4874.2.2.29.1.13.1.30
Is the indirect next-hop of the route reachable (i.e. can the indirect next-hop of the route be resolved to at least one direct next-hop)?
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteSynchronizedWithIgp 1.3.6.1.4.1.4874.2.2.29.1.13.1.31
Is the route is synchronized (i.e. is there is an IGP route to the same prefix in the IP route table)?
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRoutePlaceInIpRouteTable 1.3.6.1.4.1.4874.2.2.29.1.13.1.32
Has a BGP route for this prefix been placed in the IP route table?
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteAdvertiseToExternalPeers 1.3.6.1.4.1.4874.2.2.29.1.13.1.33
Should this route be advertised to external peers?
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteAdvertiseToInternalPeers 1.3.6.1.4.1.4874.2.2.29.1.13.1.34
Should this route be advertised to internal peers?
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

usdBgpRouteDistinguisher 1.3.6.1.4.1.4874.2.2.29.1.13.1.35
The Route Distinguisher (RD) of the route. This object has an undefined value for non-VPN routes.
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

usdBgpRouteMplsLabel 1.3.6.1.4.1.4874.2.2.29.1.13.1.36
The MPLS label for the route.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteNextHopMetric 1.3.6.1.4.1.4874.2.2.29.1.13.1.37
The metric of direct next-hop of this BGP route.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapHistoryTable 1.3.6.1.4.1.4874.2.2.29.1.12
The obsolete BGP Route Flap History Table contained information about recorded route flap events. This table has been replaced by the usdBgpNewRouteFlapHistoryTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpRouteFlapHistoryEntry

usdBgpRouteFlapHistoryEntry 1.3.6.1.4.1.4874.2.2.29.1.12.1
An instance in the list of route flap events.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpRouteFlapHistoryEntry  

usdBgpRouteFlapState 1.3.6.1.4.1.4874.2.2.29.1.12.1.1
Current state: stateAvailable(1) - indicates path is available stateSuppressedReachable(2) - indicates path is suppressed, destination is reachable stateSuppressedUnreachable(3) - indicates path in suppressed, destination is not reachable
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER stateAvailable(1), stateSuppressedReachable(2), stateSuppressedUnreachable(3)  

usdBgpRouteFlapFigureOfMerit 1.3.6.1.4.1.4874.2.2.29.1.12.1.2
Calculated figure-of-merit.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapRemainingTime 1.3.6.1.4.1.4874.2.2.29.1.12.1.3
Number of seconds until reuse or removal.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapSuppressThreshold 1.3.6.1.4.1.4874.2.2.29.1.12.1.4
Damping cutoff threshold (scaled).
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapReuseThreshold 1.3.6.1.4.1.4874.2.2.29.1.12.1.5
Damping reuse threshold (scaled).
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapMaxHoldDownTime 1.3.6.1.4.1.4874.2.2.29.1.12.1.6
Maximum route holddown time (seconds).
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapHalfLifeReachable 1.3.6.1.4.1.4874.2.2.29.1.12.1.7
Figure of merit half life for reachable routes (seconds).
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteFlapHalfLifeUnreachable 1.3.6.1.4.1.4874.2.2.29.1.12.1.8
Figure of merit half life for unreachable routes (seconds).
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteCommunityTable 1.3.6.1.4.1.4874.2.2.29.1.14
The obsolete BGP-4 Path Community Table contained information about communities within destination networks received from all BGP4 peers. This table has been replaced by the usdBgpNewRouteCommunityTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpRouteCommunityEntry

usdBgpRouteCommunityEntry 1.3.6.1.4.1.4874.2.2.29.1.14.1
Community attribute information within a path to a network.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpRouteCommunityEntry  

usdBgpRouteCommunityNumber 1.3.6.1.4.1.4874.2.2.29.1.14.1.1
The community number.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpRouteExtendedCommunityTable 1.3.6.1.4.1.4874.2.2.29.1.22
The obsolete BGP-4 Path Extended Community Table contained information about communities within destination networks received from all BGP4 peers. This table has been replaced by the usdBgpNewRouteExtendedCommunityTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpRouteExtendedCommunityEntry

usdBgpRouteExtendedCommunityEntry 1.3.6.1.4.1.4874.2.2.29.1.22.1
Extended Community attribute information within a path to a network.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpRouteExtendedCommunityEntry  

usdBgpRouteExtendedCommunityNumber 1.3.6.1.4.1.4874.2.2.29.1.22.1.1
The extended community number.
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

usdBgpRouteClusterIdTable 1.3.6.1.4.1.4874.2.2.29.1.15
The obsolete BGP-4 Path ClusterId Table contained information about router reflector cluster IDs. This table has been replaced by the usdBgpNewRouteClusterIdTable.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdBgpRouteClusterIdEntry

usdBgpRouteClusterIdEntry 1.3.6.1.4.1.4874.2.2.29.1.15.1
ClusterId attribute information within a path to a network.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  UsdBgpRouteClusterIdEntry  

usdBgpRouteClusterId 1.3.6.1.4.1.4874.2.2.29.1.15.1.1
The cluster id.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

usdBgpConformance 1.3.6.1.4.1.4874.2.2.29.2
OBJECT IDENTIFIER    

usdBgpCompliances 1.3.6.1.4.1.4874.2.2.29.2.1
OBJECT IDENTIFIER    

usdBgpConfGroups 1.3.6.1.4.1.4874.2.2.29.2.2
OBJECT IDENTIFIER    

usdBgpCompliance 1.3.6.1.4.1.4874.2.2.29.2.1.1
Obsolete compliance statement for entities which implement the Unisphere BGP MIB. This statement became obsolete when the usdBgpDefaultIPv4Unicast object was added to the general cofiguation group.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdBgpCompliance2 1.3.6.1.4.1.4874.2.2.29.2.1.2
Obsolete compliance statement for entities which implement the Unisphere BGP MIB. This statement became obsolete when the original route destination was added as an index to each of the route configuration tables.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdBgpCompliance3 1.3.6.1.4.1.4874.2.2.29.2.1.3
Obsolete compliance statement for entities which implement the Unisphere BGP MIB. This statement became obsolete when the peer and peer-group local-as support was added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdBgpCompliance4 1.3.6.1.4.1.4874.2.2.29.2.1.4
Obsolete compliance statement for entities which implement the Unisphere BGP MIB. This statement became obsolete when support was added for adding unicast BGP routes into a multicast view.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdBgpCompliance5 1.3.6.1.4.1.4874.2.2.29.2.1.5
Obsolete compliance statement for entities which implement the Unisphere BGP MIB. This statement became obsolete when the usdBgpRedistributeInternal object was added to the general configuration group and the history pool size objects were obsoleted and the ability to unconfigure BGP attributes from the MIB was added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdBgpCompliance6 1.3.6.1.4.1.4874.2.2.29.2.1.6
The compliance statement for entities which implement the Unisphere BGP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

usdBgpGeneralConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.1
Obsolete collection of objects providing general management of BGP in a Unisphere product. This group became obsolete when the usdBgpDefaultIPv4Unicast object was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpStatisticsConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.2
A collection of objects providing statistics of BGP operations in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpConfederationPeerConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.3
An object providing management of BGP-specific confederation peers in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.4
Obsolete collection of objects providing management of BGP peers in a Unisphere product. This group became obsolete when the usdBgpPeerLocalAsNumber object was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpAfiSafiPeerConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.5
A collection of objects providing management of BGP-specific AFI and SAFI peers in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerAddressFamilyConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.6
Obsolete collection of objects providing management of BGP peer address families in a Unisphere product. This group became obsolete when the ability to unconfigure attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpPeerGroupConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.7
Obsolete collection of objects providing management of BGP peer groups in a Unisphere product. This group became obsolete when the usdBgpPeerGroupLocalAsNumber object was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpPeerGroupAddressFamilyConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.8
Obsolete collection of objects providing management of BGP peer group address families in a Unisphere product. This group was obsoleted when the ability to unconfigure BGP attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpRouteConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.9
Obsolete collection of objects providing management of BGP routes in a Unisphere product. This group became obsolete when the original route destination was added as an index to each of the tables.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpNetworkConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.10
Obsolete collection of objects providing management of BGP networks in a Unisphere product. This group was obsoleted when the ability to unconfigure BGP attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpAggregateConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.11
Obsolete collection of objects providing consolidation of BGP route information in a Unisphere product. This group was obsoleted when the ability to unconfigure BGP attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpVrfConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.12
Obsolete collection of objects providing management of BGP-specific VPN routing forwarding (VRF) characteristics in a Unisphere product. This group became obsolete when the usdBgpVrfAddUnicastRoutesToMulticastView object was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpAddressFamilyConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.13
Obsolete collection of objects providing management of BGP address families in a Unisphere product. This group was obsoleted when the ability to unconfigure BGP attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpStorageConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.14
Obsolete collection of objects providing management of BGP characteristics in a Unisphere product that will not take affect until reboot. This group became obsolete when the history pool size objects were obsoleted.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpGeneralConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.15
Obsolete collection of objects providing general management of BGP in a Unisphere product. This group became obsolete when the usdBgpRedistributeInternal object and unconfigure support were added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpNewRouteConfGroup 1.3.6.1.4.1.4874.2.2.29.2.2.16
A collection of objects providing management of BGP routes in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.17
Obsolete collection of objects providing management of BGP peers in a Unisphere product. This group became obsolete when the ability to unconfigure BGP attributes from the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpPeerGroupConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.18
Obsolete collection of objects providing management of BGP peer groups in a Unisphere product. This group was obsoleted when the ability to unconfigure BGP attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpVrfConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.19
Obsolete collection of objects providing management of BGP-specific VPN routing forwarding (VRF) characteristics in a Unisphere product. This group was obsoleted when the ability to unconfigure BGP attributes using the MIB was added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdBgpGeneralConfGroup3 1.3.6.1.4.1.4874.2.2.29.2.2.20
A collection of objects providing general management of BGP in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpStorageConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.21
A collection of objects providing management of BGP characteristics in a Unisphere product that will not take affect until reboot.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerConfGroup3 1.3.6.1.4.1.4874.2.2.29.2.2.22
A collection of objects providing management of BGP peers in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerAddressFamilyConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.23
A collection of objects providing management of BGP peer address families in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerGroupConfGroup3 1.3.6.1.4.1.4874.2.2.29.2.2.24
A collection of objects providing management of BGP peer groups in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpPeerGroupAddressFamilyConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.25
A collection of objects providing management of BGP peer group address families in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpNetworkConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.26
A collection of objects providing management of BGP networks in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpAggregateConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.27
A collection of objects providing consolidation of BGP route information in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpVrfConfGroup3 1.3.6.1.4.1.4874.2.2.29.2.2.28
A collection of objects providing management of BGP-specific VPN routing forwarding (VRF) characteristics in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP    

usdBgpAddressFamilyConfGroup2 1.3.6.1.4.1.4874.2.2.29.2.2.29
A collection of objects providing management of BGP address families in a Unisphere product.
Status: current Access: read-only
OBJECT-GROUP