atwiki-logo
  • 新規作成
    • 新規ページ作成
    • 新規ページ作成(その他)
      • このページをコピーして新規ページ作成
      • このウィキ内の別ページをコピーして新規ページ作成
      • このページの子ページを作成
    • 新規ウィキ作成
  • 編集
    • ページ編集
    • ページ編集(簡易版)
    • ページ名変更
    • メニュー非表示でページ編集
    • ページの閲覧/編集権限変更
    • ページの編集モード変更
    • このページにファイルをアップロード
    • メニューを編集
    • 右メニューを編集
  • バージョン管理
    • 最新版変更点(差分)
    • 編集履歴(バックアップ)
    • アップロードファイル履歴
    • ページ操作履歴
  • ページ一覧
    • ページ一覧
    • このウィキのタグ一覧
    • このウィキのタグ(更新順)
    • おまかせページ移動
  • RSS
    • このウィキの更新情報RSS
    • このウィキ新着ページRSS
  • ヘルプ
    • ご利用ガイド
    • Wiki初心者向けガイド(基本操作)
    • このウィキの管理者に連絡
    • 運営会社に連絡(不具合、障害など)
ページ検索 メニュー
DynagenでCCIEを目指す
  • ウィキ募集バナー
  • 目安箱バナー
  • 操作ガイド
  • 新規作成
  • 編集する
  • 全ページ一覧
  • 登録/ログイン
ページ一覧
DynagenでCCIEを目指す
  • ウィキ募集バナー
  • 目安箱バナー
  • 操作ガイド
  • 新規作成
  • 編集する
  • 全ページ一覧
  • 登録/ログイン
ページ一覧
DynagenでCCIEを目指す
ページ検索 メニュー
  • 新規作成
  • 編集する
  • 登録/ログイン
  • 管理メニュー
管理メニュー
  • 新規作成
    • 新規ページ作成
    • 新規ページ作成(その他)
      • このページをコピーして新規ページ作成
      • このウィキ内の別ページをコピーして新規ページ作成
      • このページの子ページを作成
    • 新規ウィキ作成
  • 編集
    • ページ編集
    • ページ編集(簡易版)
    • ページ名変更
    • メニュー非表示でページ編集
    • ページの閲覧/編集権限変更
    • ページの編集モード変更
    • このページにファイルをアップロード
    • メニューを編集
    • 右メニューを編集
  • バージョン管理
    • 最新版変更点(差分)
    • 編集履歴(バックアップ)
    • アップロードファイル履歴
    • ページ操作履歴
  • ページ一覧
    • このウィキの全ページ一覧
    • このウィキのタグ一覧
    • このウィキのタグ一覧(更新順)
    • このページの全コメント一覧
    • このウィキの全コメント一覧
    • おまかせページ移動
  • RSS
    • このwikiの更新情報RSS
    • このwikiの新着ページRSS
  • ヘルプ
    • ご利用ガイド
    • Wiki初心者向けガイド(基本操作)
    • このウィキの管理者に連絡
    • 運営会社に連絡する(不具合、障害など)
  • atwiki
  • DynagenでCCIEを目指す
  • トップページ
  • 動作検証 ネットワーク系
  • 20100413 EIGRP 複数ASのEIGRP

DynagenでCCIEを目指す

20100413 EIGRP 複数ASのEIGRP

最終更新:2010年04月15日 19:22

it_certification

- view
管理者のみ編集可
  • 目的
  • 構成
  • 検証1 EIGRP AS2の設定
  • 検証2 passive-interfaceの設定
  • 検証3 AS間の再配送

目的

  • 複数プロセスのEIGRP設定方法を確認します。

構成

  • 設定概要
    • EIGRPによってルーティングします。
    • 初期設定では、AS1のみ設定完了です。(AS2は未設定)
  • 構成図
  • netファイル
ghostios = True
sparsemem = True
model = 3620
[localhost]
	
	[[3620]]
		image = C:\Program Files\Dynamips\images\c3620-j1s3-mz.123-18.bin
		ram = 256
	
	[[ROUTER R1]]
		e1/0 = R2 e1/0
		
	[[ROUTER R2]]
		e1/1 = R3 e1/1

	[[ROUTER R3]]
		e1/2 = R4 e1/2

	[[ROUTER R4]]
		e1/3 = R1 e1/3
  • 初期設定 R1
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.0
!
interface Ethernet1/0
 ip address 192.168.10.1 255.255.255.0
 full-duplex
!
interface Ethernet1/1
 no ip address
 shutdown
 half-duplex
!
interface Ethernet1/2
 no ip address
 shutdown
 half-duplex
