R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101
268
Parameters
process-id: RIP process ID, in the range of 1 to 65535. The default is 1.
vpn-instance vpn-instance-name: Specifies a VPN. vpn-instance-name is a case-sensitive string of 1 to 31
characters. If no VPN is specified, the RIP process will run under the public network.
Description
Use rip to create a RIP process and enter RIP view.
Use undo rip to disable a RIP process.
By default, no RIP process runs.
You must create a VPN instance before you apply a RIP process to it.
You must enable the RIP process before configuring the global parameters. This limitation is not for
configuration of interface parameters.
The configured interface parameters become invalid after you disable the RIP process.
Examples
# Create a RIP process and enter RIP process view.
<Sysname> system-view
[Sysname] rip
[Sysname-rip-1]
rip authentication-mode
Syntax
rip authentication-mode { md5 { rfc2082 key-string key-id | rfc2453 key-string } | simple password }
undo rip authentication-mode
View
Interface view
Default level
2: System level
Parameters
md5: MD5 authentication mode.
rfc2082: Uses the message format defined in RFC 2082.
key-string: MD5 key string with 1 to 16 characters in plain text format, or 1 to 24 characters in cipher text
format. When the display current-configuration command displays system information, a 24-character
cipher string is displayed as the MD5 key string.
key-id: MD5 key number, in the range of 1 to 255.
rfc2453: Uses the message format defined in RFC 2453 (IETF standard).
simple: Plain text authentication mode.
password: Plain text authentication string with 1 to 16 characters.
Description
Use rip authentication-mode to configure RIPv2 authentication mode and parameters.