Unable to enter to user Privilege EXEC Mode with catalyst 1900

Hello
I am setting up some lab network . I have 10  Cisco 1900 series switches . But when i try to power up it shows the below message. I am not able to get into user privilege mode.
Catalyst 1900 Management Console
Copyright (c) Cisco Systems, Inc.  1993-1997
All rights reserved.
Ethernet address: 00-C0-1D-81-43-65
1 user(s) now active on Management Console.
Enter password:
Catalyst 1900 - Main Menu
     [C] Console Password
     [S] System
     [N] Network Management
     [P] Port Configuration
     [A] Port Addressing
     [D] Port Statistics Detail
     [M] Monitoring
     [V] Virtual LAN
     [R] Multicast Registration
     [F] Firmware
     [I] RS-232 Interface
     [U] Usage Summaries
     [H] Help
     [X] Exit Management Console
Enter Selection:
could you pls tell me how can i get into the user mode such as 
Switch1#
Thanks
Navaz

There were two versions of software for the 1900 series switches, one that purely menu based configuration and management and the Enterprise version, which had an option to exit the menu and get access to a CLI. Note though that this is not Cisco IOS.
There's a post, Catalyst 1900 Enterprise software, on the forum from 2002 that will give you some more details. As indicated in that post there's an option to upgrade to the Enterprise edition, but you obviously need to acquire the software.
As per the reponses from Richard and Leo, these are very old switches and depending upon what you're trying to do with them, may not serve your purpose.
Regards

