レス
前レス
元トピ
次レスタイトル
Re: 問題ID: 5650 IGRPからEIGRPへの自動的再配送
フォーラム
最強WEB問題集CCNP ROUTE
投稿ユーザ(投稿日)
(2014/3/19)本文
手元に古いIOS(12.2)が残ってたのでGNS3でやってみました。(捨てなくてよかった…)
[code]
IOS (tm) 3600 Software (C3620-JK9O3S-M), Version 12.2(32), RELEASE SOFTWARE (fc1)
[/code]
トポロジは
R1(3725) fa0/0 - fa0/0 R2(3620)
です
[code]
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
[/code]
[code]
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
!
[/code]
この定義で
[code]
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
[/code]
[code]
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
[/code]
こんな感じになります :-)
レス一覧
前レス
元トピ
次レス
Copyright (c) 2010
Ping-t All rights reserved.