diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-01 22:20:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-01 22:20:01 +0100 |
commit | b3d9344a7e23fa3ffaa2204ff8e5bc370deb26f7 (patch) | |
tree | 60e88215d1066cc210d811a4171927cbe1f2324b /docs/services | |
parent | 1f417f7ba32d1f3a458871f987916545cfc43544 (diff) | |
parent | 3ba8224c1a7ec265a209d5035a6a1c910bebb7c6 (diff) | |
download | vyos-documentation-b3d9344a7e23fa3ffaa2204ff8e5bc370deb26f7.tar.gz vyos-documentation-b3d9344a7e23fa3ffaa2204ff8e5bc370deb26f7.zip |
Merge pull request #157 from rebortg/addresspace
Addresspace
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/pppoe-server.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/services/pppoe-server.rst b/docs/services/pppoe-server.rst index fbfd09be..36323db9 100644 --- a/docs/services/pppoe-server.rst +++ b/docs/services/pppoe-server.rst @@ -35,7 +35,7 @@ Connections can be locally checked via the command show pppoe-server sessions ifname | username | ip | calling-sid | rate-limit | state | uptime | rx-bytes | tx-bytes -------+----------+------------+-------------------+-------------+--------+----------+----------+---------- - ppp0 | foo | 10.1.1.100 | 08:00:27:ba:db:15 | 20480/10240 | active | 00:00:11 | 214 B | 76 B + ppp0 | foo | 10.1.1.100 | 00:53:00:ba:db:15 | 20480/10240 | active | 00:00:11 | 214 B | 76 B Client IP address pools @@ -163,7 +163,7 @@ Once the user is connected, the user session is using the set limits and can be show pppoe-server sessions ifname | username | ip | calling-sid | rate-limit | state | uptime | rx-bytes | tx-bytes -------+----------+------------+-------------------+-------------+--------+----------+----------+---------- - ppp0 | foo | 10.1.1.100 | 08:00:27:ba:db:15 | 20480/10240 | active | 00:00:11 | 214 B | 76 B + ppp0 | foo | 10.1.1.100 | 00:53:00:ba:db:15 | 20480/10240 | active | 00:00:11 | 214 B | 76 B RADIUS based shaper setup @@ -212,6 +212,6 @@ The client, once successfully authenticated, will receive an IPv4 and an IPv6 /6 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 + ppp0 | test | 192.168.0.1 | 2001:db8:8002:0:200::/64 | 2001:db8:8003::1/56 | 00:53:00:12:42:eb | | active | 00:00:49 | 875 B | 2.1 KiB .. _`accel-ppp`: https://accel-ppp.org/ |