[PART 07] 라우터 기본 명령어

mcyoo.log·2022년 7월 1일
0

Router# configure memory : NVRAM 구성 파일을 RAM으로 덮어 씜 ( 설정 잘못해서 되돌리고 싶을때 사용)

Router# conf t : 구성 모드 여기에서 구성하는 명령어는 enter를 누르는 순간 적용이됨
텔넷 접속으로 구성시 해당 접속 인터페이스 ip 변경하고 enter 누르면 접속 끊기니까 주의!

Router# write memory ( IOS 10.3 이상 및 이하 버전) NVRAM에 저장

Router# copy r s ( IOS 10.3 이상 ) NVRAM에 저장

Router# configure : 프리빌리지모드 -> 구성 모드

Router# configure terminal : 텔넷이나 콘솔로 구성하는 경우 terminal 옵션을 사용한다.

ipx 네트워크 번호 세팅
Router#ipx routing
Router#int e 0
Router(config-if)# ipx network 1 (번호)

마지막으로 설정한거 저장명령어
copy r s
write memory

delete 명령어 : 해당 파일 삭제
erase 명령어 : 해당 파일 내용 삭제

스위치 초기화
Switch#delete flash:vlan.dat
Switch#erase startup-config

라우터 초기화
Router#erase startup-config
Router#write erase

The erase nvram: command replaces the write erase command and the erase startup-config command.

0개의 댓글