11-14-2018 01:17 PM
Is there any way that we can link the Key Chain to the OSPF process? I wanted to know if you can add a statement and the router sends it out to its OSPF neighbors?Routing
11-14-2018 01:44 PM
you can't configure key chains for ospf authentication, only below options allowed:
plain text
router ospf 1
area 0 authentication enables on all ints in area
or per int
int *
ip ospf authentication
ip ospf authentication-key CISCO
md5
router ospf 1
area 0 authentication message-digest
or per int
int *
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 CISCO
regards, mk
please rate if helpful or solved :)
11-14-2018 04:35 PM
Actually you can use key chains with OSPF with later code releases (I think 15.4 and up). In fact it’s the only way to use SHA with OSPF. Define key chain as normal then implement under the interface
11-14-2018 06:20 PM
Hi,
As I am aware of the Key chain-linking is not possible directly yo OSPF process. You must define under the interface.
You can make authentication compulsory for all routers in the area using the OSPF process but again key must type under the per interface.
router ospf 1
area 0 authentication message-digest
Regards,
Deepak Kumar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide