CCNA 35_Cisco Switch: Rommon Recovery by xModem (Unable to Boot, IOS Corrupted, Stuck in Switch: )

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • My CCNA Networking Tutorials-
    goo.gl/VNzY4E
    I'm Sujoy and today I'll show you how to recover Cisco Switch from Rommon mode (Switch: prompt)
    Topics Explained-
    1. Difference between Cisco Router Rommon mode and Cisco Switch: prompt
    2. What happens when switch could not find valid IOS file to boot
    3. How to initialize flash memory of Cisco switch command
    4. How to change BAUD rate on Cisco switch Console Port
    5. How to copy Cisco IOS file via xModem protocol
    6. How to transfer IOS file using HyperTerminal
    7. How to increase xModem file transfer speed
    8. How to set BOOT variable in Cisco switch
    9. How to recover dead Cisco switch
    10. How to boot Cisco switch
    11. Problem- Cisco 2960 switch stuck in Switch: mode prompt, IOS file corrupted on Switch flash memory
    That's it for now! How is the video? Let me know.
    I've uploaded videos on -
    1) Statistics,
    2) Numerical Methods,
    3) Calculator Tricks for Exams
    4) Business & Financial Mathematics,
    5) Operations Research(OR),
    6) Computer Science & Engineering(CSE),
    7) Electrical Engineering,
    8) Life Hacks!
    9) CCNA Networking,
    10) Android Application Reviews,
    11) India Travel & Tourism,
    12) Street Foods,
    and many other topics.
    Plz visit my channel to watch them. Thanks!
    Join me at my CZcams Channel- / sujoyn70
    Join me at my Blog- www.sujoyn70.bl...

Komentáře • 24

  • @hussainbaawain6389
    @hussainbaawain6389 Před rokem +1

    I sincerely would like to acknowledge many thanks to your valuable video that recover my 3560 switch from switch mode back to normal mode. this video is worth 1M thanks

  • @alltech247
    @alltech247 Před rokem

    Thanks a lot . It worked for my Cisco 3750x Switch :)

  • @gadjetinspector8993
    @gadjetinspector8993 Před 3 lety

    This worked, must pay attention to the dram/file size of the files.. Mine would not load a 128/32 dram/flash file but, the 128/16 works fine.

  • @magewagan5480
    @magewagan5480 Před 3 lety

    Thanks brother. It is really come in handy!

  • @zoltron30
    @zoltron30 Před 3 lety

    Thank you sir worked like a charm

  • @RichKidaz378
    @RichKidaz378 Před 3 lety +1

    Hi Sujoy, i have the same issue with my Cisco catalyst 3650 switch but it wont allow me to load the IOS file. it comes up with an error message " Transfer cancelled by remote system" please help?

    • @sujoy70
      @sujoy70  Před 3 lety

      Follow the instructions as exactly given in video. It'll work. Try 2-3 times. Just be sure there's enough free memory in device.

    • @RichKidaz378
      @RichKidaz378 Před 3 lety

      @@sujoy70 ok will try again but can i ask if the file system is read only will it work?
      List of filesystems currently registered:
      xmodem[0]: (read-only)
      null[1]: (read-write)
      bs[3]: (read-only)
      flash[18]: (read-only)
      tftp[19]: (read-write)
      many thanks for responding so quickly

    • @sujoy70
      @sujoy70  Před 3 lety

      @@RichKidaz378 You've to give command flash_init at beginning.

    • @RichKidaz378
      @RichKidaz378 Před 3 lety

      @@sujoy70 i did give that command.
      switch: flash_init
      Initializing Flash...
      ...The flash is already initialized.
      switch: set BAUD 115200
      switch: copy xmodem: flash:cat3k_caa-universalk9.16.09.06.SPA.bin
      Begin the Xmodem or Xmodem-1K transfer now...
      CCCBB0flash:cat3k_caa-universalk9.16.09.06.SPA.bin: read only file system

    • @RichKidaz378
      @RichKidaz378 Před 3 lety

      cisco WS-C3650-24PS (MIPS) processor with 4194304K bytes of physical memory.
      Processor board ID FDO2104E0LN
      1 Virtual Ethernet interface
      28 Gigabit Ethernet interfaces
      2048K bytes of non-volatile configuration memory.
      4194304K bytes of physical memory.
      250456K bytes of Crash Files at crashinfo:.
      1609272K bytes of Flash at flash:.
      0K bytes of Dummy USB Flash at usbflash0:.
      0K bytes of at webui:.

  • @alpermutlu9396
    @alpermutlu9396 Před 7 měsíci

    Now I get an image like below. Can you help us?

  • @arryaansinfotech7723
    @arryaansinfotech7723 Před 3 lety

    I have failed doing this....c3550 failed to access after xmodem transfer....

  • @aksel9392
    @aksel9392 Před 3 lety

    thank you

  • @anupjyotineog7709
    @anupjyotineog7709 Před rokem

    xmodem is read only.
    plz suggest how to set it read-write

    • @sujoy70
      @sujoy70  Před rokem

      You can use it for read + write both. You've to just change source & destination. For example- to write to flash use copy xmodem:file flash:file and to copy from flash use- copy flash:file xmodem:file Please subscribe my channel if it helps!

  • @Daniel72673
    @Daniel72673 Před 3 lety

    when i trasfer the files it says read only file system. plz help
    switch:
    switch: copy xmodem: flash:cat3k_caa-universalk9ldpe.16.12.05b.SPA.bin
    Begin the Xmodem or Xmodem-1K transfer now...
    CCCCCCBB0flash:cat3k_caa-universalk9ldpe.16.12.05b.SPA.bin: read only file syste
    m
    is this why i cant transfer the files(ios)?
    List of filesystems currently registered:
    xmodem[0]: (read-only)
    null[1]: (read-write)
    bs[3]: (read-only)
    flash[18]: (read-only)
    tftp[19]: (read-write)
    ftp[20]: (read-only)
    http[21]: (read-only)

    • @sujoy70
      @sujoy70  Před 3 lety

      You have to give full source & destination path.
      switch: copy xmodem:cat3k_caa-universalk9ldpe.16.12.05b.SPA.bin flash:
      ** OR **
      switch: copy xmodem:cat3k_caa-universalk9ldpe.16.12.05b.SPA.bin flash:cat3k_caa-universalk9ldpe.16.12.05b.SPA.bin
      ** Remember **
      Not to have any space after xmodem: and flash:

    • @Daniel72673
      @Daniel72673 Před 3 lety

      @@sujoy70 ohh dat simple thing i missed... thank you for answering this question very very informative and helped

  • @karthick9408
    @karthick9408 Před 5 lety

    sir this same method can we do for ACCESS POINT ah 1131G model i had im trying this method

  • @falconfurry6432
    @falconfurry6432 Před 5 lety

    How to get hyper terminal in windows 10