diff options
| -rw-r--r-- | docs/_static/images/1u_vyos_front_10ge_open_1.jpg | bin | 0 -> 1853769 bytes | |||
| -rw-r--r-- | docs/_static/images/1u_vyos_front_10ge_open_2.jpg | bin | 0 -> 2294504 bytes | |||
| -rw-r--r-- | docs/_static/images/1u_vyos_front_10ge_open_3.jpg | bin | 0 -> 2067314 bytes | |||
| -rw-r--r-- | docs/_static/images/1u_vyos_front_10ge_open_4.jpg | bin | 0 -> 2447196 bytes | |||
| -rw-r--r-- | docs/services/pppoe-server.rst | 32 | ||||
| -rw-r--r-- | docs/vyos-on-baremetal.rst | 16 | 
6 files changed, 48 insertions, 0 deletions
| diff --git a/docs/_static/images/1u_vyos_front_10ge_open_1.jpg b/docs/_static/images/1u_vyos_front_10ge_open_1.jpgBinary files differ new file mode 100644 index 00000000..edfba5a3 --- /dev/null +++ b/docs/_static/images/1u_vyos_front_10ge_open_1.jpg diff --git a/docs/_static/images/1u_vyos_front_10ge_open_2.jpg b/docs/_static/images/1u_vyos_front_10ge_open_2.jpgBinary files differ new file mode 100644 index 00000000..4f48a116 --- /dev/null +++ b/docs/_static/images/1u_vyos_front_10ge_open_2.jpg diff --git a/docs/_static/images/1u_vyos_front_10ge_open_3.jpg b/docs/_static/images/1u_vyos_front_10ge_open_3.jpgBinary files differ new file mode 100644 index 00000000..c102b903 --- /dev/null +++ b/docs/_static/images/1u_vyos_front_10ge_open_3.jpg diff --git a/docs/_static/images/1u_vyos_front_10ge_open_4.jpg b/docs/_static/images/1u_vyos_front_10ge_open_4.jpgBinary files differ new file mode 100644 index 00000000..2f270b7e --- /dev/null +++ b/docs/_static/images/1u_vyos_front_10ge_open_4.jpg diff --git a/docs/services/pppoe-server.rst b/docs/services/pppoe-server.rst index f34d5fef..17aee82a 100644 --- a/docs/services/pppoe-server.rst +++ b/docs/services/pppoe-server.rst @@ -130,4 +130,36 @@ The command below enables it, assuming the RADIUS connection has been setup and  Other attributes can be used, but they have to be in one of the dictionaries in /usr/share/accel-ppp/radius. + +Practical Configuration Examples +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Dual-stack provisioning with IPv6 PD via pppoe +============================================== + +The example below covers a dual-stack configuration via pppoe-server. + +.. code-block:: sh + +  set service pppoe-server authentication local-users username test password 'test' +  set service pppoe-server authentication mode 'local' +  set service pppoe-server client-ip-pool start '192.168.0.1' +  set service pppoe-server client-ip-pool stop '192.168.0.10' +  set service pppoe-server client-ipv6-pool delegate-prefix '2001:db8:8003::1/48,56' +  set service pppoe-server client-ipv6-pool prefix '2001:db8:8002::1/48,64' +  set service pppoe-server dns-servers server-1 '8.8.8.8' +  set service pppoe-server dnsv6-servers server-1 '2001:4860:4860::8888' +  set service pppoe-server interface 'eth2' +  set service pppoe-server local-ip '10.100.100.1' + + +The client, once successfully authenticated, will receive an IPv4 and an IPv6 /64 address, to terminate the pppoe endpoint on the client side and a /56 subnet for the clients internal use. + +.. code-block:: sh + +  vyos@pppoe-server:~$ sh pppoe-server sessions  +   ifname | username |     ip      |            ip6           |       ip6-dp        |    calling-sid    | rate-limit | state  |  uptime  | rx-bytes | tx-bytes  +  --------+----------+-------------+--------------------------+---------------------+-------------------+------------+--------+----------+----------+---------- +   ppp0   | test     | 192.168.0.1 | 2001:db8:8002:0:200::/64 | 2001:db8:8003::1/56 | 08:00:27:12:42:eb |            | active | 00:00:49 | 875 B    | 2.1 KiB +  .. _`accel-ppp`: https://accel-ppp.org/ diff --git a/docs/vyos-on-baremetal.rst b/docs/vyos-on-baremetal.rst index 7eae80ca..0c2868e7 100644 --- a/docs/vyos-on-baremetal.rst +++ b/docs/vyos-on-baremetal.rst @@ -51,3 +51,19 @@ Pictures  .. figure:: /_static/images/1u_vyos_front_open_3.jpg     :scale: 25 %     :alt: CSE-505-203B Open 3 + +.. figure:: /_static/images/1u_vyos_front_10ge_open_1.jpg +   :scale: 25 % +   :alt: CSE-505-203B w/ 10GE Open 1 + +.. figure:: /_static/images/1u_vyos_front_10ge_open_2.jpg +   :scale: 25 % +   :alt: CSE-505-203B w/ 10GE Open 2 + +.. figure:: /_static/images/1u_vyos_front_10ge_open_3.jpg +   :scale: 25 % +   :alt: CSE-505-203B w/ 10GE Open 3 + +.. figure:: /_static/images/1u_vyos_front_10ge_open_4.jpg +   :scale: 25 % +   :alt: CSE-505-203B w/ 10GE Open  | 
