Annotation of embedaddon/mpd/doc/mpd49.html, revision 1.1.1.3

1.1       misho       1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
                      2: <HTML>
                      3: <HEAD>
                      4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
                      5: <TITLE>PPPoE device type commands</TITLE>
                      6: </HEAD>
                      7: <BODY text="#000000" bgcolor="#ffffff">
                      8: 
1.1.1.3 ! misho       9: <A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A>
1.1       misho      10:  <b>:</b> <A HREF="mpd42.html"><EM>Device Types</EM></A>
                     11:  <b>:</b> <EM>PPPoE device type commands</EM><BR>
                     12: <b>Previous:</b> <A HREF="mpd48.html"><EM>L2TP device type commands</EM></A><BR>
                     13: <b>Next:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
                     14: 
                     15: 
                     16: <HR NOSHADE>
                     17:   <H2><A NAME="49"></A>5.7. PPPoE device type commands<A NAME="pppoe"></A></H2>
                     18: <p>This chapter describes commands that are specific to PPPoE type links.
                     19: These commands apply to the currently active link, and are only
                     20: valid if the currently active link has type <b>pppoe</b>.</p>
                     21: <p>PPPoE requires two pieces of configuration information: the name
                     22: of the Ethernet interface to use, and a service name, which should
                     23: be supplied by your ISP. If you do not have a service name, then
                     24: the empty string (the default) often suffices.</p>
                     25: <p>DSL Forum vendor-specific Circuit-ID/Remote-ID PPPoE tags extraction
                     26: supported in server mode.</p>
                     27: <p>
                     28: <dl>
                     29: 
                     30: <dt><b><code>set pppoe iface <em>interface-name</em></code></b><dd><p>Set the name of the Ethernet interface to use. PPPoE does
                     31: not affect normal use of the interface.</p>
                     32: 
                     33: <dt><b><code>set pppoe service <em>service-name</em></code></b><dd><p>Sets the requested PPPoE service name. Setting service name to "*" 
                     34: on link with allowed incoming connections allows to accept incoming 
                     35: connection requests with any service name specified.</p>
                     36: <p>Since FreeBSD 6.3-STABLE/7.0-STABLE of 2008-01-30 it is possible to use
                     37: "AC-Name\Service-Name" syntax to request specified access concentrator
                     38: for outgoing connection.</p>
                     39: <p>The default is "*".</p>
                     40: 
                     41: <dt><b><code>set pppoe acname <em>name</em></code></b><dd><p>Set name of this PPPoE access concentrator to be sent to clients.
                     42: If not specified, local hostname will be used.</p>
                     43: 
1.1.1.3 ! misho      44: <dt><b><code>set pppoe mac-format <em>format</em></code></b><dd><p>Set RADIUS server attribute 31 MAC format as:
        !            45: <pre>
        !            46: unformatted    aabbccddeeff
        !            47: unix-like      aa:bb:cc:dd:ee:ff
        !            48: cisco-like     aabb.ccdd.eeff
        !            49: ietf           aa-bb-cc-dd-ee-ff
        !            50: </pre>
1.1       misho      51: </p>
1.1.1.3 ! misho      52: <p>The default is "unformatted".</p>
        !            53: 
        !            54: <dt><b><code>set pppoe max-payload <em>size</em></code></b><dd><p>Set PPP-Max-Payload PPPoE tag (RFC4638).
        !            55: This option works when mpd5 acts as PPPoE client only.
        !            56: This option takes precedence over both <code>set link mtu</code> and
        !            57: <code>set link mru</code>options, if PPPoE server agrees with our setting.</p>
1.1       misho      58: 
1.1.1.3 ! misho      59: </dl>
        !            60: 
        !            61: </p>
1.1       misho      62: 
                     63: 
                     64: 
                     65:  <HR NOSHADE>
1.1.1.3 ! misho      66: <A HREF="mpd.html"><EM>Mpd 5.8 User Manual</EM></A>
1.1       misho      67:  <b>:</b> <A HREF="mpd42.html"><EM>Device Types</EM></A>
                     68:  <b>:</b> <EM>PPPoE device type commands</EM><BR>
                     69: <b>Previous:</b> <A HREF="mpd48.html"><EM>L2TP device type commands</EM></A><BR>
                     70: <b>Next:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
                     71: 
                     72: 
                     73: 
                     74: </BODY>
                     75: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>