bgpPeergrAfiSafiDisSndLpDetect

DC-BGP-MIB · .1.2.826.42.1.1578918.5.65.1.5.12.1.6

Object

column r/w SNMPv2-TCTruthValue
Gives finer control of the sender-side loop detection
configuration provided by
bgpPeergrDisableSenderLoopDetect.
              
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 bgpPeergrAfiSafiAllowLocalAs).  In this case it is
necessary to disable sender-side loop detection.
              
When bgpPeergrDisableSenderLoopDetect is 'true', BGP
disables sender-side loop detection for those address
families for which bgpPeergrAfiSafiDisSndLpDetect is
'true'.
              
When bgpPeergrDisableSenderLoopDetect is 'false',
sender-side loop detection is not disabled for any address
families.
              
If the value of this object is changed while a peer in the
peer group 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.5.12.1.6
Type
column
Access
readwrite
Status
current
Parent
bgpPeergrAfiSafiEntry
Groups
1

Walk 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::bgpPeergrAfiSafiDisSndLpDetect'
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::bgpPeergrAfiSafiDisSndLpDetect.<bgpRmEntIndex>.<bgpPeergrIndex>.<bgpPeergrAfiSafiAfi>.<bgpPeergrAfiSafiSafi>'
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::bgpPeergrAfiSafiDisSndLpDetect'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false

Conformance