SIAE-USER-MIB

File: SIAE-USER-MIB.mib (24159 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SIAE-TREE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
DisplayString RowStatus StorageType
SnmpAdminString siaeMib

Defined Types

AccessControlGroupRecord  
SEQUENCE    
  accessControlGroupName SnmpAdminString
  accessControlGroupProfile INTEGER
  accessControlGroupHttp INTEGER
  accessControlGroupHttps INTEGER
  accessControlGroupSnmp INTEGER
  accessControlGroupFtp INTEGER
  accessControlGroupSftp INTEGER
  accessControlGroupSsh INTEGER
  accessControlGroupRowStatus RowStatus
  accessControlGroupCli INTEGER

AccessControlUserRecord  
SEQUENCE    
  accessControlUserName SnmpAdminString
  accessControlUserGroupName SnmpAdminString
  accessControlUserPwd DisplayString
  accessControlUserSnmpAuthProt INTEGER
  accessControlUserSnmpAuthKey OCTET STRING
  accessControlUserSnmpPrivProt INTEGER
  accessControlUserSnmpPrivKey OCTET STRING
  accessControlUserTimeout INTEGER
  accessControlUserRowStatus RowStatus

AccessControlLoginRecord  
SEQUENCE    
  accessControlLoginUserName SnmpAdminString
  accessControlLoginIpAddress IpAddress
  accessControlLoginRequest INTEGER
  accessControlLoginTrapEnable INTEGER
  accessControlLoginType INTEGER
  accessControlLoginPwd OCTET STRING
  accessControlLoginPolling INTEGER

AccessControlClientRecord  
SEQUENCE    
  accessControlClientService INTEGER
  accessControlClientServiceStatus INTEGER
  accessControlClientName SnmpAdminString
  accessControlClientPwd SnmpAdminString
  accessControlClientStorageType StorageType
  accessControlClientRowStatus RowStatus

AccessControlExtLoginRecord  
SEQUENCE    
  accessControlExtLoginProfile INTEGER
  accessControlExtLoginAuthMode INTEGER

Defined Values

accessControl 1.3.6.1.4.1.3373.1103.5
User privileges and credentials for SIAE equipment access control.
MODULE-IDENTITY    

accessControlMibVersion 1.3.6.1.4.1.3373.1103.5.1
Numerical version of this module. The string version of this MIB have the following format: XX.YY.ZZ so, for example, the value 1 should be interpreted as 00.00.01 and the value 10001 should be interpreted as 01.00.01.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

accessControlGroupTable 1.3.6.1.4.1.3373.1103.5.2
Table with Group records.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessControlGroupRecord

accessControlGroupRecord 1.3.6.1.4.1.3373.1103.5.2.1
Group record. At most 10 records can be present in accessControlGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AccessControlGroupRecord  

accessControlGroupName 1.3.6.1.4.1.3373.1103.5.2.1.1
ASCII string identifying the Group, used as index for the table.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

accessControlGroupProfile 1.3.6.1.4.1.3373.1103.5.2.1.2
This object defines the group access privileges. 'Admin' profile can read and write all MIB, 'readwrite' profile can write all MIB leaves but it can not manage users, 'maintenance' profile can do only manual operations, while 'readonly' can only perform get operations.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER admin(1), readwrite(2), maintenance(3), readonly(4)  

accessControlGroupHttp 1.3.6.1.4.1.3373.1103.5.2.1.3
This object allows or denies a given group using http protocol for WebLct to access equipment.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

accessControlGroupHttps 1.3.6.1.4.1.3373.1103.5.2.1.4
This object allows or denies a given group using https protocol for WebLct to access equipment.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

accessControlGroupSnmp 1.3.6.1.4.1.3373.1103.5.2.1.5
This object allows or denies a given group using snmp protocol to access network equipment. If snmp protocol is enabled, it is possible to choose between V1, V2c and V3 versions of snmp.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allowV1(2), allowV2c(3), allowV3(4)  

accessControlGroupFtp 1.3.6.1.4.1.3373.1103.5.2.1.6
This object allows or denies a given group using ftp protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

accessControlGroupSftp 1.3.6.1.4.1.3373.1103.5.2.1.7
This object allows or denies a given group using sftp protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

accessControlGroupSsh 1.3.6.1.4.1.3373.1103.5.2.1.8
This object allows or denies a given group using ssh protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

accessControlGroupRowStatus 1.3.6.1.4.1.3373.1103.5.2.1.9
This object is used to manage a row in accessControlGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

accessControlGroupCli 1.3.6.1.4.1.3373.1103.5.2.1.10
This object allows or denies a given group using both cli through serial port and remote cli (telnet). Only 'admin' profile is allowed to use cli and can execute all commands.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

accessControlUserTable 1.3.6.1.4.1.3373.1103.5.3
Table with User records. At most 10 records can be present in accessControlUserTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessControlUserRecord

accessControlUserRecord 1.3.6.1.4.1.3373.1103.5.3.1
User record.
Status: current Access: not-accessible
OBJECT-TYPE    
  AccessControlUserRecord  

accessControlUserName 1.3.6.1.4.1.3373.1103.5.3.1.1
ASCII string identifying the user.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

accessControlUserGroupName 1.3.6.1.4.1.3373.1103.5.3.1.2
This object specifies which group this user belongs to. It must refers to an entry of accessControlGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

accessControlUserPwd 1.3.6.1.4.1.3373.1103.5.3.1.3
This object specifies the login password of the specified user.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

accessControlUserSnmpAuthProt 1.3.6.1.4.1.3373.1103.5.3.1.4
This object is used to set the user authentication protocol if the related group can use snmp protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAuth(1), md5(2), sha(3)  

accessControlUserSnmpAuthKey 1.3.6.1.4.1.3373.1103.5.3.1.5
This object specifies the user authentication key if the related group can use snmpv3 protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

accessControlUserSnmpPrivProt 1.3.6.1.4.1.3373.1103.5.3.1.6
This object is used to set the user cipher protocol if the related group can use snmp protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noPriv(1), des(2), aes(3)  

accessControlUserSnmpPrivKey 1.3.6.1.4.1.3373.1103.5.3.1.7
This object specifies the user cipher key if the related group can use snmpv3 protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

accessControlUserTimeout 1.3.6.1.4.1.3373.1103.5.3.1.8
This object defines the user timeout after login operation. Zero timeout means no timeout.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3600  

accessControlUserRowStatus 1.3.6.1.4.1.3373.1103.5.3.1.9
This object is used to manage an instance in accessControlUserTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

accessControlLoginTable 1.3.6.1.4.1.3373.1103.5.4
Table with Login records. At most 4 users via WebLct, 10 users via snmp and 10 users via cli can be logged at the same time in the equipment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessControlLoginRecord

accessControlLoginRecord 1.3.6.1.4.1.3373.1103.5.4.1
Login record. The create operation is performed by setting accessControlLoginPwd object.
Status: current Access: not-accessible
OBJECT-TYPE    
  AccessControlLoginRecord  

accessControlLoginUserName 1.3.6.1.4.1.3373.1103.5.4.1.1
This object defines the name of the logged user.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

accessControlLoginIpAddress 1.3.6.1.4.1.3373.1103.5.4.1.2
This object defines the IP address of the logged user.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

accessControlLoginRequest 1.3.6.1.4.1.3373.1103.5.4.1.3
This object is used to do logout or to force logout of other users. Only users with 'admin' profile can force logout.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), logout(2), forcelogout(3)  

