Getting Local End Reliable Link CGTP Addresses
To get the local CGTP address at the local end of the reliable link
for which these statistics are provided, invoke the getLocalCgtpAddress method. The getLocalCgtpAddress method takes
no parameters, and returns a String.
Getting Remote End Reliable Link CGTP Addresses
To return the remote CGTP address at the remote end of the reliable
link for which these statistics are provided, invoke the getRemoteCgtpAddress method. The getRemoteCgtpAddress method takes
no parameters, and returns a String.
Getting Local Subinterface Addresses
To return the underlying local subinterface addresses used by CGTP to
send and receive packets, invoke the getSubInterfaceAddresses
method. The getSubInterfaceAddresses method takes no parameters,
and returns a String[]. The number of redundant links making
up the reliable link is limited to two. The array elements are ordered identically
to those of the gateway.
|