路由协议-OSPF路由协议( 六 )


link-protocol ppp
封装ppp协议
[Router-Serial0]
ip address 20.1.1.2 255.255.255.252
配置串口IP地址
[Router-Serial0]
ospf enable area 0.0.0.0
接口使能ospf,属于1域
!
quit
[Router]
ospf enable
使能ospf
!
【Router B】
当前路由器提示视图
依次输入的配置命令,重要的命令红色突出显示
简单说明
!
适用版本:vrp1.74及1.44
[Router]
router id 10.1.1.1
配置router id
!
适用版本:vrp1.74
[Router]
interface Seria0
进入串口0口;连Router C
[Router-Serial0]
link-protocol ppp
封装ppp协议
[Router-Serial0]
ip address 30.1.1.1 255.255.255.252
配置串口IP地址
[Router-Serial0]
ospf enable area 0.0.0.1
接口使能ospf,属于1域
!
[Router]
interface Serial1
进入串口0口;连Router A
[Router-Serial1]
link-protocol ppp
封装ppp协议
[Router-Serial1]
ip address 20.1.1.1 255.255.255.252
配置串口IP地址
[Router-Serial1]
ospf enable area 0.0.0.0
接口使能ospf,属于0域
!
quit
[Router]
ospf enable
使能ospf
[Router-ospf]
nssa area 0.0.0.1
将1域配置成为nssa域
!
『Router C』
当前路由器提示视图
依次输入的配置命令,重要的命令红色突出显示
简单说明
!
适用版本:vrp1.74及1.44
[Router]
router id 40.1.1.1
配置router id
!
[Router]
interface Ethernet0
进入以太0口
[Router-ethernet0]
ip address 40.1.1.1 255.255.255.0
配置内网IP地址
[Router-ethernet0]
ospf enable area 0.0.0.1
【路由协议-OSPF路由协议】接口使能ospf,属于1域
!
[Router]
interface Serial0
进入串口0口;连Router B
[Router-Serial0]
link-protocol ppp
封装ppp协议
[Router-Serial0]
ip address 30.1.1.2 255.255.255.252
配置串口IP地址
[Router-Serial0]
ospf enable area 0.0.0.1
接口使能ospf,属于1域
!
[Router]
interface Serial1
进入串口1口;连D
[Router-Serial0]
link-protocol ppp
封装ppp协议
[Router-Serial0]
ip address 1.1.1.2 255.255.255.252
配置串口IP地址
!
quit
[Router]
ospf enable
使能ospf
[Router-ospf]
nssa area 0.0.0.1
将1域配置为nssa域
[Router-ospf]
import-route static
引入静态路由
!
quit
ip route-static 50.0.0.0 255.0.0.0 1.1.1.1 preference 60
配置去往D的静态路由
5.3.8ospf的邻居认证配置互连的路由器的接口下配置
明文认证:
[RouterA-Ethernet0] ospf authentication-mode simple quidway
md5加密认证:
[RouterA-Serial0] ospf authentication-mode md5 huawei 11
5.3.9ospf 虚连接的配置『需求』
普通area 1为transit-area,连接着area 0和area 2
基本的配置如前所述,需要增加的配置如下
【Router B】
[Router-ospf]vlink peer-id 30.1.1.2 transit-area 0.0.0.1
【Router C】
[Router-ospf]vlink peer-id 30.1.1.1 transit-area 0.0.0.1
『注重』
虚连接的组网请尽量避免!
虚连接无法穿过stub域和nssa域 。
; 附件

路由协议-ospf路由协议.doc

推荐阅读