Community discussions

MikroTik App
 
User avatar
THG
Member
Member
Topic Author
Posts: 472
Joined: Thu Oct 15, 2009 1:05 am

RIP Authentication Key

Sun Feb 05, 2012 3:35 pm

Can someone explain when RIP Interface Authentication Key is used (see attached picture). According to the debug log, authentication is using password from keychain.

Here are the steps i have done.

1. Define a key chain with a name.
2. Define the key on the key chain.
3. Define the key ID.
3. Specify the password or key-string to be used in the key.
4. Enable authentication on an interface and specify the key chain to be used.
5. Specify whether the interface will use plain text or MD5 authentication.
6. Define the networks to advertise.
/routing rip
set distribute-default=never garbage-timer=2m metric-bgp=1 metric-connected=1 \
    metric-default=1 metric-ospf=1 metric-static=1 redistribute-bgp=no \
    redistribute-connected=yes redistribute-ospf=no redistribute-static=no \
    routing-table=main timeout-timer=3m update-timer=30s
/routing rip interface
add authentication=md5 authentication-key=[Interface Authentication Key] disabled=no \
    in-prefix-list="" interface=ether1 key-chain=chain0 out-prefix-list="" \
    passive=no receive=v2 send=v2
/routing rip keys
add chain=chain0 from-date=feb/03/2012 from-time=00:00:00 key=[Key Chain Key] key-id=0 \
    to-date=forever
/routing rip neighbor
add address=192.168.88.1 disabled=no
/routing rip network
add disabled=no network=192.168.89.0/24
You do not have the required permissions to view the files attached to this post.

Who is online

Users browsing this forum: No registered users and 15 guests