The operating system used in Ericsson Router 6000 products is ERS (Ericsson Router Software). ERS is based on IPOS (IP Operating System), which is a common operating system for Ericsson’s IP portfolio. ERS provides advanced features and functionality for IP transport, such as MPLS, Segment Routing, QoS, IPSec, synchronization, SDN, and more. ERS also supports seamless integration with Ericsson Radio System and Ericsson Network Manager.
The route type that is restricted in an OSPF stub area is type 5. Type 5 LSAs are external LSAs that are generated by ASBRs to advertise routes from other routing domains or protocols into OSPF. Type 5 LSAs are flooded throughout the OSPF domain by default, except in stub areas. Stub areas are special OSPF areas that block type 5 LSAs from entering the area in order to reduce the size of the LSDB and the routing table. Stub areas only receive information about intra-area routes (type 1 and 2 LSAs), inter-area routes (type 3 LSAs), and a default route (type 3 LSA with destination 0.0.0.0/0) from the ABRs910.
References: Introduction to OSPF Stub Areas - NetworkLessons.com, What Are OSPF Areas and Virtual Links? - Cisco
Question 10
Which two label actions are performed by a P router? (Choose two.)
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.
A P router does not perform push or drop actions on labels. A push action means adding one or more labels to the packet, which is done by an ingress PE router when initiating an LSP. A drop action means discarding a packet, which is done by any router when there is no matching entry in its LFIB or routing table. References: Provider (P) Router in IP MPLS Network - Cisco Community, MPLS Fundamentals: Forwarding Labeled Packets - Cisco Press, MPLS Label Switching | MPLS Operation | Push, Swap,Push ⋆ IPCisco
Billy
It was like deja vu! I was confident going into the exam because I had already seen those questions before.
VincentOct 21, 2025
Definitely. And the best part is, I passed! I feel like all that hard work and preparation paid off. Cramkey is the best resource for all students!!!
Lennie
I passed my exam and achieved wonderful score, I highly recommend it.
EmeliaOct 1, 2025
I think I'll give Cramkey a try next time I take a certification exam. Thanks for the recommendation!
Ella-Rose
Amazing website with excellent Dumps. I passed my exam and secured excellent marks!!!
AlishaOct 2, 2025
Extremely accurate. They constantly update their materials with the latest exam questions and answers, so you can be confident that what you're studying is up-to-date.
Nia
Why are these Dumps so important for students these days?
MaryOct 20, 2025
With the constantly changing technology and advancements in the industry, it's important for students to have access to accurate and valid study material. Cramkey Dumps provide just that. They are constantly updated to reflect the latest changes and ensure that the information is up-to-date.
Question 11
How do peers recognize each other's ability to use MP-BGP extensions?
Options:
A.
They advertise the ability using the capabilities field during the session establishment.
B.
They advertise the ability using the capabilities field in the End-of-RIB marker.
C.
They advertise the ability using the capabilities field in the hello packet.
D.
They advertise the ability using the capabilities field in the update packet.
Peers recognize each other’s ability to use MP-BGP extensions by advertising the ability using the capabilities field during the session establishment. MP-BGP is an extension to BGP that allows BGP to carry routing information for multiple network layer protocols, such as IPv6, VPNv4, multicast, etc. To support MP-BGP, peers need to exchange their capabilities during the session establishment phase, which consists of three steps: open, keepalive, and update. In the open message, peers can include an optional parameter called capabilities, which indicates what kind of address families and subsequent address families they can support. If both peers agree on a common set of capabilities, they can proceed to exchange routing information for those address families using update messages56.
References: Use of MP-BGP Extensions for IPv6 Interdomain Routing, MP-EBGP Configuration Example - Cisco