pktcMtaDevProvConfigEncryptAlg

PKTC-IETF-MTA-MIB · .1.3.6.1.2.1.140.1.2.13

Object

This object defines the encryption algorithm used for
privacy protection of the MTA Configuration File content.

Context

MIB
PKTC-IETF-MTA-MIB
OID
.1.3.6.1.2.1.140.1.2.13
Type
scalar
Access
readwrite
Status
current
Parent
pktcMtaDevServer
Groups
1

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PKTC-IETF-MTA-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PKTC-IETF-MTA-MIB::pktcMtaDevProvConfigEncryptAlg.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PKTC-IETF-MTA-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PKTC-IETF-MTA-MIB::pktcMtaDevProvConfigEncryptAlg'

Syntax

Source
PktcMtaDevProvEncryptAlg
Base type
Enumeration

Values & Constraints

Type Values
0none
1des64CbcMode
2t3Des192CbcMode
3aes128CbcMode
4aes256CbcMode

Conformance

Member of
Compliance refinements
pktcMtaBasicCompliance PKTC-IETF-MTA-MIB::PktcMtaDevProvEncryptAlg
An implementation is only required to support
values of none(0) and des64Cbcmode(1).
An IV of zero is used to encrypt in des64Cbcmode, and
the length of pktcMtaDevProvConfigKey is 64 bits, as
defined in the PacketCable Security specification.
Other encryption types may be defined in future
versions of this MIB module.
pktcMtaBasicSmtaCompliance PKTC-IETF-MTA-MIB::PktcMtaDevProvEncryptAlg
An implementation is only required to support
values of none(0) and des64Cbcmode(1).
An IV of zero is used to encrypt in des64Cbcmode, and
the length of pktcMtaDevProvConfigKey is 64 bits, as
defined in the PacketCable Security specification.
Other encryption types may be defined in future
versions of this MIB module.