EtherHaul™ 8000 Installation, Operation and Maintenance Manual
Page 85
Configuring Tacacs server:
set aaa-server 1 ip-addr 192.168.0.22 port 1812 accounting-port ssh
9.3
SNMPv3 Users Configuration
Figure 9-3 Network Page: Advanced Settings
– SNMP V3 Users
This section allows setting the SNMP V3 users.
CLI settings:
set snmp-user <engine-id> <user> <auth> <priv>
<engine-id> : | local | string
<auth> : none | {md5 <passphrase>} | {sha
<passphrase>}
<priv> : none | {des <passphrase>} | {aes
<passphrase>}
auth-passphrase and privacy-passphrase are ASCII strings. Together with internally
calculated Engine ID these strings are used to produce authentication and privacy keys
respectively.
If no parameters other than the user name are supplied to the set command, an entry is
created for the user identified by the name while privacy and authentication algorithms
are set to NULL.
If a privacy algorithm (des or aes) is not supplied, the privacy algorithm is set to NULL.
If a privacy-passphrase is not supplied, the privacy-passphrase is the same as the
authentication passphrase.