- play_arrow Overview
- play_arrow Platform Considerations
- play_arrow WAN Configuration for Session Smart Routers
- WAN Assurance Configuration Overview
- Configure Sites and Variables for Session Smart Routers
- Configure Networks for Session Smart Routers
- Configure Applications for Session Smart Routers
- Configure Application Policies on Session Smart Routers
- Configure Hub Profile for Session Smart Routers
- Configure Path Selection from Hub-to-Spoke with Traffic Steering
- Configure WAN Edge Templates for Session Smart Routers
- Routing Configuration on Session Smart Routers
- Onboard Session Smart Routers for WAN Configuration
- Onboard Session Smart Routers with Static IP Address
- IDP-Based Threat Detection on Session Smart Routers
- Upgrade a WAN Edge Session Smart Router
- Configure VRF Route Leaking for Session Smart Routers
- Revoke DHCP Lease on a WAN Edge Device
- Reserve DHCP IP Address
- play_arrow WAN Configuration for SRX Series Firewalls
- WAN Assurance Configuration Overview
- Configure Sites and Variables for SRX Series Firewalls
- Configure Applications for SRX Series Firewalls
- Configure Networks for SRX Series Firewalls
- Configure Application Policies on SRX Series Firewalls
- Configure Hub Profiles for SRX Series Firewalls
- Configure WAN Edge Templates for SRX Series Firewalls
- Routing Configuration on SRX Series Firewalls
- Onboard SRX Series Firewalls for WAN Configuration
- IDP-Based Threat Detection for SRX Series Firewalls
- Enable Application Visibility on SRX Series Firewalls
- Monitor the Service Status of SRX Series Firewalls
- Upgrade a WAN Edge SRX Series Firewalls
- Configure a Custom VR for SRX Series Firewalls
- Revoke DHCP Lease on a WAN Edge Device
- Reserve DHCP IP Address
- play_arrow WAN Assurance Design
- play_arrow Secure Edge Connector
- play_arrow Cellular Edges
Dynamic and Manual Packet Captures
When investigating communication failures between the client and the access point (AP), you can use the Juniper Mist™ portal to get dynamic and manual packet captures.
Mist does not collect or store any payload data from packets capture. Only transmission and connection data are used.
Dynamic Packet Captures
Which Events Trigger Dynamic Packet Captures?
Whenever a connection failure event occurs between the wireless client and an access point (AP), it automatically triggers a short-term dynamic packet capture.
These events include:
DHCP Timeout—When the client sends a broadcast discover packet but does not receive an offer packet from server.
DHCP Denied—When the server sends a DHCP NAK, indicating that the IP address might already be in use.
DHCP Terminated—When the Client does not proceed with DHCP request for the offer provided by the server.
Authorization Failure—This could be caused due to various reasons (MIC failure, Radius server not responding, Access-Reject from Radius server, client failing to complete the auth process).
11r FBT Failure—This is caused due to client failing 11r roam.
OKC Auth Failure—This is caused due to client failing OKC roam.
Association Failure—This could be caused due to Tx failures or invalid PMKID included by the client during association request.
Finding the Packet Captures
Dynamic packet captures are saved to the cloud. You can download them from the Insights page.
Video Demo
Video 1: NOW in 60: WAN Assurance - Dynamic Packet Capture
Example
This example shows how easily you can find dynamic packet captures on the Insights page.
From the left menu, select Monitor > Service Levels.
Click the Insights button to view the Insights page.
Scroll down to the Client Events section.
Paperclip icons indicate the events with dynamic packet captures.
Click an event to see more details on the right side of the screen.
Below the details, click Download Packet Capture.
Manual Packet Captures
For manual packet captures, go to Site > Packet Captures, where you can:
Choose which network type to capture packets from: wired, wireless, or WAN.
Note:Wired packet capture applies to the wired ports of APs (not the switch ports). The switch must be running a CloudX version of Junos for it to appear in the Add Switch + selection window. WAN packet captures support Session Smart Router and SRX WAN edge device ports.
Restrict the packet capture to specific clients, WLANs, APs, or wireless bands.
Configure the number of packets captured, packet size in bytes, and the duration of the capture session.
Configure other capture parameters such as header inclusion and capture filters. See Table 1 for details.
After downloading the packet capture to your computer, follow the steps below to view them in Wireshark.
Configure IEEE 802.11 on Wireshark
Packet inspection requires Wireshark. See https://www.wireshark.org for the download file and related information.
To configure Wireshark to view packets captured from the Juniper Mist portal, follow the steps below:
View Wireless Packet Captures in Wireshark
You can capture packets from both your wired and wireless networks. The following configuration regards wireless packet, for which you can see:
Wireless channel information
Wireless data rate
Received signal strength indicator (RSSI)
To accomplish this task, you must download and install the Wireshark application on your computer. In a Web browser, navigate to https://www.wireshark.org for Wireshark application downloads and detailed information about Wireshark. For additional information about Wireshark, see https://www.wireshark.org/docs/.
This topic provides minimal guidance about how to configure Wireshark for use in examining wireless packet captures gathered from the Juniper Mist portal.
Manual Packet Capture Options
Option Name | Option Function | Usage Notes | Firmware Notes |
---|---|---|---|
Include Network Headers | Include packet headers in addition to the packet data. | Packet capture works by buffering packets locally on the device, meaning there is limited space available for storage. By default, Mist truncates header data from the captured packets to reduce the size of capture files while still providing the most relevant information. | – |
Local Capture | Do not stream the live capture data to the Mist GUI. | Earlier AP firmware did not support live streaming packet captures to the Juniper Mist portal. | Required for AP firmware versions before 0.10.x |
Canned Filters | Pre-defined filters that vary based on the type of packet capture you're performing. | The filters available in the list change depending on whether you're capturing wireless, wired, or WAN packets. For example, beacon frames are only available for wireless packet captures. | – |
Advanced Filters | Create your own packet filters for the capture session using
tcpdump syntax. | 0.10.x or later | |
Expression Builder | Interactive GUI tool to build custom filters in
tcpdump syntax for use in the capture
session. | You can let the builder start the filter entry and then add to or delete from the entry manually. | 0.10.x or later |