|
|
| |
|
| Table |
|
|
|
|
|
MODULE |
| COMMAND | DESCRIPTION |
|
|
|
|
ip |
|
|
|
| arp | add <if> <ip> <mac> | Adds ARP record <ip> <mac> to |
|
|
| interface <if>. |
|
| delete <if> <ip> | Deletes ARP record <ip> from |
|
|
| interface <if>. |
|
| flush | Flushes all cached ARP records. |
|
| list | Lists all resolved ARP records. |
|
| help | Shows a help message for the ARP |
|
|
| command. |
| config |
| Shows the IP module’s |
|
|
| configuration. |
|
| save | Saves the IP module’s configuration to |
|
|
| the nonvolatile memory. |
| enable | [<if> [mtu <size> [<ip> | Sets the IP address setting of the |
|
| [<ipmask>]]] | specified interface. |
| device | [list] | Lists interface definitions. |
|
| add <if> <type> <file> [mtu | Adds a new interface. |
|
| <size>] [<IP> [mask <mask>]] |
|
|
| delete <if> | Deletes the specified interface. |
|
| flush | Deletes all interfaces. |
| enable | <if> | Enables the specified interface. |
| disable | <if> | Disables the specified interface. |
| ping | <host> [ttl [size]] | Does a ping test. |
| route |
| Displays all routing entries. |
|
| add <routeName> <ip> <relayIp> | Adds a routing entry. |
|
| [ <mask> [ <cost> [ <timeout> |
|
|
| ]]] |
|
|
| delete <routeName> | Deletes a routing entry. |
|
| flush | Deletes all routing entries. |
| routes |
| Shows all routing entries. |
| stats | help | Shows the help information about the |
|
|
| stats command. |
|
| arp [reset] | Shows or resets the ARP statistics. |
|
| icmp [reset] | Shows or resets the ICMP statistics. |
|
| ip [reset] | Shows or resets the IP statistics. |
|
| raw [reset] | Shows or resets the raw statistics. |
|
| tcp [reset] | Shows or resets the TCP statistics. |
|
| udp [reset] | Shows or resets the UDP statistics. |
| subnet | add <netName> <if> <ip> <mask> | Creates a subnet. |
|
|
|
|
Commands Introduction |