2: 2007-11-03 (土) 20:38:23 staff ソース 現: 2009-08-04 (火) 16:03:08 staff_mita ソース
Line 1: Line 1:
 +TITLE:ルーティングテーブルを表示
#norelated #norelated
#navi(Ciscoコマンド集) #navi(Ciscoコマンド集)
-***&basename(nolink);+***&basename(nolink); [#o35d00af]
-:機種|Router(K)+:機種| &tag(Router(K));
-:モード| Enable(M)+:モード| &tag(Enable(M));
:デフォルト|- :デフォルト|-
Line 12: Line 13:
:IOS|9.2 :IOS|9.2
- +:試験レベル| &tag(CCNA,CCNP);
-:試験レベル|CCNA +
:構文|show ip route [ '''IPアドレス''' | '''プロトコル''' | list '''アクセスリスト番号''' ] :構文|show ip route [ '''IPアドレス''' | '''プロトコル''' | list '''アクセスリスト番号''' ]
- +#footnotes(nohr);
- +
-&shiftnote(nohr);+
:使用例| :使用例|
-<pre>+#pre(soft){{
Router#show ip route Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
Line 41: Line 38:
D((EIGRPで学習した経路))  192.168.20.0/24 [90/2195456] via 192.168.51.2, 00:02:14 FastEthernet0/1 D((EIGRPで学習した経路))  192.168.20.0/24 [90/2195456] via 192.168.51.2, 00:02:14 FastEthernet0/1
S*((デフォルトルートとなる経路)) 0.0.0.0/0 [120/1] via 172.16.1.1, 00:00:09, Serial0/0 S*((デフォルトルートとなる経路)) 0.0.0.0/0 [120/1] via 172.16.1.1, 00:00:09, Serial0/0
-&lt;/pre&gt+}} 
-&shiftnote(nohr);+ 
 +マルチエリアOSPFネットワークの''show ip route''出力結果例 
 +#pre(soft){{ 
 +Router#sh ip route 
 +Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP 
 +&nbsp;     D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 +       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 
 +       E1 - OSPF external type 1, E2 - OSPF external type 2 
 +       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area 
 +       * - candidate default, U - per-user static route, o - ODR 
 +       P - periodic downloaded static route 
 + 
 +Gateway of last resort is not set 
 + 
 +     192.168.104.0/32 is subnetted, 1 subnets 
 +O      192.168.104.31 [110/2] via 192.168.201.16, 00:00:02, Serial0/0 
 +C    192.168.201.0/24 is directly connected, Serial0/0 
 +&nbsp;   10.0.0.0/32 is subnetted, 5 subnets 
 +O IA    10.210.0.17 [110/2] via 192.168.201.16, 00:00:02, Serial0/0 
 +O IA    10.210.0.1 [110/2] via 192.168.201.16, 00:00:02, Serial0/0 
 +O IA    10.200.42.16 [110/2] via 192.168.201.16, 00:00:02, Serial0/0 
 +O IA    10.200.40.16 [110/2] via 192.168.201.16, 00:00:02, Serial0/0 
 +O IA    10.200.41.16 [110/2] via 192.168.201.16, 00:00:03, Serial0/0 
 +&nbsp;    192.168.102.0/32 is subnetted, 1 subnets 
 +O      192.168.102.31 [110/2] via 192.168.201.16, 00:00:03, Serial0/0 
 +C    192.168.1.0/24 is directly connected, FastEthernet0/1 
 +     192.168.103.0/32 is subnetted, 1 subnets 
 +O      192.168.103.31 [110/2] via 192.168.201.16, 00:00:05, Serial0/0 
 +     192.168.100.0/32 is subnetted, 1 subnets 
 +O      192.168.100.31 [110/2] via 192.168.201.16, 00:00:05, Serial0/0 
 +O    192.168.3.0/24 [110/51] via 192.168.201.16, 00:00:05, Serial0/0 
 +     192.168.101.0/32 is subnetted, 1 subnets 
 +O      192.168.101.31 [110/2] via 192.168.201.16, 00:00:05, Serial0/0 
 +Router# 
 +}} 
 + 
 +#footnotes(nohr);
:解説|このコマンドを使用すると、ルーティングテーブルを表示することができます。 :解説|このコマンドを使用すると、ルーティングテーブルを表示することができます。
Line 48: Line 81:
ルーティングテーブルのエントリに記載されている[]内の数字は ルーティングテーブルのエントリに記載されている[]内の数字は
[アドミニストレーティブディスタンス値/メトリックの値]を表しています。 [アドミニストレーティブディスタンス値/メトリックの値]を表しています。
-&shiftnote(nohr);+#footnotes(nohr);
:Tips| :Tips|
-&shiftnote(nohr);+#footnotes(nohr);
-:参考リンク|[[Google検索>Google検索:( cisco | ccna | ccnp | ccie ) -"cisco-records" -"ISBN" -"ISBN4" "show ip route"]]+:参考リンク|[[Google検索>Google検索:"show ip route" ( cisco | ccna | ccnp | ccie ) -"cisco-records" -"ISBN" -"ISBN4"]]
-:タグ|&tag(Router(K),,,Enable(M),,,,,,,CCNA,,,,,ルーティング,,);+:タグ|&tag(ルーティング,スタティック,RIP,EIGRP,OSPF);


トップ   差分 バックアップ 複製 名前変更 リロード   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ   最新ページのRSS 1.0 最新ページのRSS 2.0 最新ページのRSS Atom
Counter: 75980, today: 1, yesterday: 1
Copyright (c) 2020 Ping-t All rights reserved.
ログイン
ユーザ名 or E-Mailアドレス:

パスワード:







Contact

LPI-Japan Logo

LPI Logo