ipeCfgSnmpTrapRowStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.14
Object
column
r/w
Enumeration
This RowStatus has a status only active(1).
You can SET only createAndGo(4) or destroy(6).
1) how to create
1.1) SNMPv1/v2c
To create a new row, you must SET objects indicated below.
ipeCfgSnmpTrapEntryIndex, ipeCfgSnmpTrapVersion,
ipeCfgSnmpTrapNotifyType, ipeCfgSnmpTrapTargetAddress,
ipeCfgSnmpTrapTargetV6Address,
ipeCfgSnmpTrapTargetAddressType(*), ipeCfgSnmpTrapTaergetPort,
ipeCfgSnmpTrapSecurityName
ipeCfgSnmpTrapRowStatus # Only createAndGo(4).
It isn't necessary to set ipeCfgSnmpTrapSecurityLevel. When set
it, the value is checked, so all except for noAuthNoPriv (1) will
be NG.
And, the other object is not necessary. Even if it is done SET,
it is checked the value, but ignored.
1.2) SNMPv3 (ipeCfgSnmpTrapNotifyType = trap(1))
ipeCfgSnmpTrapVersion, ipeCfgSnmpTrapNotifyType,
ipeCfgSnmpTrapTargetAddress, ipeCfgSnmpTrapTargetV6Address,
ipeCfgSnmpTrapTargetAddressType(*), ipeCfgSnmpTrapTaergetPort,
ipeCfgSnmpTrapSecurityName
ipeCfgSnmpTrapRowStatus # Only createAndGo(4).
Other object is not necessary. Even if it is done SET, it is
checked the value, but ignored.
1.3) SNMPv3 (ipeCfgSnmpTrapNotifyType = inform(2))
To create a new row, you must SET objects indicated below.
ipeCfgSnmpTrapVersion, ipeCfgSnmpTrapNotifyType,
ipeCfgSnmpTrapTargetAddress, ipeCfgSnmpTrapTargetV6Address,
ipeCfgSnmpTrapTargetAddressType(*), ipeCfgSnmpTrapTaergetPort,
ipeCfgSnmpTrapSecurityName, ipeCfgSnmpTrapSecurityLevel,
ipeCfgSnmpTrapEngineId, ipeCfgSnmpTrapAuthAlgorithm,
ipeCfgSnmpTrapAuthKey, ipeCfgSnmpTrapPrivAlgorithm,
ipeCfgSnmpTrapPrivKey
ipeCfgSnmpTrapRowStatus # Only createAndGo(4).
* NOT for EX CPRI
ipeCfgSnmpTrapEntryIndex is an index of this entry.
2) how to destroy
To destroy a exist row, you must SET a destory(6) to
ipeCfgSnmpCommunityRowStatus.
3) how to modify
It is not possible.
Please destroy a exist row, and create a new row.
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipeCfgSnmpTrapEntry
- Table
- ipeCfgSnmpTrapTable
- Siblings
- 13
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipeCfgSnmpTrapEntryIndex Index of this table. | column | Integer32 | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.1 |
| ipeCfgSnmpTrapAuthAlgorithm Authentication protocol.
ipeCfgSnmpTrapNotifyType is effective for the SET only at the
time of inform(2). Even if it is done SET in the case of trap(1),
I am ignore… | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.10 |
| ipeCfgSnmpTrapAuthKey Authenticate password for SNMP inform PDU.
This object expects encrypted password by blowfish, not original
password. Therefore, the size of this object is not same as
original pa… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.11 |
| ipeCfgSnmpTrapPrivAlgorithm privacy protocol.
ipeCfgSnmpTrapNotifyType is effective for the SET only at the
time of inform(2). Even if it is done SET in the case of trap(1),
I am ignored. In a… | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.12 |
| ipeCfgSnmpTrapPrivKey Privacy password for SNMP inform PDU.
This object expects encrypted password by blowfish, not original
password. Therefore, the size of this object is not same as
orignal password… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.13 |
| ipeCfgSnmpTrapEntryNEAddress reserved. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.2 |
| ipeCfgSnmpTrapVersion A version of this entry's notification. | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.3 |
| ipeCfgSnmpTrapNotifyType A notification type of this entry's notification. | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.4 |
| ipeCfgSnmpTrapTargetAddress Destination IP address of this entry's notification.
The following address can't be used.
127.0.0.0/8 Loopback
0.0.0.0/0 Current network
224.0.0.0/4 Multicasts (… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.5 |
| ipeCfgSnmpTrapTargetPort Destination UDP port this entry's notification. | column | Integer32 | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.6 |
| ipeCfgSnmpTrapSecurityName A security name.
The meaning is different depending on ipeCfgSnmpTrapVersion.
v1/v2c : It's meaning a community name.
v3 : It's meaning a user name.
… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.7 |
| ipeCfgSnmpTrapSecurityLevel A security level of this entry's notification.
When ipeCfgSnmpTrapVersion is v1(1) or v2c(2), you have to SET
noAuthNoPriv(1). | column | Enumeration | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.8 |
| ipeCfgSnmpTrapEngineId A snmpEngineID which this entry's notification uses.(5-32 octet)
ipeCfgSnmpTrapNotifyType is effective only at the time of
inform(2).
A snmpEngineID of a destination SNMP entity.
… | column | OctetString | .1.3.6.1.4.1.119.2.3.69.5.3.11.3.1.9 |