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. トップページ/動作検証 ネットワーク系/INE Workbook Volume I System Management
  2. トップページ/手順書 サーバ系/Apache HTTP Server Windows 32bit版 インストール手順
  3. トップページ/手順書 ネットワーク系/VLC media player (Windows版) 操作手順
  4. トップページ/動作検証 ネットワーク系/INE Workbook Volume I BGP Tips
  5. トップページ/動作検証 ネットワーク系/Selective Packet Discard
  6. トップページ/動作検証 ネットワーク系/20100511 デフォルトゲートウェイ OSPFの場合
もっと見る
最近更新されたページ
  • 3105日前

    トップページ
  • 4303日前

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

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

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

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

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

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

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

    メニュー
  • 5061日前

    トップページ/動作検証 ネットワーク系/INE Workbook Volume II lab 13
もっと見る
人気記事ランキング
  1. トップページ/動作検証 ネットワーク系/INE Workbook Volume I System Management
  2. トップページ/手順書 サーバ系/Apache HTTP Server Windows 32bit版 インストール手順
  3. トップページ/手順書 ネットワーク系/VLC media player (Windows版) 操作手順
  4. トップページ/動作検証 ネットワーク系/INE Workbook Volume I BGP Tips
  5. トップページ/動作検証 ネットワーク系/Selective Packet Discard
  6. トップページ/動作検証 ネットワーク系/20100511 デフォルトゲートウェイ OSPFの場合
もっと見る
最近更新されたページ
  • 3105日前

    トップページ
  • 4303日前

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

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

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

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

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

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

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

    メニュー
  • 5061日前

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

急上昇中のWikiランキングです。今注目を集めている話題をチェックしてみよう!

  1. フォートナイト攻略Wiki
  2. デジタルモンスター まとめ@ ウィキ
  3. 発車メロディーwiki
  4. 首都圏駅メロwiki
  5. 駅のスピーカーwiki
  6. マージマンション@wiki
  7. 作画@wiki
  8. Fate/Grand Order @wiki 【FGO】
  9. トリコ総合データベース
  10. 機動戦士ガンダム ギレンの野望 アクシズの脅威V 攻略wiki
もっと見る
人気Wikiランキング

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

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

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

  1. MADTOWNGTAまとめwiki
  2. MadTown GTA (Beta) まとめウィキ
  3. フォートナイト攻略Wiki
  4. 首都圏駅メロwiki
  5. Last Z: Survival Shooter @ ウィキ
  6. まどドラ攻略wiki
  7. 駅のスピーカーwiki
  8. ちいぽけ攻略
  9. ソニックレーシング クロスワールド 攻略@ ウィキ
  10. 戦国ダイナスティ攻略Wiki@ウィキ
もっと見る
全体ページランキング

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

  1. 【移転】Miss AV 見れない Missav.wsが見れない?!MissAV新URLはどこ?閉鎖・終了してない?missav.ai元気玉って何? - ホワイトハッカー研究所
  2. 魔獣トゲイラ - バトルロイヤルR+α ファンフィクション(二次創作など)総合wiki
  3. XVI - MADTOWNGTAまとめwiki
  4. 参加者一覧 - MADTOWNGTAまとめwiki
  5. 参加者一覧 - ストグラ まとめ @ウィキ
  6. ブラック・マジシャン・ガール - アニヲタWiki(仮)
  7. コメント/雑談・質問 - マージマンション@wiki
  8. Pokémon LEGENDS Z-A - アニヲタWiki(仮)
  9. ハーディガン - 機動戦士ガンダム バトルオペレーション2攻略Wiki 3rd Season
  10. 鬼レンチャン(レベル順) - 鬼レンチャンWiki
もっと見る

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

2019 AtWiki, Inc.