IPv6 路由-OSPFv3

实验目的

1.   掌握 OSPFv3 的配置方法

2.   掌握在帧中继环境下 OSPFv3 的配置方法

3.   掌握 OSPFv3 NSSA 的配置方法

4.   掌握外部路由汇总的配置

5.   掌握区域间路由的汇总配置

实验拓扑图

IPv4地址表

Device

Interface

IP Address

R1

F 0/0

10.1.99.1

S 0/0

192.168.99.1

R3

S 0/0

192.168.99.3

R4

S 0/0

192.168.99.4

R5

F 0/0

10.1.99.5

S 0/0

12.1.99.5

R6

F 0/0

10.1.99.6

F 0/1

11.1.99.6

R8

F 0/1

11.1.99.8

S 0/0

12.1.99.8

R2(config)#frame-relay switching

R2(config)#int s 0/0

R2(config-if)#no shutdown

R2(config-if)#clock rate 128000

R2(config-if)#encapsulation frame-relay

R2(config)#int s 0/1

R2(config-if)#no shutdown

R2(config-if)#clock rate 128000

R2(config-if)#encapsulation frame-relay

R2(config)#int s 0/2

R2(config-if)#no shutdown

R2(config-if)#clock rate 128000

R2(config-if)#encapsulation frame-relay

R2(config)#int s 0/0

R2(config-if)#frame-relay lmi-type cisco

R2(config-if)#frame-relay intf-type dce

R2(config)#int s 0/1

R2(config-if)#frame-relay lmi-type cisco

R2(config-if)#frame-relay intf-type dce

R2(config)#int s 0/2

R2(config-if)#frame-relay lmi-type cisco

R2(config-if)#frame-relay intf-type dce

R2(config)#int s 0/0

R2(config-if)#frame-relay route 103 interface s 0/1 301

R2(config-if)#frame-relay route 104 interface s 0/2 401

R2(config)#int s 0/1

R2(config-if)#frame-relay route 301 interface Serial0/0 103

R2(config)#int s 0/2

R2(config-if)#frame-relay route 401 interface Serial0/0 104

show frame-relay route检查帧中继交换机是否正常

R1(config)#int s 0/0

R1(config-if)#ip address 192.168.99.1 255.255.255.0

R1(config-if)#no shutdown

R1(config-if)#encapsulation frame-relay

R1(config-if)#frame-relay lmi-type cisco

R1(config-if)#no frame-relay inverse-arp

R1(config-if)#frame-relay map ip 192.168.99.3 103 broadcast

R1(config-if)#frame-relay map ip 192.168.99.4 104 broadcast

R3(config)#int s 0/0

R3(config-if)#ip address 192.168.99.3 255.255.255.0

R3(config-if)#no shutdown

R3(config-if)#encapsulation frame-relay

R3(config-if)#no frame-relay inverse-arp

R3(config-if)#frame-relay map ip 192.168.99.1 301 broadcast

R4(config)#int s 0/0

R4(config-if)#ip address 192.168.99.4 255.255.255.0

R4(config-if)#no shutdown

R4(config-if)#encapsulation frame-relay

R4(config-if)#no frame-relay inverse-arp

R4(config-if)#frame-relay map ip 192.168.99.1 401 broadcast

进行ping命令测试

从R1ping到R3与R4

R1#show frame-relay map

配置ospf

先配置外部路由器ospf  (R5.R8)

R6(config)#router ospf 1

R6(config-router)#router-id 6.6.6.6

R6 (config-router)#area 1 nssa――配置区域 1 为 NSSA 区域

R6(config)#interface loopback 0

R6(config-if)#ip add 6.6.6.6 255.255.255.255

R6(config)#int f 0/0

R6(config-if)#ip add 10.1.99.6 255.255.255.0

R6(config-if)#no shut

R6(config-if)#ip ospf 1 area 0

R6(config-if)#int f 0/1

R6(config-if)#ip add 11.1.99.6 255.255.255.0

R6(config-if)#no shut

R6(config-if)#ip ospf 1 area 1

