Check Accessibility Control

This scenario shows how to configure a cellular interface, enabling the accessibility control mechanism that triggers reconnections when network connectivity is lost.

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

Test Reconnection By Accessibility Control

Description

In DUT0, the cell0 cellular interface is configured with a cellular profile for which accessibility control is enabled. Once connectivity with Google’s DNS public server has been verified, a situation where 100% of the packets received by the network are lost is emulated to verify that the accessibility control mechanism triggers a reconnection.

Scenario

Step 1: Set the following configuration in DUT0 :

set cellular logging level info
set cellular profile CELPROFILE accessibility-control ping address 8.8.8.8
set cellular profile CELPROFILE accessibility-control ping interval 10
set cellular profile CELPROFILE apn movistar.es
set controllers cellular wwan0 encrypted-pin U2FsdGVkX1+ByQ9ygl/CXtFrovbuyGIwesmk7AvZCnc=
set controllers cellular wwan0 pdp 1 profile CELPROFILE
set interfaces cellular cell0 address dhcp
set interfaces cellular cell0 phy wwan0 pdp 1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: 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* = connected
Show output
Connection status               = connected
Traffic channel status          = active
Max. TX channel rate (bps)      = 50000000
Max. RX channel rate (bps)      = 300000000
IPv4 address                    = 176.82.165.15
IPv4 mask                       = 255.255.255.224
IPv4 gateway                    = 176.82.165.16
IPv4 primary DNS                = 80.58.61.248
IPv4 secondary DNS              = 80.58.61.249

Note

Once the cellular interface is configured, it can be verified that there is network connectivity by pinging Google's DNS public server.

Step 3: 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=115 time=32.3 ms

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

Note

The accessibility control is a mechanism where pings are sent at an interval, and to the IP address, configured by the user. The mechanism then waits for a response within this interval. If no response is received before it times out, a second ping is sent and a response is expected within 10 seconds. If there is still no response, two more pings are sent at 5-second intervals. Finally, if there is still no response, the device reconnects to the network.

Note

As a result, you can verify that no reconnection has been recorded in the system logs if you wait long enough.

Step 4: Run command system journal clear at DUT0.

Step 5: Run command system journal show | cat at DUT0 and check if output does not contain the following tokens:

