[Information]/[CISCO]

[CISCO] 라우터 OS Downgrade (Cisco IOS-XE SD-WAN -> 클래식 Cisco IOS-XE 소프트웨어 )

starterr 2024. 11. 11. 21:34
반응형

Downgrade Software on Router That Runs Cisco IOS-XE SD-WAN to Classic Cisco IOS-XE Software

 

A. Introduction

This document describes how to perform a software downgrade on a router that runs Cisco IOS®-XE SD-WAN back to the original (ordinary/classic) Cisco IOS-XE software.

 

 

B. Problem

The user cannot configure boot system flash bootflash: image settings in order to boot the original Cisco IOS-XE image:

router#config-transaction

admin connected from 127.0.0.1 using console on router

router(config)# boot ?
^
% Invalid input detected at '^' marker.
router(config)#
boot system flash bootflash:c1100-universalk9_ias.16.06.05.SPA.bin
-------------------^
syntax error: unknown command

 

C. Solution

The procedure is similar to a software upgrade to Cisco IOS-XE SD-WAN software.

  1. Copy the required software to the bootflash or upload to a USB flash drive.
  2. Ensure that the router is connected to a management console.
  3. If PnP is running, stop PnP in order to allow access to the CLI:

    router# pnpa service discovery stop
  4. Change the config-register to 0x0:

    router# config-transaction
    router(config)#
    config-register 0x0
    router(config)#
    commit
    router(config)#
    end
  5. Verify that the config-register is set to 0x0 when the router reboots:

    router# show bootvar
    BOOT variable = bootflash:packages.conf,1;bootflash:prev_packages.conf,1;
    CONFIG_FILE variable does not exist
    BOOTLDR variable does not exist
    Configuration register is 0x0

    Standby not ready to show bootvar
  6. Reboot the router:

    router# reload
    Proceed with reload? [confirm]
    Yes
    The router reboots and goes into ROMMON mode.
  7. Check the router's bootflash in order to obtain the software image name to load:

    rommon 1> dir bootflash
    rommon 2>
    boot bootflash:c1100-universalk9_ias.16.06.05.SPA.bin
    The router reboots with the previous software image.
  8. Set config-register to the original value (for example, 0x2102) after the reload and save it:

    router# config terminal
    router(config)#
    config-register 0x2102
    router(config)#
    end
    router#
    wr

반응형

[금융보안] 금융권 APT 공격과 대응 방안 - 보이스피싱과 가상화폐를 이용한 자금 세탁 과정, 가짜 앱 피싱, BEC 공격, 랜섬웨어, 딥페이크, 핵티비즘, 스턱스넷

 

[금융보안] 금융권 APT 공격과 대응 방안 - 보이스피싱과 가상화폐를 이용한 자금 세탁 과정, 가짜

A. 금융권 APT 공격 사례1. 지능화된 보안 위협 동향1-1. 보이스피싱과 가상화를 이용한 세탁과정먼저 보이스피싱을 통해 갈취한 피해금을 가상화폐를 통해서 자금 세탁 하는 과정입니다. 법원이

infoofit.tistory.com

 

[용어/개념] Network - NAT (Network Address Translation)

 

[용어/개념] Network - NAT (Network Address Translation)

1. NAT (Network Address Translation)사설 IP를 공인 IP로 바꾸는 기술입니다. 이제 아시다시피, 공인IP는 엄청나게 모자랍니다. KT와 같은 ISP에서도 B클래스는 한 손에 꼽을 정도로 적게 보유하고 있고, C클

infoofit.tistory.com

 

[CCNA] 연결성 문제 해결 - PING, Traceroute(tracert), FQDN

 

[CCNA] 연결성 문제 해결 - PING, Traceroute(tracert), FQDN

A. 기본적인 연결성 문제 해결 1. PingICMP를 사용한다.TCP/IP 스택의 일부분이다.양방향 확인이다. . = 연결실패! = 연결성공U = 도달불가능 2. 확장 PingPing 명령어 입력 시 보통 Ping + 아이피 주소를 쓰

infoofit.tistory.com

 

반응형