라우터 (Router)2015. 12. 24. 19:10

4. Show processes cpu


  - Router의 process별  CPU 사용률을 나타내줍니다.

Router#>sh processes cpu
CPU utilization for five seconds: 33%; one minute: 12%; five minutes: 14%
PID  Runtime(ms)  Invoked  uSecs    5Sec   1Min   5Min TTY Process
   1     1834144   3553229    516   0.00%  0.09%  0.06%   0 IP-EIGRP Router
   2    88584620    802137 110439  17.35%  2.30%  1.61%   0 Check heaps
   3      849096  72708161     11   0.00%  0.00%  0.00%   0 Timers
   4     3724800   2914586   1277   0.08%  0.06%  0.06%   0 ARP Input
   5           0         1      0   0.00%  0.00%  0.00%   0 Probe Input
   6         296       653    453   0.00%  0.00%  0.00%   0 RARP Input
   7   231801928 213112533   1087   6.55%  3.46%  4.32%   0 IP Input
   8       27892   1232686     22   0.00%  0.00%  0.00%   0 TCP Timer
   9         356       113   3150   0.00%  0.00%  0.00%   0 TCP Protocols
  10     1020772   1071906    952   0.00%  0.00%  0.00%   0 CDP Protocol
  11    22241292   6113911   3637   0.16%  0.32%  0.33%   0 IP Background
  12     1635188    100746  16230   0.08%  0.00%  0.00%   0 IP Cache Ager
  13        1964      2796    702   0.00%  0.00%  0.00%   0 BOOTP Server
  14        2140       730   2931   0.00%  0.00%  0.00%   0 Critical Bkgnd
  15        4016    201567     19   0.00%  0.00%  0.00%   0 Net Background
  16          16        67    238   0.00%  0.00%  0.00%   0 Logger
  17     8154284   6013940   1355   0.24%  0.11%  0.08%   0 TTY Background
  18     2461856   2864837    859   0.00%  0.01%  0.00%   0 Net Input
  19     1622884    100380  16167   0.00%  0.01%  0.00%   0 Per-minute Jobs
  20      455784   2505297    181   0.00%  0.00%  0.00%   0 Hot standby
  21           0         1      0   0.00%  0.00%  0.00%   0 FR ARP Input

5초,1분,5분 동안 라우터 CPU 의 로드가 몇 퍼센트인지를 나타내줍니다.



5. show protocols


Router에서 수행되는 OSI 3 Layer protocol들의 상태를 나타내줍니다.
  Ex)   IP,  DECnet,  IPX,  AppleTalk … protocols

ROUTER#show  protocols
Global values:
  Internet Protocol routing is enabled
  Appletalk routing is enabled
  Novell routing is enabled
Ethernet0/0 is up, line protocol is up
Internet address is 10.1.1.3/24
AppleTalk address is 53.129, zone MACINTOSH
Ethernet0/1 is up, line protocol is up
Internet address is 10.2.1.2/24
Novell address is 150.0060.474d.3d03
Ethernet0/2 is up, line protocol is up
Internet address is 10.3.1.1/24
Ethernet0/3 is administratively down, line protocol is down
Serial1/0 is up, line protocol is down
  Internet address is 10.4.1.10/30

위 예에서 보듯이 각 포트(이더넷,시리얼등)의 ip 주소와 up,down 상태를 간략히 보여주
고 있습니다. 이 명령어의 옵션으로는 다음과 같습니다.

Ethernet  port-number          : 이더넷 포트를 보여줌
Serial     port-number          : 시리얼 포트를 보여줌




6. show ip route



N/W address에 대한 Routing table의 Routing 정보를 보여줍니다.
이 명령어는 같은 세그먼트안에 있는 정보는 보여주지 않습니다. 왠지 아시겠습니까?
라우터의 기능을 잘 생각해보시면 감 잡히시겠죠? ^^;

ROUTER#show  ip  route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
       U - per-user static route

Gateway of last resort is 88.1.26.200 to network 0.0.0.0

     128.128.0.0/16 is subnetted, 1 subnets
S       128.128.128.0 [1/0] via 10.10.1.50
I    203.248.49.0/24 [100/180681] via 10.5.1.2, 00:00:03, Ethernet0/1
                     [100/180681] via 10.2.1.3, 00:00:03, Ethernet0/0
. . . . . . . . . . . . . .  .  .  .  .



show  ip  route  [ IP network address / IP address ]  
: 특정 N/W address나 IP address의 Routing 정보를 보여줍니다.

Router#sh ip route 10.26.55.4
Routing entry for 10.26.55.0 255.255.255.0
  Known via "eigrp 2500", distance 90, metric 11049984, type internal
  Redistributing via eigrp 2500
  Last update from 10.26.11.1 on Serial1.1, 1d03 ago
  Routing Descriptor Blocks:
  * 10.26.11.1, from 10.26.11.1, 1d03 ago, via Serial1.1
      Route metric is 11049984, traffic share count is 1
      Total delay is 41020 microseconds, minimum bandwidth is 256 Kbit
      Reliability 254/255, minimum MTU 512 bytes
      Loading 21/255, Hops 4

 

'라우터 (Router)' 카테고리의 다른 글

라우터 초기화  (0) 2015.12.24
라우터 트러블 슈팅  (0) 2015.12.24
시스코 네트워크 라우터 사용 매뉴얼  (0) 2015.12.24
Router Status Command #3  (0) 2015.12.24
Router Status Command #1  (0) 2015.12.24
Posted by 랩퍼우