portClassifierActionCriteria
RAD-Services-MIB ·
.1.3.6.1.4.1.164.6.3.17.3.1.11
Object
column r/w
Bits
The criteria for matching incoming frames.
Several fields may be selected at once. However, no more than one of
the fields tos(9), dscp(10) and ipPrecedence(11) can be selected at a
time (mutual exclusion between these fields).
For each selected field the value or range to match is set in the
relevant following object/s.
When no bit is set any incoming frame is matched i.e. any==0.
Context
- MIB
- RAD-Services-MIB
- OID
.1.3.6.1.4.1.164.6.3.17.3.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- portClassifierActionEntry
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 'RAD-Services-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Services-MIB::portClassifierActionCriteria'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Services-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Services-MIB::portClassifierActionCriteria.<ifIndex>.<portClassifierActionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Services-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Services-MIB::portClassifierActionCriteria'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | dstMacAddress |
1 | srcMacAddress |
2 | outerEtherType |
3 | outerVlanId |
4 | outerPbit |
5 | outerDei |
6 | innerEtherType |
7 | innerVlanId |
8 | innerPbit |
9 | tos |
10 | dscp |
11 | ipPrecedence |
12 | protocol |
13 | srcIPAddress |
14 | dstIPAddress |
15 | tcpSrcPort |
16 | tcpDstPort |
17 | udpSrcPort |
18 | udpDstPort |
19 | untagged |