Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送
arashi1977
居住地: 広島
投稿数: 1715
手元に古いIOS(12.2)が残ってたのでGNS3でやってみました。(捨てなくてよかった…)
トポロジは
R1(3725) fa0/0 - fa0/0 R2(3620)
です
この定義で
こんな感じになります
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
投稿ツリー
-
問題ID: 5650 IGRPからEIGRPへの自動的再配送
(takamoto463, 2014-3-19 14:47)
- Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送 (arashi1977, 2014-3-21 11:58)
-
Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送
(takamoto463, 2014-3-24 16:27)
- Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送 (arashi1977, 2014-3-25 8:54)
- Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送 (arashi1977, 2014-3-25 9:41)
- Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送 (takamoto463, 2014-3-26 13:29)