ipeCfgRouteRowStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.6
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.
* ipeCfgRouteDest
* ipeCfgRouteMask
* ipeCfgRouteNextHop
* ipeCfgRouteRowStatus <- createAndGo(4)
2) modifing a entry
When you make a existing entry, you must SET objects indicated
below.
* ipeCfgRouteDest
* ipeCfgRouteMask
* ipeCfgRouteNextHop
3) deleting a entry
When you SET a destroy(6) to ipeCfgRouteRowStatus, the entry is
destroyed.
* ipeCfgRouteRowStatus <- destory(6)
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipeCfgStaticRouteEntry
- Table
- ipeCfgStaticRouteTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipeCfgRouteIndex Index of this table. | column | Integer32 | .1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.1 |
| ipeCfgRouteNEAddress reserved. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.2 |
| ipeCfgRouteDest Static routing object destination address.
When masking in ipeCfgRouteMask, the host address part has to be
a zero, if any.
Value range:0x00000000-0xdfffffff(0.0.0.0-223.255.255.2… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.3 |
| ipeCfgRouteMask Static routing object subnet mask.
When it isn't proper as subnetmask, it'll be an error.
Value range:0x00000000-0xffffffff(0-32bit)
Only when ipeCfgRouteDest is 0, 0bit is allowe… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.4 |
| ipeCfgRouteNextHop Static routing object gateway address.
Value range:0x00000001 - 0xdfffffff(0.0.0.1 - 223.255.255.255)
The value acquisition when unsetting it returns NoSuchObject. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.119.2.3.69.5.3.19.1.1.5 |