In the case study "Redistributing IGRP and RIP," the following configuration is given for router Mantle of Figure 11-8:
router rip
redistribute igrp 1 metric 5
passive-interface Ethernet1
network 10.0.0.0
!
router igrp 1
redistribute connected
redistribute rip
default-metric 1000 100 255 1 1500
passive-interface Ethernet0
network 10.0.0.0
Will the RIP domain know about the stub network 192.168.10.0/24 by virtue of the fact that it is redistributed into IGRP, which is then redistributed into RIP?
|