All MIBs › IEEE8021-SECY-MIB › secyTxSCCreatedTime
secyTxSCCreatedTime
Module: IEEE8021-SECY-MIB
OID (symbolic): IEEE8021-SECY-MIB::secyTxSCCreatedTime
OID (numeric): 1.0.8802.1.1.3.1.1.2.1.5
Node type: OBJECT-TYPE
Type: TimeStamp
Access: read-only
Description:
The system time when this transmitting SC was created.
What is secyTxSCCreatedTime?
This OID records the exact moment when the network device created a new security connection for sending encrypted traffic. Security connections expire and rotate periodically to prevent attacks, so tracking creation time helps verify the encryption is fresh. A network operator checks this to ensure security keys are being rotated on schedule.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.0.8802.1.1.3.1.1.2.1.5 snmpwalk -v2c -c public <target> IEEE8021-SECY-MIB::secyTxSCCreatedTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.0.8802.1.1.3.1.1.2.1.5.1 snmpget -v2c -c public <target> IEEE8021-SECY-MIB::secyTxSCCreatedTime.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> secyTxSCCreatedTime.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.1 | secyMgmtMIBObjects | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.1.2 | secyTxSCTable | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.1.2.1 | secyTxSCEntry | IEEE8021-SECY-MIB |
| 1.0.8802.1.1.3.1.1.2.1.5 | secyTxSCCreatedTime | IEEE8021-SECY-MIB |