TROPIC-USERMGMT-MIB: View SNMP OID List / Download MIB

VENDOR: NOKIA


 Home MIB: TROPIC-USERMGMT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     tnUserMgmtMibModule 1.3.6.1.4.1.7483.1.1.2.1.8
The user management MIB.
 tnUserMgmtConf 1.3.6.1.4.1.7483.2.1.7.1
     tnUserMgmtGroups 1.3.6.1.4.1.7483.2.1.7.1.1
         tnUserGroup 1.3.6.1.4.1.7483.2.1.7.1.1.1
         tnUserSessionGroup 1.3.6.1.4.1.7483.2.1.7.1.1.2
         tnUserMgmtGlobalGroup 1.3.6.1.4.1.7483.2.1.7.1.1.3
A collection of objects providing user global variables.
     tnUserMgmtCompliances 1.3.6.1.4.1.7483.2.1.7.1.2
         tnUserMgmtCompliance 1.3.6.1.4.1.7483.2.1.7.1.2.1
 tnUserMgmtObjs 1.3.6.1.4.1.7483.2.1.7.2
     tnUserMgmtBasics 1.3.6.1.4.1.7483.2.1.7.2.1
         tnUserTable 1.3.6.1.4.1.7483.2.1.7.2.1.1 no-access
             tnUserEntry 1.3.6.1.4.1.7483.2.1.7.2.1.1.1 no-access
                 tnUserName 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.1 snmpadminstring no-access
The user name.
                 tnUserRowStatus 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.2 rowstatus read-only
Supported values: Gets: notInService - the user is disabled. active - the user is active. Sets: createAndGo - the user is created and active (row status becomes active), the access level and password must be included in the set PDU. createAndWait - the user is created and disabled (goes to notInService), the access level and password must be included in the set PDU. notInService - the user is disabled. active - the user is active. destroy - the user is deleted.
                 tnUserAccessLevel 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.3 integer read-only
The access level may be set to admin, provisioner, crypto, or observer. Sets with a value of service are restricted. This attribute may be set with any of the supported row status values, except destroy. Enumeration: 'administrator': 2, 'observer': 4, 'service': 5, 'unknown': 1, 'crypto': 6, 'provisioner': 3.
                 tnUserPassword 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.4 snmpadminstring read-only
When read, this attribute will return an empty string. This attribute may be set with any of the supported row status values, except destroy. The value to be set must be hashed, not clear text. When read, this attribute will return '********'.
                 tnUserLastLoginDateAndTime 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.5 unsigned32 read-only
The last user login time measured in total time ticks (seconds) from the year 1970.
                 tnUserLastLoginTerminalIP 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.6 snmpadminstring read-only
The last user login terminal IP address.
                 tnUserNumberOfFailedLogins 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.7 unsigned32 read-only
The number of failed logins for the user. This number is reset by a successful login. tnUserMgmtSysSessionFailedMaxLogins failed logins will put this user entry in the notInService row state.
                 tnUserSessionTimeout 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.8 unsigned32 read-only
The session timeout in minutes for the user. 0 means use the system-level setting, defined in tnUserMgmtSysSessionTimeOut. Current configurable range: 0 to 999
                 tnUserLastPasswordChangeDateAndTime 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.9 unsigned32 read-only
Date and time of the last password change.
                 tnUserPasswordAge 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.10 unsigned32 read-only
The password age for the user session in days. 0 means that password will never expire. Range: 0 to 999.
                 tnUserPasswordGraceInterval 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.11 unsigned32 read-only
Password aging grace threshold for the user session in days. 0 mean no limit in grace period. Range: 0 to 999.
                 tnUserPasswordGraceLogins 1.3.6.1.4.1.7483.2.1.7.2.1.1.1.12 unsigned32 read-only
Password aging grace logins threshold for the user session, in number of times allowed. 0 means no limit on the number of logins after password has expired. Range: 0 to 999.
         tnUserSessionTable 1.3.6.1.4.1.7483.2.1.7.2.1.2 no-access
             tnUserSessionEntry 1.3.6.1.4.1.7483.2.1.7.2.1.2.1 no-access
                 tnUserSessionId 1.3.6.1.4.1.7483.2.1.7.2.1.2.1.1 unsigned32 no-access
