300-730 · Question #148
A network administrator deployed IKEv2 Cisco AnyConnect on a Cisco ASA. The current configuration tunnels all traffic through the VPN. Users report poor performance with cloud-based applications…
The correct answer is C. Configure a dynamic split tunnel exclusion. When full-tunnel VPN is in use, cloud-based applications like Webex suffer high RTT because traffic is backhauled through the corporate data center before reaching the internet. A dynamic split tunnel exclusion resolves this by allowing Webex traffic to egress directly.
Question
Options
- AConfigure QoS on the outside interface of the ASA.
- BConfigure Cisco AnyConnect to use DTLS.
- CConfigure a dynamic split tunnel exclusion.
- DReduce the Cisco AnyConnect tunnel MTU.
How the community answered
(36 responses)- A11% (4)
- B17% (6)
- C67% (24)
- D6% (2)
Why each option
When full-tunnel VPN is in use, cloud-based applications like Webex suffer high RTT because traffic is backhauled through the corporate data center before reaching the internet. A dynamic split tunnel exclusion resolves this by allowing Webex traffic to egress directly.
Configuring QoS on the ASA outside interface prioritizes traffic within the existing path but does not reduce the fundamental RTT penalty caused by routing Webex traffic through the corporate data center.
Switching AnyConnect from TLS to DTLS reduces per-packet overhead and head-of-line blocking but does not change the traffic path, so the cloud backhauling latency problem remains.
A dynamic split tunnel exclusion configures Cisco AnyConnect to exclude specific destination traffic such as Webex IP ranges from being tunneled, allowing that traffic to egress directly to the internet. This eliminates the additional RTT introduced by routing cloud traffic through the corporate ASA and directly addresses the high latency and missing duplicate ACKs observed in packet analysis.
Reducing the tunnel MTU influences fragmentation behavior, but the packet analysis explicitly shows no IP fragments, confirming that MTU is not contributing to the performance degradation.
Concept tested: Cisco AnyConnect dynamic split tunnel exclusion for cloud app performance
Source: https://www.cisco.com/c/en/us/td/docs/security/asa/asa-914/asdm-714/vpn/asa-vpn-asdm/anyconnect-svc.html
Topics
Community Discussion
No community discussion yet for this question.