Bootstrap

H3CNE-16-OSPF

OSPF:开放式路径优先 Open Shortest Path First,基于链路状态的内部网关协议。

OSPF区域

  • 每个区域维护一个独立的LSDB。

  • Area0是骨干区域,其他区域都必须与此区域相连。

OSPF配置

RTA:

ospf router-id 1.1.1.1
 area 0
  network 192.168.1.0 0.0.0.255   # 反掩码

配置示例

配置命令,略。

R1:

dis ospf int g0/0/1
#
# ospf hello 10s一次 40sdeadtime
#
<R1>reset ospf process  # 重置ospf进程

OSPF认证

RTA:

int g0/0/0
 ospf authentication-mode md5 1 huawei
 #
ping -a 1.1.1.2 1.1.1.1

配置验证:

terminal debugging
debugging ospf packet
undo debugging all  # 关闭
;