반응형
SMALL

Step 1 부팅시 Ctrl+C 로 Aboot 모드 진입

Step 2 Aboot#cd /mnt/flash 입력

Step 3 Aboot#mv startup-config startup-config.old 입력

Step 4 Aboot#exit 입력하면 재부팅 됨

Step 5 switch#delete startup-config.old 로 컨피그 삭제

반응형
LIST
반응형
SMALL

To resolve the issue, use the following procedure to recover the root password for SRX Branch devices running on Junos release versions 10.0R1, 10.0R2, and 10.1R1. This involves disabling watchdog functionality to allow the system to properly boot into single-user mode.

Press the power button on the front panel to power on the router.  Verify that the POWER LED on the front panel turns green. The console should continuously display the boot message.
When the prompt appears, press the spacebar to access the router’s bootstrap loader and type these commands:
Hit [Enter] to boot immediately, or space bar for command prompt.
Booting [kernel] in 9 seconds...

Loader>
Loader> watchdog disable
Loader> boot –s

The firewall starts up in single-user mode. In single-user mode, a multiuser operating system such as Junos boots into a single superuser. Single-use mode is mainly used for maintenance of multi-user environments such as network servers.
At the prompt, enter " recovery " to start the root password recovery procedure.
System watchdog timer disabled
Enter full pathname of shell or 'recovery' for root password recovery or RETURN for /bin/sh: recovery
The device directly enters operational mode without asking for an user ID or password..
Starting CLI ...

root@host> edit

When in configuration mode, set the root password.
root@host# set system root-authentication plain-text-password
On pressing the return key, type in the new root password.  Reenter the new root password when the second prompt appears.

New password: juniper1
Retype new password: juniper1
Commit the changes.
root@host# commit
commit complete
Reboot the device again.
root@host# run request system reboot
Reboot the system ? [yes,no] (no) yes

The boot messages display on the console.
Press the spacebar one time, to access the router’s bootstrap loader prompt. This sequence appears on the console:
Hit [Enter] to boot immediately, or space bar for command prompt.
Booting [kernel] in 9 seconds...

Loader>
Loader> watchdog enable
Loader> boot
The device reboots again and this time it asks for an user ID and password.  Enter the newly configured password. 
Wed Jun 16 14:20:21 UTC 2010
Amnesiac (ttyu0)
login: root
Password: juniper1
For more information, refer to PR499745 .

Modification History
2019-08-28: Article reviewed for accuracy. Only applicable on the specific versions
request system zeroize    공장초기화
리부팅 
set system root-authentication plain-text-password
commit
show system chassis       ,, J 대문자 Juniper
 set chassis cluster disable reboot   이중화 종료
delete interfaces vlan unit 0 family inet address 192.168.1.222/24
root# show | display set
 request system power-off at now    시스템 종료

반응형
LIST

'업무이야기 > Security' 카테고리의 다른 글

How to Deploy and Manage FortiEndpoint | Endpoint Security  (7) 2024.11.08
DeepFinder (웹방화벽)  (6) 2024.10.23
FortiGate SIP Debug  (1) 2023.05.02
SRX IPSec Tunnel Sample  (0) 2023.05.02
AhnLab Network Solutions  (0) 2022.11.21
반응형
SMALL

1.부팅시 스페이스 연타로 부트로더로 들어간다.

2. loader>boot -s 
   를 누르면 싱글유저 모드로 부팅

3. 부팅 중 아래와 같이 나오면 recovery 입력
   Enter full path name of shell or 'recovery' for root password recovery or RETURN for /bin/sh:  recovery
----------------------------------------------------------------------------------------------
패스워드 설정 안해도 되는 초기화법

1. 위의 3번에서 recovery 치지말고 그냥 엔터

