Setup guide
garbage-timer: 2m
[admin@Wandy] routing rip>
Interfaces
routing rip interface
Description
In general you do not have to configure interfaces in order to run RIP. This command level is
provided only for additional configuration of specific RIP interface parameters.
Property Description
interface (name; default: all) - interface on which RIP runs
• all - sets defaults for interfacesnot having any specific settings
send (v1 | v1-2 | v2; default: v2) - specifies RIP protocol update versions to distribute
receive (v1 | v1-2 | v2; default: v2) - specifies RIP protocol update versions the router will be able to
receive
authentication (none | simple | md5; default: none) - specifies authentication method to use for RIP
messages
• none - no authentication performed
• simple - plain text authentication
• md5 - Keyed Message Digest 5 authentication
authentication-key (text; default: "") - specifies authentication key for RIP messages
prefix-list-in (name; default: "") - name of the filtering prefix list for received routes
prefix-list-out (name; default: "") - name of the filtering prefix list for advertised routes
Notes
It is recommended not to use RIP version 1 wherever it is possible due to security issues
Example
To add an entry that specifies that when advertising routes through the ether1 interface, prefix list
plout should be applied:
[admin@Wandy] routing rip> interface add interface=ether1 \
\... prefix-list-out=plout
[admin@Wandy] routing rip> interface print
Flags: I - inactive
0 interface=ether1 receive=v2 send=v2 authentication=none
authentication-key="" prefix-list-in=plout prefix-list-out=none
[admin@Wandy] routing rip>
Networks
routing rip network
Description