ctPriClassifyDataMeaning
CTRON-PRIORITY-CLASSIFY-MIB ·
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.2
Object
column CtPriClassifyType
The meaning of the ctPriClassifyDataVal leaf for this
conceptual row. The ctPriClassifyDataVal specifies a
particular value which, when compared to packet data,
is used to classify that packet to a particular priority.
The part of the packet (if any), to which this data
comparison applies, is determined by this object.
For example, the value ipAddressBilateral(8) means that
the value ctPriClassifyDataVal for this entry is an IP
address. It further means that the given IP address
will be compared against both source and destination
IP address fields in a packet. Such an entry obviously
would not not match against any non-IP packets.
Additionally, the value of this leaf will impose certain
implicit ranges and interpretations of data contained
within the ctPriClassifyDataVal leaf for this entry. The
specific limitations of each type should be spelled out
in the comments for that type.
Context
- MIB
- CTRON-PRIORITY-CLASSIFY-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ctPriClassifyEntry
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 'CTRON-PRIORITY-CLASSIFY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-PRIORITY-CLASSIFY-MIB::ctPriClassifyDataMeaning'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-PRIORITY-CLASSIFY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-PRIORITY-CLASSIFY-MIB::ctPriClassifyDataMeaning.<ctPriClassifyPriority>.<ctPriClassifyDataMeaning>.<ctPriClassifyDataVal>.<ctPriClassifyDataMask>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-PRIORITY-CLASSIFY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-PRIORITY-CLASSIFY-MIB::ctPriClassifyDataMeaning'
Syntax
- Source
- CtPriClassifyType
- Base type
Enumeration
Values & Constraints
Type Values
1 | etherType |
2 | llcDsapSsap |
3 | ipTypeOfService |
4 | ipProtocolType |
5 | ipxClassOfService |
6 | ipxPacketType |
7 | ipAddressSource |
8 | ipAddressDestination |
9 | ipAddressBilateral |
10 | ipxNetworkSource |
11 | ipxNetworkDestination |
12 | ipxNetworkBilateral |
13 | ipUdpPortSource |
14 | ipUdpPortDestination |
15 | ipUdpPortBilateral |
16 | ipTcpPortSource |
17 | ipTcpPortDestination |
18 | ipTcpPortBilateral |
19 | ipxSocketSource |
20 | ipxSocketDestination |
21 | ipxSocketBilateral |
22 | macAddressSource |
23 | macAddressDestination |
24 | macAddressBilateral |
25 | ipFragments |