设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 2155|回复: 11
收起左侧

[求助] (急)求助!!关于300-135 IPV6新题OSPF Redistribute

[复制链接]
发表于 2015-3-22 20:30:58 | 显示全部楼层 |阅读模式
自己看了半天好几遍,还是没有发现R3和R4的配置有什么问题

现在发贴求高手指点。由于工作原因周三考135

(不知道是不是我拿到的pdt文件配置有问题,如果有正确的麻烦高手发一个)

若能解答,成分感谢


拓扑图:
IPv6.jpg





R3和R4配置如下,下附pkt
hostname R3

!
clock timezone UTC 0
!
!
!
!
ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst

!
!
!
interface Loopback3
description Test I/F for OSPFv2 & OSPFv3 Routing
ip address 3.3.3.3 255.255.255.255
ipv6 address FEC0::3:3/122
ipv6 ospf 6 area 0
!
interface Tunnel34
no ip address
mtu 1476
ipv6 address 2026::34:1/122
ipv6 ospf 6 area 34
tunnel source Loopback3
tunnel destination 4.4.4.4
tunnel mode ipv6ip
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.23 point-to-point
description Link to R2 s0/0/0.23
ip address 10.1.1.6 255.255.255.252
frame-relay interface-dlci 323
ipv6 address 2026::1:2/122
ipv6 ospf 6 area 0
clock rate 2000000
!
interface Serial0/0/0.34 point-to-point
description Link to R4 s0/0/0.34
ip address 10.1.1.9 255.255.255.252
frame-relay interface-dlci 343
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 3.3.3.3
log-adjacency-changes
area 34 nssa no-summary
network 10.1.1.8 0.0.0.3 area 34
network 10.1.1.4 0.0.0.3 area 0
network 3.3.3.3 0.0.0.0 area 0
!
ipv6 router ospf 6
router-id 3.3.3.3
log-adjacency-changes
!
ip classless
!
ip flow-export version 9
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
!
line aux 0
!
line vty 0 4
login
!
!
ntp authentication-key 1 md5 08157F66263631 7
ntp authenticate
ntp trusted-key 1
ntp server 209.65.200.241 key 1
ntp update-calendar
!
end


hostname R4
!
ip dhcp excluded-address 10.2.1.1 10.2.1.3
ip dhcp excluded-address 10.2.1.254
!
ip dhcp pool VLAN_10_CLIENTS
network 10.2.1.0 255.255.255.0
default-router 10.2.1.254
clock timezone UTC 0
!
!
!
!
ip cef
ipv6 unicast-routing
!
no ipv6 cef

!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
interface Loopback4
description Test I/F for OSPFv2 & OSPFv3 Routing
ip address 4.4.4.4 255.255.255.255
ipv6 address FEC0::4:4/122
ipv6 ospf 6 area 34
!
interface Loopback14
description Test I/F for RIPng Routing
no ip address
ipv6 address FEC0::14:4/122
ipv6 rip RIP_ZONE enable
!
interface Loopback21
description Test I/F for EIGRPv4 Routing & IP(v4) Helper Loopback I/F
ip address 10.1.21.129 255.255.255.224
!
interface Tunnel34
no ip address
mtu 1476
ipv6 address 2026::34:2/122
ipv6 ospf 6 area 34
tunnel source Loopback4
tunnel destination 3.3.3.3
tunnel mode ipv6ip
!
!
interface FastEthernet0/0
description L3 Link to DSW1 fa0/1
ip address 10.1.4.5 255.255.255.252
duplex full
speed 100
ipv6 address 2026::2:1/122
ipv6 rip RIP_ZONE enable
!
interface FastEthernet0/1
description L3 Link to DSW2 fa0/14
ip address 10.1.4.9 255.255.255.252
duplex full
speed 100
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0/0.34 point-to-point
description Link to R3 s0/0/0.34
ip address 10.1.1.10 255.255.255.252
frame-relay interface-dlci 434
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 10
redistribute ospf 1 metric 100000 10 255 1 1500
network 10.1.4.4 0.0.0.3
network 10.1.4.8 0.0.0.3
network 10.1.21.128 0.0.0.31
no auto-summary
!
router ospf 1
router-id 4.4.4.4
log-adjacency-changes
area 34 nssa
redistribute eigrp 10 metric-type 1 subnets
network 10.1.1.8 0.0.0.3 area 34
network 4.4.4.4 0.0.0.0 area 34
!
ipv6 router ospf 6
router-id 4.4.4.4
log-adjacency-changes
!
ipv6 router rip RIP_ZONE
redistribute ospf 6 metric 4
redistribute connected metric 3
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
!
line aux 0
!
line vty 0 4
login
!


