ibmvRtCfgFltMode
IBM6611-MIB ·
.1.3.6.1.4.1.2.6.2.18.4.1.10.1.2
Object
column mandatory
Enumeration
The filtering action for the RTP router filter. The RTP router filters operate on the network number contained in the source network number field in the IP header of any RTP packet (update, request, response, and redirect). (The subnetwork ID is assumed to be 0x0001.) In deny mode, the IBM 6611 ignores route information from a service node if the sending router's network number matches any RTP router filter. In permit mode, the IBM 6611 processes route information from a router only if the sending router's network number matches any RTP router filter. The default for this object is 'deny'.
Context
- MIB
- IBM6611-MIB
- OID
.1.3.6.1.4.1.2.6.2.18.4.1.10.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmvRtCfgFltEntry
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 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmvRtCfgFltMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmvRtCfgFltMode.<ibmvRtCfgFltNetID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM6611-MIB::ibmvRtCfgFltMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | permit |
2 | deny |