Check Multi Apn Connection
This scenario shows how to configure up to four cellular interfaces on the same cellular module, each associated with a different APN. As a result, more than one data interface can be used to access the network, requiring only one cellular module.
Test ICMP Connectivity
Description
In DUT0, four cellular interfaces are defined, each associated with a different cellular profile and PDP (Packet Data Protocol) context. Once configured, the ‘Ping’ command is used to check the connectivity of all four data interfaces with Google’s public DNS server.
Scenario
Step 1: Set the following configuration in DUT0 :
set cellular profile CELPROFILE1 apn movistar.es set cellular profile CELPROFILE2 apn telefonica.es set cellular profile CELPROFILE3 apn internet set cellular profile CELPROFILE4 apn internet2 set controllers cellular wwan0 encrypted-pin U2FsdGVkX1/2srDOMRI4PIScK6xfguPLCQGxMlCOj78= set controllers cellular wwan0 pdp 1 profile CELPROFILE1 set controllers cellular wwan0 pdp 2 profile CELPROFILE2 set controllers cellular wwan0 pdp 3 profile CELPROFILE3 set controllers cellular wwan0 pdp 4 profile CELPROFILE4 set interfaces cellular cell0 address dhcp set interfaces cellular cell0 phy wwan0 pdp 1 set interfaces cellular cell1 address dhcp set interfaces cellular cell1 phy wwan0 pdp 2 set interfaces cellular cell2 address dhcp set interfaces cellular cell2 phy wwan0 pdp 3 set interfaces cellular cell3 address dhcp set interfaces cellular cell3 phy wwan0 pdp 4 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Note
Once the cellular module is configured, with the following operational command it can be checked if the SIM and registration states are correct.
Step 2: Run command controllers cellular wwan0 show network-status at DUT0 and check if output matches the following regular expressions:
SIM status\s* = OK Registration state\s* = registeredShow output
SIM status = OK Registration state = registered Public Land Mobile Network code = HOME[21407] ACT[21422] Public Land Mobile Network name = Movistar Network technology currently in use = lte Current Service Domain registered = cs-ps (capable cs-ps) Current Roaming status = off 3GPP Cell ID = 72016414 Radio Band = eutran-3 Channel = 1301 LTE Tracking Area Code (TAC) = 28673 LTE Carrier Aggregation Info: Primary Cell Info: Band = E-UTRA Band 3 Frequency = 1301 Downlink Bandwidth = 20 MHz Physical Cell ID = 216 Scell State = registered RSRP (dBm) = -84 RSRQ (dB) = -9 RSSI (dBm) = -58 SINR (dB) = 14 Uplink Bandwidth = 20 MHz Secondary Cell Info #0: Band = E-UTRA Band 8 Frequency = 3600 Downlink Bandwidth = 10 MHz Physical Cell ID = 35 Scell State = inactive RSRP (dBm) = -96 RSRQ (dB) = -9 RSSI (dBm) = -78 SINR (dB) = 0 RX level (dBm) = -54 Coverage level = 5 (*****)
Note
On the other hand, with the following commands it can be checked if all four contexts have correctly established the connection to the network.
Step 3: Run command controllers cellular wwan0 pdp 1 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 50000000 Max. RX channel rate (bps) = 300000000 IPv4 address = 88.31.109.193 IPv4 mask = 255.255.255.252 IPv4 gateway = 88.31.109.194 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 4: Run command controllers cellular wwan0 pdp 2 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 50000000 Max. RX channel rate (bps) = 300000000 IPv4 address = 10.69.36.249 IPv4 mask = 255.255.255.252 IPv4 gateway = 10.69.36.250 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 5: Run command controllers cellular wwan0 pdp 3 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 50000000 Max. RX channel rate (bps) = 300000000 IPv4 address = 10.218.81.113 IPv4 mask = 255.255.255.252 IPv4 gateway = 10.218.81.114 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 6: Run command controllers cellular wwan0 pdp 4 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 50000000 Max. RX channel rate (bps) = 300000000 IPv4 address = 10.216.103.210 IPv4 mask = 255.255.255.252 IPv4 gateway = 10.216.103.209 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Note
Additionally, with the previous operational commands, the IP addresses that have been provided by the operator to be used by each cellular interface are displayed. So, with the following commands, it can be checked if all four cellular interfaces have been correctly configured by the DHCP client.
Step 7: Run command interfaces cellular cell0 show at DUT0 and check if output matches the following regular expressions:
cell0\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell0 88.31.109.193/30 up up fe80::b8aa:38ff:fee0:d293/64
Step 8: Run command interfaces cellular cell1 show at DUT0 and check if output matches the following regular expressions:
cell1\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell1 10.69.36.249/30 up up fe80::b8aa:38ff:fee0:d293/64
Step 9: Run command interfaces cellular cell2 show at DUT0 and check if output matches the following regular expressions:
cell2\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell2 10.218.81.113/30 up up fe80::b8aa:38ff:fee0:d293/64
Step 10: Run command interfaces cellular cell3 show at DUT0 and check if output matches the following regular expressions:
cell3\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell3 10.216.103.210/30 up up fe80::b8aa:38ff:fee0:d293/64
Note
Once everything above has been verified, we can be sure that all four cellular interfaces have been configured correctly and that there must be connectivity with the network from each of them. The latter can be verified, for example, by pinging Google's DNS public server.
Step 11: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell0 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 88.31.109.193 cell0: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=34.8 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 34.750/34.750/34.750/0.000 ms
Step 12: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell1 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.69.36.249 cell1: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=189 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 189.139/189.139/189.139/0.000 ms
Step 13: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell2 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.218.81.113 cell2: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=138 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 138.302/138.302/138.302/0.000 ms
Step 14: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell3 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.216.103.210 cell3: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=171 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 171.452/171.452/171.452/0.000 ms
Step 1: Set the following configuration in DUT0 :
set cellular profile CELPROFILE1 apn movistar.es set cellular profile CELPROFILE2 apn telefonica.es set cellular profile CELPROFILE3 apn internet set cellular profile CELPROFILE4 apn internet2 set controllers cellular wwan0 sim select socket_1 set controllers cellular wwan0 sim socket socket_1 encrypted-pin U2FsdGVkX19xLblw+gXf1x+Uq2gXU2RkN6addSgsk2w= set controllers cellular wwan0 sim socket socket_1 pdp 1 profile CELPROFILE1 set controllers cellular wwan0 sim socket socket_1 pdp 2 profile CELPROFILE2 set controllers cellular wwan0 sim socket socket_1 pdp 3 profile CELPROFILE3 set controllers cellular wwan0 sim socket socket_1 pdp 4 profile CELPROFILE4 set interfaces cellular cell0 address dhcp set interfaces cellular cell0 phy wwan0 pdp 1 set interfaces cellular cell1 address dhcp set interfaces cellular cell1 phy wwan0 pdp 2 set interfaces cellular cell2 address dhcp set interfaces cellular cell2 phy wwan0 pdp 3 set interfaces cellular cell3 address dhcp set interfaces cellular cell3 phy wwan0 pdp 4 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Note
Once the cellular module is configured, with the following operational command it can be checked if the SIM and registration states are correct.
Step 2: Run command controllers cellular wwan0 show network-status at DUT0 and check if output matches the following regular expressions:
SIM status\s* = OK Registration state\s* = registeredShow output
SIM status = OK Registration state = registered Public Land Mobile Network code = HOME[21407] ACT[21422] Public Land Mobile Network name = Movistar Network technology currently in use = lte(+5gnr) Current Service Domain registered = cs-ps (capable cs-ps) Current Roaming status = off 3GPP Cell ID = 72016414 Radio Band = eutran-3 Bandwidth = 20 Channel = 1301 LTE Tracking Area Code (TAC) = 28673 EN-DC Available = yes DCNR Restriction = no LTE Carrier Aggregation Info: Primary Cell Info: Band = E-UTRA Band 3 Frequency = 1301 Downlink Bandwidth = 20 MHz Physical Cell ID = 216 Scell State = registered RSRP (dBm) = -82 RSRQ (dB) = -9 RSSI (dBm) = -53 SINR (dB) = 12 Uplink Bandwidth = 20 MHz Secondary Cell Info #0: Band = E-UTRA Band 8 Frequency = 3600 Downlink Bandwidth = 10 MHz Physical Cell ID = 35 Scell State = inactive RSRP (dBm) = -89 RSRQ (dB) = -12 RSSI (dBm) = -66 SINR (dB) = 12 RX level (dBm) = -54 Coverage level = 5 (*****)
Note
On the other hand, with the following commands it can be checked if all four contexts have correctly established the connection to the network.
Step 3: Run command controllers cellular wwan0 pdp 1 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 88.31.55.184 IPv4 mask = 255.255.255.240 IPv4 gateway = 88.31.55.185 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 4: Run command controllers cellular wwan0 pdp 2 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 10.173.136.63 IPv4 mask = 255.255.255.128 IPv4 gateway = 10.173.136.64 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 5: Run command controllers cellular wwan0 pdp 3 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 10.123.28.207 IPv4 mask = 255.255.255.224 IPv4 gateway = 10.123.28.208 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 6: Run command controllers cellular wwan0 pdp 4 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 10.120.141.40 IPv4 mask = 255.255.255.240 IPv4 gateway = 10.120.141.41 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Note
Additionally, with the previous operational commands, the IP addresses that have been provided by the operator to be used by each cellular interface are displayed. So, with the following commands, it can be checked if all four cellular interfaces have been correctly configured by the DHCP client.
Step 7: Run command interfaces cellular cell0 show at DUT0 and check if output matches the following regular expressions:
cell0\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell0 88.31.55.184/28 up up fe80::6459:8aff:feef:2b3e/64
Step 8: Run command interfaces cellular cell1 show at DUT0 and check if output matches the following regular expressions:
cell1\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell1 10.173.136.63/25 up up fe80::6459:8aff:feef:2b3e/64
Step 9: Run command interfaces cellular cell2 show at DUT0 and check if output matches the following regular expressions:
cell2\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell2 10.123.28.207/27 up up fe80::6459:8aff:feef:2b3e/64
Step 10: Run command interfaces cellular cell3 show at DUT0 and check if output matches the following regular expressions:
cell3\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell3 10.120.141.40/28 up up fe80::6459:8aff:feef:2b3e/64
Note
Once everything above has been verified, we can be sure that all four cellular interfaces have been configured correctly and that there must be connectivity with the network from each of them. The latter can be verified, for example, by pinging Google's DNS public server.
Step 11: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell0 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 88.31.55.184 cell0: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=37.7 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 37.656/37.656/37.656/0.000 ms
Step 12: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell1 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.173.136.63 cell1: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=139 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 139.388/139.388/139.388/0.000 ms
Step 13: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell2 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.123.28.207 cell2: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=142 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 141.823/141.823/141.823/0.000 ms
Step 14: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell3 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.120.141.40 cell3: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=133 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 133.185/133.185/133.185/0.000 ms
Step 1: Set the following configuration in DUT0 :
set cellular profile CELPROFILE1 apn movistar.es set cellular profile CELPROFILE2 apn telefonica.es set cellular profile CELPROFILE3 apn internet set cellular profile CELPROFILE4 apn internet2 set controllers cellular wwan0 sim select socket_1 set controllers cellular wwan0 sim socket socket_1 encrypted-pin U2FsdGVkX18KY9T4HqlwXdUEdNHfKvJ9DZ33J2c+WA0= set controllers cellular wwan0 sim socket socket_1 pdp 1 profile CELPROFILE1 set controllers cellular wwan0 sim socket socket_1 pdp 2 profile CELPROFILE2 set controllers cellular wwan0 sim socket socket_1 pdp 3 profile CELPROFILE3 set controllers cellular wwan0 sim socket socket_1 pdp 4 profile CELPROFILE4 set interfaces cellular cell0 address dhcp set interfaces cellular cell0 phy wwan0 pdp 1 set interfaces cellular cell1 address dhcp set interfaces cellular cell1 phy wwan0 pdp 2 set interfaces cellular cell2 address dhcp set interfaces cellular cell2 phy wwan0 pdp 3 set interfaces cellular cell3 address dhcp set interfaces cellular cell3 phy wwan0 pdp 4 set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Note
Once the cellular module is configured, with the following operational command it can be checked if the SIM and registration states are correct.
Step 2: Run command controllers cellular wwan0 show network-status at DUT0 and check if output matches the following regular expressions:
SIM status\s* = OK Registration state\s* = registeredShow output
SIM status = OK Registration state = registered Public Land Mobile Network code = HOME[21407] ACT[21422] Public Land Mobile Network name = Movistar Network technology currently in use = lte(+5gnr) Current Service Domain registered = cs-ps (capable cs-ps) Current Roaming status = off 3GPP Cell ID = 72596001 Radio Band = eutran-8 Bandwidth = 10 Channel = 3600 LTE Tracking Area Code (TAC) = 28673 EN-DC Available = yes DCNR Restriction = no LTE Carrier Aggregation Info: Primary Cell Info: Band = E-UTRA Band 8 Frequency = 3600 Downlink Bandwidth = 10 MHz Physical Cell ID = 35 Scell State = registered RSRP (dBm) = -84 RSRQ (dB) = -16 RSSI (dBm) = -51 SINR (dB) = -4 Uplink Bandwidth = 10 MHz Secondary Cell Info #0: Band = E-UTRA Band 3 Frequency = 1301 Downlink Bandwidth = 20 MHz Physical Cell ID = 216 Scell State = inactive RSRP (dBm) = -89 RSRQ (dB) = -12 RSSI (dBm) = -69 SINR (dB) = 11 RX level (dBm) = -53 or greater Coverage level = 5 (*****)
Note
On the other hand, with the following commands it can be checked if all four contexts have correctly established the connection to the network.
Step 3: Run command controllers cellular wwan0 pdp 1 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 88.31.60.197 IPv4 mask = 255.255.255.252 IPv4 gateway = 88.31.60.198 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 4: Run command controllers cellular wwan0 pdp 2 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 10.120.141.152 IPv4 mask = 255.255.255.240 IPv4 gateway = 10.120.141.153 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 5: Run command controllers cellular wwan0 pdp 3 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 10.166.160.112 IPv4 mask = 255.255.255.224 IPv4 gateway = 10.166.160.113 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Step 6: Run command controllers cellular wwan0 pdp 4 show network-data-connection at DUT0 and check if output matches the following regular expressions:
Connection status\s* = connectedShow output
Connection status = connected Traffic channel status = active Max. TX channel rate (bps) = 0 Max. RX channel rate (bps) = 0 IPv4 address = 10.166.137.223 IPv4 mask = 255.255.255.192 IPv4 gateway = 10.166.137.224 IPv4 primary DNS = 80.58.61.248 IPv4 secondary DNS = 80.58.61.249
Note
Additionally, with the previous operational commands, the IP addresses that have been provided by the operator to be used by each cellular interface are displayed. So, with the following commands, it can be checked if all four cellular interfaces have been correctly configured by the DHCP client.
Step 7: Run command interfaces cellular cell0 show at DUT0 and check if output matches the following regular expressions:
cell0\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell0 88.31.60.197/30 up up fe80::e0da:44ff:feed:eaf7/64
Step 8: Run command interfaces cellular cell1 show at DUT0 and check if output matches the following regular expressions:
cell1\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell1 10.120.141.152/28 up up fe80::e0da:44ff:feed:eaf7/64
Step 9: Run command interfaces cellular cell2 show at DUT0 and check if output matches the following regular expressions:
cell2\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell2 10.166.160.112/27 up up fe80::e0da:44ff:feed:eaf7/64
Step 10: Run command interfaces cellular cell3 show at DUT0 and check if output matches the following regular expressions:
cell3\s+\d+.\d+.\d+.\d+\/\d+\s+up\s+upShow output
------------------------------------------------------------------ Name IP Address Admin Oper Vrf Description ------------------------------------------------------------------ cell3 10.166.137.223/26 up up fe80::e0da:44ff:feed:eaf7/64
Note
Once everything above has been verified, we can be sure that all four cellular interfaces have been configured correctly and that there must be connectivity with the network from each of them. The latter can be verified, for example, by pinging Google's DNS public server.
Step 11: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell0 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 88.31.60.197 cell0: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=117 time=162 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 161.730/161.730/161.730/0.000 ms
Step 12: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell1 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.120.141.152 cell1: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=155 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 155.459/155.459/155.459/0.000 ms
Step 13: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell2 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.166.160.112 cell2: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=156 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 155.755/155.755/155.755/0.000 ms
Step 14: Ping IP address 8.8.8.8 from DUT0:
admin@DUT0$ ping 8.8.8.8 local-address cell3 count 1 size 56 timeout 1Show output
PING 8.8.8.8 (8.8.8.8) from 10.166.137.223 cell3: 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=114 time=149 ms --- 8.8.8.8 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 149.070/149.070/149.070/0.000 ms