Installation and User Manual
EtherHaul
1200™
EH-INST-02, Issue 4.0
Page 151
9.13.2 SNMP Agent Communities
The following command sets the SNMP agent communities:
set snmp-agent [read-com <value>] [write-com <value>] [snmp-version <value>]
Default
read-com
is “public”.
Default
write-com
is “private”.
Default
snmp-version
is v2.
To view the SNMP agent communities:
default>show snmp-agent
snmp-agent read-com : public
snmp-agent write-com : private
nmp-agent snmp-version : v2c
Figure
9-16 Web EMS System Screen
– SNMP Agent Section
9.13.3 SNMPv3 Users Settings
The following command sets the SNMP users 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 except from the user name are supplied to the set command then an
entry for the user indentified by the name is created while privacy and authentication
algorithms are set to NULL.
If no privacy algorithm (des or aes) is supplied then the privacy algorithm is set to NULL.
If no privacy-passphrase is supplied then the privacy-passphrase is the same as
authentication passphrase.