Sample Header Ad - 728x90

OSPF md5 encryption from Quagga to BIRD

1 vote
1 answer
911 views
I am migrating from Quagga to BIRD; however after setting things up, the other OSPF "routers" do not see me. I think I have not setup properly the MD5 directive. My similar setup in Quagga is: ip ospf authentication message-digest ip ospf message-digest-key 5 md5 SecreTPassword In BIRD I have done: area 0.0.0.0 { ... interface "eth0" { cost 1000; password "SecreTPassword"; authentication cryptographic; }; ... }; What is wrong?
Asked by Rui F Ribeiro (57882 rep)
Jul 26, 2017, 03:45 PM
Last activity: Apr 14, 2018, 02:00 PM