a3RipIpNBMAmodeCtl
A3Com-RIP-IPextns-r4-MIB ·
.1.3.6.1.4.1.43.2.8.2.1.23
Object
column mandatory
r/w
Enumeration
This parameter determines if the underlying NBMA network is full-mesh or non-mesh. Partial-mesh is treated as non-mesh. When this object is set to fullMesh(1), RIP-IP advertises routes based on regular split-horizon. If nonMesh(2), RIP-Ip advertises routes based on next-hop split-horizon. This object is only meaningful when the underlying interface is NBMA, (i.e. Frame Relay or X.25)
Context
- MIB
- A3Com-RIP-IPextns-r4-MIB
- OID
.1.3.6.1.4.1.43.2.8.2.1.23- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3RipIpCtlEntry
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 'A3Com-RIP-IPextns-r4-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-RIP-IPextns-r4-MIB::a3RipIpNBMAmodeCtl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3Com-RIP-IPextns-r4-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3Com-RIP-IPextns-r4-MIB::a3RipIpNBMAmodeCtl.<a3RipIpPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3Com-RIP-IPextns-r4-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3Com-RIP-IPextns-r4-MIB::a3RipIpNBMAmodeCtl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fullMesh |
2 | nonMesh |