Hi Dan,
the router in question (R4) has two Ethernet interfaces
FE0/0: 156.1.54.4 (neighbor .5 -> should not receive a default)
FE0/1: 156.1.48.4 (neighbor .8 -> should receive a default)
The RIP config:
R4: router rip
version 2
passive-interface default
no passive-interface FastEthernet0/0
no passive-interface FastEthernet0/1
network 156.1.0.0
default-information originate route-map DEFAULT2SW2
The route-map on R4:
route-map DEFAULT2SW2 permit 10
set ip next-hop 156.1.48.8 (on advice of Darrell, see his post)
(NOTE: The IEWB Solution Guide (ver.4.1, vol 5, lab 9, task 4.3) states for the route-map: set interface fastethernet 0/1, which was not even accepted, see my first post).
RIP works fine (both neighbors of R4 see each other's routes). Debug clearly shows that a default is sent out both interfaces (to either 224.0.0.9 or the neighbor address, I tried both). So I am not trying to send selective updates out a single interface but to two different neighbors on two different interfaces.
Thanks, Thomas