네트워크

주니퍼 EX switch 패스워드 초기화 및 변경

SlowOwl 2025. 3. 18.
반응형

# 빨간색 글자는 반드시 입력해야하는 고정 명령어이며,  보라색 글자는 상황에 따라 변경하는 가변 명령어입니다.

 

1. 싱글모드 진입

콘솔 연결 (speed: 9600 baud)

장비 재부팅


Hit [Enter] to boot immediately, or space bar for command prompt.


엔터키 또는 스페이스바키 입력

 
booting [/kernel] in 1 second...


type '?' for a list of commands, 'help' for more detailed help.


loader>


loader> boot -s
# boot -s 입력하면 싱글모드 진입

 

2. 패스워드 초기화

Enter full pathname of shell re 'recovery' for root password recovery of RETURN for /bin/sh:recovery
#recorvery 입력

root@switch> edit   
# edit 입력하면 config 모드 진입


Entering configuretion mode

root@switch> set system root-authentication plain-text-password
#패스워드 변경

New password: password
#변경할 패스워드

Retype new password:
 password

# 변경할 패스워드 재입력

commit
# 저장

commit complete
# 저장 되었다는 메시지 출력됨

 

3. 패스워드 변경

콘솔 연결 (speed: 9600 baud)

config

set system root-authentication plain-text-passwd

password
# 신규 패스워드 입력

password
# 패스워드 재확인

commit
# 저장

commit complete
# 저장 되었다는 메시지 출력됨

 

 

반응형

댓글