本帖最后由 fulltimes 于 2011-7-7 10:36 编辑
R1:interface Serial1/0 ip address 192.168.12.1 255.255.255.0
!
interface Serial1/1
ip address 192.168.13.1 255.255.255.0
clock rate 64000
!
router eigrp 1
redistribute static
network 192.168.13.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial1/0
! R2:interface Loopback2
ip address 2.2.2.2 255.255.255.0 ! interface Serial1/0
ip address 192.168.12.2 255.255.255.0
clock rate 64000 ! R3:interface Serial1/0
ip address 192.168.13.3 255.255.255.0
!
interface Serial1/1
ip address 192.168.35.3 255.255.255.0
clock rate 64000
!
router eigrp 1
network 192.168.35.0
network 192.168.13.0
no auto-summary R5:!
interface Serial1/0
ip address 192.168.35.5 255.255.255.0 ! router eigrp 1
network 192.168.35.0
no auto-summary R5能ping通R1的s1/0 ping不通R2的s1/0 我是根据李sir的CCNP视频┃鸿鹄┃1.2.EIGRP-2的eigrp的静态重分布做的,请问哪里出错了。 |