본문 바로가기
네트워크

[네트워크] 시스코(Cisco) show command 정리

by 시스코킹 2020. 8. 23.
반응형

 

Cisco King's show command summary

 

시스코 show command 정리

 

시스코 show 명령어 정리와 간단한 설명입니다.

직접 입력해보시면서 실습하시면 도움이 되실겁니다.

감사합니다!

 

 

 

#show run linenum   -설정 컨피그라인 번호 보여줌
#show runnig-config interface f 0/1  -특정 인터페이스 설정 확인
#show interface switchport
#show interface summary
#show interfaces status  -port별 vlan, 듀플럭스, up/down, description정보, speed, type 확인 (a-는 오토, a-half = 자동협상결과 오토로 어딘가 문제)
#show interfaces stats
#show interface trunk
#show interface | include line protocol is | bit/sec  -인터페이스 별 실시간 속도 확인
#show interfaces counters errors  -포트 별 애러 카운트 확인
#show interfaces status err-disabled   -포트 에러 발생 확인
#show err-disabled detect  -애러 발생 값 확인
#show controller ethernet-controller  -스위치에서 프레임 전송과 관련된 통계 확인 (하프듀플렉스로 설정되 있고 패킷 빠지면 확인)
#show ip interface brief  -포트 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  -텔넷접속자 확인 ( * = 자신)
#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 서버 정보 확인

반응형

댓글