3-32
Description
Use the
validate-source-address
command to enable the source IP address validation on
incoming RIP routing updates.
Use the
undo validate-source-address
command to disable the source IP address validation.
The source IP address validation is enabled by default.
Generally, disabling the validation is not recommended.
Examples
# Disable the source IP address validation on incoming RIP routing updates.
<Sysname> system-view
[Sysname-rip] rip 100
[Sysname-rip-100] undo validate-source-address
version
Syntax
version
{
1
|
2
}
undo version
View
RIP view
Default Level
2: System level
Parameters
1
: Specifies the RIP version as RIPv1.
2
: Specifies the RIP version as RIPv2. RIPv2 messages are multicast.
Description
Use the
version
command to specify a global RIP version.
Use the
undo version
command to remove the configured global RIP version.
By default, if an interface has a RIP version specified, the RIP version takes effect; if it has no
RIP version specified, it can send RIPv1 broadcasts, and receive RIPv1 broadcasts, RIPv1
unicasts, RIPv2 broadcasts, RIPv2 multicasts, and RIPv2 unicasts.
Note that:
z
If an interface has an RIP version specified, the RIP version takes precedence over the
global RIP version.
z
If no RIP version is specified for the interface and the global version is RIPv1, the interface
inherits RIPv1, and it can send RIPv1 broadcasts, and receive RIPv1 broadcasts and
unicasts.
z
If no RIP version is specified for the interface and the global version is RIPv2, the interface
operates in the RIPv2 multicast mode, and it can send RIPv2 multicasts, and receive RIPv2
broadcasts, multicasts and unicasts.
Examples
# Specify RIPv2 as the global RIP version.