What follows is probably laughable to most everyone here. No worries though, it's happened before.

I don't know how to learn ip addresses of specific interfaces on another router.
show route - nothing shows up
show ip route - subnets show up
debug all - stuff about "R2" but still no ip addresses.
Version 12.1 - yes, I understand this is old.
R1#sh ip route
<clipped to keep it short>
C 192.1.1.0/24 is directly connected, Ethernet0
C 192.2.1.0/24 is directly connected, Serial0
C 192.3.1.0/24 is directly connected, Serial1
R1#ping 0.0.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 0.0.0.0, timeout is 2 seconds:
.
Reply to request 1 from 192.1.1.2, 4 ms
Reply to request 2 from 192.1.1.2, 4 ms
Reply to request 3 from 192.1.1.2, 4 ms
Reply to request 4 from 192.1.1.2, 4 ms
R1#
The wild idea of "ping 0.0.0.0" popped into my head. So why not?
So one ip address learned, two more to go.
Bottom line ===> How do I learn ip addresses of interfaces? Other commands? Other debugs?