flowPolicerType
MEF-R-MIB ·
.1.3.6.1.4.1.164.20.8.1.6.3.1.51
Object
column r/w
Enumeration
This attribute defines the type of the policer (i.e. BW profile type)
that is attached to the flow.
regular(2) - the BW profile is indicated by flowBWprofile that
points to an entry in bwProfileTable.
aggregate(3) - the BW profile is indicated by flowPolicerAggregate
that points to an entry in agnGroupTable.
envelope(4) - the BW profile is indicated by flowBWprofile that
points to an entry in envelopeBwProfileTable.
regularAccountingOnly(5) - same as regular(2) but without any effect
on packet passing through the policer:
no remark of the color in DEI bit,
no drop of red packets.
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 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::flowPolicerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::flowPolicerType.<flowIdx1>.<flowIdx2>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MEF-R-MIB::flowPolicerType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | regular |
3 | aggregate |
4 | envelope |
5 | regularAccountingOnly |