SIAE-USER-MIB: View SNMP OID List / Download MIB
VENDOR: SIAE MICROELETTRONICA S.P.A.
Home | MIB: SIAE-USER-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 |
accessControl | 1.3.6.1.4.1.3373.1103.5 |
User privileges and credentials for SIAE equipment access control. |
||
accessControlMibVersion | 1.3.6.1.4.1.3373.1103.5.1 | integer | read-only |
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. |
accessControlGroupTable | 1.3.6.1.4.1.3373.1103.5.2 | no-access |
Table with Group records. |
|
1.3.6.1.4.1.3373.1103.5.2.1 | no-access |
Group record. At most 10 records can be present in accessControlGroupTable. |
||
accessControlGroupName | 1.3.6.1.4.1.3373.1103.5.2.1.1 | snmpadminstring | read-only |
ASCII string identifying the Group, used as index for the table. |
accessControlGroupProfile | 1.3.6.1.4.1.3373.1103.5.2.1.2 | integer | read-only |
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. Enumeration: 'admin': 1, 'readwrite': 2, 'readonly': 4, 'maintenance': 3. |
accessControlGroupHttp | 1.3.6.1.4.1.3373.1103.5.2.1.3 | integer | read-only |
This object allows or denies a given group using http protocol for WebLct to access equipment. Enumeration: 'deny': 1, 'allow': 2. |
accessControlGroupHttps | 1.3.6.1.4.1.3373.1103.5.2.1.4 | integer | read-only |
This object allows or denies a given group using https protocol for WebLct to access equipment. Enumeration: 'deny': 1, 'allow': 2. |
accessControlGroupSnmp | 1.3.6.1.4.1.3373.1103.5.2.1.5 | integer | read-only |
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. Enumeration: 'allowV3': 4, 'deny': 1, 'allowV1': 2, 'allowV2c': 3. |
accessControlGroupFtp | 1.3.6.1.4.1.3373.1103.5.2.1.6 | integer | read-only |
This object allows or denies a given group using ftp protocol. Enumeration: 'deny': 1, 'allow': 2. |
accessControlGroupSftp | 1.3.6.1.4.1.3373.1103.5.2.1.7 | integer | read-only |
This object allows or denies a given group using sftp protocol. Enumeration: 'deny': 1, 'allow': 2. |
accessControlGroupSsh | 1.3.6.1.4.1.3373.1103.5.2.1.8 | integer | read-only |
This object allows or denies a given group using ssh protocol. Enumeration: 'deny': 1, 'allow': 2. |
accessControlGroupRowStatus | 1.3.6.1.4.1.3373.1103.5.2.1.9 | rowstatus | read-only |
This object is used to manage a row in accessControlGroupTable. |
accessControlGroupCli | 1.3.6.1.4.1.3373.1103.5.2.1.10 | integer | read-only |
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. Enumeration: 'deny': 1, 'allow': 2. |
accessControlUserTable | 1.3.6.1.4.1.3373.1103.5.3 | no-access |
Table with User records. At most 10 records can be present in accessControlUserTable. |
|
1.3.6.1.4.1.3373.1103.5.3.1 | no-access |
User record. |
||
accessControlUserName | 1.3.6.1.4.1.3373.1103.5.3.1.1 | snmpadminstring | read-only |
ASCII string identifying the user. |
accessControlUserGroupName | 1.3.6.1.4.1.3373.1103.5.3.1.2 | snmpadminstring | read-only |
This object specifies which group this user belongs to. It must refers to an entry of accessControlGroupTable. |
accessControlUserPwd | 1.3.6.1.4.1.3373.1103.5.3.1.3 | displaystring | read-only |
This object specifies the login password of the specified user. |
accessControlUserSnmpAuthProt | 1.3.6.1.4.1.3373.1103.5.3.1.4 | integer | read-only |
This object is used to set the user authentication protocol if the related group can use snmp protocol. Enumeration: 'sha': 3, 'noAuth': 1, 'md5': 2. |
accessControlUserSnmpAuthKey | 1.3.6.1.4.1.3373.1103.5.3.1.5 | octet string | read-only |
This object specifies the user authentication key if the related group can use snmpv3 protocol. |
accessControlUserSnmpPrivProt | 1.3.6.1.4.1.3373.1103.5.3.1.6 | integer | read-only |
This object is used to set the user cipher protocol if the related group can use snmp protocol. Enumeration: 'aes': 3, 'des': 2, 'noPriv': 1. |
accessControlUserSnmpPrivKey | 1.3.6.1.4.1.3373.1103.5.3.1.7 | octet string | read-only |
This object specifies the user cipher key if the related group can use snmpv3 protocol. |
accessControlUserTimeout | 1.3.6.1.4.1.3373.1103.5.3.1.8 | integer | read-only |
This object defines the user timeout after login operation. Zero timeout means no timeout. |
accessControlUserRowStatus | 1.3.6.1.4.1.3373.1103.5.3.1.9 | rowstatus | read-only |
This object is used to manage an instance in accessControlUserTable. |
accessControlLoginTable | 1.3.6.1.4.1.3373.1103.5.4 | no-access |
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. |
|
1.3.6.1.4.1.3373.1103.5.4.1 | no-access |
Login record. The create operation is performed by setting accessControlLoginPwd object. |
||
accessControlLoginUserName | 1.3.6.1.4.1.3373.1103.5.4.1.1 | snmpadminstring | read-only |
This object defines the name of the logged user. |
accessControlLoginIpAddress | 1.3.6.1.4.1.3373.1103.5.4.1.2 | ipaddress | read-only |
This object defines the IP address of the logged user. |
accessControlLoginRequest | 1.3.6.1.4.1.3373.1103.5.4.1.3 | integer | read-write |
This object is used to do logout or to force logout of other users. Only users with 'admin' profile can force logout. Enumeration: 'logout': 2, 'forcelogout': 3, 'noAction': 1. |
accessControlLoginTrapEnable | 1.3.6.1.4.1.3373.1103.5.4.1.4 | integer | read-write |
This object enables/disables trap receiver for a given user. Enumeration: 'enable': 2, 'disable': 1. |
accessControlLoginType | 1.3.6.1.4.1.3373.1103.5.4.1.5 | integer | read-only |
This object identifies login type. Enumeration: 'web': 1, 'snmp': 2, 'cli': 3. |
accessControlLoginPwd | 1.3.6.1.4.1.3373.1103.5.4.1.6 | octet string | read-write |
This object is used to create a row in the table. It must correspond to the user password defined in accessControlUserTable. |
accessControlLoginPolling | 1.3.6.1.4.1.3373.1103.5.4.1.7 | integer | read-only |
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. Enumeration: 'polling': 1. |
accessControlClientTable | 1.3.6.1.4.1.3373.1103.5.5 | no-access |
Table with records that show client credentials to access FTP and SFTP services. |
|
1.3.6.1.4.1.3373.1103.5.5.1 | no-access |
Client credentials record for a given user. |
||
accessControlClientService | 1.3.6.1.4.1.3373.1103.5.5.1.1 | integer | read-only |
This object is used to identify the service that a given user can access as client. Enumeration: 'ftp': 1, 'sftp': 2. |
accessControlClientServiceStatus | 1.3.6.1.4.1.3373.1103.5.5.1.2 | integer | read-only |
This object is used to enable/disable the FTP/SFTP client on the equipment. If both clients are enabled, SFTP client is adopted. Enumeration: 'enable': 2, 'disable': 1. |
accessControlClientName | 1.3.6.1.4.1.3373.1103.5.5.1.3 | snmpadminstring | read-only |
ASCII string identifying the client name. |
accessControlClientPwd | 1.3.6.1.4.1.3373.1103.5.5.1.4 | snmpadminstring | read-only |
ASCII string identifying the client password. |
accessControlClientStorageType | 1.3.6.1.4.1.3373.1103.5.5.1.5 | storagetype | read-only |
The storage type for this conceptual row. |
accessControlClientRowStatus | 1.3.6.1.4.1.3373.1103.5.5.1.6 | rowstatus | read-only |
The status of this conceptual row. |
accessControlExtLoginTable | 1.3.6.1.4.1.3373.1103.5.6 | no-access |
A table that contains additional information about every user that is logged into the equipment. |
|
1.3.6.1.4.1.3373.1103.5.6.1 | no-access |
Additional information record for a given logged user. |
||
accessControlExtLoginProfile | 1.3.6.1.4.1.3373.1103.5.6.1.1 | integer | read-only |
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. Enumeration: 'admin': 1, 'readwrite': 2, 'readonly': 4, 'maintenance': 3. |
accessControlExtLoginAuthMode | 1.3.6.1.4.1.3373.1103.5.6.1.2 | integer | read-only |
This object shows if logged user has been authenticated locally or by remote server (i.e RADIUS, TACACS, etc...). Enumeration: 'local': 1, 'remote': 2. |