All MIBs › RAPID-CITY › rcDiagPcapFilterIsInverseDstIp
rcDiagPcapFilterIsInverseDstIp
Module: RAPID-CITY
OID (symbolic): RAPID-CITY::rcDiagPcapFilterIsInverseDstIp
OID (numeric): 1.3.6.1.4.1.2272.1.23.15.11.1.27
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description:
Destination IP address Inverse. when set the Destination IP otherthan specified is range matched
What is rcDiagPcapFilterIsInverseDstIp?
This boolean flag inverts the destination IP address matching logic in packet capture (PCAP) filters, causing the filter to match traffic NOT destined for the specified IP address range instead of traffic destined for it. When enabled, this allows diagnostic packet capture to exclude traffic to specific destinations while capturing everything else, which is useful for isolating anomalous traffic patterns or focusing on non-standard communication paths. This inverse matching capability is valuable for traffic troubleshooting when the problematic traffic is defined by exclusion rather than inclusion.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.23.15.11.1.27 snmpwalk -v2c -c public <target> RAPID-CITY::rcDiagPcapFilterIsInverseDstIp
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.23.15.11.1.27.1 snmpget -v2c -c public <target> RAPID-CITY::rcDiagPcapFilterIsInverseDstIp.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.23.15.11.1.27.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rcDiagPcapFilterIsInverseDstIp.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2272 | rapidCity | RAPID-CITY |
| 1.3.6.1.4.1.2272.1 | rcMgmt | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.23 | rcDiag | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.23.15 | rcDiagPcap | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.23.15.11 | rcDiagPcapFilterTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.23.15.11.1 | rcDiagPcapFilterEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.23.15.11.1.27 | rcDiagPcapFilterIsInverseDstIp | RAPID-CITY |