Cisco Cisco 4100 Series Wireless LAN Controller Referências técnicas

Página de 190
3/22/05
config snmp v3user
 
OL-7427-01 Rev 1
Related Commands
show snmp trap
CONFIG SNMP V3USER COMMANDS
config snmp v3user
Use the following config snmp v3user commands:
 
config snmp v3user create
config snmp v3user create
To add a version 3 SNMP user, use the config snmp v3user create command.
>config snmp v3user <username> [rw/ro] [none/hmacmd5/hmacsha] [none/des] 
<authkey> <encrypkey>
Syntax
config
Configure parameters.
snmp
SNMP parameters.
v3user
Version 3 SNMP.
<username> New 
username.
[rw/ro]
Read/write or read/only user privileges. 
[none/hmacmd5/hmacsha]Authentication protocol.
[none/des]
Encryption protocol.
<authkey>
Authentication key, if enabled.
<encrypkey>
Encryption key, if enabled.
Defaults
SNMP v3 User Name    AccessMode  Authentication Encryption
-------------------- ----------- -------------- ----------
default              Read/Write  HMAC-MD5       CBC-DES
Examples
>config snmp v3user test ro 3
to add an SNMP username test with read-only privileges and no encryption or 
authentication.
Related Commands
show snmp v3user
config snmp v3user delete
config snmp v3user delete
To delete a version 3 SNMP user, use the config snmp v3user delete command.
>config snmp v3user delete <username> 
Syntax
config
Configure parameters.
snmp
SNMP parameters.
v3user
Version 3 SNMP.
delete
Remove user.
<username> Username 
to 
delete.
Defaults
SNMP v3 User Name    AccessMode  Authentication Encryption
-------------------- ----------- -------------- ----------
default              Read/Write  HMAC-MD5       CBC-DES
Examples
>config snmp v3user delete test
This will remove an SNMP user named test.
Related Commands
show snmp v3user