AuthenticationParams Object


Description:

Authentication parameters.

AuthenticationParams Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Authentication

Authentication type.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

No authentication is used.

SIMPLE

Use simple authentication.

MD5

Use MD5 key ID for authentication.

HMAC_SHA_1

Digest generated with the algorithm HMAC-SHA-1

HMAC_SHA_256

Digest generated with the algorithm HMAC-SHA-256

HMAC_SHA_512

Digest generated with the algorithm HMAC-SHA-512

HmacShaKeyId

Authentication Key ID for HMAC SHA digest generation

Type: u16

Default: 1

Md5KeyId

MD5 key ID (0 - 255).

Type: u8

Default: 1

Password

Authentication password. A string of up to 16 characters can be used as a password for the MD5 authentication type. Up to 8 characters can be used for the SIMPLE authentication type.

Type: string

Default: Spirent

AuthenticationParams Read-Only Attributes

There are no read-only attributes.