From 93767c0fe4b87327b18ddd4aecb540596d38aaf1 Mon Sep 17 00:00:00 2001 From: hagbard Date: Wed, 31 Jul 2019 09:56:48 -0700 Subject: [SSTP] - T853: adding show commands for session and stats --- op-mode-definitions/sstp-server.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 op-mode-definitions/sstp-server.xml (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/sstp-server.xml b/op-mode-definitions/sstp-server.xml new file mode 100644 index 000000000..36d0b9985 --- /dev/null +++ b/op-mode-definitions/sstp-server.xml @@ -0,0 +1,26 @@ + + + + + + + show sstp-server status + + + + + Show active SSTP server sessions + + /usr/bin/accel-cmd -p 2005 'show sessions ifname,username,ip,ip6,ip6-dp,calling-sid,rate-limit,state,uptime,rx-bytes,tx-bytes' + + + + Show SSTP server statistics + + /usr/bin/accel-cmd -p 2005 'show stat' + + + + + + -- cgit v1.2.3