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
Ari
Can anyone explain what are these exam dumps and how are they?
OceanOct 16, 2024
They're exam preparation materials that are designed to help you prepare for various certification exams. They provide you with up-to-date and accurate information to help you pass your exams.
Inaaya
Are these Dumps worth buying?
FraserOct 9, 2024
Yes, of course, they are necessary to pass the exam. They give you an insight into the types of questions that could come up and help you prepare effectively.
Ernest
That's amazing. I think I'm going to give Cramkey Dumps a try for my next exam. Thanks for telling me about them! CramKey admin please share more questions……You guys are amazing.
NateSep 15, 2024
I failed last week, I never know this site , but amazed to see all these questions were in my exam week before. I feel bad now, why I didn’t bother this site. Thanks Cramkey, Excellent Job.
Mylo
Excellent dumps with authentic information… I passed my exam with brilliant score.
DominikAug 29, 2024
That's amazing! I've been looking for good study material that will help me prepare for my upcoming certification exam. Now, I will try it.
Atlas
What are these Dumps? Would anybody please explain it to me.
ReignAug 14, 2024
These are exam dumps for a variety of IT certifications. They have a vast collection of updated questions and answers, which are very helpful in preparing for the exams.
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
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