Hi,
I'm comfortable with the configurations which i have to do at the router but need some help with the configuration of the TACACS+ server . I'm using the TACACS+ freeware server provided by Cisco for beginners.
As per the document send by you...to assign a privilege level of 7 to a user seven the configuration on the server should be
user = seven {
login = cleartext seven
service = exec {
priv-lvl = 7
}
}
now my question is ..if i configure the username in this manner..does the previlege level of 7 gets associated with the user?
When i telnet to a router and enter the username and password as seven i log in to the exec level.
From here how i log into the priveleg level 7 ?? I need some more clarity in this regard.
Currently what i have done is i have defined username and password for the exec level. Also i have defined password for a particular enable level.So if i type enable 10 at the exec promt..the TACACS+ server takes enable 10 as the username and allows connections if i enter the correct enable 10 password defined on the server? Is this the way of doing this.
What i'm looking for is ..a user has a username and password (test10 and pass10 respectively) with access to a particular privilege , say 10 . He also has a enable password for this level say enab10
Now when he telnets to a router ..it asks for a username and password..he enters test10 and pass10 ..then at the exec prompt > he types
enable , the router asks for a password , he enters enab10 and he land into privilege 10. Is this possible to attain ? Your help is appreciated.
regards,
jimmy.