Configuring RIP-2 Packet Authentication
Context
On the RIP network requiring high security, configure RIP-2 packet authentication.
RIP-2 can perform simple authentication or MD5 authentication on protocol packets. Simple authentication uses the authentication key in plain text, so its security is lower than that of MD5.
If plain is selected during the configuration of the RIP-2 packet authentication mode, the password is saved in the configuration file in plain text. This brings security risks. It is recommended that you select cipher to save the password in cipher text.
Procedure
- Run system-view
The system view is displayed.
- Run interface interface-type interface-number
The interface view is displayed.
- On an Ethernet interface, run undo portswitch
The interface is switched to Layer 3 mode.
By default, an Ethernet interface works in Layer 2 mode.
The mode switching function takes effect when the interface only has attribute configurations (for example, shutdown and description configurations). Alternatively, if configuration information supported by both Layer 2 and Layer 3 interfaces exists (for example, mode lacp and lacp system-id configurations), no configuration that is not supported after the working mode of the interface is switched can exist. If unsupported configurations exist on the interface, delete the configurations first and then run the undo portswitch command.
If many Ethernet interfaces need to be switched to Layer 3 mode, run the undo portswitch batch interface-type { interface-number1 [ to interface-number2 ] } &<1-10> command in the system view to switch these interfaces to Layer 3 mode in batches.
- Configure RIP-2 packet authentication.
Run the rip authentication-mode simple { plain plain-text | [ cipher ] password-key } command to set RIP-2 authentication to simple authentication.
Run the following commands to set RIP-2 authentication to MD5 authentication.
- rip authentication-mode md5 usual { plain plain-text | [ cipher ] password-key }
- rip authentication-mode md5 nonstandard { keychain keychain-name | { plain plain-text | [ cipher ] password-key } key-id }
Simple and MD5 authentication has potential risks. HMAC-SHA256 cipher text authentication is recommended.
If the MD5 authentication is used, you must set the packet format for MD5 authentication. If the usual keyword is specified, the MD5 cipher text authentication packets use the universal format (private standard). If the nonstandard keyword is specified, the MD5 cipher text authentication packets use the non-standard format (IETF standard).
Run the rip authentication-mode hmac-sha256 { plain plain-text | [ cipher ] password-key } key-id command to set RIP-2 authentication to HMAC-SHA256 authentication.
- Run commit
The configuration is committed.