service
ArchivedSitePingResult


Archived result.



public struct ArchivedSitePingResult

Properties
targetIpAddressType Specifies the address type of the targetIpAddress property.

type=rtr.InetAddressType

targetIpAddress Specifies the address to be used as the destination for the ping operation. This value is the toNodeId of the sdpBinding.

type=InetAddress

originatingNode The network element that is the origin of the test.

type=string

serviceId Specifies the service ID of the service being tested. The service ID need not exist on the local node in order to receive a reply message from the far-end targetIpAddress.

type=long

useLocalTunnel When the value of testLocalTunnel is 'true', the ping test determines an egress tunnel ID that is bound to the service that has the far-end IP address specified in targetIpAddress assigned to it. The far-end address of the specified tunnel ID is the expected responder-id within the OAM Echo reply message. The encapsulation of the local tunnel is used to reach the far-end. This can be IP/GRE or MPLS. On the originator egress, the service ID must have an associated VC-Label to reach the far-end address of the tunnel and the tunnel must be operational for the message to be sent.

type=boolean

useRemoteTunnel When the value of useRemoteTunnel is 'false', the far-end node must use the generic IP/GRE OAM encapsulation as the return path.

type=boolean

pingResults The final results of the Service Site ping.

type=service.ServicePingResult