TPLINK-USERMANAGE-MIB: View SNMP OID List / Download MIB
VENDOR: TP-LINK
Home | MIB: TPLINK-USERMANAGE-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).
|
|||
Object Name | OID | Type | Access | Info |
tplinkUserInfoMIB | 1.3.6.1.4.1.11863.6.7 |
Implementation of the user manage is mandatory for the swtich. |
||
tplinkUserManageMIBObjects | 1.3.6.1.4.1.11863.6.7.1 | |||
userInfoUserTable | 1.3.6.1.4.1.11863.6.7.1.1 | no-access |
A list of user entries. |
|
1.3.6.1.4.1.11863.6.7.1.1.1 | no-access |
An entry contains of the information of a user. |
||
userInfoUserName | 1.3.6.1.4.1.11863.6.7.1.1.1.1 | octet string | read-only |
userName,range:1-16 bytes,'-' 'a-z' 'A-Z' '0-9' |
userInfoUserType | 1.3.6.1.4.1.11863.6.7.1.1.1.2 | integer | read-only |
0. user 1. power_user 2. operator 3. admin Enumeration: 'operator': 2, 'admin': 3, 'user': 0, 'power-user': 1. |
userInfoPasswordSecret | 1.3.6.1.4.1.11863.6.7.1.1.1.3 | integer | read-only |
0. cipher 1. simple Enumeration: 'simple': 1, 'cipher': 0. |
userInfoOldPassword | 1.3.6.1.4.1.11863.6.7.1.1.1.4 | octet string | read-only |
old password,if you want to change user's password, you must give the correct old password. range:1-31 bytes. |
userInfoPassword | 1.3.6.1.4.1.11863.6.7.1.1.1.5 | octet string | read-only |
password,range:1-31 bytes. If you want to change one user's password,you should ensure its password is same as confirmedPassword. |
userInfoConfirmedPassword | 1.3.6.1.4.1.11863.6.7.1.1.1.6 | octet string | read-only |
confirmed password,Retype the password,range:1-31 bytes. |
userInfoUserStatus | 1.3.6.1.4.1.11863.6.7.1.1.1.7 | tprowstatus | read-only |
the following values are states: these values may be used as follow: active(1),if the entry is being used. notInService(2),destory the entry. notReady(3),destory the entry. createAndGo(4),not being used createAndWait(5),creat a new entry destroy(6),destory the entry. When you create a new user,the default password is admin. |
tplinkUserManageMIBNotifications | 1.3.6.1.4.1.11863.6.7.2 |