본문 바로가기
IT/Network

[네트워크] Cisco Show Command | 시스코 Show 명령어 정보

by 건강한 맹기 2023. 7. 3.
728x90
반응형

안녕하세요.

 

최근들어 시스코 장비로 L2 Switch 를 많이 셋팅하고 있습니다.

그러다보니 평소에 사용하지않던 시스코 스위치를 관리하다보니 기초정보들이 많이 필요하더군요

 

저도 몇 몇 Show 명령어를 제외하고는 평소에 잘 사용하지 않았는데

알게된 Cisco Show Command 정보 혹은 어떤 명령어들이 있는지 공유드리니 함께 지식 나누길 바래요~

 

#show run linenum
= 설정 컨피그 라인 번호 확인

#show runnig-config interface f 0/1  
= 해당 인터페이스 설정 확인

#show interface switchport

#show interface summary

#show interfaces status
= Port별 Vlan, Up/Down, Description 정보, 속도, 타입 정보 확인  

#show interfaces stats

#show interface trunk

#show interface | include line protocol is | bit/sec 
= Interface Speed 확인

#show interfaces counters errors  
= Port Error Count 확인

#show interfaces status err-disabled 
= Port Error 발생 확인

#show err-disabled detect  
= Error 발생 값 확인

#show controller ethernet-controller  
= 스위치에서 프레임 전송과 관련된 통계 확인 (하프듀플렉스로 설정되 있고 패킷 빠지면 확인)

#show ip interface brief  
= Port IP, Up/Down 상태 확인

#show ip route

#show ip route static

#show ip protocol

#show version

#show env all

#show hardware

#show inventory   
= 하드웨어 인벤토리 표시

#show inventory raw 
= 전체 하드웨어 인벤토리 표시 

#show power inline

#show cdp neighbors  
= 인접 장비명, 해당 장비와 연결된 if, cdp홀드타임, 장비 기능, 모델명, 연결된 상대장비 인터페이스 확인

#show cdp neighbors detail

#show mac-address-table

#show flash:

#show buffer 
= 버퍼 확인

#show ntp status

#show clock  
= 현재시간 확인

#show ntp association  
= 시간정보 제공하는 서버주소와 관련된 정보 확인

#show processes  
= 어떤 프로세스가 실행중 인지 확인

#show process cpu

#show process cpu history  
= 전체 cpu 사용기록 확인 (평균, 최대치 시간별로)

#show memory

#show users  
= Telnet 접속 User 확인, * 표기는 본인

#show host  
= 현재 설정되어 있는 호스트 이름과 IP주소의 매핑 확인

#show standby

#show standby brief

#debug spanning-tree event

#show spanning-tree (see spanning-tree status on a VLAN-by-VLAN basis)

#show spanning-tree vlan 10 (see detail spanning-tree information for VLAN 10)

#show spanning-tree summary (among other things, see if this is the root bridge)

#show spanning-tree blockedports (see which ports are in STP blocking status)

#show spanning-tree root (see which BID is root on a VLAN-by-VLAN basis)

#show spanning-tree inconsistentports  
= 현재의 비일관 포트 확인

#show ip dhcp pool  
= DHCP Pool 확인

#show ip dhcp binding  
= DHCP binding 정보 확인

#show ip dhcp conflict 
= DHCP IP 충돌 확인

#show ip dhcp server statics  
= DHCP 서버 정보 확인

 

* 제가 기재해드린 부분이 잘못되었거나 혹은 비어있는 부분에 대해서 알고계신 내용이 있다면 댓글 혹은 쪽지로 언제든지 피드백 부탁드리겠습니다.

 

이상 Cisco Show(시스코 Show 명령어) Command 정보 공유 포스팅 마치겠습니다.

반응형