Juniper JN0-460 Exam (page: 2)
Juniper Mist AI Wired, Specialist (JNCIS-MistAI-Wired)
Updated on: 06-Apr-2026

Viewing Page 2 of 10

Which statement is correct about the VXLAN data plane?

  1. The data plane learns the IP addresses of end-user devices.
  2. The data plane advertises the MAC addresses of end-user devices.
  3. The data plane encapsulates the traffic.
  4. The data plane learns the MAC addresses of end-user devices.

Answer(s): C

Explanation:

VXLAN (Virtual Extensible LAN) uses an overlay encapsulation method to carry Layer-2 frames over an IP underlay. This functionality is part of the data plane, which is responsible for packet forwarding and encapsulation/decapsulation.

"In an EVPN-VXLAN fabric, the control plane (via BGP EVPN) learns and advertises MAC and IP information, while the data plane encapsulates and forwards traffic using VXLAN tunnels between VTEPs."

Option A is incorrect: IP learning happens in the control plane, not the data plane.

Option B is incorrect: MAC advertisement is done in the control plane through EVPN route types.

Option D is incorrect: MAC learning is handled by EVPN control plane, not the VXLAN data plane.

Option C is correct: the VXLAN data plane encapsulates the traffic in UDP tunnels between VTEPs.


Reference:

Juniper Mist AI for Wired ­ EVPN-VXLAN Overview

Juniper Validated Design ­ EVPN-VXLAN Control and Data Plane Separation

Junos OS EVPN-VXLAN Deployment Guide



What are two unique advantages about configuration automation in Wired Assurance? (Choose two.)

  1. 100% open APIs
  2. client SLEs
  3. programmable workflows
  4. switch insights

Answer(s): A,C

Explanation:

Wired Assurance in Mist Cloud provides automated configuration for Juniper EX Series switches. The automation is built on open APIs and supports programmable workflows, which allow seamless integration with external systems and reduce manual configuration errors.

"Wired Assurance leverages 100% open APIs, enabling integration with third-party automation and orchestration tools. Combined with programmable workflows, this provides a consistent and scalable automation framework for switch deployment and management."

Option A (100% open APIs): Correct -- APIs enable automation and external integration.

Option C (programmable workflows): Correct -- workflows automate repetitive tasks and provisioning.

Option B (client SLEs): Incorrect -- this is part of user experience monitoring, not automation.

Option D (switch insights): Incorrect -- this relates to telemetry and visibility, not automation.


Reference:

Juniper Mist AI for Wired ­ Wired Assurance Overview

Juniper Mist AI for Wired ­ Switch Automation and APIs Guide

Juniper Validated Design ­ Mist Wired Automation Best Practices



In Juniper Mist cloud services, service level expectation (SLE) telemetry is collected from every device and stored for up to how long?

  1. 1 month
  2. 2 months
  3. 7 days
  4. 24 hours

Answer(s): A

Explanation:

Juniper Mist AI collects telemetry for Service Level Expectations (SLEs) across wired and wireless devices. This telemetry includes metrics such as time-to-connect, throughput, coverage, and switch performance.
"Service Level Expectation (SLE) data is collected from every device and stored for up to one month in the Mist Cloud. This allows administrators to analyze historical performance trends and troubleshoot issues based on real-time and historical data." Option B (2 months): Incorrect -- data is not retained this long. Option C (7 days): Incorrect -- telemetry retention is longer. Option D (24 hours): Incorrect -- too short for Mist SLE analytics. Option A (1 month): Correct -- Mist Cloud retains SLE telemetry for 30 days (1 month).


Reference:

Juniper Mist AI for Wired ­ Service Level Expectations Overview Juniper Mist AI for Wired ­ Telemetry and Data Retention Guide ===========



Which campus fabric architecture supports Layer 3 gateways at the distribution layer?

  1. campus fabric core/distribution ­ centrally-routed bridging (CRB)
  2. campus fabric IP Clos
  3. campus fabric core/distribution ­ edge-routed bridging (ERB)
  4. EVPN multihoming

Answer(s): C

Explanation:

In Juniper's campus fabric architectures, the location of the Layer 3 gateway (IRB) differentiates between CRB and ERB models:
Centrally-Routed Bridging (CRB): L3 gateways are placed at the core layer. Edge-Routed Bridging (ERB): L3 gateways are placed at the distribution layer, closer to the edge. "In the ERB model, Layer 2 gateways are deployed at the access layer, and Layer 3 gateways are deployed at the distribution layer."
Option A (CRB): Incorrect -- L3 is at the core, not distribution. Option B (IP Clos): Incorrect -- in 3-stage Clos, L3 is pushed to the access layer. Option D (EVPN multihoming): Incorrect -- this is about redundancy, not gateway placement. Option C (ERB): Correct -- L3 gateways sit at the distribution layer in the ERB architecture.


