Which new field is added to an IPv6 header as compared to IPv4?
Answer : A
The flow label is a new field added to IPv6 headers that was not present in IPv4 headers. It is used to identify packets that require special handling by routers, particularly for quality-of-service (QoS) purposes. Reference::
IPv6 Header Format, Juniper Networks Documentation
IPv6 Overview, Juniper Networks Documentation
What are three well-known mandatory BGP attributes? (Choose three.)
Answer : A, B, E
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.
Juniper Networks Technical Documentation on BGP Attributes
What is the correct order of BGP attributes for active route selection?
Answer : C
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.
Juniper Networks Technical Documentation on BGP
Which statement is correct about IS-IS?
Answer : C
IS-IS is a link-state routing protocol that uses a Shortest Path First (SPF) algorithm to create a topology map of the network. It floods link-state advertisements (LSAs) to all nodes within the network area to ensure each node has a consistent view of the network topology.
Juniper Networks Technical Documentation on IS-IS
Understanding IS-IS - Juniper Networks
Which two statements are correct about IS-IS interface metrics? (Choose two.)
Answer : B, D
metric---Metric value. Range: 1 through 63, or 1 through 16,777,215 (if you have configured wide metrics) Default: 10 (for all interfaces except lo0), 0 (for the lo0 interface)
The segment touting SRGB start label Is 10,000 and the SRGB index range is 500.
In this scenario, which two statements are correct? (Choose two.)
Answer : A, C
The Segment Routing Global Block (SRGB) defines a range of MPLS labels reserved for segment routing. With an SRGB starting label of 10,000 and an index range of 500, the first usable label is indeed 10,001 because label 10,000 is typically reserved and not used for forwarding. The last usable label would be 10,499 because the range includes 500 labels starting from 10,001.
Juniper Networks documentation on Segment Routing: Segment Routing Overview
Click the Exhibit button.
Referring to the exhibit, you have an established RSVP LSP between R1 and R4 when you experience a link failure between R2 and R3.
Which two statements are correct? (Choose two.)
Answer : A, D
Upon a link failure in an RSVP-signaled LSP, the router upstream of the failure (R2) sends a PathTear message upstream to the ingress router (R1), and the router downstream of the failure (R3) sends a ResvTear message downstream to the egress router (R4). These messages signal the failure and initiate tear down of the LSP state in the respective directions. Reference::
RSVP-TE Overview, Juniper Networks Documentation
Understanding RSVP Signal Failures, Juniper Networks Documentation