ipFilterTos
BINTEC-IPEXT-MIB ·
.0.15.1.14
Object
column r/w
Integer32
This object describes together with ipFilterTosMask the
range of the Type of Service field (TOS) in the IP-header
of the IP-datagrams belonging to the set. A TOS value is
considered within the range, when the following equation
is valid:
(tos & ipFilterTosMask) == (ipFilterTos & ipFilterTosMask)
If both objects are set to 0 the TOS value of the datagrams
in the set is not specified and can take any value.
Context
- MIB
- BINTEC-IPEXT-MIB
- OID
.0.15.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipFilterEntry
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 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipFilterTos'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipFilterTos.<ipFilterProtocol>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-IPEXT-MIB::ipFilterTos'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-255