Section 9: Multicast (5 Points)

  • Configure a new loopback interface on R1 of 10.9.9.1/24; advertise this out of FastEthernet0/0 (VLAN2) interface using RIP V1.

This is required for the multicast question to follow; you should ensure that FastEthernet0/0 is the only interface that is enabled for RIP. If you have configured this correctly as shown in Example 3-86, you have scored 1 point.

Example 3-86. R1 RIP V1 Configuration
						interface Loopback2
						ip address 10.9.9.9 255.255.255.0
						!
						router rip
						passive-interface default
						no passive-interface FastEthernet0/0
						network 10.0.0.0
						version 1
					
  • Configure R5 to receive the RIP advertisement from R1. Use a multicast solution to achieve this and do not create any tunnel interfaces. You are not required to be able ...

Get CCIE Routing and Switching Practice Labs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.