MIBs Depot

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

FromSymbols
SIAE-TREE-MIBsiaeMib
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIIpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1INTEGERread-onlycurrent
accessControlGroupTable
OBJECT-TYPE
Table with Group records.
1.3.6.1.4.1.3373.1103.5.2not-accessiblecurrent
accessControlGroupRecord
OBJECT-TYPE
Group record. At most 10 records can be present in accessControlGroupTable.
1.3.6.1.4.1.3373.1103.5.2.1not-accessiblecurrent
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.1SnmpAdminString (SIZE(1..31))read-createcurrent
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.2INTEGER {admin(1), readwrite(2), maintenance(3), readonly(4)}read-createcurrent
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.3INTEGER {deny(1), allow(2)}read-createcurrent
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.4INTEGER {deny(1), allow(2)}read-createcurrent
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.5INTEGER {deny(1), allowV1(2), allowV2c(3), allowV3(4)}read-createcurrent
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.6INTEGER {deny(1), allow(2)}read-createcurrent
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.7INTEGER {deny(1), allow(2)}read-createcurrent
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.8INTEGER {deny(1), allow(2)}read-createcurrent
accessControlGroupRowStatus
OBJECT-TYPE
This object is used to manage a row in accessControlGroupTable.
1.3.6.1.4.1.3373.1103.5.2.1.9RowStatusread-createcurrent
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.10INTEGER {deny(1), allow(2)}read-onlycurrent
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.3not-accessiblecurrent
accessControlUserRecord
OBJECT-TYPE
User record.
1.3.6.1.4.1.3373.1103.5.3.1not-accessiblecurrent
accessControlUserName
OBJECT-TYPE
ASCII string identifying the user.
1.3.6.1.4.1.3373.1103.5.3.1.1SnmpAdminString (SIZE(1..31))read-createcurrent
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.2SnmpAdminString (SIZE(1..31))read-createcurrent
accessControlUserPwd
OBJECT-TYPE
This object specifies the login password of the specified user.
1.3.6.1.4.1.3373.1103.5.3.1.3DisplayString (SIZE(1..31))read-createcurrent
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.4INTEGER {noAuth(1), md5(2), sha(3)}read-createcurrent
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.5OCTET STRINGread-createcurrent
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.6INTEGER {noPriv(1), des(2), aes(3)}read-createcurrent
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.7OCTET STRING (SIZE(0..127))read-createcurrent
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.8INTEGER (0..3600)read-createcurrent
accessControlUserRowStatus
OBJECT-TYPE
This object is used to manage an instance in accessControlUserTable.
1.3.6.1.4.1.3373.1103.5.3.1.9RowStatusread-createcurrent
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.4not-accessiblecurrent
accessControlLoginRecord
OBJECT-TYPE
Login record. The create operation is performed by setting accessControlLoginPwd object.
1.3.6.1.4.1.3373.1103.5.4.1not-accessiblecurrent
accessControlLoginUserName
OBJECT-TYPE
This object defines the name of the logged user.
1.3.6.1.4.1.3373.1103.5.4.1.1SnmpAdminString (SIZE(1..31))read-onlycurrent
accessControlLoginIpAddress
OBJECT-TYPE
This object defines the IP address of the logged user.
1.3.6.1.4.1.3373.1103.5.4.1.2IpAddressread-onlycurrent
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.3INTEGER {noAction(1), logout(2), forcelogout(3)}read-writecurrent
accessControlLoginTrapEnable
OBJECT-TYPE
This object enables/disables trap receiver for a given user.
1.3.6.1.4.1.3373.1103.5.4.1.4INTEGER {disable(1), enable(2)}read-writecurrent
accessControlLoginType
OBJECT-TYPE
This object identifies login type.
1.3.6.1.4.1.3373.1103.5.4.1.5INTEGER {web(1), snmp(2), cli(3)}read-onlycurrent
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.6OCTET STRING (SIZE(1..31))read-writecurrent
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.7INTEGER {polling(1)}read-onlycurrent
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.5not-accessiblecurrent
accessControlClientRecord
OBJECT-TYPE
Client credentials record for a given user.
1.3.6.1.4.1.3373.1103.5.5.1not-accessiblecurrent
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.1INTEGER {ftp(1), sftp(2)}read-createcurrent
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.2INTEGER {disable(1), enable(2)}read-createcurrent
accessControlClientName
OBJECT-TYPE
ASCII string identifying the client name.
1.3.6.1.4.1.3373.1103.5.5.1.3SnmpAdminString (SIZE(1..31))read-createcurrent
accessControlClientPwd
OBJECT-TYPE
ASCII string identifying the client password.
1.3.6.1.4.1.3373.1103.5.5.1.4SnmpAdminString (SIZE(1..31))read-createcurrent
accessControlClientStorageType
OBJECT-TYPE
The storage type for this conceptual row.
1.3.6.1.4.1.3373.1103.5.5.1.5StorageTyperead-createcurrent
accessControlClientRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.3373.1103.5.5.1.6RowStatusread-createcurrent
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.6not-accessiblecurrent
accessControlExtLoginRecord
OBJECT-TYPE
Additional information record for a given logged user.
1.3.6.1.4.1.3373.1103.5.6.1not-accessiblecurrent
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.1INTEGER {admin(1), readwrite(2), maintenance(3), readonly(4)}read-onlycurrent
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.2INTEGER {local(1), remote(2)}read-onlycurrent