Chapter 2 Setting Up XSCF 2-141
5. Confirm the SNMP settings.
Note – When you changed the SNMP settings back to the default, if the Sun
Management Center (Sun MC) is being used, the SNMP agent information for Sun
MC is also cleared. To set the SNMP agent information for Sun MC again, execute
the setsunmc(8) command with the -s option. For details about the command, see
the XSCF Reference Manual or the man page.
Specifying a User Authentication Algorithm, Creating or Changing an
Authentication/Encryption Password, Copy a User, or Delete a User, All
of Which is USM Management Information
â– Command operation
1. Use the showsnmpusm(8) command to display USM management information.
2. Use the setsnmpusm(8) command to set USM management information.
XSCF> showsnmp
XSCF> showsnmpusm
Username Auth Protocol
-------------- ------------------
yyyyy MD5
user2 MD5
<Example 1> Create an authentication algorithm, authentication
password, and encryption password for a new user.
XSCF> setsnmpusm create -a SHA yyyyy
Authentication Password: xxxxxxxx
Encryption Password: xxxxxxxx
<Example 2> Change only an authentication password.
(If no password is entered, entry of a password is requested.)
XSCF> setsnmpusm passwd -c auth -o ***** -n xxxxxxxx yyyyy
<Example 3> Copy an existing user to add a new user.
XSCF> setsnmpusm clone -u yyyyy newuser
<Example 4> Delete a user
XSCF> setsnmpusm delete yyyyy