Kyon 发表于 2013-8-17 20:28:21

OSPF的邻居认证


简单密码认证配置如下:
R1(config)# interface f0/0
R1(config-if)# ip ospf authentication
R1(config-if)# ip ospf authentication-key cisco
R1(config-if)# end
R2(config)# interface f0/0
R2(config-if)# ip ospf authentication
R2(config-if)# ip ospf authentication-key cisco
R2(config-if)# end

基于MD5的密码认证
简单密码认证配置如下:
R1(config)#interface f0/0
R1(config-if)# ip ospf authentication message-digest
R1(config-if)# ip ospf message-digest-key 1 md5 cisco
R1(config-if)# end
R2(config)#interface f0/0
R2(config-if)# ip ospf authentication message-digest
R2(config-if)# ip ospf message-digest-key 1 md5 cisco
R2(config-if)# end

ぺ啭裑の楛澀 发表于 2013-8-17 20:29:48

{:6_298:}

zhouzongxi 发表于 2013-8-17 20:30:04

{:6_267:}

ixu2 发表于 2013-8-17 20:33:17

{:6_265:}{:6_265:}

merenpuwu 发表于 2013-8-17 20:44:41

{:6_269:}{:6_269:}{:6_269:}{:6_269:}{:6_269:}

幸福的海 发表于 2013-8-17 22:06:43

{:6_301:}

vicjerry 发表于 2013-8-19 10:38:44

{:6_267:}{:6_267:}

eric0415 发表于 2013-10-15 17:15:59

{:6_267:}
页: [1]
查看完整版本: OSPF的邻居认证