CiscoOAMPingStatus
Defines possible test status. success(1) - The test has completed. timeOut(2) - The test has been failed because the test does not receive loopback cell response from remote endpoint and it times out. resourceNotAvailable(3) - The resources required by the test is not available, such as other application is testing on the same endpoint. aborted(4) - The test is aborted due to the removal of connection endpoint or failed to proceed. inProgress(5) - The endpoint is still in progress of testing and waiting for the response. noResponseData(6) - If the test receives response from the remote end but without any data. failToStart(7) - The test fails to kickoff (internal messaging timeout).
Possible values
7 objects| Number | Name |
|---|---|
| 1 | success |
| 2 | timeOut |
| 3 | resourceNotAvailable |
| 4 | aborted |
| 5 | inProgress |
| 6 | noResponseData |
| 7 | failToStart |