13 Apr
2007
13 Apr
'07
5:02 a.m.
"Molteni Davide" <D.Molteni@ntsitalia.com> writes:
Finally I successfully managed to log into the cisco switch (thanks to your help) using freeradius. Now I want that the radius users can directly enter into enable mode of the cisco device. I set this in the users file
test Auth-Type := Local, User-Password == "test" Cisco-AVPair = "shell:priv-lvl=15"
but it doesn't work, the user "test" log into the cisco as unpriviledged.
Is this a CatOS switch? Then this should work: test Auth-Type := Local, User-Password == "test" Service-Type = Administrative-User See http://www.cisco.com/en/US/tech/tk59/technologies_tech_note09186a0080094ea4.... Bjørn