CANOGA PERKINS CanogaOS Configuration Guide User Manual

Page 114

Advertising
background image

CanogaOS Configuration Guide

Proprietary & Confidential Canoga Perkins Metro Ethernet Switches

Page 114 of 350

on this specified interface should have the same string as password. For an exchange of updates
between R1 and R2, define the same password and authentication mode on R2.

R1

DUT# configure terminal

Enter the Configure mode.

DUT(config)# router rip

Enter the RIP routing process.

DUT(config-router)# network 10.10.11.0/24 Associate network 10.10.11.0/24 with the RIP process.
DUT(config-router)# redistribute connected Enable redistributing from connected routes.
DUT(config-router)# exit

Quit the Router mode and return to the Configure mode.

DUT(config)# interface eth-0-2

Specify the interface (eth-0-2) for authentication.

DUT(config-if)# ip rip authentication string
Auth1

Specify the authentication string (Auth1) for this interface.

DUT(config-if)# ip rip authentication mode
md5

Specify the authentication mode to be MD5.


R2

DUT# configure terminal

Enter the Configure mode.

DUT(config)# router rip

Enter the RIP routing process.

DUT(config-router)# network 10.10.11.0/24 Associate network 10.10.11.0/24 with the RIP process.
DUT(config-router)# redistribute connected Enable redistributing from connected routes.
DUT(config-router)# exit

Quit the Router mode and return to the Configure mode.

DUT(config)# interface eth-0-1

Specify the interface (eth-0-1) for authentication.

DUT(config-if)# ip rip authentication string
Auth1

Specify the authentication string (Auth1) for this interface.

DUT(config-if)# ip rip authentication mode
md5

Specify the authentication mode to be MD5.

Validation Commands

show running-config, show ip rip, show ip protocols rip, show ip rip interface, show ip route

16.1.10 RIPv2 md5 authentication (multiple keys)
This example illustrates the md5 authentication of the routing information exchange process for
RIP using multiple keys. Routers R1 and R2 are running RIP and exchange routing updates. To
configure authentication on R1, define a key chain, specify keys in the key chain and then define
the authentication string or passwords to be used by the keys. Then set the time period during
which it is valid to receive or send the authentication key by specifying the accept and send
lifetimes. After defining the key string, specify the key chain (or the set of keys) that will be used

Advertising