4/95 questions · Unlock full access
Q1

A service provider's core network utilizes OSPF as the IGP and LDP for label distribution. An engineer adds a new PE router, PE3, which successfully establishes OSPF adjacencies and LDP sessions with its neighbors. However, PE3 is unable to build a label-switched path (LSP) to the remote PE1 router. The command `show ldp session` on PE3 confirms an active session to PE1's loopback address (192.168.255.1). Despite this, the `show route table mpls.0` output on PE3 is empty. Which of the following is the most likely cause for this issue? ```mermaid graph TD PE1(PE1 lo0: 192.168.255.1) -- P1(P1) -- P2(P2) -- PE3(PE3 lo0: 192.168.255.3) ```

Q2

Click the Exhibit button.You have configured graceful RE switchover (GRES), however you cannot complete the show system switchover command.Referring to the exhibit, what is the problem? A.The command is only available if a backup router is configured.B.The command is only available if non-stop routing is enabled.C.The command is only available if graceful restart is enabled.D.The command is only available on the backup Routing Engine.

Question image
Q3Multiple answers

What are three well-known mandatory BGP attributes? (Choose three.) A.MEDB.originC.communityD.AS pathE.next hop

Q4

What is the correct order of BGP attributes for active route selection? A.next hop –> local preference –> AS path –> MED –> originB.next hop –> local preference –> AS path –> origin –> MEDC.next hop –> origin –> local preference –> AS path –> MEDD.next hop –> AS path –> local preference –> origin –> MED