300-730 · Question #209
A network administrator is implementing WebVPN on Cisco ASA and wants to apply a split-tunnel policy with this command: ASA(config-group-policy)# split-tunnel-network-list value SPLIT_TUNNEL The SSL…
The correct answer is A. access-list SPLIT_TUNNEL standard permit 10.10.1.0 255.255.255.0. Split-tunnel policies on Cisco ASA reference a standard ACL whose name must exactly match the value specified in the split-tunnel-network-list command, and the ACL permits the networks that must be routed through the tunnel.
Question
Options
- Aaccess-list SPLIT_TUNNEL standard permit 10.10.1.0 255.255.255.0
- Baccess-list SPLIT_TUNNEL standard deny 10.10.1.0 255.255.255.0
- Caccess-list split-tunnel-network-list extended permit 10.10.1.0 255.255.255.0
- Daccess-list SPLIT_TAUNNEL extended permit 10.10.1.0 255.255.255.0
How the community answered
(43 responses)- A81% (35)
- B2% (1)
- C5% (2)
- D12% (5)
Why each option
Split-tunnel policies on Cisco ASA reference a standard ACL whose name must exactly match the value specified in the split-tunnel-network-list command, and the ACL permits the networks that must be routed through the tunnel.
Cisco ASA split-tunnel network lists require a standard access list - not an extended one - that permits the networks to be tunneled. The ACL name SPLIT_TUNNEL matches the value specified in the split-tunnel-network-list command exactly, and the permit keyword correctly designates 10.10.1.0/24 as traffic that must traverse the VPN tunnel.
Using deny excludes the network from the split-tunnel list, meaning traffic to 10.10.1.0/24 would bypass the tunnel rather than be routed through it.
The ACL name 'split-tunnel-network-list' does not match the required name 'SPLIT_TUNNEL', and extended ACLs are not the correct type for split-tunnel network lists on Cisco ASA.
The ACL name 'SPLIT_TAUNNEL' is misspelled and will not match the 'SPLIT_TUNNEL' value referenced in the group policy command, so the split-tunnel policy will never be applied.
Concept tested: ASA split-tunnel standard ACL configuration for SSL VPN
Source: https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/70847-asa-vpn-splitdns.html
Topics
Community Discussion
No community discussion yet for this question.