[Device/wwan0] Warning: [PDP#1] Requesting reconnection...
[Device/wwan0] Info: WDS[0]: Stopping network connection...
[Device/wwan0] Info: [PDP#1] Establishing network connection...
Show output
Jan 27 20:50:17.857902 osdx systemd-journald[42888]: Runtime Journal (/run/log/journal/da1dd42b85e44e78af959cf42a04f8ff) is 4.7M, max 38.2M, 33.4M free.
Jan 27 20:50:17.862874 osdx systemd-journald[42888]: Received client request to rotate journal, rotating.
Jan 27 20:50:17.863063 osdx systemd-journald[42888]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da1dd42b85e44e78af959cf42a04f8ff.
Jan 27 20:50:17.947070 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 20:50:25.426986 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Previous packet pending - ID: 63457, Sequence: 0
Jan 27 20:50:25.427006 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 1 - interval reduced to 10 seconds

Note

However, when traffic control is applied, it is possible to prove the 'ping' command is failing because ICMP packets are being dropped.

Step 6: Run command system journal clear at DUT0.

Step 7: Modify the following configuration lines in DUT0 :

set interfaces cellular cell0 traffic control in PLOSS
set traffic control PLOSS type network-emulator packet-loss 100

Step 8: Expect a failure in the following command: 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.

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

Note

You can verify that a reconnection has been recorded in the system logs if you wait long enough.

Step 9: Run command system journal show | cat at DUT0 and check if output contains the following tokens:

[Device/wwan0] Warning: [PDP#1] Requesting reconnection...
[Device/wwan0] Info: WDS[0]: Stopping network connection...
[Device/wwan0] Info: [PDP#1] Establishing network connection...
Show output
Jan 27 20:51:00.273546 osdx systemd-journald[42888]: Runtime Journal (/run/log/journal/da1dd42b85e44e78af959cf42a04f8ff) is 4.7M, max 38.2M, 33.4M free.
Jan 27 20:51:00.278231 osdx systemd-journald[42888]: Received client request to rotate journal, rotating.
Jan 27 20:51:00.278427 osdx systemd-journald[42888]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da1dd42b85e44e78af959cf42a04f8ff.
Jan 27 20:51:00.363111 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 20:51:00.506937 osdx OSDxCLI[775681]: User 'admin' entered the configuration menu.
Jan 27 20:51:00.605831 osdx OSDxCLI[775681]: User 'admin' added a new cfg line: 'set interfaces cellular cell0 traffic control in PLOSS'.
Jan 27 20:51:00.712827 osdx OSDxCLI[775681]: User 'admin' added a new cfg line: 'set traffic control PLOSS type network-emulator packet-loss 100'.
Jan 27 20:51:00.842404 osdx OSDxCLI[775681]: User 'admin' added a new cfg line: 'show changes'.
Jan 27 20:51:00.992235 osdx ubnt-cfgd[784442]: inactive
Jan 27 20:51:01.114084 osdx INFO[784452]: FRR daemons did not change
Jan 27 20:51:01.237261 osdx (udev-worker)[784471]: ifb.cell0: Could not set Alias=, MACAddress=/MACAddressPolicy=, TransmitQueues=, ReceiveQueues=, TransmitQueueLength=, MTUBytes=, GenericSegmentOffloadMaxBytes= or GenericSegmentOffloadMaxSegments=, ignoring: Operation not supported
Jan 27 20:51:01.237348 osdx (udev-worker)[784471]: Network interface NamePolicy= disabled on kernel command line.
Jan 27 20:51:01.304751 osdx cfgd[1766]: [775681]Completed change to active configuration
Jan 27 20:51:01.333297 osdx systemd[1]: osdx-ledsd.service: Sent signal SIGUSR2 to main process 2384 (osdx-ledsd) on client request.
Jan 27 20:51:01.333331 osdx osdx-ledsd[2384]: Config changed, checking config paths
Jan 27 20:51:01.337349 osdx OSDxCLI[775681]: User 'admin' committed the configuration.
Jan 27 20:51:01.381292 osdx OSDxCLI[775681]: User 'admin' left the configuration menu.
Jan 27 20:51:02.619928 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'ping 8.8.8.8 count 1 size 56 timeout 1'.
Jan 27 20:51:15.428093 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Previous packet pending - ID: 63457, Sequence: 5
Jan 27 20:51:15.428116 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 1 - interval reduced to 10 seconds
Jan 27 20:51:22.969071 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:24.333075 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:25.428377 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Previous packet pending - ID: 63457, Sequence: 6
Jan 27 20:51:25.428396 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 2 - interval reduced to 5 seconds
Jan 27 20:51:25.757073 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:27.149065 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:28.561081 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:29.969064 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:30.428645 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Previous packet pending - ID: 63457, Sequence: 7
Jan 27 20:51:30.428662 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 3 - interval reduced to 5 seconds
Jan 27 20:51:31.413053 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:32.949073 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:34.417092 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:35.428897 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Previous packet pending - ID: 63457, Sequence: 8
Jan 27 20:51:35.428915 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 4 - interval reduced to 5 seconds
Jan 27 20:51:35.440889 osdx WARNING[784573]: [wwan0/1] Requesting reconnection...
Jan 27 20:51:35.450058 osdx wwan-cli-socket[784575]: [Device/wwan0] Info: wwan-cli-socket reconnect 60000 wwan0
Jan 27 20:51:35.450625 osdx wwan-module[775663]: [Device/wwan0] Info: Reconnecting device...
Jan 27 20:51:35.450643 osdx wwan-module[775663]: [Device/wwan0] Warning: [PDP#1] Requesting reconnection...
Jan 27 20:51:35.450716 osdx wwan-module[775663]: [Device/wwan0] Info: WDS[0]: Stopping network connection...
Jan 27 20:51:35.567840 osdx wwan-module[775663]: [Device/wwan0] Info: WDS[0]: Network connection was stopped!
Jan 27 20:51:35.571857 osdx kernel: net _wwan0: link_state 0x1 -> 0x0
Jan 27 20:51:35.575400 osdx wwan-module[775663]: [Device/wwan0] Info: Checking registration state...
Jan 27 20:51:35.605820 osdx wwan-accessibility-control[784353]: [Core/wwan0/1] Info: Execution stopped
Jan 27 20:51:35.606207 osdx systemd[1]: Stopping wwan-accessibility-control@wwan0pdp1.service - WWAN Accessibility Control...
Jan 27 20:51:35.609104 osdx systemd[1]: wwan-accessibility-control@wwan0pdp1.service: Deactivated successfully.
Jan 27 20:51:35.609614 osdx systemd[1]: Stopped wwan-accessibility-control@wwan0pdp1.service - WWAN Accessibility Control.
Jan 27 20:51:35.625869 osdx INFO[784586]: Stop DHCP client for cell0
Jan 27 20:51:35.635448 osdx dhclient[784591]: Killed old client process
Jan 27 20:51:35.695972 osdx wwan-module[775663]: [Device/wwan0] Info: Device registered and PS attached successfully
Jan 27 20:51:35.695995 osdx wwan-module[775663]: [Device/wwan0] Info: [PDP#1] Establishing network connection...
Jan 27 20:51:35.756039 osdx dhclient[784591]: DHCPRELEASE of 176.82.165.15 on cell0 to 176.82.165.16 port 67
Jan 27 20:51:35.954759 osdx wwan-module[775663]: [Device/wwan0] Info: [PDP#1] Network connection was successfully started: PDH=[1542616192]
Jan 27 20:51:35.997162 osdx OSDxCLI[775681]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 20:51:36.083803 osdx kernel: net _wwan0: link_state 0x0 -> 0x1
Jan 27 20:51:36.307749 osdx kernel: cell0: (slave _wwan0_1): Releasing backup interface
Jan 27 20:51:36.387768 osdx kernel: cell0: (slave _wwan0_1): The slave device specified does not support setting the MAC address
Jan 27 20:51:36.387991 osdx kernel: cell0: (slave _wwan0_1): making interface the new active one
Jan 27 20:51:36.391759 osdx kernel: cell0: (slave _wwan0_1): Enslaving as an active interface with an up link
Jan 27 20:51:36.407765 osdx kernel: 8021q: adding VLAN 0 to HW filter on device cell0
Jan 27 20:51:36.408789 osdx INFO[784638]: Start DHCP client for cell0
Jan 27 20:51:36.896164 osdx dhclient[784651]: DHCPDISCOVER on cell0 to 255.255.255.255 port 67 interval 5
Jan 27 20:51:36.902230 osdx dhclient[784651]: DHCPOFFER of 2.143.89.169 from 2.143.89.170
Jan 27 20:51:36.902316 osdx dhclient[784651]: DHCPREQUEST for 2.143.89.169 on cell0 to 255.255.255.255 port 67
Jan 27 20:51:36.904158 osdx dhclient[784651]: DHCPACK of 2.143.89.169 from 2.143.89.170
Jan 27 20:51:36.969343 osdx systemd[1]: Started wwan-accessibility-control@wwan0pdp1.service - WWAN Accessibility Control.
Jan 27 20:51:36.987079 osdx wwan-accessibility-control[784663]: [Core/wwan0/1] Info: Starting '/osdx/sbin/wwan-accessibility-control'...

Step 1: Set the following configuration in DUT0 :

set cellular logging level info
set cellular profile CELPROFILE accessibility-control ping address 8.8.8.8
set cellular profile CELPROFILE accessibility-control ping interval 10
set cellular profile CELPROFILE apn movistar.es
set controllers cellular wwan0 sim select socket_1
set controllers cellular wwan0 sim socket socket_1 encrypted-pin U2FsdGVkX18l1nXRgCqzDG+x5XwEF/8p0dkX+FU96AE=
set controllers cellular wwan0 sim socket socket_1 pdp 1 profile CELPROFILE
set interfaces cellular cell0 address dhcp
set interfaces cellular cell0 phy wwan0 pdp 1
set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'

Step 2: 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* = connected
Show output
Connection status               = connected
Traffic channel status          = active
Max. TX channel rate (bps)      = 0
Max. RX channel rate (bps)      = 0
IPv4 address                    = 176.82.168.142
IPv4 mask                       = 255.255.255.252
IPv4 gateway                    = 176.82.168.141
IPv4 primary DNS                = 80.58.61.248
IPv4 secondary DNS              = 80.58.61.249

Note

Once the cellular interface is configured, it can be verified that there is network connectivity by pinging Google's DNS public server.

Step 3: 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=39.8 ms

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

Note

The accessibility control is a mechanism where pings are sent at an interval, and to the IP address, configured by the user. The mechanism then waits for a response within this interval. If no response is received before it times out, a second ping is sent and a response is expected within 10 seconds. If there is still no response, two more pings are sent at 5-second intervals. Finally, if there is still no response, the device reconnects to the network.

Note

As a result, you can verify that no reconnection has been recorded in the system logs if you wait long enough.

Step 4: Run command system journal clear at DUT0.

Step 5: Run command system journal show | cat at DUT0 and check if output does not contain the following tokens:

[Device/wwan0] Warning: [PDP#1] Requesting reconnection...
[Device/wwan0] Info: WDS[0]: Stopping network connection...
[Device/wwan0] Info: [PDP#1] Establishing network connection...
Show output
Jan 27 19:08:44.378830 osdx systemd-journald[4196]: Runtime Journal (/run/log/journal/da1dd42b85e44e78af959cf42a04f8ff) is 8.2M, max 77.4M, 69.1M free.
Jan 27 19:08:44.383989 osdx systemd-journald[4196]: Received client request to rotate journal, rotating.
Jan 27 19:08:44.384139 osdx systemd-journald[4196]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da1dd42b85e44e78af959cf42a04f8ff.
Jan 27 19:08:44.468898 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 19:08:49.304101 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Previous packet pending - ID: 2361, Sequence: 0
Jan 27 19:08:49.304121 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 1 - interval reduced to 10 seconds

Note

However, when traffic control is applied, it is possible to prove the 'ping' command is failing because ICMP packets are being dropped.

Step 6: Run command system journal clear at DUT0.

Step 7: Modify the following configuration lines in DUT0 :

set interfaces cellular cell0 traffic control in PLOSS
set traffic control PLOSS type network-emulator packet-loss 100

Step 8: Expect a failure in the following command: 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.

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

Note

You can verify that a reconnection has been recorded in the system logs if you wait long enough.

Step 9: Run command system journal show | cat at DUT0 and check if output contains the following tokens:

[Device/wwan0] Warning: [PDP#1] Requesting reconnection...
[Device/wwan0] Info: WDS[0]: Stopping network connection...
[Device/wwan0] Info: [PDP#1] Establishing network connection...
Show output
Jan 27 19:09:26.778956 osdx systemd-journald[4196]: Runtime Journal (/run/log/journal/da1dd42b85e44e78af959cf42a04f8ff) is 8.0M, max 77.4M, 69.4M free.
Jan 27 19:09:26.783745 osdx systemd-journald[4196]: Received client request to rotate journal, rotating.
Jan 27 19:09:26.783860 osdx systemd-journald[4196]: Vacuuming done, freed 0B of archived journals from /run/log/journal/da1dd42b85e44e78af959cf42a04f8ff.
Jan 27 19:09:26.857237 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal clear'.
Jan 27 19:09:27.030834 osdx OSDxCLI[644101]: User 'admin' entered the configuration menu.
Jan 27 19:09:27.174249 osdx OSDxCLI[644101]: User 'admin' added a new cfg line: 'set interfaces cellular cell0 traffic control in PLOSS'.
Jan 27 19:09:27.282363 osdx OSDxCLI[644101]: User 'admin' added a new cfg line: 'set traffic control PLOSS type network-emulator packet-loss 100'.
Jan 27 19:09:27.428540 osdx OSDxCLI[644101]: User 'admin' added a new cfg line: 'show changes'.
Jan 27 19:09:27.587863 osdx ubnt-cfgd[657814]: inactive
Jan 27 19:09:27.689662 osdx INFO[657824]: FRR daemons did not change
Jan 27 19:09:27.835851 osdx cfgd[3878]: [644101]Completed change to active configuration
Jan 27 19:09:27.857829 osdx (udev-worker)[292]: ifb.cell0: Could not set Alias=, MACAddress=/MACAddressPolicy=, TransmitQueues=, ReceiveQueues=, TransmitQueueLength=, MTUBytes=, GenericSegmentOffloadMaxBytes= or GenericSegmentOffloadMaxSegments=, ignoring: Operation not supported
Jan 27 19:09:27.858417 osdx systemd[1]: osdx-ledsd.service: Sent signal SIGUSR2 to main process 4603 (osdx-ledsd) on client request.
Jan 27 19:09:27.859071 osdx osdx-ledsd[4603]: Config changed, checking config paths
Jan 27 19:09:27.863384 osdx OSDxCLI[644101]: User 'admin' committed the configuration.
Jan 27 19:09:27.899401 osdx OSDxCLI[644101]: User 'admin' left the configuration menu.
Jan 27 19:09:29.101324 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'ping 8.8.8.8 count 1 size 56 timeout 1'.
Jan 27 19:09:39.304939 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Previous packet pending - ID: 2361, Sequence: 5
Jan 27 19:09:39.304956 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 1 - interval reduced to 10 seconds
Jan 27 19:09:49.305140 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Previous packet pending - ID: 2361, Sequence: 6
Jan 27 19:09:49.305156 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 2 - interval reduced to 5 seconds
Jan 27 19:09:49.431498 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:50.807411 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:52.195479 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:53.599572 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:54.305384 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Previous packet pending - ID: 2361, Sequence: 7
Jan 27 19:09:54.305407 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 3 - interval reduced to 5 seconds
Jan 27 19:09:55.031472 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:56.467581 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:57.931540 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:59.305612 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Previous packet pending - ID: 2361, Sequence: 8
Jan 27 19:09:59.305627 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Warning: Connection in failure - consecutive failures: 4 - interval reduced to 5 seconds
Jan 27 19:09:59.315859 osdx WARNING[657934]: [wwan0/1] Requesting reconnection...
Jan 27 19:09:59.322435 osdx wwan-cli-socket[657936]: [Device/wwan0] Info: wwan-cli-socket reconnect 60000 wwan0
Jan 27 19:09:59.322836 osdx wwan-module[4646]: [Device/wwan0] Info: Reconnecting device...
Jan 27 19:09:59.322848 osdx wwan-module[4646]: [Device/wwan0] Warning: [PDP#1] Requesting reconnection...
Jan 27 19:09:59.322905 osdx wwan-module[4646]: [Device/wwan0] Info: WDS[0]: Stopping network connection...
Jan 27 19:09:59.399537 osdx OSDxCLI[644101]: User 'admin' executed a new command: 'system journal show | cat'.
Jan 27 19:09:59.450046 osdx wwan-module[4646]: [Device/wwan0] Info: WDS[0]: Network connection was stopped!
Jan 27 19:09:59.454532 osdx kernel: net _wwan0: link_state 0x1 -> 0x0
Jan 27 19:09:59.459107 osdx wwan-module[4646]: [Device/wwan0] Info: Checking registration state...
Jan 27 19:09:59.481165 osdx systemd[1]: Stopping wwan-accessibility-control@wwan0pdp1.service - WWAN Accessibility Control...
Jan 27 19:09:59.482114 osdx wwan-accessibility-control[657721]: [Core/wwan0/1] Info: Execution stopped
Jan 27 19:09:59.484028 osdx systemd[1]: wwan-accessibility-control@wwan0pdp1.service: Deactivated successfully.
Jan 27 19:09:59.484478 osdx systemd[1]: Stopped wwan-accessibility-control@wwan0pdp1.service - WWAN Accessibility Control.
Jan 27 19:09:59.495015 osdx INFO[657940]: Stop DHCP client for cell0
Jan 27 19:09:59.501752 osdx dhclient[657947]: Killed old client process
Jan 27 19:09:59.513889 osdx wwan-module[4646]: [Device/wwan0] Info: Device registered and PS attached successfully
Jan 27 19:09:59.513909 osdx wwan-module[4646]: [Device/wwan0] Info: [PDP#1] Establishing network connection...
Jan 27 19:09:59.634789 osdx dhclient[657947]: DHCPRELEASE of 176.82.168.142 on cell0 to 176.82.168.141 port 67
Jan 27 19:09:59.803579 osdx wwan-module[4646]: [Device/wwan0] Info: [PDP#1] Network connection was successfully started: PDH=[3800029504]
Jan 27 19:09:59.866483 osdx kernel: net _wwan0: link_state 0x0 -> 0x1
Jan 27 19:09:59.887497 osdx staticd[653202]: [S4MGP-4WQTA] route_notify_owner: Route 0.0.0.0/0 failed to install for table: 254
Jan 27 19:09:59.990490 osdx kernel: cell0: (slave _wwan0_1): Releasing backup interface
Jan 27 19:10:00.054674 osdx kernel: cell0: (slave _wwan0_1): The slave device specified does not support setting the MAC address
Jan 27 19:10:00.054812 osdx kernel: cell0: (slave _wwan0_1): making interface the new active one
Jan 27 19:10:00.054859 osdx kernel: cell0: (slave _wwan0_1): Enslaving as an active interface with an up link
Jan 27 19:10:00.070489 osdx kernel: 8021q: adding VLAN 0 to HW filter on device cell0
Jan 27 19:10:00.070795 osdx INFO[657993]: Start DHCP client for cell0
Jan 27 19:10:00.450912 osdx dhclient[658006]: DHCPDISCOVER on cell0 to 255.255.255.255 port 67 interval 7
Jan 27 19:10:00.453602 osdx dhclient[658006]: DHCPOFFER of 2.143.21.60 from 2.143.21.61
Jan 27 19:10:00.453654 osdx dhclient[658006]: DHCPREQUEST for 2.143.21.60 on cell0 to 255.255.255.255 port 67
Jan 27 19:10:00.456553 osdx dhclient[658006]: DHCPACK of 2.143.21.60 from 2.143.21.61
Jan 27 19:10:00.503048 osdx systemd[1]: Started wwan-accessibility-control@wwan0pdp1.service - WWAN Accessibility Control.
Jan 27 19:10:00.520323 osdx wwan-accessibility-control[658019]: [Core/wwan0/1] Info: Starting '/osdx/sbin/wwan-accessibility-control'...