All MIBs › IEEE8021-SECY-MIB › secyTxSCStatsProtectedPkts
secyTxSCStatsProtectedPkts
Module: IEEE8021-SECY-MIB
OID (symbolic): IEEE8021-SECY-MIB::secyTxSCStatsProtectedPkts
OID (numeric): 1.0.8802.1.1.3.1.2.2.1.1
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description:
The number of integrity protected but not encrypted packets for this transmit SC.
What is secyTxSCStatsProtectedPkts?
This OID counts the number of packets transmitted on this secure channel that were protected from tampering (integrity-checked) but not encrypted. Protection without encryption is sometimes used when data secrecy is less important than verifying the data was not altered. Security teams examine this to confirm which traffic is getting authenticated and to identify unencrypted protected traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.0.8802.1.1.3.1.2.2.1.1 snmpwalk -v2c -c public <target> IEEE8021-SECY-MIB::secyTxSCStatsProtectedPkts
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.0.8802.1.1.3.1.2.2.1.1.1 snmpget -v2c -c public <target> IEEE8021-SECY-MIB::secyTxSCStatsProtectedPkts.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> secyTxSCStatsProtectedPkts.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.0 | std | START-MIB |
| 1.0.8802 | iso8802 | START-MIB |
| 1.0.8802.1 | ieee802dot1 | START-MIB |
| 1.0.8802.1.1 | ieee802dot1mibs | START-MIB |
| 1.0.8802.1.1.3 | ieee8021SecyMIB | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1 | secyMIBObjects | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.2 | secyStatsMIBObjects | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.2.2 | secyTxSCStatsTable | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.2.2.1 | secyTxSCStatsEntry | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.2.2.1.1 | secyTxSCStatsProtectedPkts | IEEE8021-SECY-MIB |