728x90 반응형 시스코5 시스코 스위치 VLAN 설정 초기화 switch>enable switch# show flash System flash directory: (하단은 예시 / vlan.dat 파일을 삭제해야 함) File Length Name/status 4 222 vlan.dat switch# delete flash:vlan.dat switch# show flash System flash directory: (하단은 예시) File Length Name/status switch# reload System configuration has been modified. Save?[yes/no] : no Proceed with reload? [confirm] // Enter로 진행 Continue with configuration dialog? [yes/no] : .. 2021. 10. 6. 시스코 라우터 초기화 router>enable router#>show running-config //config 설정 확인 -> 필요 config 백업 router#>erase startup-config //초기 설정파일 삭제 Erasing the nvram filesystem will remove all configuration files! Continue?[confirm] // Enter로 진행 [OK] Erase of nvram : complete router#>write erase //config 설정 초기화 Erasing the nvram filesystem will remove all configuration files! Continue?[confirm] // Enter로 진행 [OK] Erase of nvram .. 2021. 10. 5. 시스코 라우터 초기 설정 명령어 약어 설명 Router> enable Router# configure terminal Router(config)# hostname R1 R1(config)# enable secret qwer12#$ R1(config)# no ip domain-lookup R1(config)# line console 0 R1(config-line)# password qwer12#$ R1(config-line)# login R1(config-line)# exec-timeout 0 R1(config-line)# logging synchronous R1(config-line)# exit R1(config)# line vty 0 4 R1(config-line)# password qwer12#$ R1(config-line).. 2021. 10. 1. 시스코 스위치 초기 설정 명령어 약어 설명 Switch> enable Switch# configure terminal Switch(config)# hostname SW1 SW1(config)# enable secret qwer12#$ SW1(config)# no ip domain-lookup SW1(config)# line console 0 SW1(config-line)# password qwer12#$ SW1(config-line)# login SW1(config-line)# exec-timeout 0 SW1(config-line)# logging synchronous SW1(config-line)# exit SW1(config)# line vty 0 4 SW1(config-line)# password qwer12#$ SW1(.. 2021. 9. 30. 시스코 스위치 초기화 switch>enable switch# show running-config //config 설정 확인 -> 필요 config 백업 switch# erase startup-config //초기 설정파일 삭제 Erasing the nvram filesystem will remove all configuration files! Continue?[confirm] // Enter로 진행 [OK] Erase of nvram : complete switch# write erase //config 설정 초기화 Erasing the nvram filesystem will remove all configuration files! Continue?[confirm] // Enter로 진행 [OK] Erase of nvram .. 2021. 9. 30. 이전 1 다음 반응형