系统集成论坛

标题: 配置OSPFv3双进程路由互通功能示例 [打印本页]

作者: 胡振宇    时间: 2015-11-27 17:50
标题: 配置OSPFv3双进程路由互通功能示例
#
sysname RouterA
#
ipv6  //配置使能路由设备转发IPv6单播报文
#
ospfv3 2
router-id 10.10.10.10  //配置运行OSPFv3 2协议路由的路由器ID为10.10.10.10
#
interface GigabitEthernet1/0/0
ipv6 enable  //配置在接口上使能IPv6功能
ipv6 address 1999::1/64
ospfv3 2 area 0.0.0.0  //配置在接口上使能OSPFv3 2的进程,并指定所属Area0
#
interface GigabitEthernet2/0/0
ipv6 enable
ipv6 address 2000::1/64
ospfv3 2 area 0.0.0.0
#
RouterB的配置

#
sysname RouterB
#
ipv6
#
ospfv3 2
router-id 22.22.22.22
import-route ospfv3 3  //配置引入OSPFv3进程3路由
#
ospfv3 3
router-id 23.23.23.23
import-route ospfv3 2
#
interface GigabitEthernet1/0/0
ipv6 enable
ipv6 address 2001::1/64
ospfv3 3 area 0.0.0.0
#
interface GigabitEthernet2/0/0
ipv6 enable
ipv6 address 2000::2/64
ospfv3 2 area 0.0.0.0
#
RouterC的配置

#
sysname RouterC
#
ipv6
#
ospfv3 3
router-id 30.30.30.30
#
interface GigabitEthernet1/0/0
ipv6 enable
ipv6 address 2002::1/64
ospfv3 3 area 0.0.0.0
#
interface GigabitEthernet2/0/0
ipv6 enable
ipv6 address 2001::2/64
ospfv3 3 area 0.0.0.0





欢迎光临 系统集成论坛 (http://bbs.xtjc.com/) Powered by Discuz! X3.1