12.2.3Ping Command
Syntax:
192.168.1.1 ip> ping <host> [<ttl> [<size>]]
where |
|
|
<host> | = | The IP address of the target. |
<ttl> | = | Time to Live (optional). This parameter limits the number of hops (routers) that the |
|
| echo request can travel before it reaches the target. |
<size> | = | The parameter specifies the size of the payload, that is, not counting the headers, of |
|
| the echo request. The default size is 32 octets. |
This is an IP facility to check for network functionality by sending an echo request to another IP host and waiting for the reply.
12.2.4Statistics Command
Syntax:
192.168.1.1 ip> stats <sub cmd>
This command shows the statistics for the traffic of the type specified by the
12.2.5Subnet Add Command
Syntax:
192.168.1.1 ip> subnet add <net name> <i/f name> a.b.c.d am:bm:cm:dm
where
Define the name of the subnet for identification purposes. The name of an interface (“ether” for this device).
The subnet’s IP address. The subnet’s subnet mask.
This command defines a subnet. Type “subnet” without any parameters to view a list of the configured subnets.
12.2.6Subnet Delete Command
Syntax:
192.168.1.1 ip> subnet delete <net name>
where |
|
|
<net name> = | The name of the subnet. | |
This command removes a subnet. | ||
|
| |
IP Commands |
|