R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router rip R1(config-router)#network 1.1.1.1 R1(config-router)#do show run ... router rip network 1.0.0.0 ...
mikejj83 wrote: » Also would I then need to enter the no autosummary command so the networks are advertised with their full length IP’s?
kalebksp wrote: » Yes. Keep in mind that auto-summary only applies when crossing classful network boundaries. So if a router was going to advertise the network 10.1.1.0/24 across the link 192.168.1.0/24 it would be summarized, but if it were to be advertised across the link 10.2.2.0/24 it would not be summarized.