SUPERMICRO-USERMGM-MIB
25 objects
This MIB implementation is used to maintain User account management
Imported Objects
| SNMPv2-SMI | enterprises Integer32 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DisplayString RowStatus |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.10876.101.2.70 | IdentityfsusrMgmt | This MIB implementation is used to maintain User account management | ||
| 1.3.6.1.4.1.10876.101.2.70.1 | NodefsusrMgmtStats | |||
| 1.3.6.1.4.1.10876.101.2.70.1.1 | ScalarfsusrMgmtStatsNumOfUsers | read-only | current | The total number of users who have created account. |
| 1.3.6.1.4.1.10876.101.2.70.1.2 | ScalarfsusrMgmtStatsActiveUsers | read-only | current | The total number of users who have currently logged in via different sessions will be tracked here. |
| 1.3.6.1.4.1.10876.101.2.70.1.3 | ScalarfsusrMgmtMinPasswordLen | read-write | current | This is to configure the minimum length of password by the administrator. Minimum length value must be 8 |
| 1.3.6.1.4.1.10876.101.2.70.1.4 | ScalarfsusrMgmtPasswdValidationChars | read-write | current | This is to configure the type of characters to be considered for password validation rules. Following four type of characters are considered - Alphabetical low… |
| 1.3.6.1.4.1.10876.101.2.70.1.5 | ScalarfsusrMgmtPasswdValidateNoOfLowerCase | read-write | current | This is to configure the minimum number of lower case characters that are to be present in the password. If the given password has less than the configured num… |
| 1.3.6.1.4.1.10876.101.2.70.1.6 | ScalarfsusrMgmtPasswdValidateNoOfUpperCase | read-write | current | This is to configure the minimum number of upper case characters that are to be present in the password. If the given password has less than the configured num… |
| 1.3.6.1.4.1.10876.101.2.70.1.7 | ScalarfsusrMgmtPasswdValidateNoOfNumericals | read-write | current | This is to configure the minimum number of numerical characters that are to be present in the password. If the given password has less than the configured numb… |
| 1.3.6.1.4.1.10876.101.2.70.1.8 | ScalarfsusrMgmtPasswdValidateNoOfSplChars | read-write | current | This is to configure the minimum number of special characters that are to be present in the password. If the given password has less than the configured number… |
| 1.3.6.1.4.1.10876.101.2.70.1.9 | ScalarfsusrMgmtPasswdMaxLifeTime | read-write | current | The time after which the user password has to be expired (in days). By Default, the Password Max Life Time is set to 0 and password wont expire. |
| 1.3.6.1.4.1.10876.101.2.70.1.10 | ScalarfsusrMgmtStatsEnableUsers | read-only | current | The total number of enabled users |
| 1.3.6.1.4.1.10876.101.2.70.1.11 | ScalarfsusrMgmtStatsDisableUsers | read-only | current | The total number of disabled users |
| 1.3.6.1.4.1.10876.101.2.70.2 | NodefsusrMgmtUserList | |||
| 1.3.6.1.4.1.10876.101.2.70.2.1 | TablefsusrMgmtTable | not-accessible | current | This fsusrMgmtTable table contains the user account details. User login information like username, password, previlege, number of logins happened are stored in… |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1 | RowfsusrMgmtEntry | not-accessible | current | The table entry of a user account. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.1 | ColumnfsusrMgmtUserName | not-accessible | current | The name of the login user. Name must be unique to differ from other user. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.2 | ColumnfsusrMgmtAuthString | not-accessible | current | This is to provide security to configure User management via SNMP. The format of fsusrMgmtAuthString shall be `adminusername:password`. Values for this fsusrMg… |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.3 | ColumnfsusrMgmtUserPassword | read-write | current | Enter the text values for password. This value is used to login along with the user name |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.4 | ColumnfsusrMgmtUserPrivilege | read-write | current | The privilege number of the user. Each user are created with privilege value to set the level of access of that user. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.5 | ColumnfsusrMgmtUserLoginCount | read-only | current | To track number of times login and logout has happened. This count is incremented irrespective of any mode of user login via cli, web, telnet or ssh. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.6 | ColumnfsusrMgmtUserStatus | read-write | current | This is to indicate the user status it can be enable or disable By Default the Status of user is enable. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.7 | ColumnfsusrMgmtUserLockRelTime | read-write | current | The time after which the password locked user can be released automatically. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.8 | ColumnfsusrMgmtUserRowStatus | read-write | current | The row status of the entry. |
| 1.3.6.1.4.1.10876.101.2.70.2.1.1.9 | ColumnfsusrMgmtUserConfirmPwd | read-write | current | Enter the text values for confirmation password. This field is used to confirm the password with the fsusrMgmtUserPassword |