네트워크

Alteon switch 패스워드 변경 & 공장 초기화

SlowOwl 2025. 3. 18.
반응형

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

 

1. Alteon 스위치 패스워드 변경

콘솔 접속
 
cd /cfg/sys/user
# 계정 디렉토리로 경로 이동

admpw
# 패스워드 변경 명령어

Enter current admin password: 현재 패스워드
# 현재 패스워드 입력

Enter new administrator password: 변경할 패스워드
#변경할 패스워드 입력

Re-enter new administrator password: 변경할 패스워드
# 변경할 패스워드 재입력

apply
# 설정 동의 (저장까지 해야 적용됨)

save
# 설정 저장

 

2. Alteon 스위치 기본 계정 (초기 계정)

ID : admin
password : admin

 

 

3. Alteon 스위치 공장 초기화

Main# boot

[Boot Options Menu]
      image   - Select software image to use on next boot
      conf    - Select config block to use on next boot
      gtimg   - Download new software image via TFTP
      ptimg   - Upload selected software image via TFTP
      reset   - Reset switch [WARNING: Restarts Spanning Tree]
      cur     - Display current boot options


>> Boot Options# conf
Currently set to use active config block on next boot.
Specify new block to use ["active"/"backup"/"factory"]:  factory 
Next boot will use factory default config block instead of active.


>> Boot Options# reset
Confirm clear all config regions [y/n]: y

Reset will use software "image1" and the factory default config block.
>> Note that this will RESTART the Spanning Tree,
>> which will likely cause an interruption in network service.
Confirm reset [y/n]: y

 

반응형

댓글