[aruba] controller 강제 초기화 방법

2023. 4. 14. 10:58Aruba Wireless/Controller

Requirement:
- Console Access
- Flash Backup 
 
Solution:
Unlock bricked controller 
central 연동 후 패스워드를 모르는 경우
> central 연동 이후에 컨트롤러는 password -> forgetme! -> conf t(막혀 있음)
 
Configuration:
- Backup flash (best practice is to transfer offline but this step is not necessary to recover) 
Upgrade the controller to the desired FIPS OS version & reload the controller
- After upgrade, reboot the controller
- Interrupt boot sequence when directed      

Hit any key to stop autoboot:  0
cpxload#
cpxload# cpboot

Hit Ctrl + X key to stop autoboot:  0
Enter the following script: 
cpboot>
cpboot>setenv cfgfile tmp
cpboot>saveenv
cpboot>bootf

####################################################################################################################################
- Respond to initial setup dialog: you can accept all defaults except country-code, admin password, & enable secret password.
> 초기화 설정에서 암호 설정 후 재부팅해야 함

- You will be prompted to save & reboot 
Choose one of the following options to override or debug auto-provisioning...
'enable-debug' : Enable auto-provisioning debug logs
'disable-debug' : Disable auto-provisioning debug logs
'full-setup' : Start full setup dialog. Provides full customization
'static-activate' : Provides customization for static or PPPOE ip assignment. Uses activate for master information

Enter Option (partial string is acceptable): full-setup

Are you sure that you want to stop auto-provisioning and start full setup dialog? (yes/no): yes

***************** Welcome to the Aruba7010 setup dialog *****************
This dialog will help you to set the basic configuration for the switch.
These settings, except for the Country Code, can later be changed from the
Command Line Interface or Graphical User Interface.


Commands: <Enter> Submit input or use [default value], <ctrl-I> Help
<ctrl-B> Back, <ctrl-F> Forward, <ctrl-A> Line begin, <ctrl-E> Line end
<ctrl-D> Delete, <BackSpace> Delete back, <ctrl-K> Delete to end of line
<ctrl-P> Previous question <ctrl-X> Restart beginning <ctrl-R> Reload box


Enter System name [Aruba7010_89_34_96]:
Enter Switch Role (standalone|md) [md]: standalone
Enter Controller VLAN ID [1]:
Enter Controller VLAN port [GE 0/0/0]:
Enter Controller VLAN port mode (access|trunk) [access]:
Do you wish to configure IPV4 address on vlan (yes|no) [yes]:
Enter VLAN interface IP address [172.16.0.254]:
Enter VLAN interface subnet mask [255.255.255.0]:
Enter IP Default gateway [none]:
Enter DNS IP address [none]:
Do you wish to configure IPV6 address on vlan (yes|no) [yes]: no
Enter Country code (ISO-3166), <ctrl-I> for supported list: KR
You have chosen Country code KR for Republic of Korea (South Korea) (yes|no)?: yes
Enter the controller's IANA Time zone [America/Los_Angeles]:
Enter Time in UTC [01:18:21]:
Enter Date (MM/DD/YYYY) [4/18/2023]:
Enter Password for admin login (up to 32 chars): ********
Re-type Password for admin login: ********

####################################################################################################################################
- Interrupt boot sequence when directed

Hit any key to stop autoboot:  0
cpxload#
cpxload# cpboot

Hit Ctrl + X key to stop autoboot:  0
Enter the following script: 
cpboot>
cpboot>setenv cfgfile
cpboot>saveenv
cpboot>bootf

 
Verification
Tested in lab and resolved issue in multiple cases

'Aruba Wireless > Controller' 카테고리의 다른 글

AOS8에서 AP LACP 설정  (0) 2023.07.12
[aruba] 와이어샤크-무선랜 필터링  (0) 2023.05.03
[aruba] 컨트롤러 인증서 업로드  (0) 2023.04.18
AOS8 설정 복원  (0) 2023.01.19
라이선스 등록 방법  (0) 2023.01.17