rcIpBgpPeerSoftReconfiguration
RC-IP-BGP-MIB ·
.1.3.6.1.4.1.2272.1.8.101.9.1.16
Object
column r/w
Enumeration
If rcIpBgpPeerSoftReconfigurationIn is enabled in the in-bound direction, policy can be changed and routes can re-learned without having to reset the bgp connection by setting rcIpBgpPeerSoftReconfiguration to in(1). Setting the value to out (2) forces the neighbor to send out all the updates to the remote neighbor without resetting the connection.
Context
- MIB
- RC-IP-BGP-MIB
- OID
.1.3.6.1.4.1.2272.1.8.101.9.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIpBgpPeerEntry
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 'RC-IP-BGP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-BGP-MIB::rcIpBgpPeerSoftReconfiguration'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IP-BGP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-BGP-MIB::rcIpBgpPeerSoftReconfiguration.<rcIpBgpPeerIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IP-BGP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IP-BGP-MIB::rcIpBgpPeerSoftReconfiguration'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | in |
2 | out |
3 | none |