R6(config-if)#exit

R6(config)#router ospf 1

R6(config-router)#network 6.6.6.6 0.0.0.0 area 0

R6(config-router)#network 10.1.99.0 0.0.0.255 area 0

R6(config-router)#network 11.1.99.0 0.0.0.255 area 1

R1(config)#router ospf 1

R1(config-router)#router-id 1.1.1.1

R1(config)#interface loopback 0

R1(config-if)#ip add 1.1.1.1 255.255.255.255

R1(config)#int f 0/0

R1(config-if)#ip add 10.1.99.1 255.255.255.0

R1(config-if)#no shut

R1(config-if)#ip ospf 1 area 0

R1(config-if)#int s 0/0

R1(config-if)#ip ospf 1 area 0

R1(config-if)#exit

R1(config)#router ospf 1

R1(config-router)#network 1.1.1.1 0.0.0.0 area 0

R1(config-router)#network 10.1.99.0 0.0.0.255 area 0

R1(config-router)#network 192.168.99.0 0.0.0.255 area 0

R1(config-router)#neighbor 192.168.99.3

R1(config-router)#neighbor 192.168.99.4

配置帧中继中路由器的ospf  (R4)

R3(config)#router ospf 1

R3(config-router)#router-id 3.3.3.3

R3(config-router)#exit

R3(config)#int loopback 0

R3(config-if)#ip add 3.3.3.3 255.255.255.255

R3(config-if)#ip ospf 1 area 2

R3(config-if)#int s 0/0

R3(config-if)# ip ospf 1 area 2

R3(config-if)# ip ospf priority 0

R3(config)#router ospf 1

R3(config-router)#network 3.3.3.3 0.0.0.0 area 2

R3(config-router)#network 192.168.99.0 0.0.0.255 area 2

已完成OSPFv2配置,在R1上查ospf邻居关系

R1#show ipv6 ospf neighbor

测试路由通断情况

在R5上测试得出结果如下(从内部到外部皆ping通,实验完成)

IPV6地址规划

Device

Interface

IP Address

R4

S0/0

2001:DB8:99:1::2/64

R3

S0/0

2001:DB8:99:1::1/64

R2

S0/0

2001:DB8:99:1::3/64

F0/0

2001:DB8:99:2::1/64

R6

F0/0

2001:DB8:99:2::2/64

F0/1

2001:DB8:99:3::1/64

R7

F0/0

2001:DB8:99:2::3/64

F0/1

2001:DB8:99:4::1/64

R8

F0/0

2001:DB8:99:3::2/64

F0/1

2001:DB8:99:4::2/64

F1/0

2001:DB8:99:5::2/64

R5

F0/0

2001:DB8:99:5::1/64

在R1,R2,R3,R4,上配置帧中继,R1作为帧中继交换机

R1:

R1(config)#frame-relay switching

R1(config)#int s0/0

R1(config-if)#encapsulation frame-relay

R1(config-if)#frame-relay intf-type dce

R1(config-if)#clock rate 64000

R1(config-if)#frame-relay route 102 interface serial 0/1 201

R1(config-if)#frame-relay route 103 interface  serial 0/2 301

R1(config-if)#no shutdown

R1(config)#int s0/1

R1(config-if)#encapsulation frame-relay

R1(config-if)#frame-relay intf-type dce

R1(config-if)#clock rate 64000

R1(config-if)#frame-relay route 201 interface serial 0/0 102

R1(config-if)#frame-relay route 104 interface  serial 0/2 401

R1(config-if)#no shutdown

R1(config)#int s0/2

R1(config-if)#encapsulation frame-relay

R1(config-if)#frame-relay intf-type dce

R1(config-if)#clock rate 64000

R1(config-if)#frame-relay route 301 interface serial 0/0 103

R1(config-if)#frame-relay route 401 interface  serial 0/1 104

R1(config-if)#no shutdown

R3:

R3(config)#ipv6 unicast-routing

R3(config)#ipv6 router ospf 1

R3(config-rtr)#router-id 1.1.1.5

R3(config-rtr)#int s0/0

