RFC1353-MIB :: partySecretsPrivPrivate

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsRFC1353-MIBpartySecretsPrivPrivate

partySecretsPrivPrivate

Module: RFC1353-MIB

OID (symbolic): RFC1353-MIB::partySecretsPrivPrivate

OID (numeric): 1.3.6.1.2.1.21.1.1.1.3

Node type: OBJECT-TYPE

Type: OCTET STRING

Access: read-write

Description: An encoding of the party's private encryption key which may be needed to support the privacy protocol. Although the value of this variable may be altered by a management operation (e.g., a SNMP Set-Request), its value can never be retrieved by a management operation: when read, the value of this variable is the zero length OCTET STRING.

The private encryption key is NOT directly represented by the value of this variable, but rather it is represented according to an encoding. This encoding is the bitwise exclusive-OR of the old key with the new key, i.e., of the old private encryption key (prior to the alteration) with the new private encryption key (after the alteration). Thus, when processing a received protocol Set operation, the new private encryption key is obtained from the value of this variable as the result of a bitwise exclusive-OR of the variable's value and the old private encryption key. In calculating the exclusive-OR, if the old key is shorter than the new key, zero-valued padding is appended to the old key. If no value for the old key exists, a zero-length OCTET STRING is used in the calculation.

What is partySecretsPrivPrivate?

Write-only encoding of the party's private encryption key, following the same XOR-of-old-and-new-key scheme as partySecretsAuthPrivate: reading it always returns a zero-length string, and a Set delivers the XOR of the old and new key rather than the key itself.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.21.1.1.1.3
snmpwalk -v2c -c public <target> RFC1353-MIB::partySecretsPrivPrivate

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.21.1.1.1.3.1
snmpget -v2c -c public <target> RFC1353-MIB::partySecretsPrivPrivate.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.2.1.21.1.1.1.3.1 s <value>

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> partySecretsPrivPrivate.1

Start monitoring vendor-neutral, standards-based MIB, legacy SNMPv2p-capable network devices (obsolete security model) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RFC1353-MIB::partySecretsPrivPrivate OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, legacy SNMPv2p-capable network devices (obsolete security model) from a single console.

OID Breakdown

Upper-level ancestors (6 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.2mgmtAXON-MIB
1.3.6.1.2.1mib_2AXON-MIB
Numeric OIDNameModule
1.3.6.1.2.1.21snmpSecretsRFC1353-MIB
1.3.6.1.2.1.21.1partyPrivateRFC1353-MIB
1.3.6.1.2.1.21.1.1partySecretsTableRFC1353-MIB
1.3.6.1.2.1.21.1.1.1partySecretsEntryRFC1353-MIB
1.3.6.1.2.1.21.1.1.1.3partySecretsPrivPrivateRFC1353-MIB