ctPriorityExtFwdInboundPriority
CTRON-PRIORITY-EXTENSIONS-MIB ·
.1.3.6.1.4.1.52.4.1.2.14.4.2.1.4
Object
column mandatory
r/w
Enumeration
This controls whether a packet that is received with a priority tag is forwarded with the priority encoded in the tag or the default priority of the port. A value of enable(1) means the packet will be forwarded with the priority encoded in the tag. A value of disable(2) means the packet will be given the default priority of the port it was received on.
Context
- MIB
- CTRON-PRIORITY-EXTENSIONS-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.14.4.2.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctPriorityExtPortEntry
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-EXTENSIONS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-PRIORITY-EXTENSIONS-MIB::ctPriorityExtFwdInboundPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-PRIORITY-EXTENSIONS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-PRIORITY-EXTENSIONS-MIB::ctPriorityExtFwdInboundPriority.<ctPriorityExtPortSlotNum>.<ctPriorityExtPortInterfaceNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-PRIORITY-EXTENSIONS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-PRIORITY-EXTENSIONS-MIB::ctPriorityExtFwdInboundPriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |