04-29-2013 10:20 PM - edited 03-07-2019 01:05 PM
Hi expert
it is not big problem, but, adding user one by one to all the layer 2 switch is hard.
just remember the aaa statement can allow system to use redius server for access control. am I right?
could anyone advice me related url or configuration example to handle access control using redius server?
Any comments will be appreciated
Thanks in advice
Julxu
05-05-2013 01:56 AM
That is the config I use for that with an Microsoft NPS on the other site:
aaa authentication login vty group radius local
aaa authorization console
aaa authorization exec vty group radius local
username xxx privilege 15 password 0 xxx //for backup if radius is death
ip radius source-interface Vlan xx
radius-server host xxxx auth-port 1812 acct-port 1813 key 0 xxxx
line vty 0 15
login authentication vty
hope that helps..
regards,
Sebastian
05-06-2013 08:02 AM
There is a good writeup on this topic here that gets into the various privilage levels as well:
http://technologyordie.com/cisco-privilege-level-access-with-radius-and-nps-server
- Be sure to rate all helpful posts
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