R3(config-if)#ipv6 ospf 1 area 2

R3(config-if)#ipv6  enable

R3(config-if)#ipv6 address 2001:db8:99:1::1/64

R3(config-if)#encapsulation frame-relay

R3(config-if)#frame-relay map ipv6 2001:db8:99:1::2 102 broadcast

R3(config-if)#frame-relay map ipv6 2001:db8:99:1::3 103 broadcast

R3(config-if)#frame-relay map ipv6 FE80::C604:7FF:FE83:0 102 broadcast

R3(config-if)#frame-relay map ipv6 FE80::C602:7FF:FE65:0 103 broadcast

R3(config-if)#no shutdown

R4:

R4(config)#ipv6 unicast-routing

R4(config)#ipv6 router ospf 1

R4(config-rtr)#router-id 1.1.1.6

R4(config-rtr)#int s0/0

R4(config-if)#ipv6 ospf 1 area 2

R4(config-if)#ipv6  enable

R4(config-if)#ipv6 address 2001:db8:99:1::2/64

R4(config-if)#encapsulation frame-relay

R4(config-if)#frame-relay map ipv6 2001:db8:99:1::1 201 broadcast

R4(config-if)#frame-relay map ipv6 2001:db8:99:1::3 104 broadcast

R4(config-if)#frame-relay map ipv6 FE80::C603:7FF:FE74:0 201 broadcast

R4(config-if)#frame-relay map ipv6 FE80::C602:7FF:FE65:0 104 broadcast

R4(config-if)#no shutdown

R2:

R2(config)#ipv6 unicast-routing

R2(config)#ipv6 router ospf 1

R2(config-rtr)#router-id 1.1.1.1

R2(config)#int serial 0/0

R2(config-if)#ipv6 ospf 1 area 2

R2(config-if)#ipv6  enable

R2(config-if)#ipv6 address 2001:db8:99:4::3/64

R2(config-if)#encapsulation frame-relay

R2(config-if)#frame-relay map ipv6 2001:db8:99:1::1 301 broadcast

R2(config-if)#frame-relay map ipv6 2001:db8:99:1::2 401 broadcast

R2(config-if)#frame-relay map ipv6 FE80::C603:7FF:FE74:0 301 broadcast

R2(config-if)#frame-relay map ipv6 FE80::C604:7FF:FE83:0 401 broadcast

R2(config-if)#ipv6 ospf neighbor FE80::C603:7FF:FE74:0 priority 0

R2(config-if)#ipv6 ospf neighbor FE80::C604:7FF:FE83:0 priority 0

R2(config-if)#no shutdown

帧中继网络部分配置完成,R3 pingR2,R4测试结果如下:

配置R2,R6,R7的ospfv3,为area0。

R2:

R2(config)#int fastEthernet 0/0

R2(config-if)#ipv6 enable

R2(config-if)#ipv6 address 2001:db8:99:2::1/64

R2(config-if)#ipv6 ospf 1 area 0

R2(config-if)#no shutdown

R6:

R6(config)#ipv6 unicast-routing

R6(config)#ipv6 router ospf 1

R6(config-rtr)#router-id 1.1.1.2

R6(config-rtr)#exit

R6(config)#int fastEthernet 0/0

R6(config-if)#ipv6 enable

R6(config-if)#ipv6 address 2001:db8:99:2::2/64

R6(config-if)#ipv6 ospf 1 area 0

R6(config-if)#no shutdown

R7:

R7(config)#ipv6 unicast-routing

R7(config)#ipv6 router ospf 1

R7(config-rtr)#router-id 1.1.1.3

R7(config-rtr)#exit

R7(config)#int fastEthernet 0/0

R7(config-if)#ipv6 enable

R7(config-if)#ipv6 address 2001:db8:99:2::3/64

R7(config-if)#ipv6 ospf 1 area 0

R7(config-if)#no shutdown

然后查看R7在area0的ospf的邻居关系

R7#show ipv6 ospf neighbor

配置R6 F0/1,R7 F0/1,R8 F0/0 F0/1ospf area1为nssa 区域

