紫麒麟 发表于 2012-12-3 10:30:01

OSPF 实验求助

R1 配置
!
interface FastEthernet0/0
ip address 193.168.10.11 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.10.62 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.10.2 255.255.255.252
clock rate 64000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
network 192.168.10.32 0.0.0.31 area 0
network 193.168.10.8 0.0.0.7 area 0
network 192.168.10.0 0.0.0.3 area 0
!
R1 路由信息

   192.168.10.0/24 is variably subnetted, 5 subnets, 4 masks
C       192.168.10.0/30 is directly connected, Serial0/0/0
O       192.168.10.4/30 via 192.168.10.1, 00:09:59, Serial0/0/0
C       192.168.10.32/27 is directly connected, FastEthernet0/1
O       192.168.10.64/26 via 192.168.10.1, 00:09:49, Serial0/0/0
O       192.168.10.128/25 via 192.168.10.1, 00:09:59, Serial0/0/0
   193.168.10.0/29 is subnetted, 1 subnets
C       193.168.10.8 is directly connected, FastEthernet0/0

ISP只配置了一个f 0/0 端口

interface FastEthernet0/0
ip address 193.168.10.12 255.255.255.248
duplex auto
speed auto

请哪位帮忙看看上面的路由发布有什么问题没?我用PC无法ping通 ISP的路由器

tea 发表于 2012-12-3 10:41:09

目测是ISP没有回程路由,如果这是提议,那么NAT的也是可行的,不过你都是私有地址环境 :(

紫川凌 发表于 2012-12-3 10:48:39

你ISP也要和R1建立OSPF 邻居

杨景钧 发表于 2012-12-3 11:27:47

-sweat-    看懵了 ... ..
R1的出口跟isp 的 都不在一个子网内.. ...    R1的直连里路由里 都没有ISP的.. ...R1ping ISP 都不可能能通 ... PC 更不可能了.

地址好乱呀. .. ...

紫麒麟 发表于 2012-12-3 11:32:41

杨景钧 发表于 2012-12-3 11:27 static/image/common/back.gif
看懵了 ... ..
R1的出口跟isp 的 都不在一个子网内.. ...    R1的直连里路由里 都没有ISP的.. ...

忘了,这个是拓扑,我自己搭建的拓扑端口如下图

紫麒麟 发表于 2012-12-3 11:34:00


哪位大侠能否帮忙看看如此配了pat后还是无法访问。

interface FastEthernet0/0
ip address 193.168.10.11 255.255.255.248
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.10.62 255.255.255.224
ip nat inside
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.168.10.2 255.255.255.252
clock rate 64000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
network 192.168.10.32 0.0.0.31 area 0
network 193.168.10.8 0.0.0.7 area 0
network 192.168.10.0 0.0.0.3 area 0
!
ip nat pool gfh 193.168.10.12 193.168.10.12 netmask 255.255.255.248
ip nat inside source list 2 pool gfh overload
ip classless
!
!
access-list 2 permit 192.168.10.32 0.0.0.31

紫麒麟 发表于 2012-12-3 11:35:28

tea 发表于 2012-12-3 10:41 static/image/common/back.gif
目测是ISP没有回程路由,如果这是提议,那么NAT的也是可行的,不过你都是私有地址环境 :(

ISP的地址是193.168.10.8/29 的

杨景钧 发表于 2012-12-3 15:21:13

楼主 你直接把需求 说出来吧.    你这图 好乱 好乱啊 .. 配置也没说清楚..
你把需求说出来 写一个 你自己看着研究吧

紫麒麟 发表于 2012-12-3 19:54:44

杨景钧 发表于 2012-12-3 15:21 static/image/common/back.gif
楼主 你直接把需求 说出来吧.    你这图 好乱 好乱啊 .. 配置也没说清楚..
你把需求说出来 写一个 你自己 ...

http://bbs.spoto.net/forum.php?mod=viewthread&tid=36900&highlight=ccna%CA%B5%D1%E9
本来想贴过来的,但是今天没办法发图片了,我做的实验就是这个文档中的综合实验一,谢谢

紫麒麟 发表于 2012-12-4 10:00:55

论坛里的实验手册 V5.0.1
页: [1] 2
查看完整版本: OSPF 实验求助