Routing

 View Only
last person joined: 2 days 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.  how to set the ip pool that the client will get pppoe server

    Posted 11-23-2018 10:05
    I'm new with juniper

    I'm wondering how to set the ip pool that the client will get pppoe server



  • 2.  RE: how to set the ip pool that the client will get pppoe server

     
    Posted 11-23-2018 10:07

    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).

     

     



  • 3.  RE: how to set the ip pool that the client will get pppoe server
    Best Answer

     
    Posted 11-23-2018 10:20

    BTW, In case if you're wondering how to return VSA from Radius, here is JuniperRadiusDictionary file

    https://www.juniper.net/documentation/software/junos/junos161/radius-dictionary/unisphereDictionary_for_JUNOS_v16-1.dct

     

    You need to update this file at your AAA/Radius Server in order to return VSA (vendor specfic attributes).

    Or else, you also can simply assign IP addresses from Local Pool, an example given in my previous post.