注册 登录
自由的生活_软路由 返回首页

curie123的个人空间 https://bbs.routerclub.com/?176578 [收藏] [复制] [分享] [RSS]

日志

PPPoE

已有 846 次阅读2011-10-22 13:38

The PPPoE (Point to Point Protocol over Ethernet) protocol provides extensive user management, network management and accounting benefits to ISPs and network administrators. Currently PPPoE is used mainly by ISPs to control client connections for xDSL and cable modems as well as plain Ethernet networks. PPPoE is an extension of the standard Point to Point Protocol (PPP). The difference between them is expressed in transport method: PPPoE employs Ethernet instead of modem connection.

Quick Setup Guide
  • To configure MikroTik RouterOS to be a PPPoE client

    1. Just add a pppoe-client:

      /interface pppoe-client add name=pppoe-user-mike user=mike password=123 \ \... interface=wlan1 service-name=internet disabled=no
  • To configure MikroTik RouterOS to be an Access Concentrator (PPPoE Server)

    1. Add an address pool for the clients from 10.1.1.62 to 10.1.1.72, called pppoe-pool:

      /ip pool add name="pppoe-pool" ranges=10.1.1.62-10.1.1.72
    2. Add PPP profile, called pppoe-profile where local-address will be the router's address and clients will have an address from pppoe-pool:

      /ppp profile add name="pppoe-profile" local-address=10.1.1.1 remote-address=pppoe-pool
    3. Add a user with username mike and password 123:

      /ppp secret add name=mike password=123 service=pppoe profile=pppoe-profile
    4. Now add a pppoe server:

      /interface pppoe-server server add service-name=internet interface=wlan1 \ \... default-profile=pppoe-profile
    Specifications
    Packages required: ppp
    License required: Level1 (limited to 1 interface) , Level3 (limited to 200 interfaces) , Level4 (limited to 200 interfaces) , Level5 (limited to 500 interfaces) , Level6 (unlimited)
    Submenu level: /interface pppoe-server, /interface pppoe-client
    Standards and Technologies: PPPoE (RFC 2516)
    Hardware usage: PPPoE server may require additional RAM (uses approx. 9KiB (plus extra 10KiB for packet queue, if data rate limitation is used) for each connection) and CPU power. Maximum of 65535 connections is supported

引:
http://www.mikrotik.com/testdocs/ros/2.9/interface/pppoe_content.php

路过

雷人

握手

鲜花

鸡蛋

全部作者的其他最新日志

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-5-16 10:04 , Processed in 0.043271 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

返回顶部