F3215-HP Load Balancing Module Network Management Command Reference-6PW101
167
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.
Examples
# Configure MD5 authentication on GigabitEthernet 0/1, and specify a plaintext key rose in the format
defined in RFC 2453.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] rip version 2
[Sysname-GigabitEthernet0/1] rip authentication-mode md5 rfc2453 rose
Related commands
rip version
rip default-route
Use rip default-route to configure a RIP interface to advertise a default route with a specified metric.
Use undo rip default-route to disable the RIP interface from sending a default route.
Syntax
rip default-route { { only | originate } [ cost cost ] | no-originate }
undo rip default-route
Default
A RIP interface can advertise a default route if the RIP process runs is enabled to advertise a default route.
Views
Interface view
Default command level
2: System level
Parameters
only: Advertises only a default route.
originate: Advertises a default route and other routes.
cost: Specifies a cost for the default route, in the range of 1 to 15. The default is 1.
no-originate: Advertises only non-default route.