前回はRIPでユニキャストを利用する例などを確認しました。今回はEIGRPでユニキャストを利用する方法を確認します。
R1とR2で直結しているF0/0でEIGRPを利用します。
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で最低限のEIGRPを設定します。
R1(config)#router eigrp 100
R1(config-router)#no auto-summary
R1(config-router)#network 12.12.12.1 0.0.0.0
実行後、設定を確認します。
R1(config-r