operator
NS-ROOT-MIB ·
.1.3.6.1.4.1.5951.1.14.3.1.4
Object
column obsolete
Enumeration
The operator in the expression.
Context
- MIB
- NS-ROOT-MIB
- OID
.1.3.6.1.4.1.5951.1.14.3.1.4- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- cpeExprConfigStatsEntry
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 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::operator'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::operator.<cpeeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NS-ROOT-MIB::operator'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | and |
1 | or |
2 | not |
3 | equal |
4 | notEqual |
5 | greaterThan |
6 | lessThan |
7 | greaterThanOrEqualTo |
8 | lessThanOrEqualTo |
9 | exists |
10 | notExists |
11 | contains |
12 | notContains |
13 | contents |