ospfMultiProcessRoutePathType
ECS4510-MIB ·
.1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.6
Object
column
Enumeration
The path type of this route. unknown, unknown path type. connected, directly connected. discard, discard route. intra, intra-area route. inter, inter-area route. type1, external type 1 route. type2, external type 2 route. nssa1, nssa external type 1 route. nssa2, nssa external type 2 route.
Context
- MIB
- ECS4510-MIB
- OID
.1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ospfMultiProcessRouteEntry
- Table
- ospfMultiProcessRouteTable
- Siblings
- 7
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | connected |
2 | discard |
3 | intra |
4 | inter |
5 | type1 |
6 | type2 |
7 | nssa1 |
8 | nssa2 |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ospfMultiProcessRouteDest The destination IP address of this route. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.1 |
| ospfMultiProcessRoutePfxLen The prefix length of this route. | column | Integer32 | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.2 |
| ospfMultiProcessRouteNexthop The nexthop IP address of this route.
Note that, discard and directly connected routes have no nexthops.
They are displayed as 0.0.0.0. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.3 |
| ospfMultiProcessRouteInterface The name of outgoing interface which links to nexthop.
Return an octet string of length zero when it is discard route. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.4 |
| ospfMultiProcessRouteCost The cost of this route.
Always return 4294967295 if it is a discarded route. | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.5 |
| ospfMultiProcessRouteAreaId Area ID of the path which links to nexthop.
Note that, discard and external routes have no area option
for the path. Always return 0.0.0.0. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.7 |
| ospfMultiProcessRouteTransitArea To display if the area is a transit area or not for the path.
Note that, discard and external routes have no area option
for the path. Always return normalArea(2). | column | Enumeration | .1.3.6.1.4.1.259.10.1.24.1.18.3.31.1.8 |