그대로 퍼왔음. 원문이 없어질 경우를 대비하여ㅣ 원문: http://www.totalphone.co.kr/router2.html Cisco 1601,2501,1720 기본정보 Router(config)#logging buffer 라우터의 가동정보 설정 Router# wr 저장 Router#sh log 라우터의 가동정보 설정 열람(라우터의 장애상황을 저장한다) 추가 정보 Router#wr er 초기화 Router#reload 재 기동 (y를 친다) Router#sh conf 확인 프로토콜 변경법 Router#conf t Router(config)#int s0 2501은 int s1 도 가능 Router(config)#encapsulation hdlc 프로토콜을 hdlc로 설정 ppp로설정가능 Router#wr 정보 확인 Router#sh conf 라우터의 셋팅상황을 열람 Router#sh int s0 시리얼의 정보를 열람 Router#sh int s1 2501 시리얼 1번 열람 Router#sh int e0 이더넷의 정보를 열람 Router#sh int fast0 1720의 이더넷 열람 Router#sh ip int br 모든 이더넷,시리얼 up/down유무 확인 ip accounting 거는 방법 Router# Router#conf t Router(config)#int s0 시리얼s0에 걸었음:2501은 s1, e0, 1720은 fa0 가능함 Router(config)#ip acco Router(config)#exit Router#sh ip acco 보고나서 Router# Router#conf t Router(config)#int s0 Router(config)#no ip acco 꼭 해줘야함 Router(config)#exit Router#sh run ip acco 해서 나온 정보를 이용해서 ip추적을 할수있다 도스창에서 tracert 211.110.48.202(가상ip) 하면 ip의 경로를 볼수있다 ## ip acco는 라우터에서 나가는 경로확인이고 sh ip cacha flow는 라우터에 들어오는 경로 확인이다. 단)cisco 7500이상 라우터에 적용 interface Serial 시리얼에 적용 Router_7500(config-if)>#ip route-cacha flow 적용 Router_7500(config-if)>#no ip route-cacha flow 해제 Router_7500#sh ip cacha flow 보기 시리얼에 정보 입력 Router# Router#conf t Router(config)#int s0 시리얼이나 이더넷도 가능 Router(config)#Description ####(123456)우주인터넷짱 #### 맘대로 정보를 입력하면됨 Router#wr 그 외 정 보 Router# Router#conf t Router(config)#banner moth ^c ########################### # 들어오면 죽어 # ########################### ^c 하면 login시 첫화면에 뜬다 모르면 ?를 치면 작업 가능한 명령어들이 나옴 ※라우터가 프로그램으로 재부팅& power로 재부팅 확인방법 Router#show ver . . 4009028 uptime is 2 minutes <==재부팅 된 시간 System restarted by power-on <==전원으로 재부팅. 프로그램은 reload 라고나옴 System image file is "flash:c1600-y-mz.120-8" . . ※장애처리 Router#sh int s0 Serial0 is up, line protocol is up Hardware is cyBus Serial Description: (123456) 우주인터넷 짱 Internet address is 100.100.100.100/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, crc 16, loopback not set Keepalive set (10 sec) Last input 00:00:00, output 00:00:00, output hang never Last clearing of "show interface" counters 6d00h Input queue: 0/75/0 (size/max/drops); Total output drops: 379 Queueing strategy: weighted fair Output queue: 0/1000/64/379 (size/max total/threshold/drops) Conversations 0/78/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 30 second input rate 2000 bits/sec, 3 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 37397441 packets input, 2190942468 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 55988 input errors, 47235 CRC, 0 frame, 21 overrun, 0 ignored, 8732 abort 41191640 packets output, 1180174418 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 output buffer failures, 3581493 output buffers swapped out 2 carrier transitions RTS up, CTS up, DTR up, DCD up, DSR up rely 255/255 는 선로의 품질상태 표시 200/255이면 ping이 무지 빠진다 crc는 회선상태가 나뻐서 뜰수가 있고 이더넷에서 오류데이터가 많아도 나타난다 frame errors가뜨면 셋팅이 틀어져서 나타나는게 많다 fdsu에서 LL을 건다 라우터에서 Serial0 is up, line protocol is (loop)가나오면 ping 100.100.100.100을 해서 돌아오면 정상이다 (주의: 각 터미널 모드에서 작업가능한 명령어는 각각 틀립니다) ※※cisco 1000 or 1600 route password 변경 콘솔로 연결 ctrl+breack key를 누름 rommon 1> rommon 2>confreg 0x41 rommon 3>reset ---------- would you like to enter the initial configuration dialog? [yes]: n ---------- Router(boot)>enable Router(boot)#conf mem Router(boot)#conf t Router(boot)(config)#enable secret router Router(boot)(config)#line vty 0 4 Router(boot)(config-line)#password router Router(boot)(config-line)#config-regi 0x2102 Router(boot)(config)#^z Router(boot)#wr Router(boot)#sh run 재부팅 하면됩니다 password는 router입니다
1월 19