3com 8807 Reference Guide

Page of 1099
406
C
HAPTER
 24: RIP C
ONFIGURATION
 C
OMMANDS
cipher text authentication mode is used, there are two types of packet formats. 
One of them is that described in RFC 1723, which was brought forward earlier. 
The other format is the one described specially in RFC 2082. The router supports 
both of the packet formats and the user can select either of them on demands.
Related command: rip version.
Example
# Specify Interface Vlan-interface 10 to use the simple authentication with the 
key as aaa.
[SW8800] interface Vlan-interface 10
 
[3Com-Vlan-interface10] rip version 2
 
[3Com-Vlan-interface10] rip authentication-mode simple aaa 
# Set MD5 authentication at Vlan-interface 10 with the key string as aaa and the 
packet type as usual.
[SW8800] interface Vlan-interface 10
 
[3Com-Vlan-interface10] rip version 2
 
[3Com-Vlan-interface10] rip authentication-mode md5 usual aaa 
rip input
Syntax
rip input
undo rip input
View
Interface view
Parameter
None
Description
Use the rip input command to allow an interface to receive RIP packets.
Use the undo rip input command to disable an interface to receive RIP packets.
By default, all interfaces except loopback interfaces are enabled to receive RIP 
packets.
This command is used in cooperation with the other two commands: rip output 
and rip work. Functionally, rip work is equivalent to rip input & rip output. The 
latter two control the receipt and the transmission of RIP packets respectively on 
an interface. The former command equals the functional combination of the latter 
two commands.
Related command: rip outputrip work.
Example
# Specify Vlan-interface 10 not to receive RIP packets.
[3Com-Vlan-interface10] undo rip input