diff options
author | hagbard <vyosdev@derith.de> | 2019-05-24 12:18:42 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-05-24 12:18:42 -0700 |
commit | 519d717bd845f5cccb797ea5ddbca633d6585534 (patch) | |
tree | c41527ed7a8a978b455f6ad61f94c5f9bbc2cb7b /docs/services | |
parent | 3dba01b275f2f515ddeb559135b9ba61f9bd3720 (diff) | |
download | vyos-documentation-519d717bd845f5cccb797ea5ddbca633d6585534.tar.gz vyos-documentation-519d717bd845f5cccb797ea5ddbca633d6585534.zip |
[pppoe-server] T1407 - pppoe IPv6 PD documention by practical example
* adding client session status command
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/pppoe-server.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/services/pppoe-server.rst b/docs/services/pppoe-server.rst index aa66daff..17aee82a 100644 --- a/docs/services/pppoe-server.rst +++ b/docs/services/pppoe-server.rst @@ -155,5 +155,11 @@ The example below covers a dual-stack configuration via pppoe-server. 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/ |