TMS zl Management and Configuration Guide ST.1.1.100430

A-113
Command-Line Reference
Global Configuration Context
For example, to create a community called “private” for restricted manager
access, enter the following command:
ProCurve(tms-module-<slot ID>:config)# snmpv2 server
community private manager restricted
snmpv3
This command configures SNMPv3 settings. With this command, you can:
Enable (or disable) SNMPv3
Configure users
Configure the authentication algorithm and passphrase
Configure privacy algorithm and passphrase
To enable (or disable) SNMPv3, enter the following command:
Syntax: [no] snmpv3 server enable
Note You can only enable one version of SNMP at a time—either SNMPv2 or
SNMPv3. This meant that when you enable SNMPv3, SNMPv2 is automatically
disabled.
To configure SNMPv3 users and set authentication and privacy settings, enter
the following command:
Syntax: [no] snmpv3 server user <username> < manager | operator > auth
< md5 | sha > <authentication passphrase> privacy < aes | des > <privacy
passphrase>
Replace <user> with the name of the SNMPv3 user.
Replace <authentication passphrase> with the authentication protocol pass-
phrase for the user.
Type privacy and select aes or des. Replace <privacy passphrase> with the
privacy passphrase for the user. For the manager role, you must configure
privacy settings. For the operator role, you may optionally configure privacy
settings, but are not required to do so.
For example:
ProCurve(tms-module-<slot ID>:config)# snmpv3 server nick
manager auth md5 procurve