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
Victoria
Hey, guess what? I passed the certification exam! I couldn't have done it without Cramkey Dumps.
IsabelApr 9, 2026
Same here! I was so surprised when I saw that almost all the questions on the exam were exactly what I found in their study materials.
Laila
They're such a great resource for anyone who wants to improve their exam results. I used these dumps and passed my exam!! Happy customer, always prefer. Yes, same questions as above I know you guys are perfect.
KeiraApr 6, 2026
100% right….And they're so affordable too. It's amazing how much value you get for the price.
Kylo
What makes Cramkey Dumps so reliable? Please guide.
SamiApr 1, 2026
Well, for starters, they have a team of experts who are constantly updating their material to reflect the latest changes in the industry. Plus, they have a huge database of questions and answers, which makes it easy to study and prepare for the exam.
Lois
I passed my exam with wonderful score. Their dumps are 100% valid and I felt confident during the exam.
ErnieApr 23, 2026
Absolutely. The best part is, the answers in the dumps were correct. So, I felt confident and well-prepared for the exam.
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