docsSubMgtTcpFlagMask
DOCS-SUBMGT-MIB ·
.1.3.6.1.3.83.4.1.7.1.4
Object
column r/w
Bits
This bit set indicates the flags of interest in the TCP
header for the packet to be matched. For example to match all
packets where the urgent bit is set, but that are not either syn
or fin, the value of docsSubMgtTcpFlagValues would be { urgent },
and the value of this object would be { urgent, syn, fin }
Context
- MIB
- DOCS-SUBMGT-MIB
- OID
.1.3.6.1.3.83.4.1.7.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- docsSubMgtTcpUdpFilterEntry
- 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 'DOCS-SUBMGT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-SUBMGT-MIB::docsSubMgtTcpFlagMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-SUBMGT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-SUBMGT-MIB::docsSubMgtTcpFlagMask.<docsSubMgtPktFilterGroup>.<docsSubMgtPktFilterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-SUBMGT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-SUBMGT-MIB::docsSubMgtTcpFlagMask'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | urgent |
1 | ack |
2 | push |
3 | reset |
4 | syn |
5 | fin |
Conformance
Member of