MIB Viewer

avRtpSessionTxEncryp

OBJECT-TYPE
1.3.6.1.4.1.6889.2.7.2.1.23
Access
read-only
Status
current
Sub-identifiers
0
The Media Encryption metric indicates what kind media encryption is ,if any, is used for the RTP session. This information is valuable because: 1) media-encryption consumes more VoIP resources 2) Encryption key infrastructure may cause problems encryptionOff(0) - Encryption is off encryptionAEAv2(1) - Avaya Proprietary AEAv2 encryption encryptionAES(2) - Avaya Proprietary AES encryption Standard Encryption (Secure RTP): srtpAesCm128(4) - Counter Mode 128 AES encryption, no authentication srtpAesCm128HmacSha180(5) - AES encryption, 80bit SHA1 authentication srtpAesCm128HmacSha132(6) - AES encryption, 32bit SHA1 authentication srtpF8128HmacSha180(7) - F8 encryption, 80bit SHA1 authentication srtpHmacSha180(8) - No encryption, 80bit SHA1 authentication srtpHmacSha132(9) - No encryption, 32bit SHA1 authentication
INTEGER { unknown(-1), encryptionOff(0), encryptionAEAv2(1), encryptionAES(2), srtpAesCm128(4), srtpAesCm128HmacSha180(5), srtpAesCm128HmacSha132(6), srtpF8128HmacSha180(7), srtpHmacSha180(8), srtpHmacSha132(9), srtp(10), srtpAesCm256(11), srtpAesCm256HmacSha180(12), srtpAesCm256HmacSha132(13) }