SIAE-USER-MIB
- Registered at
- 1.3.6.1.4.1.3373.1103.5
- Last updated
- 2016-09-17 00:00
- Organization
- SIAE MICROELETTRONICA spa
- Revisions
- 2016-09-17 00:00, 2014-04-08 00:00, 2014-02-03 00:00, 2013-04-16 00:00
- Namespace
- siae
- Source file
SIAE-USER-MIB- Digest
sha256:18cc565c1d6836d13dc84fd63c48d56019b2714ac6624be8093924280d73e42a
Description
User privileges and credentials for SIAE equipment access control.
Contact
SIAE MICROELETTONICA s.p.a. Via Michelangelo Buonarroti, 21 20093 - Cologno Monzese Milano - ITALY Phone : +39-02-27325-1 E-mail: tbd@siaemic.com
Imports
| From | Symbols |
|---|---|
| SIAE-TREE-MIB | siaeMib |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION |
Imported by
3 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
SIAE-TREE-MIB SIAE-USER-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| accessControlMibVersion OBJECT-TYPE 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. | 1.3.6.1.4.1.3373.1103.5.1 | INTEGER | read-only | current |
| accessControlGroupTable OBJECT-TYPE Table with Group records. | 1.3.6.1.4.1.3373.1103.5.2 | not-accessible | current | |
| accessControlGroupRecord OBJECT-TYPE Group record. At most 10 records can be present in accessControlGroupTable. | 1.3.6.1.4.1.3373.1103.5.2.1 | not-accessible | current | |
| accessControlGroupName OBJECT-TYPE ASCII string identifying the Group, used as index for the table. | 1.3.6.1.4.1.3373.1103.5.2.1.1 | SnmpAdminString (SIZE(1..31)) | read-create | current |
| accessControlGroupProfile OBJECT-TYPE 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. | 1.3.6.1.4.1.3373.1103.5.2.1.2 | INTEGER {admin(1), readwrite(2), maintenance(3), readonly(4)} | read-create | current |
| accessControlGroupHttp OBJECT-TYPE This object allows or denies a given group using http protocol for WebLct to access equipment. | 1.3.6.1.4.1.3373.1103.5.2.1.3 | INTEGER {deny(1), allow(2)} | read-create | current |
| accessControlGroupHttps OBJECT-TYPE This object allows or denies a given group using https protocol for WebLct to access equipment. | 1.3.6.1.4.1.3373.1103.5.2.1.4 | INTEGER {deny(1), allow(2)} | read-create | current |
| accessControlGroupSnmp OBJECT-TYPE 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. | 1.3.6.1.4.1.3373.1103.5.2.1.5 | INTEGER {deny(1), allowV1(2), allowV2c(3), allowV3(4)} | read-create | current |
| accessControlGroupFtp OBJECT-TYPE This object allows or denies a given group using ftp protocol. | 1.3.6.1.4.1.3373.1103.5.2.1.6 | INTEGER {deny(1), allow(2)} | read-create | current |
| accessControlGroupSftp OBJECT-TYPE This object allows or denies a given group using sftp protocol. | 1.3.6.1.4.1.3373.1103.5.2.1.7 | INTEGER {deny(1), allow(2)} | read-create | current |
| accessControlGroupSsh OBJECT-TYPE This object allows or denies a given group using ssh protocol. | 1.3.6.1.4.1.3373.1103.5.2.1.8 | INTEGER {deny(1), allow(2)} | read-create | current |
| accessControlGroupRowStatus OBJECT-TYPE This object is used to manage a row in accessControlGroupTable. | 1.3.6.1.4.1.3373.1103.5.2.1.9 | RowStatus | read-create | current |
| accessControlGroupCli OBJECT-TYPE 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. | 1.3.6.1.4.1.3373.1103.5.2.1.10 | INTEGER {deny(1), allow(2)} | read-only | current |
| accessControlUserTable OBJECT-TYPE Table with User records. At most 10 records can be present in accessControlUserTable. | 1.3.6.1.4.1.3373.1103.5.3 | not-accessible | current | |
| accessControlUserRecord OBJECT-TYPE User record. | 1.3.6.1.4.1.3373.1103.5.3.1 | not-accessible | current | |
| accessControlUserName OBJECT-TYPE ASCII string identifying the user. | 1.3.6.1.4.1.3373.1103.5.3.1.1 | SnmpAdminString (SIZE(1..31)) | read-create | current |
| accessControlUserGroupName OBJECT-TYPE This object specifies which group this user belongs to. It must refers to an entry of accessControlGroupTable. | 1.3.6.1.4.1.3373.1103.5.3.1.2 | SnmpAdminString (SIZE(1..31)) | read-create | current |
| accessControlUserPwd OBJECT-TYPE This object specifies the login password of the specified user. | 1.3.6.1.4.1.3373.1103.5.3.1.3 | DisplayString (SIZE(1..31)) | read-create | current |
| accessControlUserSnmpAuthProt OBJECT-TYPE This object is used to set the user authentication protocol if the related group can use snmp protocol. | 1.3.6.1.4.1.3373.1103.5.3.1.4 | INTEGER {noAuth(1), md5(2), sha(3)} | read-create | current |
| accessControlUserSnmpAuthKey OBJECT-TYPE This object specifies the user authentication key if the related group can use snmpv3 protocol. | 1.3.6.1.4.1.3373.1103.5.3.1.5 | OCTET STRING | read-create | current |
| accessControlUserSnmpPrivProt OBJECT-TYPE This object is used to set the user cipher protocol if the related group can use snmp protocol. | 1.3.6.1.4.1.3373.1103.5.3.1.6 | INTEGER {noPriv(1), des(2), aes(3)} | read-create | current |
| accessControlUserSnmpPrivKey OBJECT-TYPE This object specifies the user cipher key if the related group can use snmpv3 protocol. | 1.3.6.1.4.1.3373.1103.5.3.1.7 | OCTET STRING (SIZE(0..127)) | read-create | current |
| accessControlUserTimeout OBJECT-TYPE This object defines the user timeout after login operation. Zero timeout means no timeout. | 1.3.6.1.4.1.3373.1103.5.3.1.8 | INTEGER (0..3600) | read-create | current |
| accessControlUserRowStatus OBJECT-TYPE This object is used to manage an instance in accessControlUserTable. | 1.3.6.1.4.1.3373.1103.5.3.1.9 | RowStatus | read-create | current |
| accessControlLoginTable OBJECT-TYPE 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 | not-accessible | current | |
| accessControlLoginRecord OBJECT-TYPE Login record. The create operation is performed by setting accessControlLoginPwd object. | 1.3.6.1.4.1.3373.1103.5.4.1 | not-accessible | current | |
| accessControlLoginUserName OBJECT-TYPE This object defines the name of the logged user. | 1.3.6.1.4.1.3373.1103.5.4.1.1 | SnmpAdminString (SIZE(1..31)) | read-only | current |
| accessControlLoginIpAddress OBJECT-TYPE This object defines the IP address of the logged user. | 1.3.6.1.4.1.3373.1103.5.4.1.2 | IpAddress | read-only | current |
| accessControlLoginRequest OBJECT-TYPE This object is used to do logout or to force logout of other users. Only users with 'admin' profile can force logout. | 1.3.6.1.4.1.3373.1103.5.4.1.3 | INTEGER {noAction(1), logout(2), forcelogout(3)} | read-write | current |
| accessControlLoginTrapEnable OBJECT-TYPE This object enables/disables trap receiver for a given user. | 1.3.6.1.4.1.3373.1103.5.4.1.4 | INTEGER {disable(1), enable(2)} | read-write | current |
| accessControlLoginType OBJECT-TYPE This object identifies login type. | 1.3.6.1.4.1.3373.1103.5.4.1.5 | INTEGER {web(1), snmp(2), cli(3)} | read-only | current |
| accessControlLoginPwd OBJECT-TYPE This object is used to create a row in the table. It must correspond to the user password defined in accessControlUserTable. | 1.3.6.1.4.1.3373.1103.5.4.1.6 | OCTET STRING (SIZE(1..31)) | read-write | current |
| accessControlLoginPolling OBJECT-TYPE 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. | 1.3.6.1.4.1.3373.1103.5.4.1.7 | INTEGER {polling(1)} | read-only | current |
| accessControlClientTable OBJECT-TYPE Table with records that show client credentials to access FTP and SFTP services. | 1.3.6.1.4.1.3373.1103.5.5 | not-accessible | current | |
| accessControlClientRecord OBJECT-TYPE Client credentials record for a given user. | 1.3.6.1.4.1.3373.1103.5.5.1 | not-accessible | current | |
| accessControlClientService OBJECT-TYPE This object is used to identify the service that a given user can access as client. | 1.3.6.1.4.1.3373.1103.5.5.1.1 | INTEGER {ftp(1), sftp(2)} | read-create | current |
| accessControlClientServiceStatus OBJECT-TYPE This object is used to enable/disable the FTP/SFTP client on the equipment. If both clients are enabled, SFTP client is adopted. | 1.3.6.1.4.1.3373.1103.5.5.1.2 | INTEGER {disable(1), enable(2)} | read-create | current |
| accessControlClientName OBJECT-TYPE ASCII string identifying the client name. | 1.3.6.1.4.1.3373.1103.5.5.1.3 | SnmpAdminString (SIZE(1..31)) | read-create | current |
| accessControlClientPwd OBJECT-TYPE ASCII string identifying the client password. | 1.3.6.1.4.1.3373.1103.5.5.1.4 | SnmpAdminString (SIZE(1..31)) | read-create | current |
| accessControlClientStorageType OBJECT-TYPE The storage type for this conceptual row. | 1.3.6.1.4.1.3373.1103.5.5.1.5 | StorageType | read-create | current |
| accessControlClientRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.3373.1103.5.5.1.6 | RowStatus | read-create | current |
| accessControlExtLoginTable OBJECT-TYPE 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 | not-accessible | current | |
| accessControlExtLoginRecord OBJECT-TYPE Additional information record for a given logged user. | 1.3.6.1.4.1.3373.1103.5.6.1 | not-accessible | current | |
| accessControlExtLoginProfile OBJECT-TYPE 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. | 1.3.6.1.4.1.3373.1103.5.6.1.1 | INTEGER {admin(1), readwrite(2), maintenance(3), readonly(4)} | read-only | current |
| accessControlExtLoginAuthMode OBJECT-TYPE This object shows if logged user has been authenticated locally or by remote server (i.e RADIUS, TACACS, etc...). | 1.3.6.1.4.1.3373.1103.5.6.1.2 | INTEGER {local(1), remote(2)} | read-only | current |