fsTacMcastPrfFilterMode
SUPERMICRO-TAC-MIB ·
.1.3.6.1.4.1.10876.101.2.8.2.2.1.5
Object
column r/w
Enumeration
This object decides the type of packets to be filtered. 'Include' or 'exclude' is used to apply the filter for include and exclude IGMP/MLD reports respectively. The option 'any' is used to apply the filter for all the packets.
Context
- MIB
- SUPERMICRO-TAC-MIB
- OID
.1.3.6.1.4.1.10876.101.2.8.2.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsTacMcastPrfFilterEntry
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 'SUPERMICRO-TAC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-TAC-MIB::fsTacMcastPrfFilterMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-TAC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-TAC-MIB::fsTacMcastPrfFilterMode.<fsTacMcastProfileId>.<fsTacMcastProfileAddrType>.<fsTacMcastPrfFilterGrpStartAddr>.<fsTacMcastPrfFilterGrpEndAddr>.<fsTacMcastPrfFilterSrcStartAddr>.<fsTacMcastPrfFilterSrcEndAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-TAC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-TAC-MIB::fsTacMcastPrfFilterMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | include |
2 | exclude |
3 | any |