From bd536044ce753e1cc40753c296752b4303291021 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 26 Nov 2018 20:19:11 +0100 Subject: T835: improve help text for PPPoE CLI. --- interface-definitions/pppoe-server.xml | 107 +++++++++++++++++---------------- 1 file changed, 54 insertions(+), 53 deletions(-) diff --git a/interface-definitions/pppoe-server.xml b/interface-definitions/pppoe-server.xml index c01f784f6..a0c22d53a 100644 --- a/interface-definitions/pppoe-server.xml +++ b/interface-definitions/pppoe-server.xml @@ -73,19 +73,22 @@ radius - Use Radius server to autenticate users + Use a RADIUS server to autenticate users ^(local|radius) + + local radius + - IP address of radius server + IP address of RADIUS server ipv4 - IP address of radius server + IP address of RADIUS server @@ -96,44 +99,44 @@ - maximum number of simultaneous requests to server (default: unlimited) + Maximum number of simultaneous requests to server (default: unlimited) - if server doesn't responds mark it as unavailable for this amount of time in seconds + If server doesn't responds mark it as unavailable for this amount of time in seconds - radius settings + RADIUS settings - timeout to wait response from server (sec) + Timeout to wait response from server (seconds) - timeout to wait reply for Interim-Update packets. (default 3 sec) + Timeout to wait reply for Interim-Update packets. (default 3 seconds) - maximum number of tries to send Access-Request/Accounting-Request queries + Maximum number of tries to send Access-Request/Accounting-Request queries - value to send to RADIUS server in NAS-Identifier attribute and to be matched in DM/CoA requests. + Value to send to RADIUS server in NAS-Identifier attribute and to be matched in DM/CoA requests. - value to send to RADIUS server in NAS-IP-Address attribute and to be matched in DM/CoA requests. Also DM/CoA server will bind to that address. + Value to send to RADIUS server in NAS-IP-Address attribute and to be matched in DM/CoA requests. Also DM/CoA server will bind to that address. @@ -148,12 +151,12 @@ - port for Dynamic Authorization Extension server (DM/CoA) + Port for Dynamic Authorization Extension server (DM/CoA) - secret for Dynamic Authorization Extension server (DM/CoA) + Secret for Dynamic Authorization Extension server (DM/CoA) @@ -164,7 +167,7 @@ - Pool of client IP address (must be within a /24) + Pool of client IP addresses (must be within a /24) @@ -188,18 +191,18 @@ - pool of client IP space + Pool of client IPv6 addresses - format: ipv6prefix/mask,prefix_len (e.g.: fc00:0:1::/48,64 - divides prefix into /64 subnets for clients) + Format: ipv6prefix/mask,prefix_len (e.g.: fc00:0:1::/48,64 - divides prefix into /64 subnets for clients) - format: ipv6prefix/mask,prefix_len (delegate to clients through DHCPv6 prefix delegation - rfc3633) + Format: ipv6prefix/mask,prefix_len (delegate to clients through DHCPv6 prefix delegation - rfc3633) @@ -306,12 +309,12 @@ - limits the connection rate from a single source + Limits the connection rate from a single source - acceptable rate of connections (e.g. 1/min, 60/sec) + Acceptable rate of connections (e.g. 1/min, 60/sec) ^[0-9]+\/(min|sec)$ @@ -320,12 +323,12 @@ - burst count + Burst count - timeout in seconds + Timeout in seconds @@ -355,7 +358,7 @@ ^[a-zA-Z0-9\-]{1,100} - servicename can contain aplhanumerical characters and dash only (max. 100) + servicename can contain aplhanumerical characters and dashes only (max. 100) @@ -383,12 +386,12 @@ - advanced protocol options + Advanced protocol options - minimum acceptable MTU (68-65535) + Minimum acceptable MTU (68-65535) @@ -396,7 +399,7 @@ - preferred MRU (68-65535) + Preferred MRU (68-65535) @@ -404,30 +407,30 @@ - ccp negotiation (default disabled) + CCP negotiation (default disabled) - specifies mppe negotiation preference. (default prefer mppe) + Specifies MPPE negotiation preference. (default prefer mppe) - ask client for mppe, if it rejects drop connection + Ask client for MPPE, if it rejects then drop the connection - ask client for mppe, if it rejects don't fail + Ask client for MPPE, if it rejects don't fail - deny mppe + Deny MPPE @@ -435,7 +438,7 @@ - lcp echo-requests/sec + LCP echo-requests/sec @@ -443,7 +446,7 @@ - maximum number of Echo-Requests may be sent without valid reply + Maximum number of Echo-Requests may be sent without valid reply @@ -451,7 +454,7 @@ - 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. + 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. @@ -459,60 +462,60 @@ - specify IPv4 (IPCP) negotiation algorithm + IPv4 (IPCP) negotiation algorithm ^(deny|allow|prefer|require) invalid value deny - don't negotiate IPv4 + Don't negotiate IPv4 allow - negotiate IPv4 only if client requests + Negotiate IPv4 only if client requests prefer - ask client for IPv4 negotiation, don't fail if he rejects + Ask client for IPv4 negotiation, don't fail if it rejects require - require IPv4 negotiation + Require IPv4 negotiation - specify IPv6 (IPCP6) negotiation algorithm + IPv6 (IPCP6) negotiation algorithm ^(deny|allow|prefer|require) invalid value deny - don't negotiate IPv6 + Don't negotiate IPv6 allow - negotiate IPv6 only if client requests + Negotiate IPv6 only if client requests prefer - ask client for IPv6 negotiation, don't fail if he rejects + Ask client for IPv6 negotiation, don't fail if it rejects require - require IPv6 negotiation + Require IPv6 negotiation - Specify fixed or random interface identifier for IPv6 + Fixed or random interface identifier for IPv6 random - specify random interface identifier for IPv6 + Random interface identifier for IPv6 x:x:x:x @@ -522,33 +525,31 @@ - specify peer interface identifier for IPv6 + Peer interface identifier for IPv6 x:x:x:x - specify interface identifier for IPv6 + Interface identifier for IPv6 random - specify a random interface identifier for IPv6 + Use a random interface identifier for IPv6 ipv4 - calculate interface identifier from IPv4 address, for example 192:168:0:1 + Calculate interface identifier from IPv4 address, for example 192:168:0:1 calling-sid - calculate interface identifier from calling-station-Id + Calculate interface identifier from calling-station-id - accept peer's interface identifier + Accept peer's interface identifier - - -- cgit v1.2.3