2. mount -a
    mkdir /config/temp
    mv /config/*.gz /config/temp
    shutdown -r now 

입력 하면 재부팅 되면서 초기설정으로 들어감.

request system zeroize    공장초기화
리부팅 

set system root-authentication plain-text-password
usb 설치 하고 부팅 
install file:///jinstall-ex-3200-12.3R6.6-domestic-signed.tgz
request system power-off at now    시스템 종료
================================================================
show chassis hardware  하드웨어 보는 명령어

반응형
LIST
반응형
SMALL

모드 버튼을 누르고 전원 연결
Step1 플래시 파일 시스템 초기화
Switch: flash_init  

Step2 다음 명령을 사용하여 시작 구성을 무시합니다.
Switch: SWITCH_IGNORE_STARTUP_CFG=1 

Step3 플래시에서 packages.conf 파일을 사용하여 스위치를 부팅합니다.
Switch: boot flash:packages.conf 

Step4 아니요로 대답하여 초기 구성 대화 상자를 종료합니다.
Would you like to enter the initial configuration dialog? [yes/no]: No 

Step5 스위치 프롬프트에서 권한 있는 EXEC 모드로 들어갑니다.
Switch> enable      
Switch#   

Step8 실행 중인 구성을 시작 구성 파일에 씁니다.
Switch# copy running-config startup-config      

Step9 수동 부팅 모드가 활성화되어 있는지 확인합니다.
Switch# show boot 
BOOT variable = flash:packages.conf; 
Manual Boot = yes 
Enable Break = yes  

Step10 스위치를 다시 로드하십시오.
Switch# reload 

Step11 부트로더 매개변수(이전에 2단계와 3단계에서 변경됨)를 원래 값으로 되돌립니다. 
Switch: SWITCH_IGNORE_STARTUP_CFG=0 

Step12 플래시에서 packages.conf 파일을 사용하여 스위치를 부팅합니다.
Switch: boot flash:packages.conf 

Step13 스위치가 부팅된 후 스위치에서 수동 부팅을 비활성화합니다.

Switch(config)# no boot manual 

[이전 컨피그를 불러오는 방법]
Step 6 시작 구성을 실행 중인 구성에 복사합니다. 
Switch# copy startup-config running-config <엔터>
            Destination filename [running-config]?  <엔터>
확인 프롬프트에 응답하여 Return 키를 누릅니다. 이제 구성 파일이 다시 로드되었으며 다음을 수행할 수 있습니다.
비밀번호를 변경하세요.

Step7 글로벌 구성 모드로 들어가서 활성화 비밀번호를 변경하십시오.
Switch# configure terminal
           Switch(config)# enable password cisco

반응형
LIST
반응형
SMALL

Nexus 9000시리즈는 os 부팅할때 Ctrl+] 를 누른다 

1. switch(boot)# conf t
   switch(boot)(config)# admin-password < 새로운 패스워드(대문자,소문자,숫자 섞어서 8자 이상) >
   switch(boot)(config)# exit

2. switch(boot)#dir bootflash:
   switch(boot)#load bootflash:n7000-s2-dk9.6.2.20.bin  [1번의 이미지 버전과 같은 걸로]

부팅 후 컨피그 초기화
wr er
reload

Abort Auto Provisioning and continue with normal setup ?(yes/no)[n]: yes
전원 켜기 자동 프로비저닝을 중단하고 일반 설정을 계속하시겠습니까?(예/아니요) 예

         ---- System Admin Account Setup ----
Do you want to enforce secure password standard (yes/no) [y]: no
보안 비밀번호 표준을 시행하시겠습니까 (예/아니요) 아니요
  Enter the password for "admin":   cisco
  Confirm the password for "admin":  cisco
  Do you want to enable admin vdc (yes/no) [n]: no

         ---- Basic System Configuration Dialog VDC: 1 ----
This setup utility will guide you through the basic configuration of
the system. Setup configures only enough connectivity for management
of the system.

Please register Cisco Nexus7000 Family devices promptly with your
supplier. Failure to register may affect response times for initial
service calls. Nexus7000 devices must be registered to receive
entitled support services.

Press Enter at anytime to skip a dialog. Use ctrl-c at anytime
to skip the remaining dialogs.

Would you like to enter the basic configuration dialog (yes/no):  Ctrl+c
Exiting the basic config setup.

login: admin
password: cisco

switch# copy running-config startup-config

반응형
LIST
반응형
SMALL

.............................. <= 이거 나올때 Ctrl+c  를 누른다

스피드 변경 방법
serial --speed=9600

1. boot bootflash:n7000-s2-kickstart.6.2.20.bin [하게 되면 재부팅,이미지 버전 주의]

2. switch(boot)# conf t
   switch(boot)(config)# admin-password < 새로운 패스워드(대문자,소문자,숫자 섞어서 8자 이상) >
   switch(boot)(config)# exit

3. switch(boot)#dir bootflash:
   switch(boot)#load bootflash:n7000-s2-dk9.6.2.20.bin  [1번의 이미지 버전과 같은 걸로]

부팅 후 컨피그 초기화
wr er
reload

Abort Auto Provisioning and continue with normal setup ?(yes/no)[n]: yes
전원 켜기 자동 프로비저닝을 중단하고 일반 설정을 계속하시겠습니까?(예/아니요) 예

         ---- System Admin Account Setup ----
Do you want to enforce secure password standard (yes/no) [y]: no
보안 비밀번호 표준을 시행하시겠습니까 (예/아니요) 아니요
  Enter the password for "admin":   cisco
  Confirm the password for "admin":  cisco
  Do you want to enable admin vdc (yes/no) [n]: no

         ---- Basic System Configuration Dialog VDC: 1 ----
This setup utility will guide you through the basic configuration of
the system. Setup configures only enough connectivity for management
of the system.

Please register Cisco Nexus7000 Family devices promptly with your
supplier. Failure to register may affect response times for initial
service calls. Nexus7000 devices must be registered to receive
entitled support services.

Press Enter at anytime to skip a dialog. Use ctrl-c at anytime
to skip the remaining dialogs.

Would you like to enter the basic configuration dialog (yes/no):  Ctrl+c
Exiting the basic config setup.

login: admin
password: cisco

switch# copy running-config startup-config
spanning-tree port type edge default    포트 패스트
feature interface-vlan   vlan 활성화
service unsupported-transceiver   <= 서드파티벤더 GBIC 사용 명령
 
interface ethernet 3/1-48
sw
no sh
exit

 interface Ethernet4/1-48
sw
no sh
exit

반응형
LIST
반응형
SMALL

 n5k 장비 기준 보통 Nexus 장비는 OS가 2가지를 가지고 있음 (Kickstart / UK)

부팅시 ctrl+shift+r
loader> dir
여러가지가 나오지만 밑의 두개가 중요
n5000-uk9.5.0.2.N1.1.bin
n5000-uk9-kickstart.5.0.2.N1.1.bin           <= 킥스타터 
loader> boot n5000-uk9-kickstart.5.0.2.N1.1.bin    <= 킥스타터로 부팅
switch(boot)(config)# admin-password [변경할 패스워드] 
switch(boot)# dir
여러가지가 나오지만 밑의 두개가 중요
n5000-uk9.5.0.2.N1.1.bin               <= 일반 OS
n5000-uk9-kickstart.5.0.2.N1.1.bin 
switch(boot)# load n5000-uk9.5.0.2.N1.1.bin       <= 일반 OS로 부팅

login: admin
password: cisco

반응형
LIST

'업무이야기 > Network' 카테고리의 다른 글

Cisco Nexus 9000 시리즈 초기화  (4) 2024.10.23
Cisco Nexus 7000 시리즈 초기화  (3) 2024.10.23
Cisco Nexus 4500 시리즈 초기화  (3) 2024.10.23
Cisco Nexus 3000 시리즈 초기화  (4) 2024.10.23
Cisco OSPF Basic  (1) 2023.07.26
반응형
SMALL

1. 부팅시 Ctrl+C 로 ROMMON 진입

2. 
rommon 1 > confreg
 Configuration Summary : 
 => load ROM after netboot fails
 => console baud: 9600
 => autoboot from: commands specified in 'BOOT' environment variable
 do you wish to change the configuration? y/n  [n]:  y
 enable  "diagnostic mode"? y/n  [n]:  n
 enable  "use net in IP bcast address"? y/n  [n]:  n
 disable "load ROM after netboot fails"? y/n  [n]:  n
 enable  "use all zero broadcast"? y/n  [n]:  n
 enable  "break/abort has effect"? y/n  [n]:  n
 enable  "ignore system config info"? y/n  [n]:  y
 change console baud rate? y/n  [n]:  n
 change the boot characteristics? y/n  [n]:  n
 Configuration Summary : 
 => load ROM after netboot fails
 => ignore system config info
 => console baud: 9600
 => autoboot from: commands specified in 'BOOT' environment variable
 do you wish to save this configuration? y/n  [n]:  y
reset

** 부팅시 0x2142 로 부팅 안될때 **
 confreg 0x2142
 
***가상화가 설정 되어 있을경우 푸는 방법***
clear swnum
reset
boot
재부팅 됨

다음과 같이 입력후 재부팅하면 초기화 상태로 들어감.

3. 컨피그 복구 = Switch#copy startup-config running-config  [컨피그 복구 할거 아니면 안함]
    컨피그 삭제 = Switch#write erase

4. switch(config)#config-register 0x2102 로 원래의 confreg로 변경

5. switch(config)#boot system flash bootflash:cat4500e-entservicesk9-mz.151-1.SG.bin
              부팅 파일 지정
6. wr mem

7. reload 하고 부팅 되는지 확인

8. sh version

반응형
LIST

'업무이야기 > Network' 카테고리의 다른 글

Cisco Nexus 7000 시리즈 초기화  (3) 2024.10.23
Cisco Nexus 5000 시리즈 초기화  (4) 2024.10.23
Cisco Nexus 3000 시리즈 초기화  (4) 2024.10.23
Cisco OSPF Basic  (1) 2023.07.26
Wireshark Filter  (0) 2023.07.06

+ Recent posts