From 55ee90e486a500868c7fd1b523d76179522f1f56 Mon Sep 17 00:00:00 2001 From: hagbard Date: Fri, 9 Nov 2018 10:50:00 -0800 Subject: T835: accel-ppp pppoe implementation --- interface-definitions/pppoe-server.xml | 198 +++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 interface-definitions/pppoe-server.xml (limited to 'interface-definitions/pppoe-server.xml') diff --git a/interface-definitions/pppoe-server.xml b/interface-definitions/pppoe-server.xml new file mode 100644 index 000000000..ffefff1cb --- /dev/null +++ b/interface-definitions/pppoe-server.xml @@ -0,0 +1,198 @@ + + + + + + + Point to Point over Ethernet (PPPoE) Server + 900 + + + + + Access concentrator name + + ^[a-zA-Z0-9]{1,100} + + access-concentrator name limited to aplhanumerical characters only (max. 100) + + + + + Authentication for remote access PPPoE Server + + + + + Local user authentication for PPPoE server + + + + + User name for authentication + + + + + Option to disable a PPPoE Server user + + + + + Password for authentication + + + + + Static client IP address + + + + + + + + + Authentication mode for PPPoE Server + + local + Use local username/password configuration + + + radius + Use Radius server to autenticate users + + + ^(local|radius) + + + + + + + + Pool of client IP address (must be within a /24) + + + + + First IP address in the pool + + + + + + + + Last IP address in the pool + + + + + + + + + + Domain Name Service (DNS) server + + + + + Primary DNS server + + + + + + + + Secondary DNS server + + + + + + + + + + interface(s) to listen on + + + + + + + + + local gateway address + + + + + + + + Maximum Transmission Unit (MTU) - default 1440 + + + + + + + + RADIUS settings + + + + + Default interim accounting interval + + text + Use local username/password configuration + + + + + + + + + + + Service name + + ^[a-zA-Z0-9\-]{1,100} + + servicename can contain aplhanumerical characters and dash only (max. 100) + + + + + Windows Internet Name Service (WINS) server settings + + + + + Primary WINS server + + + + + + + + Secondary WINS server + + + + + + + + + + + + -- cgit v1.2.3