11-23-2017 11:00 PM - edited 03-05-2019 09:32 AM
Hi Community Members'
I hope you are doing well. I need some help related to PPPoE configuration with remote radius. We are WISP using Ubiquiti equipment for the connectivity. We have deployed various CISCO routers & Switches at our Core & Distribution level. Now our management want to authenticate our user through radius server. As mentioned above that we are using Ubiquiti devices for wireless connectivity. Now I need to know that what configuration I have to made on CISCO & Ubiquiti gears in order to successfully get connected with the Radius Server.
Any help related to said matter is highly appreciated.
Thanks'
11-24-2017 12:35 AM
Hello,
below is a sample configuration for Cisco, the exact syntax varies with the IOS version used:
radius-server host 100.100.100.1
radius-server key myradiuspassword
username root password rootpassword
aaa authentication ppp dialins group radius local
aaa authorization network default group radius local
aaa accounting network default start-stop group radius
aaa authentication login admins local
aaa authorization exec default local
line 1 16
autoselect ppp
autoselect during-login
login authentication admins
modem ri-is-cd
interface group-async 1
encaps ppp
ppp authentication pap dialins
For the Ubiquiti part, which devices do you have in your network ? Below is a link on how to configure Unifi as RADIUS client.
https://blog.ubnt.com/2016/11/04/managing-radius-authentication-unifi/
11-27-2017 09:58 PM
Hey @Georg Pauwen'
Thanks for the reply. Kindly explain below commands in more details.
username root password rootpassword
aaa authentication ppp dialins group radius local
When I give command line 1 16, I get an error message.
#line 1 16
No physical hardware support for line 3.
but it will work with the command line 1 2.
For Ubiquiti we are using AirMax devices like (Rocket, PowerBeams, NanoBridge, NanoStation etc).
Regards'
12-01-2017 10:00 PM
Hi Community Members'
It didn't solved my problem yet. I am still struggling for the right configuration.
Regards'
12-01-2017 11:34 PM
Hello,
can you post the output of 'show version' for the Cisco device you are trying to configure this on ?
12-01-2017 11:44 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide