ospf认证
1链路认证(防止链路接入非法路由器,即在没有授权的情况下接入路由器)无授权
链路所有设备都需开启
1)明文认证 //不安全
int e0/0
ip ospf authentication
ip ospf authentication-key cisco
2)MD5认证 //安全
int e0/0
ip ospf authentication message-digest
ip ospf authentication message-digest-key 1md5 cisco
2.区域认证 //防止区域内接入非法路由器(无授权)
区域所有设备都需开启
1)明文认证
router ospf 1
router-id 10.3.3.3
area 0 authentication //区域开启明文认证
int e0/0
ip ospf authentication-key cisco //接口下配置密钥
2)MD5认证
router ospf 1
router-id 10.4.4.4
area 0 authentication message-digest //区域开启MD5认证
int e0/0
area 0 authentication message-digest-key MD5 cisco//接口下写入MD5密钥认证
区域链路
虚链路(建立的虚链路算区域0内,从而使得区域二和区域一相连的路由器成为ABR)
ABR只能做到0区域和其