Routing

 View Only
last person joined: 19 hours ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  who configure PPPoE-SERVER and bandwidth control rules

    Posted 11-23-2018 07:03

    My name is vitor my file control system and server access control rules and bandwidth control rules



  • 2.  RE: who configure PPPoE-SERVER and bandwidth control rules

     
    Posted 11-23-2018 07:15

    Hi,

     

    Could you be more specfic what exactly you intend to?

    An MX can be setted up as PPPoE Sever & Banwithdh can be control through many parameters such ratelimiting, CoS or filters.

    They bandwidth usage can be further monitored and implemented dynamically upon a subscriber upon and can control via Radius Server or via PCFR Server.

     

    Let me know what specfics you're looking at?

     

     

     



  • 3.  RE: who configure PPPoE-SERVER and bandwidth control rules

    Posted 11-23-2018 07:59
    I am trying to configure pppoe server on a mx80

     



  • 4.  RE: who configure PPPoE-SERVER and bandwidth control rules
    Best Answer

     
    Posted 11-23-2018 08:32

    You can certainly configure MX80 as PPPoE Server.

    Let me know what help is required..perhaps a sample config?

    Here is static vlan PPPoE Subscriber Config:

     

    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" ppp-options chap
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" ppp-options initiate-ncp ip
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" ppp-options initiate-ncp ipv6
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" ppp-options peer-ip-address-optional
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" pppoe-options underlying-interface "$junos-underlying-interface"
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" pppoe-options server
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" keepalives interval 60
    set dynamic-profiles jnpr interfaces pp0 unit "$junos-interface-unit" family inet unnumbered-address "junos-loopback-interface"
    set access-profile jnpr
    set interfaces lo0 unit 0 family inet address x.x.x.x/32
    set interfaces xe-x/0/0 vlan-tagging
    set interfaces xe-x/0/0 unit 3000 encapsulation ppp-over-ether
    set interfaces xe-x/0/0 unit 3000 vlan-id 3000
    set interfaces xe-x/0/0 unit 3000 pppoe-underlying-options dynamic-profile jnpr
    set access profile jnpr accounting-order radius
    set access profile jnpr authentication-order radius
    set access profile jnpr radius authentication-server x.x.x.x
    set access profile jnpr radius accounting-server x.x.x.x
    set access profile jnpr radius-server x.x.x.x port 1812
    set access profile jnpr radius-server x.x.x.x accounting-port 1813
    set access profile jnpr radius-server x.x.x.x secret test
    set access profile jnpr radius-server x.x.x.x timeout 3
    set access profile jnpr radius-server x.x.x.x retry 5
    set access profile jnpr radius-server x.x.x.x source-address x.x.x.x
    set access profile jnpr accounting order radius
    set access profile jnpr accounting address-change-immediate-update
    set access profile jnpr accounting statistics volume-time
    set access profile jnpr accounting send-acct-status-on-config-change

     

     



  • 5.  RE: who configure PPPoE-SERVER and bandwidth control rules

    Posted 11-23-2018 09:56

    how to define the ip pool that the client will get ?



  • 6.  RE: who configure PPPoE-SERVER and bandwidth control rules

     
    Posted 11-23-2018 10:06

     

    There is many ways you can assisgn an IP Address to Client/Subscribers

     

    1. You can return a Framed IPAddr from Radius.

    2. Or You can you create a IP POOL locally as follows:

     

    set access address-assignment pool TEST family inet network x.x.x.x/8
    set access address-assignment pool TEST family inet range A low x.x.x.x
    set access address-assignment pool TEST family inet range A high x.x.x.x

     

    3. You can also define multiple IP local Pools and return framed-ip-pool VSA from radius to use a specfic pool for specfic subscriber(s).