ipeCfgAccountUserRowStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.11
Object
column
r/w
Enumeration
This RowStatus has a status only active(1).
1) creating a entry
When you make a new entry, you must SET objects indicated below.
ipeCfgAccountUserIndex
ipeCfgAccountUserName
ipeCfgAccountUserKey
ipeCfgAccountUserGroup
ipeCfgAccountUserSnmpV3SecurityLevel
ipeCfgAccountUserSnmpV3AuthAlgorithm
ipeCfgAccountUserSnmpV3AuthKey
ipeCfgAccountUserSnmpV3PrivAlgorithm
ipeCfgAccountUserSnmpV3PrivKey
ipeCfgAccountUserRowStatus <- createAndGo(4)
2) modifing a entry
ipeCfgAccountUserKey can only be changed.
Other items can not be updated. Please do destroy of entry and a
create.
3) deleting a entry
When you SET a destroy(6) to ipeCfgAccountUserRowStatus, the
entry is destroyed.
4) About SNMPv3
When there is not ipeCfgAccountGroupInfoEntry corresponding to
ipeCfgAccountUserGroup, SNMPv3-TRAP which I used
ipeCfgAccountUserName for is output, but cannot use
SNMPv3-Set/Get-Request.
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipeCfgAccountUserInfoEntry
- Table
- ipeCfgAccountUserInfoTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipeCfgAccountUserIndex Index of this table. | column | Integer32 | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.1 |
| ipeCfgAccountUserSnmpV3PrivKey Privacy password for SNMP SET/GET/TRAP PDU.
This object expects encrypted password by blowfish, not original
password. Therefore, the size of this object is not same as
orignal pa… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.10 |
| ipeCfgAccountUserNEAddress reserved. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.2 |
| ipeCfgAccountUserName User Name.
An overlap of a user name isn't permitted.
Please use ASCII code.
The characters which can be used are '-', '_','0'-'9', 'a'-'z'
and 'A'-'… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.3 |
| ipeCfgAccountUserKey User password encrypted by blowfish.
Acceptable characters for this object is shown below.
'-', '_','0'-'9', 'a'-'z' and 'A'-'Z'. | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.4 |
| ipeCfgAccountUserGroup This object defines the privilege for the user.
Acceptable characters for this object is shown below.
'-', '_','0'-'9', 'a'-'z' and 'A'-'Z'. | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.5 |
| ipeCfgAccountUserSnmpV3SecurityLevel SNMPv3 security level.
Setting for SET/GET/TRAP at the time of the SNMPv3 use(INFORM is
inapplicable) | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.6 |
| ipeCfgAccountUserSnmpV3AuthAlgorithm Hash calculate algorithm of authenticate password.
Setting for SET/GET/TRAP at the time of the SNMPv3 use(INFORM is
inapplicable) | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.7 |
| ipeCfgAccountUserSnmpV3AuthKey Authenticate password for SNMP SET/GET/TRAP PDU.
This object expects encrypted password by blowfish, not original
password. Therefore, the size of this object is not same as
orign… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.8 |
| ipeCfgAccountUserSnmpV3PrivAlgorithm Cipher algorithm.
Setting for SET/GET/TRAP at the time of the SNMPv3 use(INFORM is
inapplicable) | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.12.1.1.9 |