RIP with MD5 authentication

Pavel Tvrdík pavel.tvrdik at nic.cz
Thu Nov 12 17:38:06 CET 2015


Hi Alex.

On 2015-11-12 16:20, Alex Lalik wrote:
>> protocol rip RIP {
>> 
>> debug all;
>> 
>> honor neighbor;
>> 
>> authentication md5;
>> 
>> passwords {
>> 
>> password "secret";
>> 
>> };

Configuration of the password like this

   protocol rip RIP {
     debug all;
     honor neighbor;
     authentication md5;
     password "secret";
   }

should work.

Best,
Pavel


More information about the Bird-users mailing list