diff options
Diffstat (limited to 'docs/configuration/interfaces/wwan.md')
| -rw-r--r-- | docs/configuration/interfaces/wwan.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/wwan.md b/docs/configuration/interfaces/wwan.md index e8121f28..1063b2b8 100644 --- a/docs/configuration/interfaces/wwan.md +++ b/docs/configuration/interfaces/wwan.md @@ -313,6 +313,27 @@ PUK2 retries: '10' ``` +### Connect/disconnect + +```{opcmd} disconnect interface \<interface\> + +Disconnect the specified interface. +``` + +```{opcmd} connect interface \<interface\> + +Initiate a session on the specified interface. +``` + +```{opcmd} reconnect interface \<interface\> + +Reconnect the specified interface. The interface is disconnected and +connected again in a single operation which runs detached from the current +CLI session, so the command can safely be issued over the very interface +being reconnected. Progress is logged to the journal. +``` + + ## Example The following example shows how to configure a cellular connection using a |
