TN-DEV-SYS-USER-MIB

File: TN-DEV-SYS-USER-MIB.mib (11074 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TN-MGMT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString RowStatus tnDevMgmt

Defined Types

TnDevSysUserEntry  
SEQUENCE    
  tnDevSysUserIndex Integer32
  tnDevSysUserName DisplayString
  tnDevSysUserPassword DisplayString
  tnDevSysUserLevel INTEGER
  tnDevSysUserStatus RowStatus

TnDevSysMethodEntry  
SEQUENCE    
  tnDevSysClientIndex Integer32
  tnDevSysMethodName DisplayString
  tnDevSysLoginMethod INTEGER
  tnDevSysLoginMethod1 INTEGER
  tnDevSysLoginMethod2 INTEGER

TnDevSysPrivilegeLevelEntry  
SEQUENCE    
  tnDevSysPrivilegeLevelIndex Integer32
  tnDevSysPrivilegeLevelName DisplayString
  tnDevSysConfigReadLevel INTEGER
  tnDevSysConfigWriteLevel INTEGER
  tnDevSysStatusReadLevel INTEGER
  tnDevSysStatusWriteLevel INTEGER

Defined Values

tnDevSysUser 1.3.6.1.4.1.868.2.5.3.1.1.19
The mib provides functionalities for system user management in TN modules.
MODULE-IDENTITY    

tnDevSysUserTable 1.3.6.1.4.1.868.2.5.3.1.1.19.1
This table is used to maintain the system login users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysUserEntry

tnDevSysUserEntry 1.3.6.1.4.1.868.2.5.3.1.1.19.1.1
Entries in this table correspond to the system login users.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysUserEntry  

tnDevSysUserIndex 1.3.6.1.4.1.868.2.5.3.1.1.19.1.1.1
Index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..11111  

tnDevSysUserName 1.3.6.1.4.1.868.2.5.3.1.1.19.1.1.2
The name of the user. The user name is starting with alphanumeric.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

tnDevSysUserPassword 1.3.6.1.4.1.868.2.5.3.1.1.19.1.1.3
The password of the user. zero length input will set the user enrty without password. The password is starting with alphanumeric. When do getting to this variable, always eight '*' is returned.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

tnDevSysUserLevel 1.3.6.1.4.1.868.2.5.3.1.1.19.1.1.4
The level of the user. The value of: admin(1): this user can read and write though WEB/CLI, also can add, delete other users. read-write(2): this user can read and write though WEB/CLI. read-only(3): this user can read though WEB/CLI, but can't write.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..15  

tnDevSysUserStatus 1.3.6.1.4.1.868.2.5.3.1.1.19.1.1.20
This variable is used to dynamically create or delete an entry for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnDevSysMethodTable 1.3.6.1.4.1.868.2.5.3.1.1.19.3
This table is used to maintain the system login Methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysMethodEntry

tnDevSysMethodEntry 1.3.6.1.4.1.868.2.5.3.1.1.19.3.1
Entries in this table correspond to the system login users.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysMethodEntry  

tnDevSysClientIndex 1.3.6.1.4.1.868.2.5.3.1.1.19.3.1.1
Index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..11111  

tnDevSysMethodName 1.3.6.1.4.1.868.2.5.3.1.1.19.3.1.2
The name of the Clients.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

tnDevSysLoginMethod 1.3.6.1.4.1.868.2.5.3.1.1.19.3.1.3
It is the methods about clients login in. The value of None(0) indicating does not support login, localLogin(1) indicating supports local, radius(2) indicating supports radius, radiusLocal(3) supports radius and local, tacplus(4) supports tacplus, tacplusLocal(5) supports tacplus and local,
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), localLogin(1), radius(2), radiusLocal(3), tacplus(4), tacplusLocal(5)  

tnDevSysLoginMethod1 1.3.6.1.4.1.868.2.5.3.1.1.19.3.1.4
It is the methods about clients login in. The value of None(0) indicating does not support login, localLogin(1) indicating supports local, radius(2) indicating supports radius, radiusLocal(3) supports radius and local, tacplus(4) supports tacplus, tacplusLocal(5) supports tacplus and local,
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), localLogin(1), radius(2), radiusLocal(3), tacplus(4), tacplusLocal(5)  

tnDevSysLoginMethod2 1.3.6.1.4.1.868.2.5.3.1.1.19.3.1.5
It is the methods about clients login in. The value of None(0) indicating does not support login, localLogin(1) indicating supports local, radius(2) indicating supports radius, radiusLocal(3) supports radius and local, tacplus(4) supports tacplus, tacplusLocal(5) supports tacplus and local,
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), localLogin(1), radius(2), radiusLocal(3), tacplus(4), tacplusLocal(5)  

tnDevSysPrivilegeLevelTable 1.3.6.1.4.1.868.2.5.3.1.1.19.4
This table is used to maintain the system Privilege level.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysPrivilegeLevelEntry

tnDevSysPrivilegeLevelEntry 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1
Entries in this table correspond to the system login users.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysPrivilegeLevelEntry  

tnDevSysPrivilegeLevelIndex 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1.1
Index of this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..11111  

tnDevSysPrivilegeLevelName 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1.2
The name of the Clients.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

tnDevSysConfigReadLevel 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1.3
Every group has an authorization Privilege level for the following sub groups: configuration read-only, configuration/execute read-write, status/statistics read-only, status/statistics read-write (e.g. for clearing of statistics). User Privilege should be same or greater than the authorization Privilege level to have the access to that group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tnDevSysConfigWriteLevel 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1.4
Every group has an authorization Privilege level for the following sub groups: configuration read-only, configuration/execute read-write, status/statistics read-only, status/statistics read-write (e.g. for clearing of statistics). User Privilege should be same or greater than the authorization Privilege level to have the access to that group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tnDevSysStatusReadLevel 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1.5
Every group has an authorization Privilege level for the following sub groups: configuration read-only, configuration/execute read-write, status/statistics read-only, status/statistics read-write (e.g. for clearing of statistics). User Privilege should be same or greater than the authorization Privilege level to have the access to that group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tnDevSysStatusWriteLevel 1.3.6.1.4.1.868.2.5.3.1.1.19.4.1.6
Every group has an authorization Privilege level for the following sub groups: configuration read-only, configuration/execute read-write, status/statistics read-only, status/statistics read-write (e.g. for clearing of statistics). User Privilege should be same or greater than the authorization Privilege level to have the access to that group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15