ciscoTsTrunkProtocolFilterBlockingMode
CISCO-TS-STACK-MIB ·
.1.3.6.1.4.1.9.5.32.8.6.1.2
Object
column mandatory
r/w
Enumeration
This determines the frame types that will be blocked
for this protocol class on this TrCRF on this port. Setting
the values causes the following:
all(1) - causes all frames in this class to be blocked
sr(2) - causes source route frames in this class to
be blocked
nsr(3) - causes non source routed frames in this class
to be blocked
none(4) - allow all frames in this protocol class. This
is the default value.
Context
- MIB
- CISCO-TS-STACK-MIB
- OID
.1.3.6.1.4.1.9.5.32.8.6.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ciscoTsTrunkProtocolFilterEntry
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 'CISCO-TS-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-TS-STACK-MIB::ciscoTsTrunkProtocolFilterBlockingMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-TS-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-TS-STACK-MIB::ciscoTsTrunkProtocolFilterBlockingMode.<ciscoTsStackSwitchNumber>.<ciscoTsTrunkProtocolFilterPort>.<ciscoTsTrCRFInfoTrCRFNumber>.<ciscoTsProtocolClassFilterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-TS-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-TS-STACK-MIB::ciscoTsTrunkProtocolFilterBlockingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | sr |
3 | nsr |
4 | none |