Section 9: Multicast (4 Points)

  • Enable your network to allow hosts on VLAN4 to receive and send multicast traffic from and to VLAN2; only perform configuration on R5 and R6 using PIM sparse dense mode.

This question simply requires basic multicast setup between R5 and R6 using PIM sparse-dense-mode. If you have configured this correctly as shown in Example 1-65 and Example 1-66, you have scored 1 point.

Example 1-65. R5 Multicast Configuration
						ip multicast-routing
						!
						interface FastEthernet0/0
						ip pim sparse-dense-mode
						!
						interface ATM3/0
						ip pim sparse-dense-mode
					
Example 1-66. R6 Multicast Configuration
						ip multicast-routing
						!
						interface FastEthernet0/0
						ip pim sparse-dense-mode
						!
						interface ATM1/0.99 point-to-point
						ip pim sparse-dense-mode
					
  • Configure ...

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.