User Tools

Site Tools


dardan:ccna_security:labs:ospf_authentication
OSPF Authentication

OSPF Authentication using SHA256 Hashing
R1(config)# key chain NetAcad  #Assign a key chain name
R1(config-keychain)# key 1  #Assign a key chain  number
R1(config-keychain-key)# key-string CCNASkeystring #Assign the authentication key string
R1(config-keychain-key)#cryptographic-algorithm hmac-sha-256 #Configure the encryption algorithm to be used

Configure interfaces to use OSPF authentication
R1(config-if)# ip ospf authentication key-chain NetAcad

Verify 
R1# show ip ospf interface s0/0/0 
R2# show ip ospf neighbor
dardan/ccna_security/labs/ospf_authentication.txt · Last modified: 2019/02/04 15:18 by dardan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki