Step 2: Ping the Egress Router
Purpose
Ping the egress router to confirm that communication over the network is operational.
Action
To ping the egress router, enter the following JUNOS CLI operational mode command:
user@host>pingip-address-interfaceSample Output
[edit protocols mpls]user@R1#run ping 10.1.56.1PING 10.1.56.1 (10.1.56.1): 56 data bytes64 bytes from 10.1.56.1: icmp_seq=0 ttl=255 time=0.837 ms64 bytes from 10.1.56.1: icmp_seq=1 ttl=255 time=0.792 ms64 bytes from 10.1.56.1: icmp_seq=2 ttl=255 time=0.856 ms^C--- 10.1.56.1 ping statistics ---3 packets transmitted, 3 packets received,0% packet lossround-trip min/avg/max/stddev = 0.792/0.828/0.856/0.027 msWhat It Means
The sample output confirms that communication between router
R1and the IP address of the relevant interface on routerR5(10.1.56.1)is operational.