accessControlLoginTrapEnable 1.3.6.1.4.1.3373.1103.5.4.1.4
This object enables/disables trap receiver for a given user.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

accessControlLoginType 1.3.6.1.4.1.3373.1103.5.4.1.5
This object identifies login type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER web(1), snmp(2), cli(3)  

accessControlLoginPwd 1.3.6.1.4.1.3373.1103.5.4.1.6
This object is used to create a row in the table. It must correspond to the user password defined in accessControlUserTable.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..31)  

accessControlLoginPolling 1.3.6.1.4.1.3373.1103.5.4.1.7
This object is used to refresh the timeout of the related instance of the table. To keep user logged in, manager must read this object before the end of accessControlUserTimeout. For cli users execution of cli commands refreshes timeout.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER polling(1)  

accessControlClientTable 1.3.6.1.4.1.3373.1103.5.5
Table with records that show client credentials to access FTP and SFTP services.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessControlClientRecord

accessControlClientRecord 1.3.6.1.4.1.3373.1103.5.5.1
Client credentials record for a given user.
Status: current Access: not-accessible
OBJECT-TYPE    
  AccessControlClientRecord  

accessControlClientService 1.3.6.1.4.1.3373.1103.5.5.1.1
This object is used to identify the service that a given user can access as client.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ftp(1), sftp(2)  

accessControlClientServiceStatus 1.3.6.1.4.1.3373.1103.5.5.1.2
This object is used to enable/disable the FTP/SFTP client on the equipment. If both clients are enabled, SFTP client is adopted.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

accessControlClientName 1.3.6.1.4.1.3373.1103.5.5.1.3
ASCII string identifying the client name.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

accessControlClientPwd 1.3.6.1.4.1.3373.1103.5.5.1.4
ASCII string identifying the client password.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

accessControlClientStorageType 1.3.6.1.4.1.3373.1103.5.5.1.5
The storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

accessControlClientRowStatus 1.3.6.1.4.1.3373.1103.5.5.1.6
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

accessControlExtLoginTable 1.3.6.1.4.1.3373.1103.5.6
A table that contains additional information about every user that is logged into the equipment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccessControlExtLoginRecord

accessControlExtLoginRecord 1.3.6.1.4.1.3373.1103.5.6.1
Additional information record for a given logged user.
Status: current Access: not-accessible
OBJECT-TYPE    
  AccessControlExtLoginRecord  

accessControlExtLoginProfile 1.3.6.1.4.1.3373.1103.5.6.1.1
This object defines the access privileges associated to logged user. 'Admin' profile can read and write all MIB, 'readwrite' profile can write all MIB leaves but it can not manage users, 'maintenance' can do only manual operations, while 'readonly' can only perform get operations. In case of local authentication, the user profile is found in local database, while, if authentication is remote, the profile is assigned by remote server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER admin(1), readwrite(2), maintenance(3), readonly(4)  

accessControlExtLoginAuthMode 1.3.6.1.4.1.3373.1103.5.6.1.2
This object shows if logged user has been authenticated locally or by remote server (i.e RADIUS, TACACS, etc...).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2)