ExamGecko
Home Home / Juniper / JN0-351

Juniper JN0-351 Practice Test - Questions Answers, Page 7

Question list
Search
Search

Related questions











An update to your organization's network security requirements document requires management traffic to be isolated in a non-default routing-instance. You want to implement this requirement on your Junos-based devices.

Which two commands enable this behavior? (Choose two.)

A.
set routing---instances mgmtjunoa interface ge-0/0/0.0
A.
set routing---instances mgmtjunoa interface ge-0/0/0.0
Answers
B.
set routing---instances mgmt_junos interface em1
B.
set routing---instances mgmt_junos interface em1
Answers
C.
set system management---instance
C.
set system management---instance
Answers
D.
set routing---instances mgmt_junos
D.
set routing---instances mgmt_junos
Answers
Suggested answer: C, D

Explanation:

To isolate management traffic in a non-default routing-instance on Junos-based devices, you can use theset system management-instanceandset routing-instances mgmt_junoscommands12.

set system management-instance: This command associates the management interface (usually named fxp0 or em0 for Junos OS, or re0:mgmt-* or re1:mgmt-* for Junos OS Evolved) with the non-default virtual routing and forwarding (VRF) instance1.After you configure the non-default management VRF instance, management traffic no longer has to share a routing table with other control traffic or protocol traffic1.

set routing-instances mgmt_junos: This command creates a new routing instance namedmgmt_junos.The name of the dedicated management VRF instance is reserved and hardcoded asmgmt_junos; you cannot configure any other routing instance by the namemgmt_junos1.

Therefore, options C and D are correct.Options A and B are not correct because they attempt to assign an interface to themgmt_junosrouting instance, which is not necessary for isolating management traffic1.

Exhibit

Referring to the exhibit, which statement is correct?

A.
The local device is using a bridge priority of 4k.
A.
The local device is using a bridge priority of 4k.
Answers
B.
The root bridge is using a bridge priority of 4k.
B.
The root bridge is using a bridge priority of 4k.
Answers
C.
The root bridge has not been elected for this RSTP topology.
C.
The root bridge has not been elected for this RSTP topology.
Answers
D.
The local device is the root bridge for this RSTP topology.
D.
The local device is the root bridge for this RSTP topology.
Answers
Suggested answer: D

Explanation:

In a Rapid Spanning Tree Protocol (RSTP) topology, the root bridge is determined by the switch with the lowest bridge priority value12.If all switches have the same priority, then the root bridge is assigned to the switch whose MAC address's hex value is the lowest2.The default bridge priority value is 3276832. However, without the actual exhibit, it's difficult to definitively determine which device is the root bridge.But based on the options provided, if we assume that the local device has a lower bridge priority or a lower MAC address than other devices in the network, then it could be considered as the root bridge for this RSTP topology45.

Which statement about aggregate routes is correct?

A.
Aggregate routes can only be used for static routing but not for dynamic routing protocols.
A.
Aggregate routes can only be used for static routing but not for dynamic routing protocols.
Answers
B.
Aggregate routes are automatically generated for all of the subnets in a routing table.
B.
Aggregate routes are automatically generated for all of the subnets in a routing table.
Answers
C.
Aggregate routes are always preferred over more specific routes, even when the specific routes have a better path.
C.
Aggregate routes are always preferred over more specific routes, even when the specific routes have a better path.
Answers
D.
Aggregate routes are used for advertising summarized network prefixes.
D.
Aggregate routes are used for advertising summarized network prefixes.
Answers
Suggested answer: D

Explanation:

Aggregate routes are used for advertising summarized network prefixes12.They help minimize the number of routing tables in an IP network by consolidating selected multiple routes into a single route advertisement1.This approach is in contrast to non-aggregation routing, in which every routing table contains a unique entry for each route1.

Therefore, option D is correct. Options A, B, and C are not correct because:

Aggregate routes can be used with both static routing and dynamic routing protocols1.

Aggregate routes are not automatically generated for all of the subnets in a routing table.They need to be manually configured1.

Aggregate routes are not always preferred over more specific routes.The route selection process in Junos OS considers several factors, including route preference and metric, before determining the active route1.

Exhibit

Referring to the exhibit, which two configuration changes must you apply for packets to reach from R1 to R3 using IS-IS? (Choose two.)

A.
On R1, enable Level 1 on the ge-0/0/1 interface.
A.
On R1, enable Level 1 on the ge-0/0/1 interface.
Answers
B.
On R3 disable Level 2 on the ge-0/0/4 interface.
B.
On R3 disable Level 2 on the ge-0/0/4 interface.
Answers
C.
On R1, disable Level 2 on the ge-0/0/1 interface.
C.
On R1, disable Level 2 on the ge-0/0/1 interface.
Answers
D.
On R3 enable Level 1 on the ge-0/0/4 interface
D.
On R3 enable Level 1 on the ge-0/0/4 interface
Answers
Suggested answer: A, D

Explanation:

A) On R1, enable Level 1 on the ge-0/0/1 interface.In IS-IS, both levels (Level 1 and Level 2) are enabled by default when you enable IS-IS on an interface1.Level 1 systems route within an area2.If the destination is outside an area, Level 1 systems route toward a Level 2 system2. Therefore, enabling Level 1 on the ge-0/0/1 interface on R1 would allow packets to reach from R1 to R3.

D) On R3 enable Level 1 on the ge-0/0/4 interfaceSimilarly, enabling Level 1 on the ge-0/0/4 interface on R3 would allow packets to reach from R1 to R3.

These explanations are based on the IS-IS configuration documents and learning resources available at Juniper Networks1and Cisco34.

You are receiving multiple BGP routes from an upstream neighbor and only want to advertise a single summarized prefix to your internal OSPF neighbors. This route should only be advertised when you are receiving these BGP routes from this neighbor.

In this scenario, which type of route should you create?

A.
aggregate route
A.
aggregate route
Answers
B.
static route using the resolve feature
B.
static route using the resolve feature
Answers
C.
generate route
C.
generate route
Answers
D.
static route using qualified next hops
D.
static route using qualified next hops
Answers
Suggested answer: A

Explanation:

In this scenario, you should create anaggregate route1.Aggregate routes are used for advertising summarized network prefixes1.They help minimize the number of routing tables in an IP network by consolidating selected multiple routes into a single route advertisement1.This approach is in contrast to non-aggregation routing, in which every routing table contains a unique entry for each route1.

Therefore, option A is correct. Options B, C, and D are not correct because:

Static route using the resolve feature: This type of route uses the resolve feature to install a static route in the routing table only if a specific condition is met1. However, it does not provide the capability to summarize multiple routes into a single prefix.

Generate route: This type of route generates a route that is always present in the routing table and can be used to summarize routes.However, it does not have the capability to only advertise the route when specific BGP routes are being received from a neighbor1.

Static route using qualified next hops: This type of route allows for the specification of multiple next-hop addresses for a static route1. However, it does not provide the capability to summarize multiple routes into a single prefix.


Total 65 questions
Go to page: of 7