cswmFlowQueryMask
CISCO-SWITCH-MULTICAST-MIB ·
.1.3.6.1.4.1.9.9.504.1.7.2.1.2
Object
column r/w
Bits
This object is used to set up the query criteria for
the multicast flows of interest. If any one of the
defined BITs is set, then the objects(s) corresponding
to the BITS in the same row instance will be used for
the search.
Specifically, if the 'vrf' BIT is set, then the
cswmFlowQueryMvrf object will be included in the
search criteria. The 'vrf' BIT can be set in
combination with any other BIT for the search.
If the 'group' BIT is set, then the
cswmFlowQueryGroup object will be used as the
search criteria.
If the 'groupmask' BIT is set, then the
cswmFlowQueryGroup and cswmFlowQueryGroupMask objects
will be used as the search criteria.
If the 'source' BIT is set, then the
cswmFlowQuerySource and cswmFlowQueryGroup objects
will be used as the search criteria.
It is SNMP managers' responsibility to turn on certain
bits on in this object instance, if necessary,
and the corresponding flow parameter variables to the
appropriate values in order to setup the desired
query criteria.
Context
- MIB
- CISCO-SWITCH-MULTICAST-MIB
- OID
.1.3.6.1.4.1.9.9.504.1.7.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cswmFlowQueryEntry
- Groups
- 1
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 'CISCO-SWITCH-MULTICAST-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SWITCH-MULTICAST-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryMask.<cswmFlowQueryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SWITCH-MULTICAST-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SWITCH-MULTICAST-MIB::cswmFlowQueryMask'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | vrf |
1 | group |
2 | groupmask |
3 | source |
Conformance
Member of
Compliance refinements
cswmMIBCompliance3
readonly
Write access is not required.