人気ウイルス対策ソフト「ESET Smart Security V4.0」

RIP

CITの試験対策と平行してBSCIの復習を試みましたが、
今回はBSCIの内容を抜粋して、ある程度機能を絞ってやることにしました。
本格的なBSCIの復習は落ち着いてから、今やろうとしていることが軌道に乗ってからやりたいと思います。
まず、第一回目はRIPについてです。

RIP

<RIPの設定>
2501A(config)#router rip
2501A(config-router)#network 192.168.0.0
2501A(config-router)#network 10.0.0.0
2501A(config-router)#version 2

2503(config)#router rip
2503(config-router)#network 10.0.0.0
2503(config-router)#version 2

2501B(config)#router rip
2501B(config-router)#network 192.168.1.0
2501B(config-router)#network 10.0.0.0
2501B(config-router)#version 2

<RIPの問題解決のためのコマンド>
【show ip route rip】
・現在のルーティングテーブルからRIPの経路情報のみ表示する

2501A#show ip route rip
10.0.0.0/30 is subnetted, 2 subnets
R 10.0.1.0 [120/1] via 10.0.0.2, 00:00:18, Serial0
R 192.168.1.0/24 [120/2] via 10.0.0.2, 00:00:18, Serial0

2503#show ip route rip
R 192.168.0.0/24 [120/1] via 10.0.0.1, 00:00:20, Serial0
R 192.168.1.0/24 [120/1] via 10.0.1.1, 00:00:07, Serial1

2501B#show ip route rip
10.0.0.0/30 is subnetted, 2 subnets
R 10.0.0.0 [120/1] via 10.0.1.2, 00:00:14, Serial0
R 192.168.0.0/24 [120/2] via 10.0.1.2, 00:00:14, Serial0

【show ip rip database】
・RIPデータベースを表示する

2501A#show ip rip database
10.0.0.0/8 auto-summary
10.0.0.0/30 directly connected, Serial0
10.0.1.0/30
[1] via 10.0.0.2, 00:00:05, Serial0
192.168.0.0/24 auto-summary
192.168.0.0/24 directly connected, Ethernet0
192.168.1.0/24 auto-summary
192.168.1.0/24
[2] via 10.0.0.2, 00:00:05, Serial0

【debug ip rip database】
・RIPデータベースの情報交換の様子を表示する

2501A#debug ip rip database
RIP database events debugging is on
2501A#
*Mar 1 01:39:20.755: RIP-DB: network_update with 10.0.1.0/30 succeeds
*Mar 1 01:39:20.755: RIP-DB: adding 10.0.1.0/30 (metric 1) via 10.0.0.2 on Serial0 to RIP database
*Mar 1 01:39:20.763: RIP-DB: network_update with 192.168.1.0/24 succeeds
*Mar 1 01:39:20.763: RIP-DB: adding 192.168.1.0/24 (metric 2) via 10.0.0.2 on Serial0 to RIP database

【debug ip rip events】
・RIPルーティングアップデートの要約情報を表示する

2501A#debug ip rip events
RIP event debugging is on
2501A#
*Mar 1 01:40:13.111: RIP: sending v2 update to 224.0.0.9 via Ethernet0 (192.168.0.1)
*Mar 1 01:40:13.115: RIP: Update contains 2 routes
*Mar 1 01:40:13.119: RIP: Update queued
*Mar 1 01:40:13.119: RIP: Update sent via Ethernet0
*Mar 1 01:40:14.751: RIP: received v2 update from 10.0.0.2 on Serial0
*Mar 1 01:40:14.755: RIP: Update contains 2 routes
*Mar 1 01:40:14.771: RIP: sending v2 update to 224.0.0.9 via Serial0 (10.0.0.1)
*Mar 1 01:40:14.775: RIP: Update contains 1 routes
*Mar 1 01:40:14.779: RIP: Update queued
*Mar 1 01:40:14.779: RIP: Update sent via Serial0

【debug ip rip】
・RIPルーティングアップデートの詳細情報を表示する

2501A#debug ip rip
RIP protocol debugging is on
2501A#
*Mar 1 01:41:05.087: RIP: sending v2 update to 224.0.0.9 via Ethernet0 (192.168.0.1)
*Mar 1 01:41:05.091: RIP: build update entries
*Mar 1 01:41:05.091: 10.0.0.0/8 via 0.0.0.0, metric 1, tag 0
*Mar 1 01:41:05.095: 192.168.1.0/24 via 0.0.0.0, metric 3, tag 0
*Mar 1 01:41:09.223: RIP: received v2 update from 10.0.0.2 on Serial0
*Mar 1 01:41:09.227: 10.0.1.0/30 via 0.0.0.0 in 1 hops
*Mar 1 01:41:09.227: 192.168.1.0/24 via 0.0.0.0 in 2 hops
*Mar 1 01:41:11.919: RIP: sending v2 update to 224.0.0.9 via Serial0 (10.0.0.1)
*Mar 1 01:41:11.923: RIP: build update entries
*Mar 1 01:41:11.923: 192.168.0.0/24 via 0.0.0.0, metric 1, tag 0
タグ:   
前の記事:ウイルスの定義
次の記事:EIGRP