diff options
author | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-06-29 20:48:39 +0300 |
---|---|---|
committer | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-06-29 20:48:39 +0300 |
commit | a9e9f3ea0d7d4c48ba402d885372c978d5c75aab (patch) | |
tree | 55b97d5d9e7cfa5142a6a607bb00fcebe62f1881 /accel-pppd/accel-ppp.conf.5 | |
parent | 4ffeb255b635d0bd7923c600cb07f7d646b7c3d9 (diff) | |
download | accel-ppp-a9e9f3ea0d7d4c48ba402d885372c978d5c75aab.tar.gz accel-ppp-a9e9f3ea0d7d4c48ba402d885372c978d5c75aab.zip |
CLI: PPPoE: Add possibility to display inbound interface and service-name in show sessions command
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 4424400d..26e32fe9 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -1257,4 +1257,76 @@ command history (defaults to \fI/var/lib/accel-ppp/history\fR). Defines the default set of columns to be displayed by the "show sessions" command (defaults to \fIifname,username,calling-sid,ip,rate-limit,type,comp,state,uptime\fR). +.br +.B Possible columns: +.br +.B ifname +- interface name +.br +.B username +- user name +.br +.B ip +- IP address +.br +.B ip6 +- IPv6 address +.br +.B ip6-dp +- IPv6 delegated prefix +.br +.B type +- connection type [pppoe|ipoe|pptp|l2tp|sstp] +.br +.B state +- state of session +.br +.B uptime +- uptime (human readable) +.br +.B uptime-raw +- uptime (in seconds) +.br +.B calling-sid +- calling station id +.br +.B called-sid +- called station id +.br +.B sid +- session id +.br +.B comp +- compression/encryption method +.br +.B inbound-if +- inbound interface +.br +.B service-name +- PPPoE service name +.br +.B rx-bytes +- received bytes (human readable) +.br +.B tx-bytes +- transmitted bytes (human readable) +.br +.B rx-bytes-raw +- received bytes +.br +.B tx-bytes-raw +- transmitted bytes +.br +.B rx-pkts +- received packets +.br +.B tx-pkts +- transmitted packets +.br +.B netns +- network namespaces +.br +.B vrf +- virtual routing and forwarding +.br Invalid column names are silently discarded. |