I now have four working 2811 routers, so as part of my preparations/revision for the exam I'm finally doing some labbing to gain a better understanding of routing protocols, their configuration, and all the commands around setting it up and checking it's all working. I've started with 
this lab.
Now okay, I accept I'm in no way ready for an exam yet, so forgive my stupidness, but some help please on how to configure this.
I've configured a serial link between Routers A and B setting the clock rate on Router A (DCE end) to 128000 and using IP address 172.16.1.1 255.255.255.252 (and 172.16.1.2 on the other end). I've configured two loopback interfaces on each Router with the specified IP addresses. I've issued 
no shutdown commands on every interface.
1. Do I need to configure anything else for this lab, for example any other interfaces, any other settings on the serial link, or routes of any kind such as a default route?
2. How do I configure RIPv2? I used the 
router rip and 
version 2 commands, then 
network 192.168.0.0 and 
network 172.16.1.0, and finally 
no auto-summary. Is that right, particularly the addresses used?
3. How do I ping from loopback int 0 on Router A to loopback int 0 on Router B?