02-25-2013 01:12 AM - edited 03-04-2019 07:07 PM
Hello
We would like to enable IS-IS HMAC-MD5 authentication on an production network for LSP authentication including LSP, CSNP and PSNP.
The problem is that when we are applying the command "authentication mode md5" under the isis process there is authentications failure and the router loses all routes from routing table. Is there any way to enable authentication without the router losing the routing or to "delay" the authentication until all routers are configured.
key chain IS-IS
key 1
key-string xxx
router isis
authentication mode md5
authentication key-chain IS-IS
Best Regards
Antonis.
Solved! Go to Solution.
02-25-2013 02:56 AM
Hello Antonis,
the ISIS configuration guide suggests the use of interface level command
isis authentication send-only
in order to ensure a smooth transition to a network to all routers using authentication. The command provides the capability to send authenticated PDUs and to receive non authenticated PDUs.
see
Also in key chain configuration mode you should be able to configure a start time for key validity and an end time if necessary.
This should also provide the capability of key rollover without isssues.
Hope to help
Giuseppe
02-25-2013 02:56 AM
Hello Antonis,
the ISIS configuration guide suggests the use of interface level command
isis authentication send-only
in order to ensure a smooth transition to a network to all routers using authentication. The command provides the capability to send authenticated PDUs and to receive non authenticated PDUs.
see
Also in key chain configuration mode you should be able to configure a start time for key validity and an end time if necessary.
This should also provide the capability of key rollover without isssues.
Hope to help
Giuseppe
02-26-2013 04:52 AM
Thank you Giuseppe
I will give it a try and let you know.
Regards
Antonis.
03-29-2013 11:50 AM
Giuseppe
Hello again. I have made the changes today. Everything went fine.
Best Regards
Antonis.
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