73
Predefined user roles
network-admin
Parameters
md5
: Specifies the MD5 authentication.
rfc2082
: Uses the message format defined in RFC 2082.
cipher
: Sets a ciphertext key.
cipher-string
: Specifies a ciphertext key, a case-sensitive string of 33 to 53 characters.
plain
: Sets a plaintext key.
plain-string
: Specifies a plaintext key, a case-sensitive string of 1 to 16 characters.
key-id
: Specifies the RFC 2082 MD5 key ID in the range of 1 to 255.
rfc2453
: Uses the message format defined in RFC 2453 (IETF standard).
simple
: Specifies the simple authentication mode.
Usage guidelines
A newly configured key overwrites the old one, if any.
Although you can specify an authentication mode for RIPv1 in interface view, the configuration does not
take effect because RIPv1 does not support authentication.
For security purposes, all keys, including keys configured in plain text, are saved in cipher text.
Examples
# Configure MD5 authentication on VLAN-interface 10 and specify a plaintext key
rose
in the format
defined in RFC 2453.
<Sysname> system-view
[Sysname] interface vlan-interface 10
[Sysname-Vlan-interface10] rip version 2
[Sysname-Vlan-interface10] rip authentication-mode md5 rfc2453 plain rose
Related commands
rip version
rip bfd enable
Use
rip bfd enable
to enable BFD for RIP on an interface.
Use
undo rip bfd enable
to restore the default.
Syntax
rip bfd enable
undo rip bfd enable
Default
BFD for RIP is disabled on an interface.
Views
Interface view