Pass4Future also provide interactive practice exam software for preparing Ericsson Certified Associate - IP Networking (ECP-206) Exam effectively. You are welcome to explore sample free Ericsson ECP-206 Exam questions below and also try Ericsson ECP-206 Exam practice test software.
Do you know that you can access more real Ericsson ECP-206 exam questions via Premium Access? ()
Which two label actions are performed by a P router? (Choose two.)
Answer : B, D
A P router is a provider router that is part of the service provider's core network in an MPLS environment. A P router does not have any customer routes or VPN information, but only has information about how to reach other P routers and PE routers in the same MPLS domain. A P router performs label switching, which means that it forwards labeled packets based on their top label in the label stack. A P router can perform two possible label actions:
Swap: The P router replaces the incoming label with a new label that corresponds to the next hop along the label-switched path (LSP). The new label is determined by looking up the label forwarding information base (LFIB) based on the incoming label and interface.
PHP: The P router removes the top label from the packet at the penultimate hop before reaching the egress PE router. This is done to avoid an extra lookup on the egress PE router, which can forward the packet based on its IP header or another label in the stack.
How is a BGP session established between two routers?
Answer : B
A BGP session is established between two routers by sending a unicast OPEN message. BGP uses TCP as its transport protocol, which means that before exchanging any BGP information, a TCP connection must be established between the routers. The TCP connection uses port 179 as both source and destination port. After establishing a TCP connection, each router sends an OPEN message to its neighbor, containing parameters such as BGP version number, AS number, hold time, BGP identifier, and optional capabilities. The OPEN message also serves as a keepalive message for BGP. If both routers agree on these parameters, they proceed to exchange UPDATE messages containing routing information and establish a BGP session.
Which mismatched field would cause an IS-IS adjacency between two routers to fail?
Answer : A
Regarding the BGP decision algorithm, which two statements are correct? (Choose two.)
Answer : A, C
Regarding the BGP decision algorithm, two statements that are correct are:
The other two statements are incorrect because:
A lower local-preference attribute will not be favored over a higher local-preference attribute, as explained above.