Test Commands
Checking Reachability of Node Using Ping
ping host_ip_address [broadcast] [count num_packets ] [pattern packet_pattern] [size octet_count ] [src {src_host_name | src_host_ip_address} ] ]
| Keyword/Variable | Description |
|---|---|
| host_ip_address |
Identifies the remote
node to which the ability to communicate with is to be verified.
host_ip_address:
specifies the remote node using the node’s assigned IP
address specified using the standard IPv4 dotted decimal notation.
|
| broadcast |
Sends ping packets to
broadcast addresses.
|
| count num_packets |
Specifies the number
of packets to send to the remote host for verification. num_packets must
be within the range 1 through 10000.
|
| pattern packet_pattern |
Specifies a pattern
to use to fill the internet control message protocol packets with. packet_pattern must
be specified in hexadecimal format with a value in the range hexadecimal
0x0000 through 0xFFFF. packet_pattern must
begin with a ‘0x’ followed by up to 4 hexadecimal
digits.
|
| size octet_count |
Specifies the number
of bytes each IP datagram. octet_count must
be a value in the range 40 through 18432.
|
| src {src_host_name | src_host_ip_address} |
Specifies an IP address
to use in the packets as the source node.
src_host_name:
specifies the source node using the node’s logical host
name which must be resolved via DNS lookup.
src_host_ip_address:
specifies the source node using the node’s assigned IP
address specified using the standard IPv4 dotted decimal notation.
|
Using the Diameter Test Command
IMPORTANT:
diameter {disable | enable | reset connection} endpoint endpoint_name peer peer_id
| Keyword/Variable | Description |
|---|---|
| disable |
Disables a Diameter endpoint
and peer host configured in it before starting troubleshooting.
|
| enable |
Enables a Diameter endpoint
and peer host configured in it after troubleshooting.
|
| reset connection |
Resets the connection
between Diameter endpoint and peer host configured in it as a first
attempt to resolve the issue before disabling it for troubleshooting.
|
| endpoint endpoint_name |
Specifies the endpoint
in which the peer is configured.
endpoint_name must
be the name of the endpoint, and must be an alpha and/or
numeric string of 1 through 63 characters in length.
|
| peer peer_id |
Specifies
the peer id which is to be reset.
peer_id must
be the Diameter peer host name, and must be a string of 1 through
63 characters in length.
|