R6:

R6(config)#ipv6 router ospf 1

R6(config-rtr)#area 1 nssa

R6(config-rtr)#int f0/1

R6(config-if)#ipv6 enable

R6(config-if)#ipv6 address 2001:db8:99:3::1/64

R6(config-if)#ipv6 ospf 1 area 1

R6(config-if)#no shutdown

R7:

R7(config)#ipv6 router ospf 1

R7(config-rtr)#area 1 nssa

R7(config-rtr)#int f0/1

R7(config-if)#ipv6 enable

R7(config-if)#ipv6 address 2001:db8:99:4::1/64

R7(config-if)#ipv6 ospf 1 area 1

R7(config-if)#no shutdown

R8:

R8(config)#ipv6 unicast-routing

R8(config)#ipv6 router ospf 1

R8(config-rtr)#router-id 1.1.1.4

R8(config-rtr)#area 1 nssa

R8(config-rtr)#int f0/0

R8(config-if)#ipv6 enable

R8(config-if)#ipv6 address 2001:db8:99:3::2/64

R8(config-if)#ipv6 ospf 1 area 1

R8(config-if)#no shutdown

R8(config-rtr)#int f0/1

R8(config-if)#ipv6 enable

R8(config-if)#ipv6 address 2001:db8:99:4::2/64

R8(config-if)#ipv6 ospf 1 area 1

R8(config-if)#no shutdown

查看R8 ospfv3路由表

到此ipv6 ospfv3部分配置完成,测试R4 ping R8成功

配置R5到R8 RIPng部分并且重分布到ospfv3

R5:

R5(config)#ipv6 unicast-routing

R5(config)#ipv6 router rip 1

R5(config)#int fastEthernet 0/0

R5(config-if)#ipv6 enable

R5(config-if)#ipv6 address 2001:Db8:99:5::1/64

R5(config-if)#ipv6 rip 1 enable

R5(config-if)#no shutdown

R8:

R8(config)#ipv6 router rip 1

R8(config)#int fastEthernet 1/0

R8(config-if)#ipv6 enable

R8(config-if)#ipv6 address 2001:Db8:99:5::2/64

R8(config-if)#ipv6 rip 1 enable

R8(config-if)#no shutdown

R8(config-if)#exit

R8(config)#ipv6 router ospf 1

R8(config-rtr)#redistribute rip 1

R8(config-rtr)#redistribute connected

R8(config-rtr)#exit

R8(config)#ipv6 router rip 1

R8(config-rtr)#redistribute ospf 1

R8(config-rtr)#redistribute connected

查看R5路由表,可获取area1,无法获取area 0和area2,可ping通R8

Ipv6的部分也做了一晚上,需要配置的地方很多很复杂,一个不小心就会配置出错,不是打错地址就是漏打什么,十分的考验耐心。配置已经到了最后的阶段,仅剩的几行代码,最后的实验结果就要出来了,可是正好十一点到了,电脑断网导致Vmware桥接模式的GNS3虚拟机IP失效了,GNS3也找不到服务器IP崩溃,我沉默了很久,放弃了再一次的配置。

