Help us improve your experience.
Let us know what you think.
Do you have time for a two-minute survey?
For WAN Edge devices, Application Health Service Level Expectation (SLE) metric provides RTT values associated with slow applications that caused bad user minutes. The SLE also provides the number of application disconnect events. You can view the RTT values, or the application disconnect data from the WAN Assurance SLE page (Monitor > Service Levels > WAN). To view the data, follow the steps below:
In the following picture, the Application Disconnects field indicates the bad user minute caused by application disconnect events; and the Disconnects field indicates the number of disconnect events observed during the time range displayed.
In the following image, the Slow Application value indicates the number of bad user minutes caused by slow application; and the RTT field shows RTT associated with the slow applications in seconds.
Mist now provides the following LTE graphs for Cellular Edge (Cradlepoint) devices:
You can view these graphs on the WAN Edge Insights page.
Mist now provides the following testing tools for the purpose of WAN Edge troubleshooting:
For a WAN Edge LAN interface, you can reserve a static DHCP address, if the interface has a DHCP server configured. Static DHCP IP address reservation involves binding a client MAC address to a static IP address from the DHCP address pool. You can also specify a maximum lease time for the DHCP addresses. Supported DHCP lease duration ranges from 3600 seconds (1 hour) to 604800 seconds (1 week).
You can create static reservations for LAN using the Add Reservation option in the Add DHCP Config window in the LAN configuration section of the WAN Edge template or the WAN Edge details page. The configuration includes a name, MAC address, and an IP address.
You can now view and revoke the DHCP lease on WAN Edge devices. The revoke option lets you release client devices from their current lease. To view the DHCP lease information, go to the Leased IPs window by clicking the hyperlinked values in the Leased IPs column in the DHCP Statistics section on the WAN Edge details page. The Leased IPs window displays the client devices (MAC Addresses or hostnames) along with the leased IP addresses and the lease expiry dates. On the Leased IP window, select a DHCP lease record and click the Revoke button to revoke the DHCP lease.
We have added a new WAN Edge port graph named Max Bandwidth. This graph provides insight into the highest point of link utilization recorded for RX and TX packets on each port during the day. The max bandwidth data is shown in bps. You can view the MAX Bandwidth graph in the WAN Edge Ports section on the WAN Edge Insights page.
The Mist Edge Inventory page now displays a firmware upgrade recommendation message for the Mist Edges that are running outdated firmware versions. The message that reads ‘Firmware Upgrade Recommended’ is displayed in the Status column of the Mist Edge Inventory page if a new Tunterm service version is available for upgrade. You can see the same status message on the Mist Edge details page as well.
You can now subscribe to the client latency webhook to receive DHCP, DNS, and authentication latency information for the client devices at the site level. If you subscribe to this webhook, you will receive the site average, minimum, and maximum latency data in milliseconds for a 10-minute window at 10-minute intervals. To be able to use the Client Latency webhook, you need an active Marvis subscription. To configure the client latency webhook, select the Latency webhook topic on the Add Webhook window on the site configuration page (Organization > Site Configuration).
Here is a sample of the client-latency message. Values are in milliseconds.
{ "topic": "client-latency", "events": [ { "avg_auth": 337.46013, "avg_dhcp": 34.611873, "avg_dns": 37.067875, "max_auth": 1049.9762, "max_dhcp": 34.611873, "max_dns": 49.85943, "min_auth": 99.93066, "min_dhcp": 34.611873, "min_dns": 23.643397, "org_id": "9777c1a0-6ef6-11e6-8bbf-02e208b2d34f", "site_id": "978c48e6-6ef6-11e6-8bbf-02e208b2d34f", "timestamp": 1722517800 } ] }
You can now generate user API tokens from the Mist UI, in addition to the org API tokens which have been in the UI for several years. User API tokens contain authentication information and are bound to the specific user. It inherits the permission set of the user account. API tokens are used for API based access to the Mist platform. You can generate and manage API tokens tied to your account from the My Account page accessed from the user profile icon. User API tokens are not supported for SSO users. Instead, you will need to use a service account or org API tokens.
To create an API token from Mist portal:
We will deprecate the webhook topic asset-raw from 09/18/2024 onwards. It will be replaced with a new topic named asset-raw-rssi. See the Client Raw Data Webhooks Topics section in https://www.juniper.net/documentation/us/en/software/mist/api/http/api/sites/webhooks/create-site-webhook