!
interface Ethernet1/3
 ip address 172.16.13.1 255.255.255.0
 full-duplex
!
router eigrp 1
 network 1.1.1.1 0.0.0.0
 network 172.16.0.0
 network 192.168.10.0
 no auto-summary
!
ip http server
ip classless
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
  • 初期設定 R2
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface Ethernet1/0
 ip address 192.168.10.2 255.255.255.0
 full-duplex
!
interface Ethernet1/1
 ip address 192.168.11.2 255.255.255.0
 full-duplex
!
interface Ethernet1/2
 no ip address
 shutdown
 half-duplex
!
interface Ethernet1/3
 no ip address
 shutdown
 half-duplex
!
router eigrp 1
 network 192.168.10.0
 no auto-summary
!
ip http server
ip classless
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
  • 初期設定 R3
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
!
interface Ethernet1/0
 no ip address
 shutdown
 half-duplex
!
interface Ethernet1/1
 ip address 192.168.11.3 255.255.255.0
 full-duplex
!
interface Ethernet1/2
 ip address 172.16.12.3 255.255.255.0
 full-duplex
!
interface Ethernet1/3
 no ip address
 shutdown
 half-duplex
!
ip http server
ip classless
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
  • 初期設定 R4
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 4.4.4.4 255.255.255.255
!
interface Ethernet1/0
 no ip address
 shutdown
 half-duplex
!
interface Ethernet1/1
 no ip address
 shutdown
 half-duplex
!
interface Ethernet1/2
 ip address 172.16.12.4 255.255.255.0
 full-duplex
!
interface Ethernet1/3
 ip address 172.16.13.4 255.255.255.0
 full-duplex
!
router eigrp 1
 network 172.16.0.0
 no auto-summary
!
ip http server
ip classless
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

検証1 EIGRP AS2の設定

  • EIGRP AS2の設定
EIGRP AS1の設定は完了していますので、AS2の設定を投入します。
R2(config)#router eigrp 2
R2(config-router)#network 192.168.11.0
R2(config-router)#no auto-summary

R3(config)#router eigrp 2
R3(config-router)#network 172.16.0.0
R3(config-router)#network 192.168.11.0
R3(config-router)#network 3.3.3.3 0.0.0.0
R3(config-router)#no auto-summary

R4(config)#router eigrp 2
R4(config-router)#network 172.16.0.0
R4(config-router)#no auto-summary

検証2 passive-interfaceの設定

  • passive-interfaceの設定
R4に着目して下さい。e1/2, e1/3からAS1とAS2の両方のEIGRP helloパケットが送信されています。不要なパケットが送信されるのは管理上望ましい事ではないので、passiveインターフェースを設定し不要なパケットが送信されないようにします。
設定方法は以下の通り、RIPと同様です。
R4(config)#router eigrp 1
R4(config-router)#passive-interface Ethernet 1/2
R4(config-router)#exit
R4(config)#router eigrp 2
R4(config-router)#passive-interface Ethernet 1/3

検証3 AS間の再配送

  • 疎通確認
R1からR3 loopback0(3.3.3.3)へのpingが届かない事と、ルーティングテーブル上にR3 loopbak0(3.3.3.3)へのルートがない事を確認します。
R1#show ip route
 - 略 -
     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback0
C    192.168.10.0/24 is directly connected, Ethernet1/0
     172.16.0.0/24 is subnetted, 2 subnets
D       172.16.12.0 [90/307200] via 172.16.13.4, 00:01:56, Ethernet1/3
C       172.16.13.0 is directly connected, Ethernet1/3
R1#ping 3.3.3.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R1#
  • 再配送の設定
AS1とAS2の間で再配送する設定をR2に投入します。
R2(config)#router eigrp 1
R2(config-router)#redistribute eigrp 2
R2(config-router)#exit
R2(config)#router eigrp 2
R2(config-router)#redistribute eigrp 1
  • 疎通確認
R1からR3 loopback0(3.3.3.3)へのpingが届く事と、ルーティングテーブル上にR3 loopbak0(3.3.3.3)へのルートが載った事を確認します。
R1#show ip route
 - 略 -
     1.0.0.0/24 is subnetted, 1 subnets
C       1.1.1.0 is directly connected, Loopback0
     3.0.0.0/32 is subnetted, 1 subnets
D EX    3.3.3.3 [170/435200] via 192.168.10.2, 00:00:28, Ethernet1/0 <- 3.3.3.3へのルート
C    192.168.10.0/24 is directly connected, Ethernet1/0
     172.16.0.0/24 is subnetted, 2 subnets
