TACACS+ problem when going via console.

Hi there,
After going through some topics and trying everything I could fine I am relaying on you all to help me further.
I have an Switch and have an AAA configured for login via ACS with AD account. All works fine via Telnet, but connected to the console, I always get to not enable prompt.
I have a local user name and password on the device itself. Which I can use to login through the telnet option, and it brings me straight into enable mode. But using this account with the console it brings me to priv level 1. When typing ENABLE I can specify the password that belongs to this local account but it is not excepted. Instead I get:
Username: admin
Password:
switch>ena
Password:
% Error in authentication.
switch>
Pasted below you can find my current config regarding the login methods:
aaa new-model
aaa authentication fail-message ^C
User Authentication has failed. If you are not an authorized user,
please disconnect immediately.
Any unauthorized access attempts will be investigated and will be
subject to prosecution under local laws and ordinances.
^C
aaa authentication login default group tacacs+ local
aaa authentication login console group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authorization config-commands
aaa authorization exec default group tacacs+ local
aaa authorization commands 0 default group tacacs+ local
aaa authorization commands 1 default group tacacs+ local
aaa authorization commands 5 default group tacacs+ local
aaa authorization commands 15 default group tacacs+ local
aaa authorization commands 15 console group tacacs+ local
aaa authorization network default group tacacs+ local
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 0 default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting system default start-stop group tacacs+
aaa session-id common
line con 0
login authentication console
stopbits 1
line vty 0 4
password 7 02115C0918030C71424A1A
line vty 5 15
password 7 0718791E5D0C1A55191618
Anybody any suggestions for me to try out?

Jorge
There are a couple of aspects of your situation which I am puzzled about. Your post talks about logging in and seems to indicate that you are logging in using a local account. But the config is quite clear that TACACS is the primary authentication method. Is the TACACS server running and is the router using TACACS?
If the TACACS server is running and is communicating with the router, I am guessing that the local user ID is also a user ID that is configured in TACACS. This would explain why authentication would work. Can you clarify this? And if this is the case I would guess that the user ID is not configured in TACACS to have enable mode access.
On the possibility that the router is not communicating with the TACACS server I would suggest that you try using the enable secret (or enable password - which ever you have configured) rather than the user password at the prompt for enable mode.
The other part of your question is more clear. Your question says that when you login through vty you go straight to enable mode but on the console you go to privilege level 1. This is intentional behavior on the router. Going straight into enable mode is a function of authorization (in addition to authentication). And by default Cisco does this for vty and does not do this for the console (the danger of locking yourself out of the router if something is misconfigured is significant). If you are confident of the configuration and want to go directly into enable mode on the console you can use this (hidden) command under line con 0:
aaa authorization console
HTH
Rick

Similar Messages

  • Catalyst switch hangs when connecting via console port

    Hi,
    I've just started work for a company - they have no network documentation or knowledge of their current set-up whatsoever.
    For the LAN in the office they have Cisco Catalyst WS-C3524-XL switches. But it doesn't seem like these are even configured with an IP address for management purposes.
    So, I thought I would connect via a console cable to have a look at their configurations and also to investigate some performance problems some users were having on the LAN.
    BUT - when I connected to the console cable, all the switch LEDs stopped flickering happily and went solid and everyone in the office lost their network connectivity! (I wasn't popular!)
    Rebooting the switch with the console port still connected had no effect - the LEDs remained solid and there was no network connectivity. However, when I removed my console cable, everything started working again!
    Does anyone have any ideas a) what can have caused this and b) how I can resolve this problem and connect to the switches without disrupting all the other users!
    Note: I subsequently connected to a spare WS-C3524-XL switch using the same laptop and same console cable without any problems.

    Hi,
    thanks for the response.
    no, I can't login to the switch(es) at all. There seems to be no response from hyperterminal at all. (Then I noticed that the LEDs had gone "solid" and that everyone started to complain they had lost network connection!)
    Even when I powered off and powered on the switch with the console port still connected, nothing appeared on the hyperterminal screen.
    However, as mentioned, I'm able to connect to one of our spare switches using the same settings, same laptop, and same console cable - so I guess that would rule these things out as being the cause?
    Its definitely a strange one, especially as it seems to be affecting all 3 of the live switches!

  • Solutions to problems when going from KDE3 to KDE4

    I have converted to KDE4, sort of, partially..  and encountered hosts of problems. Some I found a solution for in this forum, others remain unsolved so far. 
    Perhaps there is a wiki subject, or a thread here that collects solutions to such probems, but I have not found it. If there is none - why not?
    Currently I am trying to find out how to get into 'administrator mode' in the "system settings", amongst other things.
    Changing inittab to look for kdm in /usr/bin instead of /opt/kde/bin was the first solutin I found here;
    using gstreamer instead of xine may well be how I can get back sounds;
    importing mail from KDE3 worked partially - I lost several mail folders (backed up, I am happy to say)
    using su gives me a "root console";
    reordering of panels etc is lower on the list
    Ok, I can probably solve or work around most problems, but having a "solutions thread" would make life so much easier!

    occam wrote:Currently I am trying to find out how to get into 'administrator mode' in the "system settings", amongst other things.
    I have been looking for that one too. And in the end I found the KDE 4.2 Feature Plan. So don't expect it before January 29th 2009. The workaround in the meantime is Alt+F2 "kdesu systemsettings".
    I back you on a KDE4 wiki page. I have already edited several to reflect the path changes. A central "transition" page would be nice though. I'd offer my help.
    Last edited by Inkaine (2008-08-01 13:07:07)

  • Java.lang.NullPointerException when going to console

    We have are using WL 8.1 Sp2.
              I had tried to upgrade to WL 8.1 Sp4. We had some issues with that and i copied the old (sp2) config.xml back and started the server again . The application seems to run fine but I cannot go the Console. This the error I get :
              Mar 8, 2006 1:03:49 PM CST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=18193932,name=console,context-path=/console)] Servlet failed
              with Exception
              java.lang.NullPointerException
              at weblogic.management.console.webapp._login.__loginform._jspService(__loginform.java:180)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6354)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              Any Suggestions ?
              Thanks

    I have also encountered same issue. Please let me know the solution in case you find it.
    In fact after configuiring Oracle files as per the document provided at Oracle OTN site 'Collaboration handbook', I am unable to connect OID. As per log it says
    2003/04/01:20:37:58[Oidmon]: Unable to connect to database, will retry after 20 sec
    2003/04/01:21:20:21Starting Monitor Process, PID=2920
    2003/04/01:21:20:21ORACLE_SID not set, setting to iasdb
    2003/04/01:21:41:22Failed to fetch Process Table. ORA-12571: TNS:packet writer failure
    I checked Listener, which was found ok, then I checked TNSPING, which executed ok.
    I have dowloaded documents troubleshooting OID, but no success. The document itself says that architecture of OID is fairly complex and the log does not suggest much insight.
    Any solution?
    Regards,
    Vipul

  • Problem when going to connect  Oracle 9.2.0 + Linux RedHat 7.3

    SQL> Connect system
    Enter Password: ******
    ERROR:
    ORA-01034: Oracle not Available
    ORA-27101: Share memory realm does not exists
    Linux Error: 2: No such file or Directory
    Can anybody tell me how I can solve this problem?
    Thanks in advance.

    Did you check to make sure that your environment variables are set correctly?
    Is LD_LIBRARY_PATH set correctly?
    Look at http://www.puschitz.com/OracleOnLinux.shtml for pointers to successful install.
    I was able to install Oracle 9.2 in RedHat 7.3 without these issues. It may just be missing or incorrectly set environment vairables.

  • Acroread locks up when going to Edit - Preferences | Reviewing

    Reportd by Sitsofe Wheeler <[email protected]>.<br /><br />For details see:<br /><br />http://bugzilla.novell.com/show_bug.cgi?id=382777

    Description of the problem:
    When going to Edit -> Preferences and choosing Reviewing acroread will lock up.
    Steps to reproduce:
    1. Start acroread .
    2. Go to Edit -> Preferences .
    3. Click on Reviewing at the left.
    Expected results:
    Reviewing category to be shown on the right.
    Actual results:
    acroread locks itself up indefinitely.
    How reproducible is this problem?
    It is reproducible every time (seeming even with a clean profile).
    Version information:
    acroread-8.1.2-1.4
    mozilla-xulrunner181-1.8.1.13-0.1
    Comments
    ------- Comment #1 From Mike Fabian 2008-04-23 08:27:54 MST -------
    [ ] Private
    I can reproduce this.
    ------- Comment #2 From Mike Fabian 2008-04-23 08:43:41 MST -------
    [ ] Private
    Reproducible both on x86_64 and i386 (acroread is 32bit anyway
    on both platforms).
    ------- Comment #3 From Mike Fabian 2008-04-23 10:18:03 MST -------
    [ ] Private
    This is caused by deleting the libcurl.so.3.0.0 and using symlinks to
    libcurl.so.4.0.0:
    %elseif %suse_version >= 1030
    rm
    $RPM_BUILD_ROOT%INSTALL_DIR/Adobe/Reader8/Reader/intellinux/lib/lib{crypto,ssl,curl,gcc_s, stdc++}.so*
    # libcurl.so.4 and libcurl.so.3 are supposedly compatible, see bnc#353251
    comment #29:
    (cd $RPM_BUILD_ROOT%INSTALL_DIR/Adobe/Reader8/Reader/intellinux/lib && ln -sf
    ../../../../../../../usr/lib/libcurl.so.4 libcurl.so)
    (cd $RPM_BUILD_ROOT%INSTALL_DIR/Adobe/Reader8/Reader/intellinux/lib && ln -sf
    ../../../../../../../usr/lib/libcurl.so.4 libcurl.so.3)
    ------- Comment #4 From Mike Fabian 2008-04-23 10:19:17 MST -------
    [ ] Private
    Related to bug #353251.
    ------- Comment #5 From Mike Fabian 2008-04-23 10:22:29 MST -------
    [ ] Private
    from bug #353251:
    ------- Comment #29 From Michal Marek 2008-02-20 03:15:21 MST -------
    [ ] Private
    (In reply to comment #28 from Ludwig Nussel)
    > AFAICS curl actually didn't change the ABI. They internally made some options
    > to curl_easy_setopt() that deal with 3rd party ftp transfers a noop.
    That's correct, as to the sybmols and data structures, there was no change.
    Only the few curl_easy_setopt() options that nobody uses anyway got removed.
    E.g. Debian "cheats" by packaging a libcurl.so.3 -> libcurl.so.4 symlink, we
    could do that too, either in the curl package or in acroread.rpm.
    ------- Comment #6 From Mike Fabian 2008-04-23 10:24:45 MST -------
    [ ] Private
    Apparently libcurl.so.3 and libcurl.so.4 are not as compatible as we
    thought because keeping the libcurl.so.3.0.0 which comes with the
    acroread tarball instead of creating symlinks to libcurl.so.4.0.0
    make this problem go away.
    ------- Comment #7 From Mike Fabian 2008-04-23 11:48:55 MST -------
    [ ] Private
    Even with the right version of libcurl it doesnt work.
    With the right version of libcurl it is possible to
    click on the Edit → Preferences → Reviewing category once.
    Then one sees:
    Shared Reviews
    Check for new comments:
    Every 15 minutes when the document is open [ | ]
    Every 2 hours in the background [ | ]
    Show Review Tracker Alerts:
    Over a rolling window of 60 minutes [ | ]
    [Cancel] [ OK ]
    Click on [Cancel] or [ OK ] and exit acroread.
    Restart acroread.
    Click on Edit → Preferences.
    Hangs already.
    ------- Comment #8 From Mike Fabian 2008-04-23 11:54:18 MST -------
    [ ] Private
    After entering the Reviewing setup dialog once and exiting
    acroread, there are two sockets in the configuration directory:
    mfabian@magellan:~$ ls .adobe/Acrobat/8.0/Synchronizer/
    Commands= adobesynchronizersLockObj-lock metadata/
    Notification= adobesynchronizersu80
    mfabian@magellan:~$
    After deleting these sockets
    rm .adobe/Acrobat/8.0/Synchronizer/{Commands,Notification}
    one can enter the Edit → Preferences → Reviewing dialog again. But
    only for one session, the problem reappears after the next restart of
    acroead because the sockets are there again.
    ------- Comment #9 From Mike Fabian 2008-04-23 11:56:17 MST -------
    [ ] Private
    Therefore, using the libcurl.so.3.0.0 which comes with acroread
    doesnt help all that much. Delays the hang somewhat but thats it.
    ------- Comment #10 From Mike Fabian 2008-04-23 12:26:37 MST -------
    [ ] Private
    The problem described in comment #7 and comment #8 happens
    both on x86_64 and i386 platforms.

  • Nexus 1000V. problem when working with the console VMWare

    I have a problem when working with the console VMWare.
    Sometimes it is impossible to connect any of the hypervisor to the guest OS managed by them.
    I get the message: "Unable connect to the MKS: Host address lookup for server <name of the hypervisor> failed: No such host is known."
    This message always appears in conjunction with the reconfiguration of virtual switch: "Reconfigure vNetwork Distributed Switch .... Initiated by Cisco_Nexus_1000V_ ....."
    Upon completion of the reconfiguration, Communication console, with guest OS is restored, or on its own or after a reboot srv-vc.
    In this time, I do not see any message in Nexus 1000v log.
    What is this?
    Thanks in advance.

    Smells of a DNS issue.  Are you sure your ESX hosts are reachable from your client via DNS hostname?  Try pinging them from a command prompt/terminal.  You may have DNS server issues.
    As a temp fix, edit your [windowspath]/system32/etc/drivers/hosts file and manually add the ESX host name and IP, then re-test.
    Regards,
    Robert

  • When going to update it says there is a billing problem with the previous purchase, I went in to fix it but it won't let me download it. How do I fix this problem?

    When going to update it says there is a billing problem with the previous purchase when I go to update it still won't let me download and all the info is correct. How do I fix this?

    You have to email iTunes Store Support about this issue now. You can get started here. Change the country in the upper right if necessary.
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Safari problem:  when I switch back into safari from another application, the menu bar comes up but no tabs or windows.  What's going on?  Just started yesterday.  I have found a workaround: when I Command Tab back to safari, I hit command T to open a new

    Safari problem:  when I switch back into safari from another application, the menu bar comes up but no tabs or windows.  What's going on?  Just started yesterday.  I have found a workaround: when I Command Tab back to safari, I hit command T to open a new tab and Command W to close it, and my other tabs are visible.
    I have tried shutting down, closing tabs, with no success.  What's going on and how can I fix it?
    Thanks,
    Cindi B
    PS:  I'm not sure of the actual OS level, but I have not allowed it to upgrade to Maverick yet; concerned about it because of a few things I've read...

    A Safari extension or third party plugin may be causing the menu bar issue.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    As for which OS X is installed.
    Click the Apple () menu top left in your screen. From the drop down menu click About This Mac.
    The version is noted there.
    v10.6 Snow Leopard v10.7 Lion  v10.8 Mountain Lion
    It's your choice whether or not to upgrade to Mavericks. If you decide to do this, make sure your Mac meets the requirements noted here.

  • Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Hi When going from Develop module to print module a white boarder appears on screen which also prints via my epson r3000 printer. I can get round this by exporting photo to Elements and printing from there but can i get rid of the boarder and print from l

    Hi When going from Develop module to print module a white boarder appears on screen which also prints via my epson r3000 printer. I can get round this by exporting photo to Elements and printing from there but can i get rid of the boarder and print from lightroom?

    In the printer driver (accessed through the Page Setup button) set the Advanced tab to borderless. Then in the right hand panel under Layout set all the margins to zero.

  • When going to a website from the desktop I get the followi ng message. "There was a problem sending the command to the program" Even though I get this messge, it still connects with the website/

    When going from the desktop to a website, I get the following message. "There was a problem sending the command to the program" Even though I get this message, I still connect to the website.

    As reported in earlier replies, the annoyance disappeared after I upgraded to Roboform 7.5.6, from 7.5.4.
    Regards, Steve

  • Screenshot problem when I do a cmnd shft 4 to take a screenshot to desktop it goes to the clipboard instead of the desktop I am using mavericks

    screenshot problem when I do a cmnd shft 4 to take a screenshot to desktop it goes to the clipboard instead of the desktop I am using mavericks any sugestions please

    Usually the Control key is required, instead of the Command key,
    to save the screen shot to clipboard. What happens if you use
    the correct sequence of keys to save to clipboard, then?
    According to duane, in older discussion,  general keystroke/effects:
    Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
    Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
    Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
    Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard
    Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard
    Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard

  • I used firefox 3.6.14 on windows 7 x64 (firxfox x32). I found a problem when I develop my website and alert data or value via javascript , firefox hang (not response) every time. What's happend? How to solve is problem?

    I used firefox 3.6.14 on windows 7 x64 (firxfox x32). I found a problem when I develop my website and alert data or value via javascript , firefox hang (not response) every time. What's happend? How to solve is problem?
    Thank you for help
    Lohkaeo

    Oops - for some reason, this problem now seems to have gone away. May have had something to do with Flash. I'll keep my fingers crossed.

  • I am getting an invalid certificate notice when going to one web site only, that formerly was not a problem. Happens with Safari and Google Chrome. Any ideas?

    I am getting an invalid certificate notice when going to only one web site, that previously was OK. Happens with both Safari and Google Chrome. Would emptying the system cache fix the problem?

    Well, it seems weird & it has no email listed, you might try contacting them to see...
      [email protected]

Maybe you are looking for

  • Validation on data and time format

    Hi In a flat file a date and time fill in but user.  And the data and time format should always be fill in with the format <DDMMYYYY> <HHMMSS> is there a FM which check whether user has put the wrong date format such as <YYYYMMDD> or <MMDDYYYY> inste

  • Error occurred in derivation rule

    Dear All, After saving the billing document, & it is not realesed to A/c. Document.My client came across the following error; Error occurred in derivation rule. See long text Message no. K/111 CO-PA Characteristic Derivation Diagnosis Step 0031 Categ

  • MacBook using BootCamp - Windows XP Bootup shows display in Portrait Mode

    I loaded Windows XP on my MacBook using Bootcamp. Everything was working fine, but now for some reason the display is in Portrait Mode when in XP. Does anyone know how to get the screen back to a normal mode?

  • Problems by creating EJB Client

    Hello, I tried to create a EJB Client for OC4J in IDE Eclipse. but I got the exception javax.naming.NoInitialContextException: Cannot instantiate class: com.evermind.server.rmi.RMIInitialContextFactory. Root exception is java.lang.ClassNotFoundExcept

  • Downloaded RH 9 trial version and now Acrobat has disappeared

    Hi all, I have had Adobe Acrobat installed for years and use it all the time.  Have also had RH X5 installed on the same PC all along.  I downloaded the trial version of RH 9  and now find that all the icons for PDFs have changed to the icon you see