Similar Messages

  • ACS 5.3 Different password for privilege exec mode

    This is what I would like to do for our Core Routers. Not too familiar with ACS, so please excuse me if I don't provide you will all the details.
    Right now I have ACS 5.3 which is tide to Active Directory. When a user logs in they use there AD credentials to access the CLI and use that same password to access privileged exec mode.
    What I want to do is have users log in using their AD credentials like normal but have a unique password to access privileged exec mode, different for each user.
    So far this is what I have done:
    1) Created a test user (same as AD user name) in the Internal Identity Store
    Password Type: Internal Users
    normal password set differently that Enable Password (I think Enable Password will only be relevant)
    2) Created a rule under Access Policies > Device Admin - Commands > Identity
    - Created Rule with Current Condition Set    (TACACS+:Authen-Type match ASCII And (TACACS+:Action match Login AND TACACS+Service match Enable))
    - Identity Source: Internal Users
    When I enable the rule. I can login with my AD credentials, but when I try to access privilege exec mode the password that I created for the local user (regular and enable) does not work.
    Question: Do I need to create a shell profile with Maximum privilege value set to something under 15 for the authorization policy and apply it so it will try and use the internal user's enable password?
    Not to familiar with how this works. One of my co-workers said I needed to demote the users in order for my rule to work.

    Hey Tushar,
    That is our current setup. Right now each user logs in with their AD credentials to get into user exec mode and the same password to get into privileged exec mode. I would like to have a user login with their normal AD credentials to get into user exec mode and a different password (specific to each user, not locally on the device) to login to privileged exec mode. We are doing this for security reasons. Hopefully that clarifys what I'm trying to do.
    Thanks

  • Disable password for privileged Exec mode via Telnet

    I've looked around for an answer for this specific issue but haven't been able to find one yet.  Hoping this is easy and someone can point me in the right direction. 
    When logging into a 2950 switch via Telnet, I'm prompted for a password when attempting to "enable" privileged mode.  I want to disable the password requirement for now (home lab, not production).  When I initiate the "no enable password" or "no enable secret" command (via a console connection), and try to initiate the enable command, I receive the message "% No password set".  If I now attempt to enable privileged mode from the console, I'm not asked for a password.  How can I disable the password prompt for VTY mode?
    Thanks!

    Thanks for the suggestion;  I've tried it but am still asked for a password.  
    From global config, I entered:
    line vty 0 15
    privilege level 15
    exit
    Am I missing any steps there?
    Thanks!

  • CISCO 700 and privileged EXEC mode

    Hi!
    I have a CISCO 765 and trying to connect to another 765 and the result of the dailing is
    "L08 1 0498291725 Call Connected
    Connection 11 Add Link 1 Channel 1
    Connection 11 Remove Link 1 Channel 1
    L13 1 Disconnecting Call
    L27 1 Disconnected"
    This dosent say so much so I need to enter the debug mode. But how do I do that on the 765?

    Are you getting any other error messages through the console. Try enabling "debug isdn q931" on the router and check for the reason the call is getting disconnected. Check which end is disconnecting the call. Whether it is the calling side or the called side. This will help in narrowing down the issue.

  • Changing default command mode to Privileged EXEC

    I am currently setting up a 2800 Series router, and prefer a username/password type authentication rather than a single enable password. To do this, I did:
    Router(config)# username <myuser> privilege 15 secret 0 <mypassword>
    Router(config)# username2 <myuser> privilege 15 secret 0 <mypassword>
    Router(config)# aaa new-model
    Router(config)# aaa authentication login default local
    This basically does what I want - when I connect to the router through console, it immediately asks me for a username and password. The thing is - as soon as I provide the right credentials, it takes me to USER EXEC mode (the default command mode). Is it possible to change that so that after entering the credentials, I go right into privileged exec mode?
    Bonus question: As it is now, I just have no enable password, so when I login with my credentials, I issue "enable" to enter privileged exec mode without it prompting for an additional password. Is it safe to do it this way - having no enable password but requiring a username and password for login?

    Hi,
    We do this all the time. It works the same way on telnet
    Line vty 0 4
    Priveledge level 15
    This way when we telnet in, it takes us right to priv. exec mode. Most people have the enable password the same as the telnet / console password anyway so IMHO its the same thing. If you are trying to be ultra secure, than make your enable password something different and do not use this little trick....But like I said...I use it all the time.
    Paul

  • Unable to Access Single User Mode on Macbook Air 2012

    I am unable to enter SINGLE USER mode on myMacbook Air 2012....I have made sure that there is no Firmware Password preventing me from doing so...what else
    could be the reason....any suggestions?

    So are you saying you try to start up as shown here:
    OS X Mountain Lion: Start up in single-user mode
    If so, what happens when you try?  What do you see?

  • ACS 4.2 authentication and Privelged exec mode on Test Router.

    The goal is to have ACS authenticate my username via ssh and allow me to get into privileged exec mode once authenticated. Details below.
    I have ACS 4.2 Solution Engine and I have a test router with the following commands setup:
    aaa new-model
    aaa authentication login default group tacacs+ local
    aaa session-id common
    tacacs-server host 10.4.4.21 single-connection
    tacacs-server key $#$&$*#
    The problem is this. I can SSH and logon to the router which uses a user in the ACS database but the router will not allow me to use the enable command to get to exec mode. The error it gives me is:
    AAA_ROUTER_CLIENT>enable
    % Error in authentication.
    AAA_ROUTER_CLIENT>
    I must be missing something in the ACS. Any help would be appreciated.

    You are missing this command
    aaa authorization exec default group tacacs+ if-authenticated
    This is what you need on router
    Router(config)# username [username] password [password]
    tacacs-server host [ip]
    tacacs-server key [key]
    aaa new-model
    aaa authentication login default group tacacs+ local
    aaa authorization exec default group tacacs+ if-authenticated
    On ACS
    Bring users/groups in at level 15
    1. Go to user or group setup in ACS
    2. Drop down to "TACACS+ Settings"
    3. Place a check in "Shell (Exec)"
    4. Place a check in "Privilege level" and enter "15" in the adjacent field
    Regards,
    ~JG
    Do rate helpful posts

  • Allow privilleged users to enter into EXEC mode on login not working with public keys

    Hi,
    I have recently updated one of my Cisco ASA to v9.2(1) and noticed a function to get the perform authorization for exec shell access can do a auto-enable when logging in from ssh.
    The problem is that if I use a private/public key authentication with a user it won't do the auto-enable feature. If I login without keys and using my password, it jumps into privilleged exec mode as it should.
    Anyone else had this issue?
    Config:
    aaa authentication ssh console LOCAL
    aaa authorization exec LOCAL auto-enable
    username user password xxxxxx encrypted privilege 15
    username user attributes
     ssh authentication publickey 22:af:xxxxxx hashed
    Any answer will be highly appreciated. 
    P.S I'm totally new in this forum.

    Would you be able to open a TAC SR and once you do , Email me the SR no and i will look into this issue.
    [email protected]
    Thanks and Regards,
    Vibhor Amrodia

  • Can't enter Single-User Mode

    I just bought tiger for my 12 inch powerbook G4. am unable to complete installation due to an error with my 10.2. The problem is I dont have the start up disks anymore and can't enter single-use or verbose-mode to fix the problem.
    Any ideas on how to upgrade or enter single-use?
    Thanks
    Ben

    An Open Firmware password is one thing that would prevent you from changing the startup disk, booting from a CD or starting up in single user mode. You would see a lock and a dialog asking you to enter your password. So, it doesn't seem that this is your problem.
    If you have some file directory damage, you can use the Tiger install DVD to attempt to repair it. Put the DVD in the drive, restart and hold down on the "c" key (if you have one and then choose the language you want to use. At the next screen, do not continue to install but choose to open the Disk Utility from the Utilities menu. You can then use the Disk Utility to "repair disk" on your hard drive. The Tiger Disk Utility is pretty mature and can repair many problems.
    -Doug

  • Unable to enter Recovery Mode for my iPad Air

    Unable to enter Recovery Mode for my iPad Air
    While updating my iPad Air to iOS 7.0.6, it went into an endless loop of cycling between the white Apple screen and the whirling dashes. I can't even reliably shut it down.  It seems a prime candidate for recovery mode, but unfortunately I can't get it there.  When I try to enter recovery mode by attaching to iTunes then pressing the home key and then reattaching theUSB cable when attached to iTunes, I just go back into the same endless loop Apple screen / whirling dashes cycle.
    Right now I'm just waiting for it to power off by letting the battery run down, to see if that jumpstart brings it back up into a different state.
    Anything else I can try?  Or is my next stop the Genius Bar?
    Thank you,
    Matt

    The timing on this has to be...just...right to enter DFU mode. If that won't work, plug the iPad Air into your computer and set the iPad into recovery mode, like so:
    1) Turn off your device. If you can't turn it off, press and hold the Sleep/Wake and Home buttons at the same time and wait a few seconds for it to turn off.
    2) Plug the device's USB cable into your computer only.
    3) Hold down the device's Home button as you connect the USB cable to it.
    4) When you see the Connect to iTunes screen, release the Home button. If you don't see this screen, try steps 1 through 3 one more time.

  • OBIEE11g: Set user privileges to  Open RPD in Read Only mode.

    Hi All,
    Can some one help me , how to set user privileges to open RPD in read only mode.
    1) If a user ( xxxx) logs into the RPD then the rpd should open in Read Only Mode for xxxx user.
    2) If other user (YYYY) logs in online mode then it should open in online mode for other user (YYYY).
    How to set the security to achieve this.

    863866 wrote:
    Hi All,
    Can some one help me , how to set user privileges to open RPD in read only mode.
    1) If a user ( xxxx) logs into the RPD then the rpd should open in Read Only Mode for xxxx user.
    2) If other user (YYYY) logs in online mode then it should open in online mode for other user (YYYY).
    How to set the security to achieve this.Hi,
    I don't think it's possible, can go with metadata dictionary option which is also help to analysis RPD.
    refer section,
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10540/utilitiesexprbldr.htm#BIEMG325
    Thanks
    Deva

  • User In Planning unit Hierarchy unable to see data form in editable mode

    hi all,
    we are facing a problem in planning unit hierarchy in Hyperion planning, where we have 4 users, Hierarchy is define as
    hierarchy: budget approved
    version: approved
    Entity: Finance
    Senario:Budget
    haroon asghar ( owner)
    adeel javid (Reviewer)
    Naeem asghar (Reviewer)
    Imtiaz (Reviewer)
    Issue is that,after start the budget activity (promotional path) by Admin, the data form editable to Owner haroon asghar
    but after completing his work by haroon,when he promote the planning unit ,the next user in Hierarchy "Adeel javid" unable to see data form in respective planning unit in uneditable data form not only for this user but all rest of the users as well,while i think data form should only uneditable(grayed) for user Haroon Asghar who promote the planning unit.
    we have checked all security rights to the users those are "Write access" but still Adeel javid is unable to enter data,so the budget activity is stop due to this problem.
    when i remove the planning unit then i log in with all user one by one and see all data form required version,scenario and entity were editable to all users mention above
    we want to run budget activity with the above planning unit hierarchy.
    plz any one provide the proposed solution of the said issue
    we are using Product Version     11.1.2.0.00
    Regards
    Anwar

    Reviewers will not be able to write data to the intersection. Reviewers can only review the data and follow-up with a Reject, Promote, Sign off, Delegate, Originate or Freeze.
    Please refer Article ID 1226783.1 in MOS.
    HTH-
    Jasmine.

  • Unable to enter recovery mode

    I'm using a rooted Xperia SL and I'm unable to enter recovery mode. I was running on Doomlord's pre rooted Stock JB ROM for Xperia S and Trinity ultimate Kernel. The problem started when I tried to flash Sound Enhancements and Walkman app from XDA forums.
    After it flashed and I rebooted my device, my phone just kept restarting without being able to get to the homescreen. So I entered TWRP screen and I reflashed the JB ROM. Now, even though I flashed a recovery using Fastboot, I'm still unable to enter recovery mode 
    I tried using goo.manager but still no luck! The rom works fine and it's prerooted and I can use it to function normally, but I'm not able to enter recovery to flash other apps 
    Please help
    Solved!
    Go to Solution.

    Make sure the recovery is compatible with the rom and kernel you have on your Xperia
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • We are unable to find a user that matches the Rep.ID and Password you have entered. Please verify and try again. work on IE but now Firefox

    We are unable to find a user that matches the Rep.ID and Password you have entered.
    Please verify and try again.
    I get this error when trying to access my Wild Tree web site
    http://resources.wildtree.com/MyWildtree/RepLogin.aspx?ReturnUrl=%2fmywildtree%2fMain.aspx
    I can log in just fine to the main page, but then they make you log in again as you go deeper into the site for Security reasons. But when I log in the 2nd time, I get the above error. Help

    This can be caused by corrupted cookies or cookies that are blocked (check the permissions on the about:permissions page).
    *https://support.mozilla.org/kb/fix-login-issues-on-websites-require-passwords
    Note that you may have to enable third-party cookies for that domain or for visited sites.
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history"
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    If clearing cookies doesn't work then it is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookies files like <b>cookies.sqlite-journal</b> in the Firefox profile folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies

  • HT1338 I have macbook without a firewire port, I have usb 2.0 port, now my os is not working I can not get through apple logo loading , I can not enter safe mode, I can only enter one user mode, how can I backup my data, I have very important data in my h

    I have macbook without a firewire port, I have usb 2.0 port, now my os is not working I can not get through apple logo loading , I can not enter safe mode, I can only enter one user mode, how can I backup my data, I have very important data in my hdd

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

