FibeAir IP-20C/S/E
User Guide
Ceragon Proprietary and Confidential
Page 373 of 597
Parameter
Input Type
Permitted Values
Description
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.
Example
The following commands enable SNMP v2 on the unit, and set the read
community to “public” and the write community to “private”:
root> platform security protocols-control snmp admin set enable
root> platform security protocols-control snmp version set v2
root> platform security protocols-control snmpv1v2 set read-
community public write-community private
The following commands enable SNMP v3 on the unit, block SNMP v1 and
SNMP v2 access, and define an SNMPv3 user with User Name=Geno,
Password=abcdefgh, security mode authPriv, encryption mode DES,
authentication algorithm SHA, and read-write access:
root> platform security protocols-control snmp admin set enable
root> platform security protocols-control snmp version set v3
root> platform security protocols-control snmp v1v2-block set
yes
root> platform security protocols-control snmp v3-
authentication add v3-user-name geno v3-user-password abcdefgh
v3-security-mode authPriv v3-encryption-mode DES v3-auth-
algorithm SHA v3-access-mode readWrite
15.3.3
Displaying the SNMP Settings (CLI)
To display the general SNMP parameters, enter the following command in root
view:
root> platform security protocols-control snmp show-all
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
To display the current MIB version used in the system, enter the following
command in root view:
root> platform security protocols-control snmp show-mib-version