TPLINK-USERMANAGE-MIB

File: TPLINK-USERMANAGE-MIB.mib (5391 bytes)

Imported modules

TPLINK-TC-MIB SNMPv2-SMI TPLINK-MIB
RFC1213-MIB

Imported symbols

TPRowStatus OBJECT-TYPE MODULE-IDENTITY
IpAddress tplinkMgmt ifIndex

Defined Types

USERINFOUSERENTRY  
SEQUENCE    
  userInfoUserName OCTET STRING
  userInfoUserType INTEGER
  userInfoPasswordSecret INTEGER
  userInfoOldPassword OCTET STRING
  userInfoPassword OCTET STRING
  userInfoConfirmedPassword OCTET STRING
  userInfoUserStatus TPRowStatus

Defined Values

tplinkUserInfoMIB 1.3.6.1.4.1.11863.6.7
Implementation of the user manage is mandatory for the swtich.
MODULE-IDENTITY    

tplinkUserManageMIBObjects 1.3.6.1.4.1.11863.6.7.1
OBJECT IDENTIFIER    

tplinkUserManageMIBNotifications 1.3.6.1.4.1.11863.6.7.2
OBJECT IDENTIFIER    

userInfoUserTable 1.3.6.1.4.1.11863.6.7.1.1
A list of user entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    USERINFOUSERENTRY

userInfoUserEntry 1.3.6.1.4.1.11863.6.7.1.1.1
An entry contains of the information of a user.
Status: current Access: not-accessible
OBJECT-TYPE    
  USERINFOUSERENTRY  

userInfoUserName 1.3.6.1.4.1.11863.6.7.1.1.1.1
userName,range:1-16 bytes,'-' 'a-z' 'A-Z' '0-9'
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

userInfoUserType 1.3.6.1.4.1.11863.6.7.1.1.1.2
0. user 1. power_user 2. operator 3. admin
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER user(0), power-user(1), operator(2), admin(3)  

userInfoPasswordSecret 1.3.6.1.4.1.11863.6.7.1.1.1.3
0. cipher 1. simple
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cipher(0), simple(1)  

userInfoOldPassword 1.3.6.1.4.1.11863.6.7.1.1.1.4
old password,if you want to change user's password, you must give the correct old password. range:1-31 bytes.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

userInfoPassword 1.3.6.1.4.1.11863.6.7.1.1.1.5
password,range:1-31 bytes. If you want to change one user's password,you should ensure its password is same as confirmedPassword.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

userInfoConfirmedPassword 1.3.6.1.4.1.11863.6.7.1.1.1.6
confirmed password,Retype the password,range:1-31 bytes.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

userInfoUserStatus 1.3.6.1.4.1.11863.6.7.1.1.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus