Using the create Command

Use the create command to set up an object in the namespace. Unless you specify properties with the create command, they are empty.

Syntax

create [options] target [propertyname=value]

Options

[-h|help]

Targets, Properties, and Values

Valid Targets

Properties

Values

Default

/SP/users/username

password

role

<string> administrator |operator

(none)

operator

/SP/services/snmp/communities /communityname

permissions

ro | rw

password

role

/SP/services/snmp/user/username

authenticationprotocol

authenticationpassword

permissions

privacyprotocol

privacypassword

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

MD5

<null string>

ro

DES

<null string>

Example

-> create /SP/users/susan role=administrator

Related Topics