Page 1 of 1

An engineer must enable PIM on a Cisco IOS XR platform with these requirements: ✑ Use PIM SSM mode ✑ Select the multicas

Posted: Sat Jul 23, 2022 7:09 pm
by answerhappygod
An engineer must enable PIM on a Cisco IOS XR platform with these requirements:
✑ Use PIM SSM mode
✑ Select the multicast IP address range of 232.0.0.0/8
✑ Enable IGMPv2
✑ Use multicast server 192.168.0.1
✑ Use static mapping
Which configuration meets these requirements?

A. multicast-routing interface all enable ! router igmp version 2 ssm map static 192.168.0.1 ! router pim interface all enable ssm enable
B. ipv4 access-list ACL_SSM permit ipv4 any 232.0.0.0 0.255.255.255 ! multicast-routing interface all enable ssm map static ACL_SSM 192.168.0.1 igmp v2 enable pim enable
C. ipv4 access-list IPTV permit ipv4 any 232.0.0.0 0.255.255.255 ! multicast-routing interface all enable ! router igmp version 2 ssm map static 192.168.0.1 IPTV
D. ipv4 access-list IPTV permit ipv4 any 232.0.0.0 0.255.255.255 ! multicast-routing interface all enable pim enable ! router igmp ssm map static IPTV 192.168.0.1