Avaya X330WAN Network Router User Manual


 
Layer 3 CLI Commands
Avaya X330WAN User’s Guide 193
ping
Use the ping command to check host reachability and network connectivity.
Syntax
ping <host> [<interval> [<size>[timeout[source address]]]]
Parameters
Example
X330WAN-2DS1-1(configure)# ping 192.168.49.1
ping 192.168.49.1 3
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
Example
X330WAN-2DS1-1(configure router:ospf)# redistribute static
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 (1-10).
source address
IP address.
protocol
One of the following protocols: [static|connected|rip].