juniBgpUnconfiguredAttributes
Juniper-BGP-MIB ·
.1.3.6.1.4.1.4874.2.2.29.1.1.33
Object
scalar
r/w
Bits
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 whether 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.
Context
- MIB
- Juniper-BGP-MIB
- OID
.1.3.6.1.4.1.4874.2.2.29.1.1.33- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- juniBgpGeneralGroup
- Siblings
- 40
Syntax
Bits
Values & Constraints
Enumerated Values
0 | juniBgpEnabled |
1 | juniBgpIdentifier |
2 | juniBgpAlwaysCompareMed |
3 | juniBgpDefaultLocalPreference |
4 | juniBgpEqualCostLimit |
5 | juniBgpClientToClientReflection |
6 | juniBgpClusterId |
7 | juniBgpConfederationId |
8 | juniBgpMissingAsWorst |
9 | juniBgpAdvertiseInactive |
10 | juniBgpEnforceFirstAs |
11 | juniBgpConfedCompareMed |
12 | juniBgpGlobalRetryInterval |
13 | juniBgpGlobalConfigKeepAliveInterval |
14 | juniBgpGlobalConfigHoldTime |
15 | juniBgpGlobalAsOriginationInterval |
16 | juniBgpExternalAdvertisementInterval |
17 | juniBgpGlobalRibOutEnabled |
18 | juniBgpOverloadShutdown |
19 | juniBgpLogNeighborChanges |
20 | juniBgpFastExternalFallover |
21 | juniBgpInternalAdvertisementInterval |
22 | juniBgpMaxAsLimit |
23 | juniBgpAutomaticRouteTargetFilter |
24 | juniBgpDefaultIPv4Unicast |
25 | juniBgpRedistributeInternal |
26 | juniBgpFourOctetLocalAsNumber |
27 | juniBgpConfederationPeersFilterList |
28 | juniBgpAdvertiseBestExternalToInternal |
29 | juniBgpGracefulRestartEnabled |
30 | juniBgpGracefulRestartRestartTime |
31 | juniBgpGracefulRestartStalePathsTime |
32 | juniBgpGracefulRestartPathSelectionDeferTimeLimit |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| juniBgpLocalAsNumber deprecated Deprecated. The local autonomous system number. This object has been
replaced by juniBgpFourOctetLocalAsNumber. It is still possible to
get and set this object, but if the actu… | scalar | Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.1 |
| juniBgpMissingAsWorst 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 attr… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.10 |
| juniBgpResetAllConnectionType 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.… | scalar | JuniBgpResetConnectionType | .1.3.6.1.4.1.4874.2.2.29.1.1.11 |
| juniBgpAdvertiseInactive Set this object to true(1) in order to propagate received BGP routes
which are not the best route in the IP forwarding table. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.12 |
| juniBgpEnforceFirstAs 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. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.13 |
| juniBgpConfedCompareMed Set this object to true(1) in order to compare metrics for paths from
neighors of different sub-ASs in the same confederation. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.14 |
| juniBgpGlobalRetryInterval The default number of seconds before BGP retries to establish an
outgoing BGP session. | scalar | seconds Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.15 |
| juniBgpGlobalConfigKeepAliveInterval Default time interval in seconds for the KeepAlive timer for all peers.
Zero means don't send KeepAlive messages. | scalar | seconds Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.16 |
| juniBgpGlobalConfigHoldTime Default time interval in seconds for the Hold timer for all peers.
Zero means don't expect KeepAlive message to be received. | scalar | seconds Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.17 |
| juniBgpGlobalAsOriginationInterval Default time interval in seconds for the MinASOriginationInterval timer
for all peers. | scalar | seconds Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.18 |
| juniBgpExternalAdvertisementInterval Default time interval in seconds for the MinRouteAdvertisementInterval
timer for all external peers. | scalar | seconds Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.19 |
| juniBgpEnabled Set this object to true(1) in order to have BGP router enabled. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.2 |
| juniBgpGlobalRibOutEnabled 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. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.20 |
| juniBgpOverloadShutdown 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 r… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.21 |
| juniBgpLogNeighborChanges Set this object to true(1) for BGP log a message whenever a peer enters
or leaves the established state. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.22 |
| juniBgpFastExternalFallover Set this object to true(1) for BGP to immediately bring down any
directly adjacent EBGP session on a link down. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.23 |
| juniBgpInternalAdvertisementInterval Default time interval in seconds for the MinRouteAdvertisementInterval
timer for all internal peers. | scalar | seconds Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.24 |
| juniBgpMaxAsLimit 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 … | scalar | Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.25 |
| juniBgpOperationalState The BGP instance operational state. | scalar | Enumeration | .1.3.6.1.4.1.4874.2.2.29.1.1.26 |
| juniBgpPreviousOperationalState The BGP instance previous operational state. | scalar | Enumeration | .1.3.6.1.4.1.4874.2.2.29.1.1.27 |
| juniBgpAutomaticRouteTargetFilter Set this object to true(1) for BGP to enable automatic route-target
filtering. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.28 |
| juniBgpDefaultIPv4Unicast Set this object to true(1) for BGP to automatically activate peers in
the IPv4 unicast address family. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.29 |
| juniBgpIdentifier The BGP identifier of the local system. The identifier is the system
router ID by default. | scalar | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.4874.2.2.29.1.1.3 |
| juniBgpRedistributeInternal Set this object to true(1) for BGP to automatically redistribute iBGP
routes to IGP protocols. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.30 |
| juniBgpFourOctetLocalAsNumber The four-octet local autonomous system number. This attribute replaces
the old two-octet local autonomous system number. | scalar | JuniBgpFourOctetAsNumber | .1.3.6.1.4.1.4874.2.2.29.1.1.31 |
| juniBgpConfederationPeersFilterList The confederation peers filter-list contains the name of an as-path
access-list. Every neighbor whose remote-AS number matches this as-path
access-list is considered a confederat… | scalar | OctetString | .1.3.6.1.4.1.4874.2.2.29.1.1.32 |
| juniBgpAdvertiseBestExternalToInternal If this object is set to true(1) then BGP advertises the best route
received from external (and confederation) peers to internal peers.
If this object is set to false(2… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.34 |
| juniBgpGracefulRestartEnabled Set this object to true(1) to enable BGP graceful restart. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.35 |
| juniBgpGracefulRestartRestartTime The restart-time advertised in graceful-restart capabilities sent to
all peers. This is the estimated time (in seconds) it will take for
the BGP session to be re-established aft… | scalar | Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.36 |
| juniBgpGracefulRestartStalePathsTime The maximum amount of time in seconds we keep stale routes after a
session goes down. This value is used for all peers unless it has
been overridden by juniBgpPeerGroupGracefulRes… | scalar | Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.37 |
| juniBgpGracefulRestartPathSelectionDeferTimeLimit The maximum amount of time in seconds route selection is deferred
after a restart. | scalar | Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.38 |
| juniBgpPlatformSupportsNonStopForwarding Does this platform support non-stop forwarding? | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.39 |
| juniBgpAlwaysCompareMed Set this object to true(1) in order to compare metrics for paths from
neighors of different ASs. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.4 |
| juniBgpDeviceCanPreserveForwardingState Is this router at this moment able to do a graceful restart (i.e.
is it able to switch over from the primary controller to the standby
controller without losing forwarding state … | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.40 |
| juniBgpLastRestartWasGraceful Was the most recent restart graceful? (i.e. was forwarding state
preserved on the line cards during the most recent switch-over
from the primary controller to the standby controll… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.41 |
| juniBgpDefaultLocalPreference The default local preference. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.4874.2.2.29.1.1.5 |
| juniBgpEqualCostLimit obsolete Obsolete maximum equal cost paths to store in the routing table. This
object has been replaced by the juniBgpVrfMaximumPathsEbgp object. | scalar | Integer32 | .1.3.6.1.4.1.4874.2.2.29.1.1.6 |
| juniBgpClientToClientReflection Set this object to true(1) in order to have client-to-client route
reflection enabled. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.4874.2.2.29.1.1.7 |
| juniBgpClusterId The cluster ID. When this object is zero, the router ID will be used. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.4874.2.2.29.1.1.8 |
| juniBgpConfederationId The confederation ID. When this object is zero, the router is not in a
confederation. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.4874.2.2.29.1.1.9 |