PT300_135 TSHOOT Ticket 017.pkt (59.95 KB, 下载次数: 11)




 楼主| 发表于 2015-3-23 23:17:29 | 显示全部楼层
谢谢大家,问题已经解决了(少了以下红色的部分,我没仔细对照)

ipv6 router ospf 6
router-id 4.4.4.4
log-adjacency-changes
redistribute rip RIP_ZONE
redistribute connected

!
ipv6 router rip RIP_ZONE
redistribute ospf 6 metric 4
redistribute connected metric 3
!
ip classless
来自 9# 2015-3-23 23:17:29 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-3-23 06:46:37 | 显示全部楼层
你好,可以把你的TT 的PKT文件发我吗?我找不到
沙发 2015-3-23 06:46:37 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-3-23 08:59:55 | 显示全部楼层
R4缺少Redistribute RIP Include-Connected...看之前的解题是这样的...顺祝LZ好运...我下一门也是这个...
地板 2015-3-23 08:59:55 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-3-23 16:36:42 | 显示全部楼层
你应该看R2和R3的配置,R2的Serial0/0/0.23没在area 0区域,R3有在。你看你的拓扑R2和R3不是直连的,是通过cloud-PT连接,你再看这题的问题3的答案
5# 2015-3-23 16:36:42 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-3-23 20:21:35 | 显示全部楼层
kd0084 发表于 2015-3-23 08:59
R4缺少Redistribute RIP Include-Connected...看之前的解题是这样的...顺祝LZ好运...我下一门也是这个...

我看到了解答结果也是这样,但是通过pkt实现的时候,找不到问题的所在了,现在不确定是不是有一条命令写错了?
R4下的一条命令,下面这样写完整吗?
ipv6 router rip RIP_ZONE
6# 2015-3-23 20:21:35 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-3-23 20:22:38 | 显示全部楼层
ajsdf123 发表于 2015-3-23 16:36
你应该看R2和R3的配置,R2的Serial0/0/0.23没在area 0区域,R3有在。你看你的拓扑R2和R3不是直连的,是通过 ...

谢谢,你说的是题库中的ipv6,这个没有问题。我发的是另外两个IPV6新题中的一个。
7# 2015-3-23 20:22:38 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-3-23 20:23:55 | 显示全部楼层
frenmak 发表于 2015-3-23 06:46
你好,可以把你的TT 的PKT文件发我吗?我找不到

本贴的附件应该可以下载吧
8# 2015-3-23 20:23:55 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-3-26 16:49:17 | 显示全部楼层
Unre 发表于 2015-3-23 20:21
我看到了解答结果也是这样,但是通过pkt实现的时候,找不到问题的所在了,现在不确定是不是有一条命令写 ...

我没怎么看pkt文件,要是之前那个文档没问题,IPv6的新题,应该一个是侧重分布,一个是tunnel.
我觉得show run应该能搞定...
不过还是祝你好运啊!!
10# 2015-3-26 16:49:17 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2015-3-26 19:18:15 | 显示全部楼层
kd0084 发表于 2015-3-26 16:49
我没怎么看pkt文件,要是之前那个文档没问题,IPv6的新题,应该一个是侧重分布,一个是tunnel.
我觉得show r ...

你讲的是ipv4 and ipv6 interoperability的问题也就是,我问的是ipv6的第3道,不过已经解决了,考试昨天也通过了。

谢谢了
11# 2015-3-26 19:18:15 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2015-3-27 09:07:42 | 显示全部楼层
Unre 发表于 2015-3-26 19:18
你讲的是ipv4 and ipv6 interoperability的问题也就是,我问的是ipv6的第3道,不过已经解决了,考试昨天 ...

应该一个是IPv6重分布,一个是IPv6的tunnel,一个是IPv6 ospf的宣告吧...恭喜通过啊!!
12# 2015-3-27 09:07:42 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2024-4-26 22:40 , Processed in 0.077388 second(s), 15 queries , Redis On.  

  Powered by Discuz!

  © 2001-2024 HH010.COM

快速回复 返回顶部 返回列表