You are bringing a new network online with three MX Series devices enabled for STP. No root bridge
priority has been configured. Which statement is true in this scenario?
A
Explanation:
https://supportportal.juniper.net/s/article/EX-Identify-the-Root-Bridge-in-a-Spanning-Tree-STP-
network?language=en_US The root bridge in a spanning-tree network is the bridge with the smallest
or the lowest bridge ID.
In the absence of a manually configured priority, the Spanning Tree Protocol (STP) elects the root
bridge based on the lowest bridge ID, which is a combination of the priority and the MAC address.
The device with the lowest MAC address will have the lowest bridge ID and thus be elected as the
root bridge.
Reference:
Juniper Networks Technical Documentation on STP
What Is a key differentiator of generate routes from aggregate routes?
A
Explanation:
https://www.networkfuntimes.com/junos-aggregate-routes-vs-generate-routes-how-to-summarise-
on-juniper-routers/
Generated routes are a type of route that can be created to summarize and generate more specific
routes within the routing table. Unlike aggregate routes, which summarize existing routes and inherit
a next-hop, generated routes do not necessarily have to match an existing route and will have a next-
hop of reject by default unless specified otherwise.
Reference:
Juniper Networks Technical Documentation on Routing Policies and Route Generation
Which statement is correct about the FE80;:/10 prefix?
A
Explanation:
The FE80::/10 prefix is reserved for IPv6 link-local addresses. These addresses are auto-configured on
all IPv6-enabled interfaces and can be used for communication within the local link (subnet) only.
Reference:
Juniper Networks Technical Documentation on IPv6 Addressing
You are asked to create connections between routing instances on the same Junos device and route
between the connected Instances. What are two ways to accomplish this task? (Choose two.)
CD
Explanation:
To create connections between routing instances on the same Junos device and route between them,
you can use logical tunnel interfaces, which are virtual interfaces that can be used to route traffic
between instances without the need for physical connectivity. Additionally, loopback interfaces,
which represent the device itself, can be used to route traffic between routing instances as they are
always up and can be reached within the device.
Reference:
Juniper Networks Technical Documentation on Routing Instances
Juniper Networks Technical Documentation on Logical Tunnel Interfaces
Which configuration selling prohibits a static route from being redistributed by a dynamic routing
protocol?
B
Explanation:
The no-readvertise policy statement is used to prevent a static route from being redistributed into a
dynamic routing protocol. This setting ensures that routes that are configured statically are not
advertised out via dynamic routing protocols such as OSPF or BGP.
Reference:
Juniper Networks Technical Documentation on Routing Policy
What is the correct order of BGP attributes for active route selection?
C
Explanation:
BGP selects the active route based on an ordered list of attributes. The correct order is:
Weight (Cisco proprietary, not listed in the options)
Local Preference
Network (route) originated from the BGP router itself
Shortest AS Path
Lowest Origin Type
Lowest MED
eBGP over iBGP paths
Closest IGP Neighbor
Lowest Router ID
The next hop is checked for reachability but is not part of the BGP decision process for selecting the
best path.
Reference:
Juniper Networks Technical Documentation on BGP
What are three well-known mandatory BGP attributes? (Choose three.)
A, B, E
Explanation:
https://www.catchpoint.com/bgp-monitoring/bgp-attributes
BGP Attribute Categories
There are four categories of BGP attributes:
Well-known mandatory:Recognized by all BGP peers, passed to all peers, and present in all Update
messages. Well-known mandatory attributes include:- Next-hop- Origin- AS PATH
Well-known discretionary:Recognized by all routers, passed to all peers, and optionally included in
the Update message. Well-known discretionary attributes include:- Local Preference- Atomic
Aggregate
Optional transitive:Possibly recognized by BGP routers and passed to BGP peers. Optional transitive
attributes are marked as partial when not recognized. Optional transitive attributes include:-
Aggregator- Community
Optional non-transitive:Possibly recognized by BGP routers but not passed to peers. Optional non-
transitive attributes include:- Multi-exit discriminator (MED)- Originator ID- Cluster-ID
The three well-known mandatory BGP attributes that must be present in every BGP update message
are:
Next Hop: Indicates the next hop IP address to reach the advertising BGP peer.
Origin: Indicates how the route was originated, whether it was via IGP, EGP, or incomplete.
AS Path: Lists the autonomous systems that the update has traversed.
Reference:
Juniper Networks Technical Documentation on BGP Attributes
Exhibit
Referring to the exhibit, where should next-hop-self-policy be applied to alter the next-hop value?
B
Explanation:
The next-hop-self-policy policy is used to alter the next-hop attribute of BGP routes. When you apply
it as an export policy to an external BGP (eBGP) group, it changes the next-hop attribute of the routes
being advertised to eBGP neighbors so that the next-hop IP address is the IP address of the router
itself. This ensures that the eBGP neighbors use the local router as the next hop to reach these
routes.
Reference:
Juniper Networks Technical Documentation on BGP Policies
Exhibit
Referring to the exhibit, which two statements are correct? (Choose two.)
AD
Explanation:
In IS-IS, Level 1 routes are usually contained within the same area and Level 2 routes are used to
interconnect different areas. By default, routes from Level 1 are redistributed into Level 2, and vice
versa, to ensure reachability between areas.
Reference:
Juniper Networks Technical Documentation on IS-IS
By default, IS-IS protocol leaks routing information from a Level 1 area to a Level 2 area. However, to
leak routing information from a Level 2 area to a Level 1 area, an export policy must be explicitly
configured.
You are deploying link aggregation groups.
CE
Explanation:
When deploying Link Aggregation Groups (LAGs), it is necessary for all ports in the LAG to operate at
the same speed to ensure consistent performance and avoid issues with load balancing. Multi-
Chassis LAG (MC-LAG) allows for the use of member links that span multiple physical devices,
offering redundancy and higher bandwidth by combining the links from two separate devices into a
single logical LAG.
Reference:
Juniper Networks Technical Documentation on Link Aggregation Groups
Juniper Networks Technical Documentation on MC-LAG