shady 发表于 2011-12-8 15:56:24

急!902双向重分布实验求助

明天打算去考902,今天下午模拟做实验时,在双向重分布时,为什么我显示的一直是走的R3,显示的路径是:192.168.1.2(R2) 192.168.2.2 (R3) 192.168.4.2 (R4),这种情况是对的么,我怎么感觉好像题库上讲的好像是去得时候是R1-R2-R4-R5回来的时候是R5-R4-R3-R2-R1呢?急啊,救助各位大侠们解答。拓扑和配置如下:
R0:interface FastEthernet1/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 192.168.1.0
auto-summary
!
R1:interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/3/0
ip address 192.168.3.1 255.255.255.0
clock rate 9600
!
interface Serial0/3/1
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
distance eigrp 90 109
redistribute ospf 1 metric 1544 2000 255 1 1500
network 192.168.1.0
network 192.168.2.0
auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 100 metric-type 1 subnets
network 192.168.3.0 0.0.0.255 area 24
R2:interface FastEthernet0/0
ip address 192.168.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/3/0
no ip address
shutdown
!
interface Serial0/3/1
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
ip address 192.168.4.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
redistribute ospf 1 metric 10000 100 255 1 1500
network 192.168.2.0
auto-summary
!
router ospf 1
log-adjacency-changes
redistribute eigrp 100 metric-type 1 subnets
network 192.168.4.0 0.0.0.255 area 34
R3:
interface FastEthernet0/0
ip address 172.16.100.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/3/0
ip address 192.168.3.2 255.255.255.0
!
interface Serial0/3/1
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
ip address 192.168.4.2 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 192.168.3.0 0.0.0.255 area 24
network 192.168.4.0 0.0.0.255 area 34
network 172.16.100.0 0.0.0.255 area 0
R4:
interface FastEthernet0/0
ip address 172.16.100.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 172.16.100.0 0.0.0.255 area 0




麻烦各位大侠帮忙看一下,谢谢了

shady 发表于 2011-12-8 16:10:06

还有一个问题,图片当中的有去有回的ping是哪条命令?或者说怎么弄的?

Y() 发表于 2011-12-9 02:34:27

两个都 是F口要再R2修改eigrp的外部管理距离,小于 110

rogerxyz 发表于 2011-12-16 23:22:33

shady 发表于 2011-12-8 16:10 static/image/common/back.gif
还有一个问题,图片当中的有去有回的ping是哪条命令?或者说怎么弄的?

R1#ping
Protocol :
Target IP address: 172.16.100.1
Repeat count :
Datagram size :
Timeout in seconds :
Extended commands : y
Source address or interface: 192.168.1.1
Type of service :
Set DF bit in IP header? :
Validate reply data? :
Data pattern :
Loose, Strict, Record, Timestamp, Verbose: R
Number of hops [ 9 ]:
Loose, Strict, Record, Timestamp, Verbose:
Sweep range of sizes :
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.100.1, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.1
Packet has IP options:Total option bytes= 39, padded length=40
Record route: <*>
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)
   (0.0.0.0)

Reply to request 0 (316 ms).Received packet has options
Total option bytes= 40, padded length=40
Record route:
   (192.168.1.1)
   (192.168.2.1)
   (192.168.4.2)
   (172.16.100.1)
   (192.168.4.1)
   (192.168.2.2)
   (192.168.1.2)
   (192.168.1.1) <*>
   (0.0.0.0)
End of list
页: [1]
查看完整版本: 急!902双向重分布实验求助