neSecurityMode
FspR7-MIB ·
.1.3.6.1.4.1.2544.1.11.2.2.1.78
Object
The switch for handling Security Mode of a Network Element. It supports basic(1) and enhanced(2) security mode.
After switch is performed, a user is forced to change the password using fspUserManagementAuthPrivKey and
fspUserManagementAuthPrivKeyOld objects in single set-request, otherwise SNMPv3 access to any MIB object will
be denied due to authorization error.
Switch from basic(1) to enhanced(2) security mode is allowed always. Switch in opposite direction is allowed
only after manual user account removal - only one user account with admin(1) privilege level defined by
FspR7SnmpPrivLevel TEXTUAL-CONVENTION must remain.
In the basic(1) mode:
* minimum password length is 8 characters,
* maximum password length is 31 characters,
* password cannot contain user name,
* user name and password upper-case only,
* password contains at least
- one alphabetic character (a..z; A..Z);
- one numeric character (0..9);
- one special character ( ! , @ , # , $ , % , ^ , ( , ) , _ , + , | , ~ , { , } , [ , ] , - , . )
In the enhanced(2) mode:
* minimum password lenght is 15 characters,
* maximum password lenght is 31 characters,
* password cannot contain user name,
* user name and password mixed-case supported,
* password contains at least
- two lowercase alphabetic character (a..z);
- two uppercase alphabetic character(A..Z);
- two numeric character (0..9);
- two special character ( ! , @ , # , $ , % , ^ , ( , ) , _ , + , | , ~ , { , } , [ , ] , - , . )
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FspR7-MIB::neSecurityMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FspR7-MIB::neSecurityMode'
Syntax
- Source
- FspR7SecurityMode
- Base type
Enumeration
Values & Constraints
Type Values
0 | undefined |
1 | basic |
2 | enhanced |