152
| Command Line Reference | SmartNA-X 1G/10G Modular
SmartNA-X
™
1G/10G User Guide 1.4
©
2015 Network Critical Solutions Limited
•
SHA
sha-passphrase
Set Secure Hash Algorithm (SHA) encryption and a passphrase consisting of 8–64 ASCII
non-control characters used to authenticate the user. SHA is a cryptographic hash function producing a 512-bit
hash value.
•
Priv_None, AES, DES
Specify whether message privacy is to be used, and if so whether to use AES or DES:
•
Priv_None
Set no privacy. This is the default option if privacy is not specified.
•
AES
aes-passphrase
Set Advanced Encryption Standard (AES) encryption and a passphrase consisting of 8–64
ASCII non-control characters used to authenticate the user. AES has a fixed block size of 128 bits, and a key size
of 128, 192, or 256 bits.
•
DES
des-passphrase
Set Data Encryption Standard (DES) encryption and a passphrase consisting of 8–64 ASCII
non-control characters used to authenticate the user. DES has a block size of 64 bits and a key size of 56-bits.
•
Local, Remote
EngineID
Set the location of the agent that receives SNMPv3 inform messages, either local (most
cases) or remote. If the agent is remote, you must also specify the Engine ID of the remote agent.
Examples
• Create a local user (no authentication or privacy encryption):
CONTROLLER>
snmp create user
username
CONTROLLER>
apply
• Create local user with MD5 authentication encryption and DES privacy encryption:
CONTROLLER>
snmp create user
username
md5
md5-passphrase
des
des-passphrase
CONTROLLER>
apply
• Create remote user with SHA authentication encryption and AES privacy encryption:
CONTROLLER>
snmp create user
username
sha
sha-passphrase
aes
aes-passphrase
remote
EngineID
CONTROLLER>
apply
snmp delete user
Use the
snmp delete user
command to delete SNMPv3 users.
Syntax
snmp delete user
username
[
local
|
remote
remote-engineID
]
Parameters
•
username
Specify the SNMPv3 username to delete.
•
Local, Remote
EngineID
Specify if the user is a local or a remote user. If specifying a remote user then the Engine ID
of the remote management agent is required. Local is assumed if neither option is specified.
Examples
• Delete a local user:
CONTROLLER>
snmp delete user
username
CONTROLLER>
apply
• Delete a remote user:
CONTROLLER>
snmp delete
username
remote
engineID
CONTROLLER>
apply
snmp show sectogroup
Use the
snmp show sectogroup
command to show all existing Security To Group (sectoGroup) tables.