Here are the key steps to configure RIPv2 on Router1:
1. Enter configuration mode:
Router1> enable
Router1# configure terminal
2. Configure the FastEthernet 0/0 interface:
Router1(config)# interface FastEthernet 0/0
Router1(config-if)# ip address 192.168.12.1 255.255.255.0
Router1(config-if)# no shutdown
3. Configure the Serial 0/0 interface:
Router1(config-if)# interface Serial 0/0
Router1(config-if)# ip address 192.168.23.1 255.255.255.252
Router1(config-if