bgpPeerDisableSenderLoopDetect
DC-BGP-MIB ·
.1.2.826.42.1.1578918.5.65.1.3.1.1.1.61
Object
This field is used in conjunction with
bgpPeerAfiSafiDisableSndLpDetect to indicate whether BGP
should disable sender-side loop detection when sending
routes to the peer.
By default, BGP performs sender side loop detection.
That is, it will not advertise a route to a peer if
the AS-Path of the route already contains the peer's AS
number. A peer would typically discard such routes, so
this is normally a useful optimization.
However, the peer may be configured to accept such routes
(see bgpPeerAllowLocalAs). In this case it is
necessary to disable sender-side loop detection, by setting
bgpPeerDisableSndLpDetect to 'true'.
Sender-side loop detection may be disabled independently
for each address family. When bgpPeerDisableSndLpDetect
is set to 'true', set bgpPeerAfiSafiDisableSndLpDetect to
'true' or 'false' to disable or enable sender-side loop
detection for each address family.
If the value of this object is changed while the peer session
is active, BGP will check for any routes that need to be
advertised or withdrawn as a result of the change.
Note that sender-side loop detection does not operate on
peers in an update group.
Context
- MIB
- DC-BGP-MIB
- OID
.1.2.826.42.1.1578918.5.65.1.3.1.1.1.61- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bgpPeerEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpPeerDisableSenderLoopDetect'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpPeerDisableSenderLoopDetect.<bgpRmEntIndex>.<bgpPeerLocalAddrType>.<bgpPeerLocalAddr>.<bgpPeerLocalPort>.<bgpPeerRemoteAddrType>.<bgpPeerRemoteAddr>.<bgpPeerRemotePort>.<bgpPeerLocalAddrScopeId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-BGP-MIB::bgpPeerDisableSenderLoopDetect'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of