R1#sh run | b int
interface Loopback0
 ip address 223.1.1.1 255.255.255.0
!
interface Tunnel0
 ip address 17.13.13.1 255.255.255.0
 keepalive 10 3
 tunnel source Loopback0
 tunnel destination 222.1.1.3
!
router ospf 1
 log-adjacency-changes
 network 17.13.13.1 0.0.0.0 area 0
 network 17.57.100.1 0.0.0.0 area 0
!
router rip
 version 2
 redistribute eigrp 100 metric 2 route-map Prob5b
 passive-interface Ethernet0/0
 network 208.28.1.0
 network 223.1.1.0
 maximum-paths 3
 default-metric 2
 no auto-summary
!

R3#sh run | b int
interface Loopback0
 ip address 222.1.1.3 255.255.255.0
!
interface Tunnel0
 ip address 17.13.13.3 255.255.255.0
 keepalive 10 3
 tunnel source Loopback0
 tunnel destination 223.1.1.1
!
router ospf 1
 log-adjacency-changes
 network 17.13.13.3 0.0.0.0 area 0
 network 17.80.1.1 0.0.0.0 area 0
!
router rip
 version 2
 no validate-update-source
 timers basic 30 180 0 240
 network 180.40.0.0
 network 208.28.1.0
 network 222.1.1.0
 neighbor 208.28.1.3
 neighbor 208.28.1.1
 maximum-paths 3
 no auto-summary
!