OSPF知识点
OSPF基本知识点:
优先级10,150
metric:cost,参考(100M)/实际
组播地址:224.0.0.5;224.0.0.6
协议号:89
OSPF基本配置:
ospf 1 router-id 10.0.1.1 开启OSPF进程1,设置router-id为10.0.1.1
area 0 进入区域0
network 10.0.1.0 0.0.0.255 将10.0.1.0,0.0.0.255网段宣告进区域0
mtu 1400
ospf mtu-enable
OSPF 三张表:邻居表,数据库表,路由表
display ospf peer brief 查看简要的OSPF邻居信息
display ospf peer 10.0.3.3 查看该地址OSPF邻居的详细信息
display ospf interface GigabitEthernet 0/0/0 查看该接口的OSPF信息
display ospf lsdb self-originate
display ospf lsdb router 192.168.1.254
display ip routing-table protocol ospf
OSPF 5种报文: hello , DBD , LSR ,LSU , LSAck
7种邻居状态: Down ,init,2-way ,exstart ,exchange ,loading ,full
4种网络类型: P2P网络、P2MP网络、广播型网络、NBMA网络
int s0/0/1
ospf network-type broadcast
ospf network-type p2p
ospf network-type p2mp
ospf network-type nbma
4种特殊区域:
STUB Totally STUB
NSSA Totally NSSA
ospf
area 1
stub
stub no-summary
7类LSA:
1类 LSA:Router
Link ID: router ID ADV router: router ID
2类 LSA:network
Link ID: DR的接口IP ADV router: DR的router ID
3类 LSA:sum-net
Link ID: 路由route(网络号) Adv Router: ABR的router ID
4类LSA:sum-asbr
Link ID: ASBR的RID Adv Router: ABR的router ID
5类LSA:ase
Link ID: 路由(外部) Adv Router: ASBR的router ID
7类LSA:NSSA
Link ID: 路由(外部) Adv Router: ASBR的router ID
4种link type:
P2P: 描述链路是P to P
Stubnet: 描述网段信息
Transit: 描述DR.BDR
Virtual-link: 描述虚链接
标识一条LSA的3个要素:type,Link ID,Adv Router
接口、区域、虚链路(骨干区域)、OSPF认证(keychain)
DR的选举:接口的DR优先级越大越优先。 接口的DR优先级相等时,Router ID越大越优先
OSPF开销值、协议优先级及计时器的修改
ospf 1
a 0
authentication-mode simple huawei 区域认证
int g0/0/0
ospf authentication-mode simple huawei 接口认证
ospf timer hello 10 修改该接口的hello时间
ospf timer dead 40 修改该接口的dead时间
ospf dr-priority 0 修改该接口DR优先级
ospf cost 1 修改该接口cost值
ospf
preference 10 修改ospf协议优先级
bandwidth-reference 100000 修改默认带宽
OSPF被动接口
ospf 1
silent-interface g0/0/1
OSPF域间聚合: 在ABR 上进行区域间的路由聚合
ospf
area 1
abr-summary 20.0.0.0 255.255.252.0
外部聚合:在ASBR上进行外部路由聚合
ospf
asbr-summary 5.5.5.0 255.255.255.252
不规则区域的解决办法(虚链路)
ospf
area 1
vlink-peer 3.3.3.3 邻居的router-id
vlink-peer 2.2.2.2 hmac-md5 1 plain huawei
display ospf vlink
OSPF 选路规则 :
区域内的 > 区域间的 > TYPE 1 > TYPE2
type1的cost=内部+外部;
type2的cost=外部
OSPF外部路由引入:
默认值:cost=1;tag=1;type=2;优先级=150
ospf
import-route direct
下放默认路由:
ip route-static 0.0.0.0 0.0.0.0 202.103.68.5
ospf
default-route-advertise 下放默认路由
ospf
default-route-advertise always 自动生成默认路由
OSPF在FR中的应用
OSPF协议中Forwarding Address的理解
邻接建不起来的原因:
1) hello间隔和dead 间隔不同; 接口下OSPF网络类型不匹配。
2) 区域号码不一致;
3) 特殊区域(如stub,nssa等)区域类型不匹配;
4) 认证类型或密码不一致;
5) 路由器 router-id 相同;
6) 链路上的 MTU 不匹配;
7)在broadcast链路上的子网掩码不匹配
8)在MA 网络中,没有DR
9)接口设置为 silent-interface