JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
(configured with version  command) before you specify its own RIP 
send/receive version. 
Syntax 
ip rip send version {1 | 2 | rip1c} 
no ip rip send version 
Parameter 
1 | 2 | rip1c  ——  Specify  the version of RIP control packets the interface 
should send. By default, it sends version 1 packets.  “rip1c” means the 
interface will send RIPv2 broadcast packets. 
Command Mode 
Interface Configuration Mode 
Example 
Configure the interface VLAN2 to send RIPv1 packets only: 
T3700G-52TQ(config)# interface vlan 2 
T3700G-52TQ(config-if)# ip rip send version 1 
45.13  ip rip authentication-mode 
Description 
The  ip rip authentication-mode  command is used to configure the 
authentication mode of RIP on the desired interface. By default, the 
authentication mode is none. 
Syntax 
ip rip authentication-mode
 
{ simple 
key-string
    |  md5 
key-id  key-string 
| 
none
}
 
Parameter 
key-string
  ——  A string from 1 to 16 alphanumeric characters or symbols. 
“simple” means authentication will be performed using a text password. 
“md5” means authentication will be performed via a text password and MD5 
algorithm. 
key-id 
—— Specify the key ID used in MD5 authentication mode. The key ID 
ranges from 1 to 255. 
397