All MIBs › SMON-MIB › dataSourceCopyCaps
dataSourceCopyCaps
Module: SMON-MIB
OID (symbolic): SMON-MIB::dataSourceCopyCaps
OID (numeric): 1.3.6.1.2.1.16.22.1.1.1.1.3
Node type: OBJECT-TYPE
Type: Bits
Access: read-only
Description:
PortCopy function capabilities of the specified dataSource. Note that these are static capabilities, which SHOULD NOT be adjusted because of current resources or configuration.
- copySourcePort(0) The agent sets this bit if this dataSource is capable of acting as a source of a portCopy operation. The agent clears this bit otherwise.
- copyDestPort(1) The agent sets this bit if this dataSource is capable of acting as a destination of a portCopy operation. The agent clears this bit otherwise.
- copySrcTxTraffic(2) If the copySourcePort bit is set: The agent sets this bit if this dataSource is capable of copying frames transmitted out this portCopy source. The agent clears this bit otherwise. This function is needed to support full-duplex ports. Else: this bit SHOULD be cleared.
- copySrcRxTraffic(3) If the copySourcePort bit is set: The agent sets this bit if this dataSource is capable of copying frames received on this portCopy source. The agent clears this bit otherwise. This function is needed to support full-duplex ports. Else: this bit SHOULD be cleared.
- countDestDropEvents(4) If the copyDestPort bit is set: The agent sets this bit if it is capable of incrementing
portCopyDestDropEvents, when this dataSource is the target of a portCopy operation and a frame destined to this dataSource is dropped (for RMON counting purposes). Else: this BIT SHOULD be cleared.
- copyErrFrames(5) If the copySourcePort bit is set: The agent sets this bit if it is capable of copying all errored frames from this portCopy source-port, for errored frames received on this dataSource. Else: this BIT SHOULD be cleared.
- copyUnalteredFrames(6) If the copySourcePort bit is set: The agent sets the copyUnalteredFrames bit If it is capable of copying all frames from this portCopy source-port without alteration in any way; Else: this bit SHOULD be cleared.
- copyAllGoodFrames(7) If the copySourcePort bit is set: The agent sets this bit for the dataSource if all good frames received on this dataSource are normally capable of being copied by the agent. The agent clears this bit if any good frames are not visible for the RMON portCopy operation, e.g., the dataSource is a non-promiscuous interface or an internal switch interface which may not receive frames which were switched in hardware or dropped by the bridge forwarding function. Else: this bit SHOULD be cleared.
What is dataSourceCopyCaps?
This bit string indicates which traffic mirroring or copying capabilities are supported by an RMON data source, such as copying source port, destination port, transmitted traffic, or received traffic. Network administrators check this to understand what port mirroring options are available before creating port copy entries. It guides which bits must be set in dataSourceCopyCaps for valid configuration.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.16.22.1.1.1.1.3 snmpwalk -v2c -c public <target> SMON-MIB::dataSourceCopyCaps
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.16.22.1.1.1.1.3.1 snmpget -v2c -c public <target> SMON-MIB::dataSourceCopyCaps.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.16 | rmon | LBHUB-BOOM-MIB |
| 1.3.6.1.2.1.16.22 | switchRMON | SMON-MIB |
| 1.3.6.1.2.1.16.22.1 | smonMIBObjects | SMON-MIB |
| 1.3.6.1.2.1.16.22.1.1 | dataSourceCaps | SMON-MIB |
| 1.3.6.1.2.1.16.22.1.1.1 | dataSourceCapsTable | SMON-MIB |
| 1.3.6.1.2.1.16.22.1.1.1.1 | dataSourceCapsEntry | SMON-MIB |
| 1.3.6.1.2.1.16.22.1.1.1.1.3 | dataSourceCopyCaps | SMON-MIB |