この部分の広告を募集しています。 詳しくはこちら

2013年9月アーカイブの最新記事

EIGRP セカンダリアドレスのアドバタイズ

(所属カテゴリー:IPルーティング | シスコ---投稿日時:2013年9月27日)

ネットワーク構成

eigrp_secondary01.png
図 EIGRPセカンダリアドレスのアドバタイズ ネットワーク構成

設定概要

各ルータのEIGRPに関連する設定は次のとおりです。

R1

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Ethernet0/0
 ip address 192.168.12.1 255.255.255.0
!
interface Ethernet0/1
 ip address 192.168.21.1 255.255.255.0
!
interface Serial1/0
 ip address 192.168.14.1 255.255.255.0
 encapsulation ppp
!
router eigrp 1
 network 192.168.12.0
 network 192.168.14.0
 network 192.168.21.0
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R2

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Loopback0
 ip address 192.168.2.2 255.255.255.0
!
interface Ethernet0/0
 ip address 192.168.12.2 255.255.255.0
!
interface Ethernet0/1
 ip address 192.168.21.2 255.255.255.0
!
interface Ethernet0/2
 ip address 192.168.23.2 255.255.255.0
!
router eigrp 1
 network 192.168.2.0
 network 192.168.12.0
 network 192.168.21.0
 network 192.168.23.0
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R3

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Ethernet0/0
 ip address 192.168.23.3 255.255.255.0
!
interface Ethernet0/1
 ip address 192.168.3.3 255.255.255.0 secondary
 ip address 192.168.34.3 255.255.255.0
!
router eigrp 1
 network 192.168.23.0
 network 192.168.34.0
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

R4

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
interface Ethernet0/0
 ip address 192.168.34.4 255.255.255.0
!
interface Serial1/0
 ip address 192.168.14.4 255.255.255.0
 encapsulation ppp
!
router eigrp 1
 network 192.168.14.0
 network 192.168.34.0
 no auto-summary
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

GNS3プロジェクトダウンロード(MM_1229_EIGRP_secondary_init.zip)

問題

R4から192.168.3.3に対するTracerouteの結果が次のように表示されるようにしてください。

---------------------------------------------------- R4#traceroute 192.168.3.3 Type escape sequence to abort. Tracing the route to 192.168.3.3 1 192.168.34.3 20 msec * 16 msec ----------------------------------------------------

EIGRP セカンダリアドレスのアドバタイズの続きを読む

2013年9月アーカイブのその他の記事一覧

Google
Web n-study.com

各コンテンツの最新記事

有料コンテンツライブラリ(ITエンジニア教育資料)

ネットワーク技術雑誌レビュー

ベンダ資格受験記

オススメ!ネットワーク技術雑誌・書籍

MindMapでおべんきょ

結果を出せるコーチング

Geneのつぶやき

The Power of Words

スポンサードリンク

スポンサードリンク