D       172.16.12.0 [90/307200] via 172.16.13.4, 00:00:28, Ethernet1/3
C       172.16.13.0 is directly connected, Ethernet1/3
D EX 192.168.11.0/24 [170/307200] via 192.168.10.2, 00:00:28, Ethernet1/0
R1#ping 3.3.3.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/99/184 ms
R1#
「20100413 EIGRP 複数ASのEIGRP」をウィキ内検索
LINE
シェア
Tweet
添付ファイル
  • topology.jpg
DynagenでCCIEを目指す
記事メニュー

メインコンテンツ

  • トップページ
  • トップページ/動作検証 ネットワーク系

更新履歴

取得中です。

@Wiki

  • @wiki
  • @wikiご利用ガイド
  • プラグイン紹介
  • まとめサイト作成支援ツール




ここを編集
記事メニュー2
人気記事ランキング
  1. トップページ/手順書 ネットワーク系/VLC media player (Linux版) インストール手順
もっと見る
最近更新されたページ
  • 2988日前

    トップページ
  • 4187日前

    トップページ/手順書 ネットワーク系/Loopbackインターフェースとの接続
  • 4188日前

    トップページ/手順書 ネットワーク系
  • 4188日前

    トップページ/手順書 開発系
  • 4188日前

    トップページ/手順書 サーバ系
  • 4188日前

    トップページ/動作検証 ネットワーク系
  • 4901日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 15
  • 4922日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 14
  • 4935日前

    メニュー
  • 4945日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 13
もっと見る
人気記事ランキング
  1. トップページ/手順書 ネットワーク系/VLC media player (Linux版) インストール手順
もっと見る
最近更新されたページ
  • 2988日前

    トップページ
  • 4187日前

    トップページ/手順書 ネットワーク系/Loopbackインターフェースとの接続
  • 4188日前

    トップページ/手順書 ネットワーク系
  • 4188日前

    トップページ/手順書 開発系
  • 4188日前

    トップページ/手順書 サーバ系
  • 4188日前

    トップページ/動作検証 ネットワーク系
  • 4901日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 15
  • 4922日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 14
  • 4935日前

    メニュー
  • 4945日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 13
もっと見る
ウィキ募集バナー
新規Wikiランキング

最近作成されたWikiのアクセスランキングです。見るだけでなく加筆してみよう!

  1. MadTown GTA (Beta) まとめウィキ
  2. AviUtl2のWiki
  3. R.E.P.O. 日本語解説Wiki
  4. しかのつのまとめ
  5. シュガードール情報まとめウィキ
  6. 機動戦士ガンダム EXTREME VS.2 INFINITEBOOST wiki
  7. ソードランページ @ 非公式wiki
  8. SYNDUALITY Echo of Ada 攻略 ウィキ
  9. シミュグラ2Wiki(Simulation Of Grand2)GTARP
  10. ドラゴンボール Sparking! ZERO 攻略Wiki
もっと見る
人気Wikiランキング

atwikiでよく見られているWikiのランキングです。新しい情報を発見してみよう!

  1. アニヲタWiki(仮)
  2. ストグラ まとめ @ウィキ
  3. ゲームカタログ@Wiki ~名作からクソゲーまで~
  4. 初音ミク Wiki
  5. 発車メロディーwiki
  6. 検索してはいけない言葉 @ ウィキ
  7. 機動戦士ガンダム バトルオペレーション2攻略Wiki 3rd Season
  8. Grand Theft Auto V(グランドセフトオート5)GTA5 & GTAオンライン 情報・攻略wiki
  9. オレカバトル アプリ版 @ ウィキ
  10. モンスター烈伝オレカバトル2@wiki
もっと見る
全体ページランキング

最近アクセスの多かったページランキングです。話題のページを見に行こう!

  1. 参加者一覧 - ストグラ まとめ @ウィキ
  2. 千鳥の鬼レンチャン 挑戦者一覧 - 千鳥の鬼レンチャン サビだけカラオケデータベース
  3. 召喚 - PATAPON(パタポン) wiki
  4. ロスサントス警察 - ストグラ まとめ @ウィキ
  5. 魔獣トゲイラ - バトルロイヤルR+α ファンフィクション(二次創作など)総合wiki
  6. ステージ - PATAPON(パタポン) wiki
  7. 犬 ルリ - ストグラ まとめ @ウィキ
  8. ステージ攻略 - パタポン2 ドンチャカ♪@うぃき
  9. 鬼太郎誕生 ゲゲゲの謎 - アニヲタWiki(仮)
  10. 鬼レンチャン(レベル順) - 鬼レンチャンWiki
もっと見る

  • このWikiのTOPへ
  • 全ページ一覧
  • アットウィキTOP
  • 利用規約
  • プライバシーポリシー

2019 AtWiki, Inc.