bgpRmEntStrictConfed
DC-BGP-MIB ·
.1.2.826.42.1.1578918.5.65.1.2.1.1.41
Object
When set to TRUE DC-BGP insists upon strict adherence by peers
to the protocol specification, rejecting AS-Path attributes
with erroneous AS-Confed segments. When set to FALSE DC-BGP
adopts a more pragmatic approach dealing as best it can with
non standard AS-Path information. This latter approach can be
useful in allowing interoperability with older, non-standards
compliant peers. To be specific, the following rules are
NOT applied to incoming BGP UPDATEs when this field is FALSE.
- Confederation AS Path information is not permitted if
either the local BGP router is not in a confederation, or
if the BGP peer is not in the local BGP router's
confederation.
- If the BGP peer is in the local BGP router's confederation
then the AS Path must contain confederation segments, and
the first AS Path segment must be of type
AS_CONFED_SEQUENCE.
This field can only be changed when the Admin Status is down.
Context
- MIB
- DC-BGP-MIB
- OID
.1.2.826.42.1.1578918.5.65.1.2.1.1.41- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bgpRmEntEntry
- 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::bgpRmEntStrictConfed'
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::bgpRmEntStrictConfed.<bgpRmEntIndex>'
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::bgpRmEntStrictConfed'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of