Set snmp v3-security – Perle Systems IOLAN CSS User Manual

Page 107

Advertising
background image

Network Commands 103

SNMP Commands

Set SNMP V3-Security

Description Configures SNMP settings for the Version 3 read-write and read-only user.
User Level Admin
Syntax

set snmp v3-security readonly [auth-algorithm md5|sha1]

[privacy-algorithm des|aes]

[security-level none|auth/nopriv|auth/priv]

set snmp v3-security readonly auth-password|privacy-password

set snmp v3-security readwrite [auth-algorithm md5|sha1]

[privacy-algorithm des|aes]

[security-level none|auth/nopriv|auth/priv]

set snmp v3-security readwrite auth-password|privacy-password

Options

readonly auth-algorithm

Specify the authentication algorithm that will be used for the read-only user. The default
is MD5.

readonly privacy-algorithm

Specify the read-only user’s privacy algorithm (encryption). The default is DES.

readonly security-level

Select the security level for the read-only user. This must match the configuration set up
in the SNMP manager. The default is none.

readonly auth-password

Specify the auth password for the V3 read-only user. You will be prompted to retype the
password.

readonly privacy-password

Specify the privacy password for the V3 read-only user. You will be prompted to retype
the password.

readwrite auth-algorithm

Specify the authentication algorithm that will be used for the read-write user. The
default is MD5.

readwrite privacy-algorithm

Specify the read-write user’s privacy algorithm (encryption). The default is DES.

readwrite security-level

Select the security level for the read-writer user. This must match the configuration set
up in the SNMP manager. The default is none.

readwrite auth-password

Specify the auth password for the V3 read-write user. You will be prompted to retype
the password.

readwrite privacy-password

Specify the privacy password for the V3 read-write user. You will be prompted to
retype the password.

Advertising