Session ID.
                 tnUserSessionUserType 1.3.6.1.4.1.7483.2.1.7.2.1.2.1.2 integer read-only
Session user type. Enumeration: 'tl1Ssh': 9, 'unknown': 1, 'tl1Raw': 7, 'tl1Telnet': 8, 'cliTelnet': 2, 'cliConsloe': 4, 'webuiSecure': 6, 'snmp': 10, 'cliSsh': 3, 'webui': 5.
                 tnUserSessionUserName 1.3.6.1.4.1.7483.2.1.7.2.1.2.1.3 snmpadminstring read-only
Session user name.
                 tnUserSessionTerminal 1.3.6.1.4.1.7483.2.1.7.2.1.2.1.4 snmpadminstring read-only
Session terminal.
                 tnUserSessionLoginTime 1.3.6.1.4.1.7483.2.1.7.2.1.2.1.5 unsigned32 read-only
Session login time.
     tnUserMgmtGlobal 1.3.6.1.4.1.7483.2.1.7.2.2
         tnUserMgmtSysMinPasswordLength 1.3.6.1.4.1.7483.2.1.7.2.2.1 unsigned32 read-write
Minimum password length. Current configurable range: 8 to 32.
         tnUserMgmtSysMaxPasswordLength 1.3.6.1.4.1.7483.2.1.7.2.2.2 unsigned32 read-write
Maximum password length. This attribute is not configurable in 1830.
         tnUserMgmtSysSessionTimeOut 1.3.6.1.4.1.7483.2.1.7.2.2.3 unsigned32 read-write
System session timeout in minutes. 0 means use the account type default, as follows: Observer: 60 minutes Provisioner: 45 minutes Admin: 30 minutes Crypto: 45 minutes Service: 15 minutes Current configurable range: 0 to 999.
         tnUserMgmtSysSessionFailedMaxLogins 1.3.6.1.4.1.7483.2.1.7.2.2.4 unsigned32 read-write
Maximum failed logins allowed. 0 means disabled. Current configurable range: 0 to 15.
         tnUserMgmtSysLoginInactivityTimeOut 1.3.6.1.4.1.7483.2.1.7.2.2.5 unsigned32 read-write
Maximum interval that the User is inactive, without login to the NE, before that user is disabled in days. That is, the number of days left before UID expiration. 0 indicates that the user account is disabled. Current configurable range: 0 to 999.
         tnUserMgmtSysMinIntervalInvalidLogin 1.3.6.1.4.1.7483.2.1.7.2.2.6 unsigned32 read-write
Minimum interval between invalid login attempts, in seconds. 0 indicates that user account is disabled. Current configurable range: 0 to 60.
         tnUserMgmtSysSessionLogoff 1.3.6.1.4.1.7483.2.1.7.2.2.7 unsigned32 read-write
Session ID to be logged off. After user session is logged off, this is reset to 0.
         tnUserMgmtSysPasswordAging 1.3.6.1.4.1.7483.2.1.7.2.2.8 unsigned32 read-write
Password Aging in days. 0 means that password will never expire. Current configurable range: 0 to 999.
         tnUserMgmtSysPasswordAgingGraceInterval 1.3.6.1.4.1.7483.2.1.7.2.2.9 unsigned32 read-write
Password aging grace threshold in days. 0 means no limit in grace period. Current configurable range: 0 to 999.
         tnUserMgmtSysPasswordAgingGraceLogins 1.3.6.1.4.1.7483.2.1.7.2.2.10 unsigned32 read-write
Password aging grace logins threshold in number of times allowed. 0 means no limit on the number of logins after password has expired. Current configurable range: 0 to 999.
         tnUserMgmtSysPasswordObsolescenceInterval 1.3.6.1.4.1.7483.2.1.7.2.2.11 unsigned32 read-write
Minimum time interval, in days, that is required if the user wishes to use a password that was already used. 0 means this capability is disabled. Current configurable range: 0 to 999.