OSPFv3与OSPF的配置的更多相关文章

  1. ospf基本配置协议

     OSPF(开放最短路径优先)协议是链路状态路由协议类.对于 IPv4 的 OSPF 当前版本号 OSPFv2,的版本号 John Moy 在 RFC 1247 中引入,并在 RFC 2328 中 ...

  2. 路由器基础配置之ospf基础配置

    我们将以上面的拓扑图进行本次ospf的实验,目的是能当三台pc机互通 先配置好pc机的IP地址,注意一定要给pc机设置好网关,接下来配置路由器的IP地址 router4 enable 进入特权模式 c ...

  3. H3C TE老版本OSPF正确配置

    R1配置: ---------------------------------------------------- # sysname RT1# super password level 3 cip ...

  4. OSPF Sham-Link配置示例

    在MPLS/VPN环境中,如果PE-CE之间使用OSPF交换路由信息,OSPF route将作为VPNv4 route(携带OSPF domain ID,OSPF Router ID,OSPF Rou ...

  5. 小结ospf基本配置的三个参数

    实例:<华为路由器学习指南>P712 OSPF基本功能配置示例拓扑结构 配置思路:以E为例子 [E]ospf 100 router-id 5.5.5.5[E-ospf-100]area 1 ...

  6. OSPF 高级配置

    这是一个综合的实验,包含了静态路由.默认路由.RIP.OSPF四种路由.通过配置,最终实现全网互通. 实验拓扑 如图所示连接,地址规划如下: 名称 接口 IP地址 R1 f0/0 192.168.10 ...

  7. H3C OSPF可选配置命令

  8. H3C OSPF基本配置命令

  9. OSPFv3实验配置(GNS3)

    实验目的 1. 掌握 OSPFv3(v2) 的配置方法 2. 掌握在帧中继环境下 OSPFv3 (v2)的配置方法 3. 掌握 OSPFv3(v2) NSSA 的配置方法 4. 掌握外部路由汇总的配置 ...

随机推荐

  1. logback日志丢失的情况之一

    在游戏服务器上线之后,会记录很多统计日志,这些日志是第三方需要的数据,通过linux 的 rsync方式同步给第三方.日志规则 每十分钟会创建一个日志文件.然后后台有一个rsync进程,每隔十分钟向第 ...

  2. Git 教程(三):仓库与分支

    远程仓库 到目前为止,我们已经掌握了如何在Git仓库里对一个文件进行时光穿梭,你再也不用担心文件备份或者丢失的问题了. 可是有用过集中式版本控制系统SVN的童鞋会站出来说,这些功能在SVN里早就有了, ...

  3. Android-Gradle(三)

    依赖管理是Gradle最闪耀的地方,最好的情景是,你仅仅只需添加一行代码在你的build文件,Gradle会自动从远程仓库为你下载相关的jar包,并且保证你能够正确使用它们.Gradle甚至可以为你做 ...

  4. mysql知识点汇总

    1. 数据库的安装 2. 数据库设计需要注意什么 3. SQL语句优化 4. 怎样处理慢查询? 5. 怎样更好的利用数据库索引? 6. 事务隔离级别有哪些?怎么实现的? 7. 数据库锁有哪些? 8. ...

  5. QT4.8应用控制程序设计

    2012-02-20 22:06:59 从uboot到kernel最新版最后到QT最新版移植都完成后,从初级阶段要走向中级阶段了.初步一个设想是然2440通过QT界面控制小车.先做一个界面模块控制LE ...

  6. go语言入门教程:基本语法之数据类型

    出处:千锋教育go语言教研部 作者:茹姐 一.基本数据类型 以下是go中可用的基本数据类型 1.1 布尔型bool 布尔型的值只可以是常量 true 或者 false.一个简单的例子:var b bo ...

  7. Java的流

    Java中的流主要是用来读写文件的.只要明确你是读文件还是写文件就可以确定使用哪种流了.读:read   写:writer 1.读文件:filereader这个类,顾名思义就知道是读文件了. 2.写文 ...

  8. MySQL删除foreign key_ERROR 1025 (HY000): Error on rename of './test_20180206/cc' to './test_20180206/#sql2-9ac-e' (errno: 152)

    问题背景描述: 首先,创建了一个主表,具有以下数据结构: mysql> describe aa; +-------+----------+------+-----+---------+----- ...

  9. 2019MABU3月班——SAP导入总账科目小笔记

    1. 在目录中找到“集中” 2.总账科目这里输入代码,公司代码为3000 3. 点“创建” 4. 然后可以填下面这些了 5. 转到“创建/银行/利息” 6. 选字段状态组 7. 保存 8.大功告成.

  10. jdbc之工具类DBUtil的使用

    首先回顾一下jdbc的使用方法: 1. 注册驱动 2. 建立连接 3. 建立statement 4. 定义sql语句 5. 执行sql语句,如果执行的是查询需遍历结果集 6. 关闭连接 其中建立连接和 ...