ipeCfgAccessListForwardRowStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.3.21.3.1.13
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.
ipeCfgAccessListForwardAction
ipeCfgAccessListForwardRowStatus <- createAndGo(4)
When you are not setting a value of items as follows, it is set
as 'any'.
ipeCfgAccessListForwardInIfIndex
ipeCfgAccessListForwardOutIfIndex
ipeCfgAccessListForwardSrcIpAddress
ipeCfgAccessListForwardSrcNetMask(*1)
ipeCfgAccessListForwardDstIpAddress
ipeCfgAccessListForwardDstNetMask(*2)
ipeCfgAccessListForwardProtocol
ipeCfgAccessListForwardSrcPortNum(*3)
ipeCfgAccessListForwardDstPortNum(*3)
*1 When you not set ipeCfgAccessListForwardSrcIpAddress, even
when ipeCfgAccessListForwardSrcNetMask is set, it is set as
'any'.When ipeCfgAccessListForwardSrcIpAddress set to 'any',
ipeCfgAccessListForwardSrcNetMask is set as 'any'.
*2 When you not set ipeCfgAccessListForwardDstIpAddress, even
when ipeCfgAccessListForwardDstNetMask is set, it is set as
'any'.When ipeCfgAccessListForwardDstIpAddress set to 'any',
ipeCfgAccessListForwardDstNetMask is set as 'any'.
*3 When you not set ipeCfgAccessListForwardProtocol to '6' or
'17',, even when ipeCfgAccessListForwardSrcPortNum and
ipeCfgAccessListForwardDstPortNum are set, it is set as 'any'.
2) modifing a entry
It isn't possible.
3) deleting a entry
When you SET a destroy(6) to ipeCfgAccessListForwardRowStatus,
the entry is destroyed.
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.3.21.3.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipeCfgAccessListForwardEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
6 | destroy |