Section 8: Multicast (6 Points)

  • Configure Multicast PIM Sparse-mode on VLAN_22 to allow Multicast traffic between R3, R5, and R6. Make R6 the rendezvous point. Make this a static configuration.

If you configured this correctly as shown in Example 6-50, you have scored 3 points.

Example 6-50. R3, R5, and R6 Multicast Configuration
R3#show run
Building configuration...
!

ip multicast-routing
!

interface FastEthernet0/0
 ip address 160.10.22.3 255.255.255.0
 ip pim sparse-mode
!

ip pim rp-address 160.10.22.6
!
R3#
!
________________________________________________________________
R5#show run
Building configuration...
!

ip multicast-routing
!

interface FastEthernet0/0
 ip address 160.10.22.5 255.255.255.0
 ip pim sparse-mode

!
ip pim rp-address 160.10.22.6 ...

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.