diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-05 10:56:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-05 10:56:52 +0200 |
commit | a2dda44e6d93932c58d9672f221566ba19c7441f (patch) | |
tree | 650fecff64bb5f92358b33b473d467c99972cff6 | |
parent | 2fdd929300f4e5a1ecf455f591a3bfdb2a47dbcd (diff) | |
download | vyos-documentation-a2dda44e6d93932c58d9672f221566ba19c7441f.tar.gz vyos-documentation-a2dda44e6d93932c58d9672f221566ba19c7441f.zip |
wwan: add example config for Deutsche Telekom
-rw-r--r-- | docs/appendix/vyos-on-baremetal.rst | 2 | ||||
-rw-r--r-- | docs/interfaces/wirelessmodem.rst | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/appendix/vyos-on-baremetal.rst b/docs/appendix/vyos-on-baremetal.rst index 79835e7d..b45b0a1d 100644 --- a/docs/appendix/vyos-on-baremetal.rst +++ b/docs/appendix/vyos-on-baremetal.rst @@ -73,6 +73,8 @@ Pictures :alt: CSE-505-203B w/ 10GE Open +.. _pc-engines-apu4: + PC Engines APU4 *************** diff --git a/docs/interfaces/wirelessmodem.rst b/docs/interfaces/wirelessmodem.rst index a300d7f4..8fd776be 100644 --- a/docs/interfaces/wirelessmodem.rst +++ b/docs/interfaces/wirelessmodem.rst @@ -65,7 +65,20 @@ Link Administration Configure :abbr:`MTU (Maximum Transmission Unit)` on given `<interface>`. It is the size (in bytes) of the largest ethernet frame sent on this link. +Example +======= +The following example is based on a Sierra Wireless MC7710 miniPCIe card (only +the form factor in reality it runs UBS) and Deutsche Telekom as ISP. The card +is assembled into a :ref:`pc-engines-apu4`. + +.. code-block:: none + + set interfaces wirelessmodem wlm0 apn 'internet.telekom' + set interfaces wirelessmodem wlm0 backup distance '100' + set interfaces wirelessmodem wlm0 device 'ttyUSB2' + set interfaces wirelessmodem wlm0 disable + set interfaces wirelessmodem wlm0 no-peer-dns Operation ========= |