Layer 3 CLI Commands
ping
Use the ping command to check host reachability and network connectivity.
Syntax
ping <host> [<interval> [<size>[timeout[source address]]]]
Parameters |
|
host | IP address of the target system. |
interval | An integer from 1 to 256, representing the number of seconds |
| between successive ping messages. The default is 1. |
size | An integer from 22 to 65500, representing the size of the packet |
| sent during a ping operation. The default is 50 bytes. |
timeout | Timeout in seconds |
source address | IP address. |
Example
ping 192.168.49.1 3 50 ping 192.168.49.1 3 50 2
ping 192.168.49.1 3 50 2 192.168.49.4
redistribute (Router-OSPF context)
Use the redistribute command to redistribute routing information from other protocols into OSPF. The no form of this command disables redistribution by OSPF.
Syntax
[no] redistribute <protocol>
Parameters
protocol | One of the following protocols: [staticconnectedrip]. |
Example
Avaya X330WAN User’s Guide | 193 |