基于frame-relayospf网络类型
1、  non-broadcast模式下:
a)         接口模式下:ip ospf network non-broadcast
b)        接口模式下: frame-relay map ip x.x.x.x [dlci]
c)        手动建立邻居:neighbor x.x.x.x
d)        修改邻居ospf优先级
e)         选出和各个路由器相连接的路由器做DR
 
2、  point-to-multipoint模式下:
a)         接口模式下:ip ospf network point-to-multipoint
b)        接口模式下:frame-relay map ip x.x.x.x dlci broadcast
c)        自动发现邻居
d)        不选举DRBDR
 
3、  point-to-multipoint non-broadcast模式下:
a)         接口模式下:ip ospf network point-to-multipoint non-broadcast
b)        接口模式下: frame-relay map ip x.x.x.x [dlci]
c)        手动建立邻居:neighbor x.x.x.x
d)        不选举DRBDR
 
4、  帧中继ospf配置使用子接口
a)         Interface s1/0.1 point-to-point
                         i.              Frame-relay interface-dlci dlci
                       ii.              默认点到点模式
b)        Interface s1/0.1 multipoint
                         i.              Frame-relay map ip x.x.x.x dlci
                       ii.              默认非广播模式