From ba0509379c5ca47e4a78fef920d14a52a46b8e82 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 2 Oct 2020 17:42:29 +0200 Subject: acces-ppp: T2953: drop redundant CLI definitions --- interface-definitions/service_pppoe-server.xml.in | 249 ++++------------------ 1 file changed, 45 insertions(+), 204 deletions(-) (limited to 'interface-definitions/service_pppoe-server.xml.in') diff --git a/interface-definitions/service_pppoe-server.xml.in b/interface-definitions/service_pppoe-server.xml.in index b38f692d8..3a9c25496 100644 --- a/interface-definitions/service_pppoe-server.xml.in +++ b/interface-definitions/service_pppoe-server.xml.in @@ -8,19 +8,6 @@ 900 - - - Enable SNMP - - - - - enable SNMP master agent mode - - - - - Access concentrator name @@ -31,118 +18,19 @@ vyos-ac - - - control sessions count - - ^(deny|disable|replace)$ - - Invalid value - - disable - Disables session control - - - deny - Deny second session authorization - - - replace - Terminate first session when second is authorized - - - deny disable replace - - - replace - 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 - - * - - - - Upload/Download speed limits - - - - - Upload bandwidth limit in kbits/sec - - - - - - - - Download bandwidth limit in kbits/sec - - - - - - - - - - - + #include #include + #include #include #include - - - Upload/Download speed limits - - - - - Specifies which radius attribute contains rate information. (default is Filter-Id) - - - - - Specifies the vendor dictionary. (dictionary needs to be in /usr/share/accel-ppp/radius) - - - - - Enables Bandwidth shaping via RADIUS - - - - - + #include Format of Called-Station-Id attribute @@ -165,34 +53,6 @@ - - - Authentication protocol - - pap - Allow PAP authentication [Password Authentication Protocol] - - - chap - Allow CHAP authentication [Challenge Handshake Authentication Protocol] - - - mschap - Allow MS-CHAP authentication [Microsoft Challenge Handshake Authentication Protocol, Version 1] - - - mschap-v2 - Allow MS-CHAPv2 authentication [Microsoft Challenge Handshake Authentication Protocol, Version 2] - - - (pap|chap|mschap|mschap-v2) - - - pap chap mschap mschap-v2 - - - - @@ -216,16 +76,7 @@ - - - Client IP subnet (CIDR notation) - - - - Not a valid CIDR formatted prefix - - - + #include #include @@ -340,57 +191,9 @@ - - - Specifies MPPE negotiation preference. (default prefer mppe) - - deny prefer require - - - deny - Deny MPPE - - - prefer - Ask client for MPPE - do not fail on reject - - - require - Ask client for MPPE - drop connection on reject - - - ^(deny|prefer|require)$ - - - prefer - - - - LCP echo-requests/sec - - - - - 30 - - - - Maximum number of Echo-Requests may be sent without valid reply - - - - - 3 - - - - Timeout in seconds to wait for any peer activity. If this option specified it turns on adaptive lcp echo functionality and "lcp-echo-failure" is not used. - - - - - 0 - + #include + #include + #include IPv4 (IPCP) negotiation algorithm @@ -523,6 +326,44 @@ + + + control sessions count + + ^(deny|disable|replace)$ + + Invalid value + + disable + Disables session control + + + deny + Deny second session authorization + + + replace + Terminate first session when second is authorized + + + deny disable replace + + + replace + + + + Enable SNMP + + + + + enable SNMP master agent mode + + + + + -- cgit v1.2.3