How To Reset the Password on a Cisco 9200 Series Switch

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 53

  • @sharonantonydavis
    @sharonantonydavis 3 года назад +14

    Thank you .Short and sweet explanation.Those who are watching please make sure to watch till end to change the values CONFIG=O to save the config to avoid booting as default in next reboot.

  • @atomycal
    @atomycal 2 года назад +3

    This is so helpful... Cisco is making our life soooo complicated, there's never good enough documentation in the internet.
    Thanks!

  • @minh141976
    @minh141976 Год назад +8

    You don't have to go to boot loader the 2nd time. You can do "no system ignore startupconfig switch all" in global configuration mode to tell the switch to NOT to ignore the startup config

  • @shawnphillips1220
    @shawnphillips1220 3 года назад +1

    I have a webui question
    My vendor configured my switch. I can access it through putty and use CLI. I'm not very educated in CLI and would rather prefer webui. When I try to access webui by IP through HTTP, I get to the Cisco credential screen but can't log in. My username and password for CLI doesn't work for webui. Do I need to enable webui or a username/password in CLI before I can access webui?

  • @ShivanshModwin
    @ShivanshModwin 5 месяцев назад

    THANK YOU VERY MUCH FOR THE GUIDANCE! IT HELPED ME A LOT! I WAS STRUGGLING WITH CASE SENSITIVENESS IN ALL OTHER VIDEOS BUT AFTER WATCHING YOUR VIDEO I CAME TO KNOW THAT ROMMON MODE IS CASE SENSITIVE & NOW ME ISSUE IS RESOLVED! THANK YOU VERY MUCH! (My comment is case sensitive ;-P)

  • @network-nub6687
    @network-nub6687 9 месяцев назад

    Question: How about for switches in stack, what is the initial process? Should i on/off all ? or keep members turn off and do off/on Master only?

  • @yesmilan8795
    @yesmilan8795 2 года назад

    I have question this switch does supported subinterface for routing
    ???

  • @barrymalawi
    @barrymalawi 3 года назад +2

    If I have a stack with 5 switches when is the time to power on the slaves again?

  • @TrentCollier-ne6qy
    @TrentCollier-ne6qy 7 месяцев назад +1

    I see the you entered "boot flash:packages.conf" command and the switch gave you an error message "failed to boot from flash:packages.conf (Not Found) and then you entered the command again "boot flash:packages.conf" and the camera cut out. I don't believe it actually worked using that specific process speaking from experience.

  • @rolandoalmaguer
    @rolandoalmaguer 4 месяца назад

    Right at the 6 minute mark what exactly did you do? It was quick and I couldn't see the complete command? Help!

  • @ernestgrouns8710
    @ernestgrouns8710 2 года назад +2

    You saved my bacon!! Thanks a million for this video!!

  • @KRBI-3D
    @KRBI-3D 18 дней назад +1

    At minute 5:33 of ​​the video, when I give the configure t command, I get an error. % AUTHORIZATION FAILED

  • @jbenini
    @jbenini 9 месяцев назад

    Thank you to be so helpful. Wish to you an amazing day!

  • @crispinbelongo4279
    @crispinbelongo4279 2 года назад +3

    This video saved my job, thanks man

  • @henrylarreynaga75
    @henrylarreynaga75 11 месяцев назад

    great step by step guidance. Thank you for sharing.

  • @aBoogivogi
    @aBoogivogi 2 года назад +1

    Will this allow me to change the secret password used to enter enable mode on a catalyst 2960 as well? I have found multiple guides to generate a new factory default config, but none of them fix my issue which is that I forgot my secret enable password.

    • @boots7859
      @boots7859 10 месяцев назад

      Do you not know how to google for password reset for a cisco catalyst?

  • @ferdievicmudo5013
    @ferdievicmudo5013 9 месяцев назад

    Very helpful, I owe you one.

  • @marinddaaa
    @marinddaaa 2 года назад +2

    Thanks a million, Great info 👍🏼

  • @veerabsc
    @veerabsc 2 года назад +1

    Simple and best video mate

  • @nyilinhtut7939
    @nyilinhtut7939 Год назад

    So if the intruder can reach the switch physicall in our company he can aceess the switch without knowing the password of it and can change the all confg of it

    • @boots7859
      @boots7859 10 месяцев назад

      I really hope your not actually in the networking field.
      Hot tip, an intruder can actually take money out of a bank safe if he can access it.
      If you don't have physical security, you're boned.

  • @onkarsutar7755
    @onkarsutar7755 2 года назад

    Hi Team, Can you please confirm me that the Pen drive or extra SSD storage which is coming along with 9300 cisco switch that can be used for other devices like server and laptops.
    waiting for response
    😇

    • @boots7859
      @boots7859 10 месяцев назад

      I think that timed out...

  • @viniciuschaves6576
    @viniciuschaves6576 Год назад

    The video is very good, But it didn't work for me, but I found this that is very similar:
    I recently inherited as pallet of Cat 9200Ls from a customer who shutdown one of their offices. Many of them had existing configuration and were part of a stack previously. As far as I can tell the ROMMON mode on these switches doesn’t give you the ability to delete the existing configuration files. Here is how you have to work around that.
    First boot the switch. Once ########### starts scrolling across the terminal press the button on the front of the switch. This will break the boot into ROMMON mode.
    Once in ROMMON mode you need to paste in three commands:
    switch: SWITCH_IGNORE_STARTUP_CFG=1
    switch: unset STACK_1_1
    switch: boot
    This should be all that is needed to ignore the existing configuration and boot into a blank configuration. Once booted into a blank configuration:
    enable
    write erase
    switch X renumber 1
    conf t
    no system ignore startupconfig switch all
    do write memory
    do reload
    Renumbering the switch and reloading will both present prompts.
    After the switch as rebooted it should be in a usable factory default state.
    HOPE TO HELP WHO DOESNT UNDERSTAND MUCH LIKE ME!

  • @brucewillis7213
    @brucewillis7213 6 месяцев назад

    It doesn't work for me. After entering 'boot flash:packages.conf', it asks me for the enable password again.

  • @maryamabbasi9006
    @maryamabbasi9006 Год назад

    Thanks for the recap :)

  • @alsouthern7731
    @alsouthern7731 Год назад

    Would like to see how to copy config to new switch 9200l series

    • @boots7859
      @boots7859 10 месяцев назад

      do a show run and copy from buffer in Putty/SecureCRT.
      Paste that into other switch.

  • @abdoulwahabballo3740
    @abdoulwahabballo3740 Год назад

    Thanks a lot. It was very helpful for me😀

  • @toptenthings2511
    @toptenthings2511 2 года назад

    Thank you very much brother this is realy helpfull video

  • @MisterElliot
    @MisterElliot Месяц назад +1

    2:51 youre welcome

  • @mishabep5611
    @mishabep5611 Год назад

    I did the same but when it boot tehre it is not asking username and password it directly asking enable password

    • @brucewillis7213
      @brucewillis7213 6 месяцев назад

      Me too, after enter "boot flash:packages.conf", it asking me the enable password again.

  • @PhilDenton
    @PhilDenton Год назад

    Cisco documentation on this is terrible. I must have rebooted my C9200 a million times before finding your video and the note about exactly when to press the Mode button!

    • @boots7859
      @boots7859 10 месяцев назад

      No its not, you're google-fu is terrible.
      A million hits www.google.com/search?client=firefox-b-1-d&q=cisco+9200+password+reset

  • @coryyy21
    @coryyy21 2 года назад

    Great video, thanks!

  • @alexkingori7577
    @alexkingori7577 Год назад

    Wh else is getting this sys error #############
    TAM PCR8 Update Failed with rc=250

  • @kadergenius
    @kadergenius 2 года назад

    Superb bro

  • @TomášMrázek-b2q
    @TomášMrázek-b2q Год назад

    super...thank you

  • @finaloutlaw8807
    @finaloutlaw8807 2 года назад

    my only gripe with the video, is the volume of your voice is far to low to listen to in a data center lol

  • @sardor-dp2wo
    @sardor-dp2wo 2 года назад +1

    dont listen him! Just write "boot"

  • @yesmilan8795
    @yesmilan8795 2 года назад

    thank you sir

  • @s_m_v_v_5522
    @s_m_v_v_5522 11 месяцев назад

    Gracis fue de gran ayuda

  • @22Pachanga
    @22Pachanga Год назад

    The Cisco USB to USB cable sucks,

  • @laminetoure9235
    @laminetoure9235 2 года назад

    thanks !!!

  • @Tiao_BR
    @Tiao_BR Год назад

    how can i reset a Raisecom iscom 2900?
    BIG BOOT
    ISCOM2924GF-4C-AC/D_Bootstrap_5.2.1_20160622(10:24:52)
    ? - List all available commands
    h - List all available commands
    V - Show bootstrap version
    b - Boot an executable image
    T - Download system program
    u - XMODEM download system boot image
    S - select boot system sofware
    R - Reboot

  • @florentinobajo
    @florentinobajo 23 дня назад

    You are a crack.
    Thank you very much

  • @elshanhp9043
    @elshanhp9043 4 месяца назад

    Greate

  • @prashantthange3627
    @prashantthange3627 Год назад

    Thanks you.