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.
- Define a key chain with a name.
- Define the key on the key chain.
- Define the key ID.
- Specify the password or key-string to be used in the key.
- Enable authentication on an interface and specify the key chain to be used.
- Specify whether the interface will use plain text or MD5 authentication.
- 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
