F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
295
You must create a RIP process before configuring global parameters for it. This restriction does not apply
to configuring interface parameters.
If you disable the RIP process, the configured interface parameters become invalid.
Examples
# Create a RIP process and enter RIP process view.
<Sysname> system-view
[Sysname] rip
[Sysname-rip-1]
rip authentication-mode
Use rip authentication-mode to configure RIPv2 authentication.
Use undo rip authentication-mode to cancel RIPv2 authentication.
Syntax
rip authentication-mode { md5 { rfc2082 [ cipher ] key-string key-id | rfc2453 [ cipher ] key-string } |
simple [ cipher ] password }
undo rip authentication-mode
Views
Interface view
Default command level
2: System level
Parameters
md5: Specifies the MD5 authentication mode.
rfc2082: Uses the message format defined in RFC 2082.
cipher: Sets a ciphertext authentication key or password. If this keyword is not specified, you set a
plaintext authentication key or password.
key-string: Specifies the MD5 key string. This argument is case sensitive. It must be a plaintext string of 1
to 16 characters, or a ciphertext string of 33 to 53 characters.
key-id: Specifies the MD5 key number, in the range of 1 to 255.
rfc2453: Uses the message format defined in RFC 2453 (IETF standard).
simple: Specifies the simple authentication mode.
password: Sets the password in simple authentication mode. This argument is case sensitive. It must be
a plaintext string of 1 to 16 characters, or a ciphertext string of 33 to 53 characters.
Usage guidelines
A newly configured key string or password overwrites the old one, if any.
For secrecy, all keys or passwords, including keys or passwords configured in plain text, are saved in
cipher text.
Although you can specify an authentication mode for RIPv1 in interface view, the configuration does not
take effect because RIPv1 does not support authentication.