User Guide for FibeAir® IP-20 All-Outdoor Products, CeraOS 10.5
Page 510 of 825
Ceragon Proprietary and Confidential
15.3.2
Configuring SNMPv3 (CLI)
The following commands are relevant for SNMPv3.
To block SNMPv1 and SNMPv2 access so that only SNMPv3 access will be enabled,
enter the following command in root view:
root> platform security protocols-control snmp v1v2-block set
<set-block>
To add an SNMPv3 user, enter the following command in root view:
root> platform security protocols-control snmp v3-
authentication add v3-user-name <v3-user-name> v3-user-password
<v3-user-password> v3-security-mode <v3-security-mode> v3-
encryption-mode <v3-encryption-mode> v3-auth-algorithm <v3-
auth-algorithm> v3-access-mode <v3-access-mode>
To remove an SNMP v3 user, enter the following command in root view:
root> platform security protocols-control snmp v3-
authentication remove v3-user-name <v3-user-name>
To display all SNMP v3 users and their authentication parameters, enter the
following command in root view:
root> platform security protocols-control snmp v3-
authentication show
Table 100: SNMPv3 CLI Parameters
Parameter
Input Type
Permitted Values
Description
set-block
Variable
yes
no
yes
–
SNMPv1 and
SNMPv2 access is blocked.
no
–
SNMPv1 and
SNMPv2 access is not
blocked.
v3-user-name
Text String
An SNMPv3 user name.
v3-user-password
Text String
Must be at least eight
characters.
An SNMPv3 user
password.
v3-security-mode
Variable
authNoPriv
authPriv
noAuthNoPriv
Defines the security mode
to be used for this user.
v3-encryption-mode
Variable
None
DES
AES
Defines the encryption
(privacy) protocol to be
used for this user.
v3-auth-algorithm
Variable
None
SHA
MD5
Defines the
authentication algorithm
to be used for this user.
v3-access-mode
Variable
readWrite
readOnly
Defines the access
permission level for this
user.