Check Connection

This scenario shows how to configure a cellular interface and and ping Google’s DNS public server.

../../../_images/google.svg

Test ICMP Connectivity

Description

A cellular profile is defined and a cellular interface is created in DUT0. Once it’s configured, the ‘Ping’ command is used to check connectivity with Google’s DNS public server.

Scenario

Step 1: Set the following configuration in DUT0:

set interfaces cellular cell0 profile CELPROFILE
set interfaces cellular cell0 address dhcp
set cellular profile CELPROFILE apn movistar.es
set cellular profile CELPROFILE pin 9922

Step 2: Ping IP address 8.8.8.8 from DUT0:

admin@DUT0$ ping 8.8.8.8 count 1 size 56 timeout 1
Show output
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=329 ms

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 329.405/329.405/329.405/0.000 ms