Review the exhibit.
A service provider wants to connect the sites for two customers (indicated in red and green in the exhibit). The two customers are using the same IP ranges 192.168.0.0/16.
Referring to the exhibit, what should the service provider do to accomplish this task?
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.
Which mismatched field would cause an IS-IS adjacency between two routers to fail?
Answer : A
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 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.
Which two statements are true about route summarization? (Choose two.)
Answer : A, B
Route summarization is a technique that reduces the number of routes that a router advertises to its neighbors by creating a single summary route that covers multiple subnets or networks. Route summarization has several benefits, such as:
It reduces the size of a routing table, which saves memory and CPU resources on the router. A smaller routing table also improves the lookup efficiency and convergence time of the routing protocol.
It reduces signaling, which means that less bandwidth is consumed by routing updates and less processing is required by neighboring routers. This also enhances the stability and scalability of the network, as fewer routing changes are propagated.
It improves route aggregation, which means that more specific routes are replaced by a less specific route that can be advertised to other autonomous systems or routing domains. This simplifies the inter-domain routing and hides the internal topology details.