Ping, Redistribute (ospf), Ping redistribute (ospf) – Avaya P460 User Manual

Page 73

Advertising
background image

Chapter 2

Avaya P460 CLI Commands

Avaya P460 Reference Guide

63

ping

User level: read-only, read-write, admin.
Use the ping command to send ICMP echo request packets to another node on the
network.

The syntax for this command is:

ping

[host[number]]

Example: to ping the IP number 149.49.48.1 four times:

redistribute (OSPF)

User level: read-write, admin.
L You can only access this command in Router-OSPF mode.

Type router ospf at the command prompt to enter Router -OSPF mode if
necessary.

Use the redistribute command to redistribute routing information from other
protocols into OSPF.
Use the no redistribute command disables redistribution by OSPF.

The syntax for this command is:

[no] redistribute

<protocol>

host

Host IP address/Internet address of route destination. If missing
then the last host IP is used.

number

Number of packets to send. If missing, then the last number is used.
If the last number is not available, the default is 4.

P460-1> ping 149.49.48.1 4

PING 149.49.48.1: 56 data bytes

64 bytes from 149.49.48.1: icmp_seq=0. time=0. ms

64 bytes from 149.49.48.1: icmp_seq=1. time=0. ms

64 bytes from 149.49.48.1: icmp_seq=2. time=0. ms

P460(super)# 64 bytes from 149.49.48.1: icmp_seq=3.

time=0. ms

----149.49.48.1 PING Statistics----

4 packets transmitted, 4 packets received, 0% packet loss

round-trip (ms) min/avg/max = 0/0/0

protocol

[static | ospf]

Advertising