ip rip authentication-key
Enterasys C3 Configuration Guide 26-9
Parameters
Mode
Interface configuration: C3(su)->router(Config-if(Vlan 1))#
Defaults
None.
Example
This example shows how to set the RIP receive version to 2 for update packets received on the
VLAN 1 interface:
C3(su)->router(Config)#interface vlan 1
C3(su)->router(Config-if(Vlan 1))#ip rip receive version 2
ip rip authentication-key
Use this command to enable or disable a RIP authentication key (password) for use on an
interface. The no form of this command prevents RIP from using authentication.
Syntax
ip rip authentication-key name
no ip rip authentication-key
Parameters
Defaults
None.
Mode
Interface configuration: C3(su)->router(Config-if(Vlan 1))#
Example
This example shows how to set the RIP authentication key chain to “password” on the VLAN 1
interface:
C3(su)->router(Config)#interface vlan 1
C3(su)->router(Config-if(Vlan 1))#ip rip authentication-key password
1 Specifies RIP version 1. This is the default setting.
2 Specifies RIP version 2.
1 2 Specifies RIP versions 1 and 2.
none Specifies that no RIP routes will be processed on this interface.
name Specifies the password to enable or disable for RIP authentication.