All MIBs › CISCO-TS-STACK-MIB › ciscoTsMACDestFilterStatus
ciscoTsMACDestFilterStatus
Module: CISCO-TS-STACK-MIB
OID (symbolic): CISCO-TS-STACK-MIB::ciscoTsMACDestFilterStatus
OID (numeric): 1.3.6.1.4.1.9.5.32.8.3.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: A get request always returns valid(1). Set this object to invalid(2) to delete an entry.
What is ciscoTsMACDestFilterStatus?
This read-write enum is the row-control object for a destination MAC filter entry: a GET always returns valid(1), and setting invalid(2) is how an admin deletes that filter entry entirely. This follows the same simple delete-by-invalidate pattern used elsewhere in this MIB, just without a separate create value, new rows here are presumably created by setting the other columns of a not-yet-existing index. An admin retiring an old MAC filter rule that's no longer needed would set this object to invalid(2) to remove it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.5.32.8.3.1.8 snmpwalk -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsMACDestFilterStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.5.32.8.3.1.8.1 snmpget -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsMACDestFilterStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.5.32.8.3.1.8.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::ciscoTsMACDestFilterStatus 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.3 | ciscoTsMACDestFilterTable | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.8.3.1 | ciscoTsMACDestFilterEntry | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.8.3.1.8 | ciscoTsMACDestFilterStatus | CISCO-TS-STACK-MIB |