Information
Enables the authentication of RIPv2 neighbor before routing information is received from the neighbor
Rationale:
Enabling the routing protocol authentication prevents against attackers who can send wrong routing information in order to redirect traffic to their network or send malformed packets in order to saturate and to exhaust the control plane.
Solution
* Step 1: Acquire the interface <interface_name> used by the firewall to receive RIP routing updates
* Step 2: Agree with the neighbor device on the authencation key <key_value> and determine an authentication key ID <key_id>
* Step 3: Run the following to enable RIP authentication
HOSTNAME(CONFIG)#INTERFACE <_interface_name_>
HOSTNAME(CONFIG-IF)# RIP AUTHENTICATION MODE MD5
HOSTNAME(CONFIG-IF)# RIP AUTHENTICATION KEY <_key__value> KEY_ID _<key_id_>