Enterasys Networks 1H582-xx User Manual

Page of 808
Process Overview: Routing Protocol Configuration
Configuring RIP
13-18
Example
This example shows how to set the RIP authentication key chain to password on VLAN 1:
13.1.1.15ip rip authentication mode
Use this command to set the authentication mode when a key chain is present. 
ip rip authentication mode {text | md5}
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command suppresses the use of authentication:
no ip rip authentication mode
Command Type
Router command.
Command Mode
Interface configuration: Matrix>Router(config-if(Vlan <vlan_id>))#
Command Defaults
None.
Example
This example shows how to set the authentication mode for VLAN 1 as “text”:
Matrix>Router(config)#interface vlan 1
Matrix>Router(config-if(Vlan 1))#ip rip authentication keychain password
NOTE: The RIP authentication keychain must be enabled as described in 
 before RIP authentication mode can be configured.
text
Initiates text-only authentication.
md5
Initiates MD5 authentication.
Matrix>Router(config)#interface vlan 1
Matrix>Router(config-if(Vlan 1))#ip rip authentication mode text