juniBgpResetAllConnectionType
Juniper-BGP-MIB ·
.1.3.6.1.4.1.4874.2.2.29.1.1.11
Object
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.). Reading this object has no effect and always returns resetTypeNoop.
Context
- MIB
- Juniper-BGP-MIB
- OID
.1.3.6.1.4.1.4874.2.2.29.1.1.11- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- juniBgpGeneralGroup
- Groups
- 6
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-BGP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-BGP-MIB::juniBgpResetAllConnectionType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-BGP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-BGP-MIB::juniBgpResetAllConnectionType'
Syntax
- Source
- JuniBgpResetConnectionType
- Base type
Enumeration
Values & Constraints
Type Values
0 | resetTypeNoop |
1 | resetTypeHard |
2 | resetTypeSoftIn |
3 | resetTypeSoftOut |
4 | resetTypeSoftInOut |
5 | resetTypeRouteFlapHistory |
6 | resetTypeSoftInWithPrefixOrfPush |
7 | resetTypeWaitEndOfRib |
8 | resetTypeRecreateAllIpDynInterfaces |
9 | resetTypeDynamicPeers |