Reference:

Juniper Mist AI for Wired ­ Campus Fabric Architecture Models

Juniper Validated Design ­ Core/Distribution CRB vs ERB Gateways Junos OS EVPN-VXLAN Campus Fabric Deployment Guide



You have deployed your switches and need to provide a unique hostname on each switch.
Which Mist dashboard option allows you to accomplish this task?

  1. Organization switch template
  2. Site switch configuration
  3. Individual switch configuration
  4. Device profiles

Answer(s): C

Explanation:

In Juniper Mist Cloud, there are multiple configuration scopes:
Organization-level templates apply globally.
Site-level configuration applies across all devices in a site. Individual switch configuration is used to define unique, device-specific attributes such as hostname, management IP, or local overrides.
"Templates and site-level configuration ensure consistency across devices, while individual switch configuration is used to assign unique values such as hostnames." Option A: Incorrect -- org templates define common config, not hostnames. Option B: Incorrect -- site configs are shared across all switches in the site. Option D: Incorrect -- device profiles apply settings like port policies or authentication, not hostnames.
Option C: Correct -- individual switch configuration is the correct place to assign hostnames uniquely per device.


Reference:

Juniper Mist AI for Wired ­ Switch Configuration Hierarchy Juniper Mist Documentation ­ Device-Level Configuration in Wired Assurance ===========



Which two statements are correct about the campus fabric core-distribution architecture? (Choose two.)

  1. Only the core and distribution tiers are part of the EVPN-VXLAN topology.
  2. Only the core tier participates in the EVPN-VXLAN topology.
  3. The access tier is included in the EVPN-VXLAN topology.
  4. The access tier does not participate in the EVPN-VXLAN topology.

Answer(s): A,D

Explanation:

In a core-distribution campus fabric model, the EVPN-VXLAN overlay is established only between the core and distribution tiers. The access switches are not part of the EVPN fabric; they connect upstream to distribution but do not run VXLAN tunnels. "In the core-distribution campus fabric, only the core and distribution layers participate in the EVPN- VXLAN topology. The access layer connects to the distribution switches and forwards traffic but does not take part in the EVPN-VXLAN fabric."
Option A: Correct -- EVPN-VXLAN is built between core and distribution tiers. Option B: Incorrect -- both core and distribution participate, not just core. Option C: Incorrect -- access switches are excluded from EVPN-VXLAN participation.

Option D: Correct -- the access layer does not participate in EVPN-VXLAN.


Reference:

Juniper Mist AI for Wired ­ Campus Fabric Core-Distribution Architecture Juniper Validated Design ­ EVPN-VXLAN Campus Deployment Models Junos OS EVPN Campus Fabric Design Guide



What information does Mist use to determine if the port is classified as an uplink? (Choose two.)

  1. if TX and RX are higher than the rest of the ports
  2. if the port has an MTU greater than 1500 configured
  3. if the port is an STP root port
  4. if the port has a description configured

Answer(s): A,C

Explanation:

Juniper Mist automatically classifies ports to simplify visibility and automation within Wired Assurance. The Mist cloud analyzes port telemetry and link behavior to determine port roles, including uplinks.
"Mist uses machine learning and switch telemetry to automatically detect uplinks by analyzing traffic behavior and topology information. Uplink ports typically exhibit higher TX/RX utilization and are identified as spanning-tree root or forwarding ports connecting upstream devices." Option A: Correct -- Mist examines traffic statistics. Ports with significantly higher TX/RX utilization relative to others are likely uplinks.
Option B: Incorrect -- MTU size is not a classification criterion. Option C: Correct -- Mist uses STP information (root or designated port status) to identify uplinks. Option D: Incorrect -- port description fields are for administrative purposes only and are not used by Mist analytics.


Reference:

Juniper Mist AI for Wired ­ Port Role Classification and Telemetry Juniper Mist AI for Wired ­ Automated Uplink Detection and Insights Juniper Wired Assurance Analytics Guide



Which two statements are correct about the EVPN-VXLAN control plane? (Choose two.)

  1. The control plane encapsulates the traffic.
  2. The control plane learns the MAC addresses of end-user devices.
  3. The control plane learns the IP addresses of end-user devices.
  4. The control plane rewrites the destination MAC address of the packet.

Answer(s): B,C

Explanation:

In an EVPN-VXLAN fabric, the control plane operates over BGP EVPN and is responsible for distributing endpoint reachability information (MAC and IP) among VTEPs. The data plane, by contrast, performs encapsulation and forwarding.
"The EVPN control plane uses BGP to exchange MAC and IP address reachability information between VTEPs, enabling efficient forwarding and loop prevention without relying on flood-and- learn behavior."
Option A: Incorrect -- encapsulation occurs in the data plane, not the control plane. Option B: Correct -- the control plane distributes MAC-to-VTEP mappings. Option C: Correct -- the control plane also distributes IP-to-MAC associations (Type 2 and Type 5 EVPN routes).
Option D: Incorrect -- the control plane does not alter packet headers.


