rancid: ciscos, clogin and AAA
john heasley
heas at shrubbery.net
Tue May 24 06:20:52 UTC 2005
Mon, May 23, 2005 at 10:10:14PM -0400, Mordechai T. Abzug:
>
> If one has a device that logs one in at Cisco level 2 rather than 1 or
> 15, the prompt has "#" but clogin still needs to run enable to achieve
> level 15. autoenable won't help because it assumes you're at enable
> 15.
>
> The attached (trivial) patch deals with this. I'm fairly sure it
> doesn't break backwards compatibility.
I do not think that will work. can you try clogin with an incorrect
enable password? it might fail; as in not return an error. Meaning
that the matches might need adjustment in do_enable().
> Thanks!
>
> - Morty
> *** rancid/bin/clogin.dist Tue Apr 26 03:14:41 2005
> --- rancid/bin/clogin.in Tue May 24 02:00:23 2005
> ***************
> *** 634,640 ****
> } else {
> set autoenable 0
> set enable $avenable
> ! set prompt ">"
> }
> }
>
> --- 634,640 ----
> } else {
> set autoenable 0
> set enable $avenable
> ! set prompt "(>|#)"
> }
> }
>
More information about the Rancid-discuss
mailing list