rcPrFilterAceFlags
RAPID-CITY ·
.1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.16
Object
column r/w
Integer32
Bitmask for the flags:
none(0): Default value for the flags.
stopOnMatch(1): set desired behavior for flag
whether to stop or continue in case an Ace
matching the packet is found. When this Ace is hit,
match on other Aces with a lower priority is not
attempted.
count(2): set desired behavior for flag i.e.
to enable/disable counting in case a packet matching
the ace is found.
copyToPrimaryCp(4): set to enable/disable copying of
matching packets to primary CP.
copyToSecondaryCp(8): set to enable/disable copying of
matching packets to secondary CP.
mirror(16): set to enable/disable mirroring the
matching packets to an interface. System can mirror
one port or mirror to 1 port.
Context
- MIB
- RAPID-CITY
- OID
.1.3.6.1.4.1.2272.1.202.1.1.2.4.1.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcPrFilterAceEntry
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 'RAPID-CITY' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPID-CITY::rcPrFilterAceFlags'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAPID-CITY' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPID-CITY::rcPrFilterAceFlags.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAPID-CITY' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAPID-CITY::rcPrFilterAceFlags'
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.