Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送

この質問の投稿一覧へ

なし Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送

msg# 1.3
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2014-3-25 9:41 | 最終変更
arashi1977  長老 居住地: 広島  投稿数: 1715
手元に古いIOS(12.2)が残ってたのでGNS3でやってみました。(捨てなくてよかった…)
IOS (tm) 3600 Software (C3620-JK9O3S-M), Version 12.2(32), RELEASE SOFTWARE (fc1)
トポロジは
R1(3725) fa0/0 - fa0/0 R2(3620)
です
R1:
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 speed 100
 full-duplex
!
router eigrp 1
 network 0.0.0.0
 no auto-summary
R2:
!
interface Loopback0
 ip address 10.2.1.1 255.255.255.0
!
interface Loopback1
 ip address 10.2.2.1 255.255.255.0
!
interface Loopback2
 ip address 10.2.3.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 192.168.1.2 255.255.255.0
 duplex auto
 speed auto
!
router eigrp 1
 network 192.168.1.2 0.0.0.0
 no auto-summary
!
router igrp 1
 network 10.0.0.0
!
この定義で
R1#show ip route
(略)
Gateway of last resort is not set

     10.0.0.0/24 is subnetted, 3 subnets
D EX    10.2.1.0 [170/156160] via 192.168.1.2, 00:02:07, FastEthernet0/0
D EX    10.2.2.0 [170/156160] via 192.168.1.2, 00:02:07, FastEthernet0/0
D EX    10.2.3.0 [170/156160] via 192.168.1.2, 00:02:07, FastEthernet0/0
C    192.168.1.0/24 is directly connected, FastEthernet0/0
R2#show ip route
(略)

Gateway of last resort is not set

     10.0.0.0/24 is subnetted, 3 subnets
C       10.2.1.0 is directly connected, Loopback0
C       10.2.2.0 is directly connected, Loopback1
C       10.2.3.0 is directly connected, Loopback2
C    192.168.1.0/24 is directly connected, FastEthernet0/0
こんな感じになります

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.