본문 바로가기

IT인생_스크랩/Network

show 명령어 정리 - CISCO

출처 생각의 변화 | 카사노바
원문 http://blog.naver.com/huni_1004/11034292



sh ip traffic
sh process cpu :70% 이상시 불안하다.
sh log

 

ping :라우터에서는 'ctrl+shift+6'로 중지하고 UNIX와 PC에서는 'ctrl+C'로 중지한다.
telnet
traceroute :ex)traceroute 210.109.218.253, traceroute www.ibm.com

 

sh ver
sh mem
sh stack :라우터의 처리레벨 및 사용량
sh flash :라우터의 Image file/ Config file의 용량 및 Flash
sh buffers
sh running-config

 

sh process :동작중인 라우터의 프로세스(ospf, ip, arp, fr등)
sh protocol :Global and Interface 에 동작중인 protocol (TCP/IP, Novell)
sh ip protocol :동작중인 라우터의 IP를 사용하는 Protocol
sh ip route


sh tech-support
sh tech-support page
sh diagbus :모듈의 시리얼 넘버를 보여준다.
sh arp :LAN상에 올라온 것들만 보인다.
sh ip route summ :각 라우팅 프로토콜별 Entry 통계를 보여준다.
sh ip route ospf : 주어진 IP에 이르기까지 OSPF에 접속된 것만 볼 수 있다.
sh user :사용중인 User의 상태를 보여준다.
sh ip route 210.109.216.1

 

copy running-config startup-config
erase startup-config
reload

 

sh ip cef : CEF entry를 보여준다.
sh ip cef hssi 6/0/0
clear ip cef : CEF entry를 지운다.

 

sh ip cache : IP fast-switching route cache를 보여준다.
sh ip cache optimum : IP optimum-switching route cache를 보여준다.
sh ip cache flow : IP flow-switching route cache를 보여준다.
sh ip hssi 6/0/0
clear ip cache : cache entry를 지운다.
clear ip flow stats : flow-switching entry를 지운다.

 

sh ip bgp summ :BGP로 올라오는 라우팅 테이블의 개수를 확인할 수 있다.
sh ip bgp 210.109.218.253 :주어진 IP의 경로를 볼 수 있다.
sh ip bgp reg 9316 :AS 9316과 관련된 BGP테이블만 보임
clear ip bgp 9316

 

sh ip bgp damp
clear ip bgp damp

 

test int s9/5 :라우터의 포트 점검방법

 

sh interface
sh int s0
sh int e0
sh int hssi5/0
sh int fastethernet6/0
sh int loopback0
sh int fddi4/0
sh ip int brief :모든 interface의 상태를 한 눈에 보여준다.

 

clear counters
clear counters s0 :s0의 Error Counter등을 지운다.
clear ip route *

 

sh lone
clear line 2 :tty_No 2에 해당하는 라인의 접속을 강제로 끊는다.

 

sh frame-relay lmi
sh frame-relay pvc
sh frame-relay map

 

sh ip int s0 :자세한 내용이 나온다.
sh ip ospf int s0
sh ip ospf neighbor
sh ip ospf border-routers
sh ip ospf summary-address
sh ip ospf database : LSA를 볼 수 있다. (5가지)

 

flash memory에서 delete후 squeeze로 완전히 지운다.

 

sh ip pim neighbor
sh ip pim interface

 

sh ip mroute
sh ip mcache


*** 시간 설정하기 ***
clock set 23:59:59 dec:31:1999 (시:분:초 월:일:년)

 

*** alias 사용법 ***
#conf t
router(config)#alias exec test sh ip traffic
router(config)#ctrl+Z
#test :sh ip traffic를 타이핑 한 결과를 얻을 수 있다.


*** interface로 입출입하는 패킷 체크하기 ***
#conf t
router(config)#int s0
router(config-if)#ip accounting :설정
router(config)#ctrl+Z

 

#sh ip accounting :검증

 

#conf t
router(config)#int s0
router(config-if)#no ip accounting :해제
router(config)#ctrl+Z


'IT인생_스크랩 > Network' 카테고리의 다른 글

Alteon L4 기본 설정법  (0) 2010.12.27
시스코 이더채널(EtherChannel)  (0) 2010.06.24
Cisco Switch Password Reset  (0) 2010.06.24
NAT 란  (0) 2010.06.24
ip account와 cache flow를 이용한 라우터에서의 패킷  (0) 2010.06.24