1 / 24

Router 동작 mode (1/2)

Connected to 10.2.2.1. User Access Verification Password: ROUTER> ROUTER>enable Password: ROUTER# ROUTER#. User Mode Prompt. Privileged Mode Prompt. Router 동작 mode (1/2). User Mode Router 동작 상태 , Interface 의 상태 , 현황등을 check 할 수 있는 command 사용 가능 Router Configuration 의 변경은 불가

helena
Download Presentation

Router 동작 mode (1/2)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Connected to 10.2.2.1. User Access Verification Password: ROUTER> ROUTER>enable Password: ROUTER# ROUTER# User Mode Prompt Privileged Mode Prompt Router 동작 mode (1/2) • User Mode • Router 동작 상태, Interface의 상태, 현황등을 check 할 수 있는 command 사용 가능 • Router Configuration 의 변경은 불가 • Privileged Mode • Router 의 Full Command가 사용 가능한 Mode • Router Configuration, Setup이 가능한 Mode

  2. Router 동작 mode (2/2) user mode Router> 제한된 명령어만을 이용 previledged mode Router# 모든 명령어를 이용할 수 있고 configuration file 조정할 수 있음 setup mode 초기 환경설정previledged mode에서 명령어 setup을 입력하면 됨 RXBOOT mode 비밀번호를 잃어버렸거나 Flash의 OS가 지워지는 등의 경우 이용 global configuration mode Router(config)# 라우터운영 전체에 영향을 미치는 요소들을 조정할 수 있음. 하위 configuration mode로 전환할 수 있음 하위 configuration mode Router(config-???)# 영역별 환경 설정

  3. 현재 사용 mode prompt상에서 ‘?’를 type User mode, priviledged mode, global configuration mode에 따라 다름 예> Previledged mode의 command help Command Help 사용법 – 1

  4. Command help 특징 • Symbolic translation • Keyword completion • Command prompting • Syntax checking ROUTER#c? calendar cd clear clock cmt configure connect copy ROUTER#cale ROUTER#calendar ? set Set the time and date ROUTER#calendar set ? hh:mm:ss Current Time ROUTER#calendar set 12:10:12 ? <1-31> Day of the month MONTH Month of the year ROUTER#calendar set 12:10:12 128 ^ % Invalid input detected at '^' marker. ROUTER# Press [TAB]

  5. Command edit 사용법 • Router Edit key 사용법 • Ctrl-A : Command line의 시작점으로 이동 • Ctrl-E : Command line의 끝으로 이동 • Esc-F : One word 앞으로 이동 • Esc-B : One word 뒤로 이동 • Ctrl-F : One character 앞으로 이동 • Ctrl-B : One character 뒤로 이동 • Command 관련 key 사용법 • Ctrl-P (or ↑ key) : 바로 전에 Type한 word를 recall • Ctrl-N (or ↓ key) : 가장 최근에 Type한 command를 recall • Tab : 입력한 문자열에 해당하는 Command로 완결

  6. Router 내부 configuration 구성 Console Interface Auxiliary ROM Flash NVRAM RAM [ ROM ] Bootstrap program& Sub-OS [ Flash ] OS [ NVRAM ] Backup Configuration File [ RAM ] IOS 실행command 실행configuration file Routing Table Buffers

  7. RAM NVRAM Flash ROM bootstrap program IOS(Internetwork OS) 실행 명령어 bootstrap program backup config file IOS program active config file tables buffers subset IOS Interfaces LAN Interfaces (e, t, f) WAN Interfaces (s, hssi) Console Auxiliary Router 구성

  8. Router 상태 확인 명령어 RAM Router#show version NVRAM Flash ROM bootstrap program IOS(Internetwork OS) 실행 명령어 bootstrap program backup config file IOS program active config file tables buffers Router#show process [cpu] Router#show protocols subset IOS Interfaces LAN Interfaces (e, t, f) WAN Interfaces (s, hssi) Console Router#show running-config Auxiliary Router#show memory Router#show stacks Router#show buffers Router#show interface Router#show interface serial 0 Router#show flash Router#show startup-config Router#show config

  9. Router 동작 mode에 따른 특징 • User Mode • 일반적인 Router Monitor용 Command 사용가능 • ex) ROUTER> show clock • Privileged Mode • Privileged 일반 Mode • 상세한 Monitor용 Command 사용가능 • Router debugging, testing 가능 • ex) ROUTER# show processes cpu • Global config Mode • Router의 전체적이고 일반적인 Configuration Command 가능 • ex) ROUTER# (config)hostname samsung • 세부 config Mode : Routing protocol setup, Interface setup 과 같은 부분별 setup Command가능 • ex) ROUTER# (config-if)ip address 10.1.1.1 255.255.255.0 • ROUTER# (config-router)network 10.0.0.0

  10. Show command • ‘Show’ command : Router에서 수행중인 Information을 출력 • ‘Show’ command 다음에 오는 중요 sub command들 • access-lists : Packet Filtering 조건문을 보여주는 명령어 • clock : System clock을 보여주는 명령어 • configuration : 현재 router 설정 사항을 보여주는 명령어 • history : 현재까지 입력한 command의 history를 보여주는 명령어 • interfaces : Router에 장착된 LAN, WAN interface의 상황을 보여줌 • ip : IP packet 서비스에 관련된 정보를 보여주는 명령어 • line : Router에 설정된 VTY(가상터미널) line의 정보를 보여줌 • logging : Router에 저장된 event 메세지를 보여주는 명령어 • memory : Router의 Memory의 사용 현황을 보여주는 명령어 • processes : Router의 수행중인 process 및 CPU사용현황을 보여줌 • protocols : Router에서 수행중인 protocol들의 현황을 보여줌 • users : Router에 login된 사용자 현황을 보여줌 • version : Router의 ROM및 IOS의 정보를 보여주는 명령어

  11. Show configuration • Show running-config : 현재 Router memory에 수행중인 configuration 출력 • Show startup-config : NVRAM(Nonvolatile RAM)에 저장된 configuration • Show configuration = show startup-configuration

  12. Show interfaces (1/3) • show interfaces : 현재 Router의 모든 Interface들의 상황 출력 • show interfaces 해당 interface monitor 시 • show interfaces fastethernet0/0 : FastEthernet type 0번 port • show interfaces serial 1 : Fast serial type 1번 port • show interfaces fastethernet 2/1 : FastEthernet type 2번 Slot의 1번 port Serial FastEthernet0/1 Console FastEthernet0/0

  13. Show interfaces (2/3)

  14. Show interfaces (3/3)

  15. Show ip • IP protocol과 관련된 정보를 보기위한 Pre command • show ip 다음의 중요 Sub command들 • Show arp : Router의 ARP table의 내용을 보여줌 ( = show arp) • Show bgp, egp, eigrp, ospf : 각각의 Routing protocol에 대한 정보를 보여줌 • Show interface : IP protocol이 수행되는 interface의 정보를 보여줌 • Show route : Router의 IP정보에 대한 Routing table 정보를 보여줌. • Show traffic : Router에서의 IP packet의 traffic정보를 보여줌.

  16. N/W address에 대한 Routing table의 Routing정보를 보여줌 특정 N/W address나 IP address의 Routing정보를 볼 경우 show ip route [ IP network address / IP address ] OSPF OSPF Inter Area Show ip route

  17. Router의 ARP table 출력 Show arp

  18. IP packet에 대한 통계값 출력 Show ip traffic

  19. Router에 저장된 Router Event Message를 보여줌 Serial 1 Down Ethernet 0 Protocol Down Other Network Router Config 변경 From IP :10.1.1.13 CISCO Show logging

  20. show processes : Router의 수행 process들의 정보를 보여줌 Show processes (1/2)

  21. Show processes (2/2) • show processes cpu : Router의 process별 CPU사용률을 보여줌

  22. Router memory의 사용내역, 현황 정보를 보여줌 Show memory

  23. 현재 Router에서 수행되는 OSI 3 Layer protocol들의 상태를 출력 Ex) IP, DECnet, IPX, AppleTalk … protocols Show protocols

  24. Show version

More Related