Maybe you are looking for

  • Bad reporting performance after compressing infocubes

    Hi, as I learned, we should compress requests in our infocubes. And since we're using Oracle 9.2.0.7 as database, we can use partitioning on the E-facttable to still increase reporting performance. So far all theory... After getting complaints about

  • When I sync my phone, I want the photos to go to Iphoto and videos to go to I movie Is this possible ?

    I had around 600 gb of video in my I photo Libary.  this was causing all kinds of trouble.  So I searched I photo and exported all the video.  I Imported it all into I movie.  Clean house and all set. Now when I import I want to just download photos

  • Install RAC 11g2 : DBCA error with listener

    I get this error while create database with DBCA in RAC 11g2 installation. ORA-00119: invalid specification for system parameter REMOTE_LISTENER ORA-00132: syntax error or unresolved network name 'rac-scan.edu.vn:1521' My scan listener : [oracle@vm01

  • Remove ink stains on the keyboard

    I just got my MacBook for a week. Unfortunately I left some ball pen ink stains on the white keyboard when I typed. I tried to clean it and it seemed not working. I called the Applecare, they told me to put the wrap in the boiled water and then use t

  • DISCUSSION IS LOCKED - why?

    DISCUSSION IS LOCKED - why? No sync with audio for input files AVI MPEG4 23.976 fps http://forums.adobe.com/thread/1366584 No any Copyrighted content was used. Free sample was downloaded from here: http://www.bigbuckbunny.org/index.php/download/ Usin