T3700G-28TQ
 
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide 
 
349 
ip rip v2-broadcast 
Description 
The ip rip v2-broadcast command is used to configure the desired interface to 
send RIPv2 packets via broadcast. By default, interfaces send RIPv2 packets 
via multicast, and the multicast IP address is 224.0.0.9. To return to the default 
configuration, please use no ip rip v2-broadcast command. 
Syntax 
ip rip v2-broadcast 
no ip rip v2-broadcast 
Command Mode 
Interface Configuration Mode 
Example 
Configure the interface VLAN2 to send RIPv2 packets via broadcast: 
T3700G-28TQ(config)# interface vlan 2 
T3700G-28TQ(config-if)# ip rip v2-broadcast 
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, that is, use no authentication. 
Syntax 
ip rip authentication-mode {md5 key-id key-string | simple key-string | none} 
Parameter 
md5 key-id key-string  —  Enter the authentication key ID and key string if you 
choose the MD5 authentication mode. The key ID ranges from 1 to 255. The 
length of the key string is up to 16 octets. 
simple key-string  —— Enter the authentication key string if you choose the 
simple authentication mode. The length of the key string is up to 16 octets. 
none  ——  Do not use any authentication.