ip rip¶
RIP configuration.
vrouter running config# vrf <vrf> routing interface <interface> ip rip
v2-broadcast¶
Send IP broadcast v2 update.
vrouter running config# vrf <vrf> routing interface <interface> ip rip
vrouter running rip# v2-broadcast true|false
- Default value
false
split-horizon¶
Controls RIP split-horizon processing on the specified interface.
vrouter running config# vrf <vrf> routing interface <interface> ip rip
vrouter running rip# split-horizon SPLIT-HORIZON
SPLIT-HORIZON values |
Description |
---|---|
disabled | Disables split-horizon processing. |
simple | Enables simple split-horizon processing. |
poisoned-reverse | Enables split-horizon processing with poison reverse. |
- Default value
simple
version¶
Set advertisement recpetion/transmission version.
vrouter running config# vrf <vrf> routing interface <interface> ip rip version
receive¶
Advertisement reception - Version control.
vrouter running config# vrf <vrf> routing interface <interface> ip rip version
vrouter running version# receive RECEIVE
RECEIVE values |
Description |
---|---|
inherit | Inherit configuration from the routing instance. |
1 | Accept RIPv1 updates only. |
2 | Accept RIPv2 updates only. |
both | Accept both RIPv1 and RIPv2 updates. |
none | Do not accept neither RIPv1 nor RIPv2 updates. |
- Default value
inherit
send¶
Advertisement transmission - Version control.
vrouter running config# vrf <vrf> routing interface <interface> ip rip version
vrouter running version# send SEND
SEND values |
Description |
---|---|
inherit | Inherit configuration from the routing instance. |
1 | Send RIPv1 updates only. |
2 | Send RIPv2 updates only. |
both | Send both RIPv1 and RIPv2 updates. |
- Default value
inherit
authentication¶
Specify the authentication scheme for the RIP interface.
vrouter running config# vrf <vrf> routing interface <interface> ip rip authentication
mode¶
Specify the authentication mode.
vrouter running config# vrf <vrf> routing interface <interface> ip rip authentication
vrouter running authentication# mode MODE
MODE values |
Description |
---|---|
none | No authentication. |
plain-text | Plain-text authentication. |
md5 | MD5 authentication. |
- Default value
none
md5-auth-length¶
MD5 authentication data length.
vrouter running config# vrf <vrf> routing interface <interface> ip rip authentication
vrouter running authentication# md5-auth-length MD5-AUTH-LENGTH
MD5-AUTH-LENGTH values |
Description |
---|---|
rfc | RFC compatible. |
old-ripd | Old ripd compatible. |
- Default value
old-ripd
password¶
Authentication string.
vrouter running config# vrf <vrf> routing interface <interface> ip rip authentication
vrouter running authentication# password <string>
key-chain¶
Key-chain name.
vrouter running config# vrf <vrf> routing interface <interface> ip rip authentication
vrouter running authentication# key-chain <string>