Snmpv3userauthenticationprivacyparam – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 129

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

119

53-1003248-01

Data structures

3

Snmpv3UserAuthenticationPrivacyParam

This structure is a high-level description of SNMP user authentication and privacy parameters.

TABLE 291

Attributes

Parameters

Type

Presence

Rules

Description

authType

snmpv3UserAuthenticationTypeEnum

Mandatory This parameter

is mandatory
when
privacyEncryptio
nType or
isEncrypted is
specified.

Authentication
method type for the
user.

authPassword

string

Mandatory 8 to 16

characters for
MD5 and 8 to
20 chars for
SHA.
This parameter
is mandatory
when
authenticationTy
pe is specified.
If the boolean
parameter
isEncrypted is
TRUE, then
authenticationP
assword must
be 32 hex
characters.

Authentication
password for the
user.

privacyType

snmpv3UserPrivacyEncryptionEnum

Optional

Privacy method type
for the user.

privacyPassword

string

Optional

This parameter
is mandatory
when
privacyEncryptio
nType is
specified.

DES or AES
password string for
SNMPv3 encryption
for the user.

isEncrypted

twoWayToggleBoolEnum

Optional

If this parameter
is TRUE, then
authenticationP
assword
password key
must be 32 hex
characters long.

The specified
authentication
password is used as
MD5 or SHA digest.

Advertising