A network operator needs to implement PIM-SSM multicast configuration on customer's network so that users in different domains are able to access and stream live traffic. Which two actions must the engineer perform on the network
to make the streaming work? (Choose two.)
Correct Answer:
AD
Simulation 8
Solution:
Solution
R3
router bgp 65413 add ipv4
nei 2.2.2.2 allowas-in
nei 4.4.4.4 allowas-in add ipv6
nei 2001:db8:4:4:4::4 allowas-in
end
copy run start
=======================
R2
router bgp 65413
nei 1.1.1.1 as-override
nei 3.3.3.3 as-override end
copy run start
=======================
R3
router bgp 65413
nei 10.3.4.2 remot 65412
nei 2001:db8:3:4::2 remot 65412
nei 2001:db8:4:4:4:4::4 remot 65412
nei 2001:db8:4:4:4:4::4 ebgp-multihop 10 add ip4
nei 10.3.4.2 act ex
add ipv6
nei 2001:db8:4:4:4:4::4 activate
nei 2001:db8:4:4:4:4::4 ebgp-multihop 10 nei 2001:db8:3:4::2 act
end
copy run start
===================
R4
router bgp 65412
nei 10.3.4.1 remot 65413
nei 2001:db8:3:3:3:3::3 remot 65413
nei 2001:db8:3:3:3:3::3 ebgp-multihop 10 nei 2001:db8:3:4::1 remot 65413
add ipv4
nei 10.3.4.1 remot act
nei 10.3.4.1 prefix-limit 10 add ipv6
nei 2001:db8:3:3:3:3::3 activate
nei 2001:db8:3:3:3:3::3 ebgp-multihop 10 nei 2001:db8:3:3:3:3::3 prefix-limit 10 nei 2001:db8:3:4::1 activate
nei 2001:db8:3:4::1 prefix-limit 10 end
copy run start
Does this meet the goal?
Correct Answer:
A
Refer to the exhibit.
An engineer configured R6 as the headend LSR of an RSVP-TE LSP to router XR2, with the dynamic path signaled as R6-R2-R5-XR2. and set the OSPF cost of all links to 1. MPLS autotunnel backup Is enabled on all routers to protect the LSP. Which two NNHOP backup tunnels should the engineer use to complete the implementation? (Choose two.)
Correct Answer:
AC
Refer to the exhibit.
A network engineer configures CPE-1 for QoS with these requirements: IPv4 and IPv6 traffic originated by the CPE-1 WAN IP address must be marked with DSCP CS3. IPv4 LAN traffic must be marked with DSCP CS1.
IPv6 LAN traffic must be marked with DSCP default.
Which configuration must the engineer implement on CPE-1?
Correct Answer:
A
Simulation2 TOPOLOGY
Solution:
R1
R2
Does this meet the goal?
Correct Answer:
A