您所在的位置: 首页 > 组网建网 > 路由技术 > 路由器设置 >

OSPF配置示例(1)

http://network.51cto.com  2005-11-08 18:37    51cto.com整理  我要评论(0)
  • 摘要:本文涵盖了OSPF配置的诸多示例
  • 标签:配置

在图1,Mollie使用DLCI 201 与Neon 通信,使用DLCI 202 与Jelly通信, 使 用DLCI 203与Platty 通信。Neon 使用DLCI 101 与Mollie 通信,使用DLCI 102与Platty通信。Platty 使用DLCI 401与Neon 通信,使用DLCI 402与Mollie 通信。Jelly 使用DLCI 301与Mollie通信。
 

1. Mollie 的配置如下:
hostname mollie
!
interface serial 1
ip address 10.0.0.2 225.0.0.0
ip ospf network point-to-multipoint
encapsulation frame-relay
frame-relay map ip 10.0.0.1 201 broadcast
frame-relay map ip 10.0.0.3 202 broadcast
frame-relay map ip 10.0.0.4 203 broadcast
!
router ospf 1
network 10.0.0.0 0.0.0.225 area 0
2. Neon 的配置如下:
hostname neon
!
interface serial 0
ip address 10.0.0.1 225.0.0.0
ip ospf network point-to-multipoint
encapsulation frame-relay
frame-relay map ip 10.0.0.2 101 broadcast
frame-relay map ip 10.0.0.4 102 broadcast
!
router ospf 1
network 10.0.0.0 0.0.0.255 area 0
3. Platty的配置如下:
hostname platty
!
interface seria1 3
ip address 10.0.0.4 255.0.0.0
ip ospf network point-to-multipoint
encapsulation frame-relay
clock rate 1000000
frame-relay map ip 10.0.0.1 401 broadcast
frame-relay map ip 10.0.0.2 402 broadcast
!
router ospf 1
network 10.0.0.0 0.0.0.255 area 0
4. Jelly的配置如下:
hostname jelly
!
interface seria1 2
ip address 10.0.0.3 255.0.0.0
ip ospf network point-multipoint
encapsulation frame-relay
clock rate 2000000
frame-relay map ip 10.0.0.2 301 broadcast
!
router ospf 1
network 10.0.0.0 0.0.0.255 area 0

共8页: 1 [2] [3] [4] [5] [6] [7] [8] 下一页
【内容导航】
XenDesktop server 2.0安装配置指南
Ubuntu安装配置专题频道
主流品牌防火墙配置
华为路由器配置
Linux/Solaris服务器的安全配置
 
 验证码: (点击刷新验证码)   匿名发表
  • Linux命令详解手册

  • 作者:Christopher Negus Francois Caen
  • 本书出自多本Linux畅销书作者Negus之手,他以多年实践经验为基础,且从大多数系统管理员的日常工作需求出发,分门别类、细致入..
Copyright©2005-2009 51CTO.COM 版权所有