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