tSapIngressMatchCriteria
ALCATEL-ENT1-TIMETRA-QOS-MIB ·
.1.3.6.1.4.1.6527.3.1.2.16.3.1.1.7
Object
column TMatchCriteria
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
- ALCATEL-ENT1-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
- 2
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 'ALCATEL-ENT1-TIMETRA-QOS-MIB' -M '/opt/observium/mibs/alcatel-ent1:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-ENT1-TIMETRA-QOS-MIB::tSapIngressMatchCriteria'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALCATEL-ENT1-TIMETRA-QOS-MIB' -M '/opt/observium/mibs/alcatel-ent1:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-ENT1-TIMETRA-QOS-MIB::tSapIngressMatchCriteria.<tSapIngressIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALCATEL-ENT1-TIMETRA-QOS-MIB' -M '/opt/observium/mibs/alcatel-ent1:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALCATEL-ENT1-TIMETRA-QOS-MIB::tSapIngressMatchCriteria'
Syntax
- Source
- TMatchCriteria
- Base type
Enumeration
Values & Constraints
Type Values
1 | ip |
2 | mac |
3 | none |