|
|
Description:
|
ibmHprRtGenResult OBJECT-TYPE
SYNTAX INTEGER {
successful(1),
inProgess(2),
noResponse(3),
nceidInvalid(4),
tcidInvalid(5),
luInvalid(6),
modeInvalid(7),
noHprRoute(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The route test result. This indicates whether the route test
was:
1. successfully executed, or
2. in progress and has not completed yet, or
3. no response was received from one or more nodes, or
4. the nce id used to trigger the route test was invalid, or
5. the tcid used to trigger the route test was invalid, or
6. the lu name used to trigger the route test was invalid, or
7. the mode name used to trigger the route test was invalid
for the lu name specified, or
8. a contiguous hpr route from this node to the target lu
does not exist and cannot be created."
|
|