eltexBgpPeerReflectorClient
ELTEX-BGP-MIB ·
.1.3.6.1.4.1.35265.45.1.2.1.1.1.23
Object
This value indicates whether the given peer is a reflector
client of this router, or not. A value of nonClient(0)
indicates that this peer is not a reflector client. A
value of client(1) indicates that this peer is a reflector
client that is not fully meshed with other reflector
clients. A value of meshedClient(2) indicates that the
peer is a reflector client and is fully meshed with all
other reflector clients.
For specific AFI/SAFI, this can be configured using
eltexBgpPeerAddrFamilyReflectorClient.
Context
- MIB
- ELTEX-BGP-MIB
- OID
.1.3.6.1.4.1.35265.45.1.2.1.1.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eltexBgpPeerEntry
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 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpPeerReflectorClient'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpPeerReflectorClient.<eltexBgpProcessId>.<eltexBgpPeerRemoteAddrType>.<eltexBgpPeerRemoteAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-BGP-MIB::eltexBgpPeerReflectorClient'
Syntax
- Source
- EltexBgpPeerReflectorClientType
- Base type
Enumeration
Values & Constraints
Type Values
0 | nonClient |
1 | client |
2 | meshedClient |