All MIBs › CISCO-SRP-MIB › srpMACRejectPktsBySourceAddress
srpMACRejectPktsBySourceAddress
Module: CISCO-SRP-MIB
OID (symbolic): CISCO-SRP-MIB::srpMACRejectPktsBySourceAddress
OID (numeric): 1.3.6.1.4.1.9.10.60.1.6.1.10
Node type: OBJECT-TYPE
Type: MacAddress
Access: read-write
Description: Indicates the particular source address for which packets are to rejected when the corresponding instance of srpMACRejectPktsBySourceFlag has the value 'true'.
What is srpMACRejectPktsBySourceAddress?
This object holds the specific source MAC address whose packets get rejected once the corresponding srpMACRejectPktsBySourceFlag is set to true. It is the address half of a two-object filter pair, so on its own it does nothing — the flag is what actually activates rejection — meaning an admin auditing why traffic is being dropped needs to check this address alongside its flag rather than assuming the address value alone is the active block list. Configuring this to 00:1A:2B:3C:4D:5E and the paired flag to true would drop every frame arriving from that source node, even though the node itself remains physically attached to the ring.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.60.1.6.1.10 snmpwalk -v2c -c public <target> CISCO-SRP-MIB::srpMACRejectPktsBySourceAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.60.1.6.1.10.1 snmpget -v2c -c public <target> CISCO-SRP-MIB::srpMACRejectPktsBySourceAddress.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.10.60.1.6.1.10.1 s <value>
Start monitoring Cisco DPT/SRP ring interface routers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-SRP-MIB::srpMACRejectPktsBySourceAddress OID value, configure state conditions and alerts, and monitor any Cisco DPT/SRP ring interface routers from a single console.
OID Breakdown
Upper-level ancestors (8 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.10 | ciscoExperiment | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.10.60 | ciscosrpMIB | CISCO-SRP-MIB |
| 1.3.6.1.4.1.9.10.60.1 | srpMAC | CISCO-SRP-MIB |
| 1.3.6.1.4.1.9.10.60.1.6 | srpMACCountersTable | CISCO-SRP-MIB |
| 1.3.6.1.4.1.9.10.60.1.6.1 | srpMACCountersEntry | CISCO-SRP-MIB |
| 1.3.6.1.4.1.9.10.60.1.6.1.10 | srpMACRejectPktsBySourceAddress | CISCO-SRP-MIB |