a3RipIpTrustedNbrCtl
A3Com-RIP-IPextns-r4-MIB ·
.1.3.6.1.4.1.43.2.8.2.1.4
Object
column mandatory
r/w
Enumeration
This object controls how the list of trusted neighbors in a3RipIpTrustedNbrTable is to be interpreted. If this is set to include (1), RIP-IP will accept routing packets from the set of addresses in a3RipIpTrustedNbrTable. If this is set to exclude (2), RIP-IP will accept routing packets from all addresses except those listed in that table for this port. Note, if a3RipIpTrustedNbrTable is empty, RIP-IP will accept routing updates from all neighbors, regardless of the value of this object.
Context
- MIB
- A3Com-RIP-IPextns-r4-MIB
- OID
.1.3.6.1.4.1.43.2.8.2.1.4- 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::a3RipIpTrustedNbrCtl'
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::a3RipIpTrustedNbrCtl.<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::a3RipIpTrustedNbrCtl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | include |
2 | exclude |