All MIBs › CTRON-BDG-MIB › specEnable
specEnable
Module: CTRON-BDG-MIB
OID (symbolic): CTRON-BDG-MIB::specEnable
OID (numeric): 1.3.6.1.4.1.52.1.3.1.3.3.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Enable or disable the filter.
What is specEnable?
This read-write enumerated value enables or disables a specific entry in the special database filter table. An admin uses this to temporarily suspend a custom filter without deleting its configuration, useful for testing whether that filter is the cause of an unexpected traffic block. For example, an admin suspecting a special database filter is mistakenly blocking legitimate traffic would set specEnable to disableFilter(0) temporarily to confirm the hypothesis before deciding whether to fix or remove the filter.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.52.1.3.1.3.3.2.1 snmpwalk -v2c -c public <target> CTRON-BDG-MIB::specEnable
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.52.1.3.1.3.3.2.1.1 snmpget -v2c -c public <target> CTRON-BDG-MIB::specEnable.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.52.1.3.1.3.3.2.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> specEnable.1
Start monitoring Legacy Cabletron Systems bridge device with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CTRON-BDG-MIB::specEnable OID value, configure state conditions and alerts, and monitor any Legacy Cabletron Systems bridge device from a single console.
OID Breakdown
Upper-level ancestors (13 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.52 | cabletron | Cabletron-MIB |
| 1.3.6.1.4.1.52.1 | commsDevice | Cabletron-MIB |
| 1.3.6.1.4.1.52.1.3 | bridge | Cabletron-MIB |
| 1.3.6.1.4.1.52.1.3.1 | bridgeRev1 | Cabletron-MIB |
| 1.3.6.1.4.1.52.1.3.1.3 | filterDB | Cabletron-MIB |
| 1.3.6.1.4.1.52.1.3.1.3.3 | specialDB | Cabletron-MIB |
| 1.3.6.1.4.1.52.1.3.1.3.3.2 | specFilters | Cabletron-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.52.1.3.1.3.3.2.1 | specEnable | CTRON-BDG-MIB |