Reference:

Juniper Mist AI for Wired ­ EVPN-VXLAN Overview
Juniper Validated Design ­ EVPN Control and Data Plane Operation Junos OS EVPN-VXLAN Implementation Guide



Viewing Page 2 of 10



Share your comments for Juniper JN0-460 exam with other users:

Doora 11/30/2023 4:20:00 AM

nothing to mention
Anonymous


deally 1/19/2024 3:41:00 PM

knowable questions
UNITED STATES


Sonia 7/23/2023 4:03:00 PM

very helpfull
UNITED STATES


binEY 10/6/2023 5:15:00 AM

good questions
Anonymous


Neha 9/28/2023 1:58:00 PM

its helpful
Anonymous


Desmond 1/5/2023 9:11:00 PM

i just took my oracle exam and let me tell you, this exam dumps was a lifesaver! without them, iam not sure i would have passed. the questions were tricky and the answers were obscure, but the exam dumps had everything i needed. i would recommend to anyone looking to pass their oracle exams with flying colors (and a little bit of cheating) lol.
SINGAPORE


Davidson OZ 9/9/2023 6:37:00 PM

22. if you need to make sure that one computer in your hot-spot network can access the internet without hot-spot authentication, which menu allows you to do this? answer is ip binding and not wall garden. wall garden allows specified websites to be accessed with users authentication to the hotspot
Anonymous


381 9/2/2023 4:31:00 PM

is question 1 correct?
Anonymous


Laurent 10/6/2023 5:09:00 PM

good content
Anonymous


Sniper69 5/9/2022 11:04:00 PM

manged to pass the exam with this exam dumps.
UNITED STATES


Deepak 12/27/2023 2:37:00 AM

good questions
SINGAPORE


dba 9/23/2023 3:10:00 AM

can we please have the latest exam questions?
Anonymous


Prasad 9/29/2023 7:27:00 AM

please help with jn0-649 latest dumps
HONG KONG


GTI9982 7/31/2023 10:15:00 PM

please i need this dump. thanks
CANADA


Elton Riva 12/12/2023 8:20:00 PM

i have to take the aws certified developer - associate dva-c02 in the next few weeks and i wanted to know if the questions on your website are the same as the official exam.
Anonymous


Berihun Desalegn Wonde 7/13/2023 11:00:00 AM

all questions are more important
Anonymous


gr 7/2/2023 7:03:00 AM

ques 4 answer should be c ie automatically recover from failure
Anonymous


RS 7/27/2023 7:17:00 AM

very very useful page
INDIA


Blessious Phiri 8/12/2023 11:47:00 AM

the exams are giving me an eye opener
Anonymous


AD 10/22/2023 9:08:00 AM

3rd so far, need to cover more
Anonymous


Matt 11/18/2023 2:32:00 AM

aligns with the pecd notes
Anonymous


Sri 10/15/2023 4:38:00 PM

question 4: b securityadmin is the correct answer. https://docs.snowflake.com/en/user-guide/security-access-control-overview#access-control-framework
GERMANY


H.T.M. D 6/25/2023 2:55:00 PM

kindly please share dumps
Anonymous


Satish 11/6/2023 4:27:00 AM

it is very useful, thank you
Anonymous


Chinna 7/30/2023 8:37:00 AM

need safe rte dumps
FRANCE


1234 6/30/2023 3:40:00 AM

can you upload the cis - cpg dumps
Anonymous


Did 1/12/2024 3:01:00 AM

q6 = 1. download odt application 2. create a configuration file (xml) 3. setup.exe /download to download the installation files 4. setup.exe /configure to deploy the application
FRANCE


John 10/12/2023 12:30:00 PM

great material
Anonymous


Dinesh 8/1/2023 2:26:00 PM

could you please upload sap c_arsor_2302 questions? it will be very much helpful.
Anonymous


LBert 6/19/2023 10:23:00 AM

vraag 20c: rsa veilig voor symmtrische cryptografie? antwoord c is toch fout. rsa is voor asymmetrische cryptogafie??
NETHERLANDS


g 12/22/2023 1:51:00 PM

so far good
UNITED STATES


Milos 8/4/2023 9:33:00 AM

question 31 has obviously wrong answers. tls and ssl are used to encrypt data at transit, not at rest.
Serbia And Montenegro


Diksha 9/25/2023 2:32:00 AM

pls provide dump for 1z0-1080-23 planning exams
Anonymous


H 7/17/2023 4:28:00 AM

could you please upload the exam?
Anonymous