All MIBs › CISCO-TS-STACK-MIB › ciscoTsProtocolFilterBlockingMode
ciscoTsProtocolFilterBlockingMode
Module: CISCO-TS-STACK-MIB
OID (symbolic): CISCO-TS-STACK-MIB::ciscoTsProtocolFilterBlockingMode
OID (numeric): 1.3.6.1.4.1.9.5.32.8.2.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This determines the frame types that will be blocked for this protocol class 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.
What is ciscoTsProtocolFilterBlockingMode?
This read-write enum determines which frame types of this protocol class get blocked on this specific port: all(1) blocks everything in the class, sr(2) blocks only source-routed frames, nsr(3) blocks only non-source-routed frames, and none(4), the default, allows everything through. An admin trying to stop a legacy or unwanted protocol from traversing a specific port without affecting other ports would set this to all(1) for that protocol's class on just that port. Selecting sr(2) or nsr(3) specifically lets an admin block one routing style of a protocol while still permitting the other, which matters in mixed source-route/transparent-bridged Token Ring environments.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.5.32.8.2.1.2 snmpwalk -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsProtocolFilterBlockingMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.5.32.8.2.1.2.1 snmpget -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsProtocolFilterBlockingMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.5.32.8.2.1.2.1 i <value>
Start monitoring Cisco stackable terminal server (async port aggregation, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-TS-STACK-MIB::ciscoTsProtocolFilterBlockingMode OID value, configure state conditions and alerts, and monitor any Cisco stackable terminal server (async port aggregation, legacy) from a single console.
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.5 | workgroup | CISCO-ES-STACK-MIB |
| 1.3.6.1.4.1.9.5.32 | tsStack | CISCO-STACK-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.5.32.8 | ciscoTsFilter | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.8.2 | ciscoTsProtocolFilterTable | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.8.2.1 | ciscoTsProtocolFilterEntry | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.8.2.1.2 | ciscoTsProtocolFilterBlockingMode | CISCO-TS-STACK-MIB |