Pages

How to Configure OSPF Simple Authentication and OSPF MD5 Authentication



  1. Memula untuk R1 ngan R2 tuh tunjuk camne nk cofigure OSPF simple authentication. serial port untuk R1 ngan R2 untuk configuration ni Serial 0/0/0
  2. Untuk R2 ngan R3 tuh tunjuk camne nk cofigure OSPF MD5 Authentication. serial port untuk R2 ngan R3 ni plak Serial 0/0/1

 cara nk cofigure 2 OSPF ni lain2 so kna tgk btul2 la...


Configure OSPF Simple Authentication and OSPF MD5 Authentication

Configure R1 with OSPF simple authentication.

R1(config)#router ospf 1
R1(config-router)#area 0 authentication
R1(config-router)#interface S0/0/0
R1(config-if)#ip ospf authentication-key cisco123

Configure R2 with OSPF simple authentication.
R2(config)#interface S0/0/0
R2(config-if)#ip ospf authentication
R2(config-if)#ip ospf authentication-key cisco123

Configure OSPF MD5 Authentication

R3(config)#router ospf 1
R3(config-router)#area 0 authentication message-digest
R3(config-router)#interface S0/0/1
R3(config-if)#ip ospf message-digest-key 1 md5 cisco123

R2(config)#interface S0/0/1
R2(config-if)#ip ospf authentication message-digest
R2(config-if)#ip ospf message-digest-key 1 md5 cisco123

0 comments:

Post a Comment