Authentication Type – Specifies whether or not au thentic ation is required fo r
exchanging protocol messages. (Default: No Authentication)
- No Authentication: No authentication is re quired.
-
Simple Password
: Requires the interface to exchange routing information with
other routers based on an authorized password. (Note that authentication only
applies to RIPv2.)
- MD5: Message Digest 5 (MD5) authentication.
MD5 is a one-way hash algorithm is that tak es the a uthentic ation key an d
produces a 128 bit message digest or “fingerprint.” This makes it
computationally infeasible to produce two messages having the same messag e
digest, or to produce any message having a given pre-specified target message
digest.
Authentication Key – Specifies the key to use for authenticat ing RIPv 2 packets.
For authentication to function properly, both the sending and receiving interface
must use the same password. (Range: 1-16 characters, case sensitive)
Web -
Click Routing Protocol, RIP, Interface Settings. Select the RIP protocol
message types that will be received and sent, the met hod used to provide faster
convergence and prevent loopback (i.e., prevent instability in the network topology),
and the authentication option and corresponding password. Then click Apply.
Figure 20-3 RIP Interface Settings
CLI -
This example sets the receive version to accept both RIPv1 or RIPv2
messages, the send mode to RIPv1 compatible (i.e., called v2-broadcast in the CLI),
sets the method of preventing instability in the network topology to Split Horizon,
enables authentication via a simple password (i.e., called text mode in the CLI).
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1 2
Console(config-if)#ip rip send version v2-broadcast
Console(config-if)#ip split-horizon
Console(config-if)#ip rip authentication mode text
Console(config-if)#ip rip authentication key mighty
Console#
20-8
27-1
42-12
42-13
42-14
42-15
4
2
-
1
4
Unicast Routing
20