tSapIngressMatchCriteria
TIMETRA-QOS-MIB ·
.1.3.6.1.4.1.6527.3.1.2.16.3.1.1.7
Object
column TIMETRA-TC-MIBTMatchCriteria
indicates which type of match criteria the policy should use. when set
to ip(1), the policy looks for match entries in
tSapIngressIPCriteriaTable or tSapIngressIPv6CriteriaTable. When set
to mac(2), the policy looks for match entries in
tSapIngressMacCriteriaTable.
the value of tSapIngressMatchCriteria is set when the first
match criteria table entry is created. the value is set to
none(3) when the last criteria table entry is removed.
when tSapIngressMatchCriteria is set to ip(1), no
tSapIngressMacCriteriaTable entries can be created. when set to
mac(2), no tSapIngressIPCriteriaTable or tSapIngressIPv6CriteriaTable
entries can be created.
Context
- MIB
- TIMETRA-QOS-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.16.3.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tSapIngressEntry
- Groups
- 6
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 'TIMETRA-QOS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-QOS-MIB::tSapIngressMatchCriteria'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-QOS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-QOS-MIB::tSapIngressMatchCriteria.<tSapIngressIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-QOS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-QOS-MIB::tSapIngressMatchCriteria'
Syntax
- Source
- TIMETRA-TC-MIBTMatchCriteria
- Base type
Enumeration
Values & Constraints
Type Values
1 | ip |
2 | mac |
3 | none |