Help us improve your experience.
Let us know what you think.
Do you have time for a two-minute survey?
Solutions
Featured solutions AI Campus and branch Data center WAN Security Service provider Cloud operator IndustriesWelcome to the NOW Way to Wi-Fi
Take your networking performance to new heights with a modern, cloud-native, AI-Native architecture. Only Juniper can help you unleash the full potential of Wi-Fi 7 with our AI-Native platform for innovation.
AI Data Center Networking
Juniper’s AI data center solution is a quick way to deploy high performing AI training and inference networks that are the most flexible to design and easiest to manage with limited IT resources.
Enterprise AI‑Native Routing
Juniper's Ai-Native routing solution delivers robust 400GbE and 800GbE capabilities for unmatched performance, reliability, and sustainability at scale.
Ops4AI Lab
Visit our lab in Sunnyvale, CA and see our AI data center solution for yourself. You can try out your own model’s functionality and performance, too.
Enterprise AI‑Native Routing
Juniper's Ai-Native routing solution delivers robust 400GbE and 800GbE capabilities for unmatched performance, reliability, and sustainability at scale.
Shaping Student Experiences: The NOW Way to Build Higher Education Networks
Juniper Networks CIO Sharon Mandell and a virtual summit of C-level IT leaders from prestigious institutions discuss ongoing efforts to support digital transformation on campus.
Security in healthcare
In this IDC Spotlight report, discover how AI networking can automate and strengthen a healthcare ecosystem to defeat criminals and prevent loss.
The Future of In-Store Technologies
Retail experts Kevin McCartan, Senior IT Service Delivery Engineer at Musgrave; Jack Stratten of Insider Trends; and Christian Gilby, Senior Director of Product Marketing at Juniper Networks, discuss customer experiences.
Products
Wireless access Wired access SD-WAN / SASE Routing and switching Security Mist AI™ Management software Network operating system Blueprint for AI-Native Acceleration OpticsJuniper ACX7020 Cloud Metro Access Router
Legacy networks simply cannot meet the demands of today’s rapidly evolving metro landscape. Unlock a new generation of highly scalable architectures and automated operations with the Juniper ACX7020.
Next-gen AI-Native EX4000 line of switches
Lack of AI innovation from your current networking vendor slowing you down? Embrace Juniper’s cloud-native, AI-Native access switches that support every level and layer, across nearly every deployment.
The Q&AI Podcast
Delivering practical solutions and enriching discussions, this podcast series is a vital resource for those seeking an in-depth exploration of AI's transformative potential.
Services
ServicesJuniper AI Care Services Revolutionize Your Service Experience
Our industry-first AI-Native services couple AIOps with our deep expertise across the full network life cycle. You can move from reactive response to proactive insight and action.
Juniper AI Data Center Deployment Services Optimize Your AI Model Runs
We use our expertise and validated designs to help design, deploy, validate and tune networks, including GPUs and storage, to get the most from your AI infrastructure operation.
Partners
PartnersSupport and Documentation
Support and DocumentationThe Juniper Support Portal (JSP) mobile app is now available!
Get Juniper support anytime, anywhere with the JSP mobile application, now available for Android and iOS!
Learn
About Juniper Training Events The Feed Resources Technology learning topics Thought leadership and insightsExecutive insights
Dive deep with leading experts and thought leaders on all the topics that matter most to your business, from AI to network security to driving rapid, relevant transformation for your business.
Leadership voices
Juniper Networks’ leaders operate on the front lines of creating the network of the future. Take a look around to see what’s on their minds.
Bob Friday Talks
Join Bob as he ventures into all the knowns -- and -- unknowns -- of AI.
date_range 07-Jan-19
Happy New Year, and thank you for being a part of the Mist Family! We are constantly working to deliver great experiences at Mist. To that purpose, every week you will see new features added via the Mist Cloud.
Below are the updates for January 7th, 2019:
No more logins!! We are excited to show all our capabilities right on our website via https://www.juniper.net/documentation/product/us/en/mist/. All content that previously required a login to the Mist Portal, has been moved to this new location, and can be searched using the search bar. For ease of access, you will no longer need to be logged into the Mist dashboard to access the documentation as it will be visible to the public, but from the dashboard you still have the option of navigating here using the ? button and selecting Documentation or Feature Updates.
Please refer to this new location for any future release notes as well. The link to the product updates page is here: https://www.juniper.net/documentation/us/en/software/mist/product-updates/
When setting up a universal template to be used across multiple sites, there are certain factors which may differ from site to site. Different sites may have unique VLAN configurations, and to support these use cases we are allowing VLAN IDs to be configured as a site variable. With this function, set the VLAN ID on your config template to be a variable. Then, using a PUT operation from the API, define the specific VLAN ID for each site.
Here is an example on how to use site variables with VLANs:
1) Navigate to Organization > Config Templates > Create Template > Add WLAN to configure a WLAN to be used on all sites. In the VLAN field, enter in a variable instead of a numerical value. In this example we use {{VLAN_VAR}} as our variable. Note that you may use variables for any type of VLAN configurations (Tagged, Pool, and Dynamic).
2) Configure your WLAN VLANs on a per site basis using our API. Replace the “:site_id” with the respective Site ID and replace the VLAN_VAR variable with the right values corresponding to your site.
PUT /api/v1/sites/:site_id/setting
{
“vars”: {
“VLAN_VAR”: “11”
}
}
By using Site Variables you won’t need to change the Config Template, and the VLANs can be changed on a per site basis with a PUT operation from the API.
Audit logs record all administrative activities in an organization, such as creation or deletion of WLANs, updating an AP, or adding Policies. These logs allow you to have more traceability to configuration changes on your network. This week we are displaying more information whenever an Update Site Settings event is shown on the Audit Logs. Clicking on these line items will pull up a modal with detailed information including exposing the specific site that got updated.
When using Marvis queries without specifying the time range, it may be confusing as to what the default range is for certain search items. To give a better visual for what you are searching, we will now also display the default time range in the search results even when it is not specified. Try this out with queries such as the troubleshoot or rank commands.
This week we fixed an issue with the Forgot Password? Function on our sign on page. Users with 2 factor authentication enabled on their accounts were not getting redirected correctly when trying to use the Forgot Password? Function. This issue has now been resolved.