2 deleting a user account, 3 configuring user accounts, 1 syntax – Sun Microsystems Sun Fire X4200 User Manual

Page 92: 2 targets, properties, and values, Deleting a user account, Configuring user accounts, Syntax, Targets, properties, and values

Advertising
background image

7-16

Sun Fire X4100 and Sun Fire X4200 Servers System Management Guide • December 2005

Type this command to add an SNMP v1/v2c user account:

create /SP/services/snmp/communities/

<communityname>

7.9.2

Deleting a User Account

Type this command to delete an SNMP v3 user account:

delete /SP/services/snmp/users/

<username>

Type this command to delete an SNMP v1/v2c user account:

delete /SP/services/snmp/communities/

<communityname>

7.9.3

Configuring User Accounts

Use the set command to configure SNMP user accounts.

7.9.3.1

Syntax

set target

[propertyname=value]

7.9.3.2

Targets, Properties, and Values

These targets, properties, and values are valid for SNMP user accounts.

Target

Property

Value

Default

/SP/services/snmp/communities/

communityname

permissions

ro|rw

ro

/SP/services/snmp/users/username

authenticationprotocol
authenticationpassword
permissions
privacyprotocol
privacypassword

MD5|SHA
<string>
ro|rw
none|DES
<string>

MD5
(null string)
ro
none*
(null string)

* If the privacyprotocol property has a value other than none, then a privacypassword must be set.

Advertising