RIPでユニキャストとブロードキャストを利用する

通常RIPはマルチキャストを利用してルーティング情報を流しますが、ユニキャストやブロードキャストを利用することも可能です。

R1(config)#do sh ip int b
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            12.12.12.1      YES manual up                    up
Loopback0                  17.17.1.1       YES NVRAM  up                    up

R2(config)#do sh ip int b
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            12.12.12.2      YES manual up                    up
Loopback0                  17.17.2.2       YES NVRAM  up                    up

R1とR2にRIPの設定を行います。

R1(config)#router rip
R1(config-router)#no auto-summary
R1(config-router)#version 2
R1(config-router)#network 12.12.12.1
R1(config-router)#network 17.17.1.1

設定後、デバグ画面を見るとマルチキャスト(224.0.0.9)を利用していることが確認できます。

R2(config-router)#do deb ip rip

Cisco
2011/12/14 08:40



コメント

コメントを見る (2)

コメントを投稿