nerdexam
Cisco

300-730 · Question #14

Refer to the exhibit. ip access-list extended CCNP permit 192.168.0.10 permit 192.168.0.11 webvpn gateway SSL_Gateway ip address 172.16.0.25 port 443 ssl trustpoint AnyConnect_Cert inservice webvpn…

The correct answer is C. svc split include acl CCNP. Split tunneling with 'svc split include acl' routes only ACL-matched traffic through the VPN tunnel, sending all other traffic out the client's local NIC.

Remote Access VPN

Question

Refer to the exhibit. ip access-list extended CCNP permit 192.168.0.10 permit 192.168.0.11 webvpn gateway SSL_Gateway ip address 172.16.0.25 port 443 ssl trustpoint AnyConnect_Cert inservice webvpn context SSL_Context gateway SSL_Gateway ssl authenticate verify all inservice policy group SSL_Policy functions svc-enabled svc address-pool "ACPool" netmask 255.255.255.0 svc dns-server primary 192.168.0.100 svc default-domain cisco.com default-group-policy SSL_Policy Cisco AnyConnect must be set up on a router to allow users to access internal servers 192.168.0.10 and 192.168.0.11. All other traffic should go out of the client's own NIC. Which command accomplishes this configuration?

Options

  • Asvc split exclude 192.168.0.0 255.255.0
  • Bsvc split exclude 192.168.0.0 255.255.0
  • Csvc split include acl CCNP
  • Dsvc split exclude acl CCNP

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    81% (26)
  • D
    9% (3)

Why each option

Split tunneling with 'svc split include acl' routes only ACL-matched traffic through the VPN tunnel, sending all other traffic out the client's local NIC.

Asvc split exclude 192.168.0.0 255.255.0

The 'svc split exclude' command sends all client traffic through the VPN except the specified subnet, which is the inverse of the requirement and would tunnel most traffic rather than only the two target servers.

Bsvc split exclude 192.168.0.0 255.255.0

Identical in function to option A, 'svc split exclude' excludes the named subnet from the tunnel while tunneling everything else, which contradicts the goal of tunneling only the two specific internal server addresses.

Csvc split include acl CCNPCorrect

The 'svc split include acl CCNP' command configures split tunneling in include mode, which sends only traffic matching the named ACL - permitting 192.168.0.10 and 192.168.0.11 - through the VPN tunnel. All other traffic bypasses the tunnel and exits through the client's own network interface, satisfying the requirement. This is the correct syntax for ACL-based split tunnel include configuration on a Cisco IOS WebVPN context.

Dsvc split exclude acl CCNP

'svc split exclude acl CCNP' would exclude 192.168.0.10 and 192.168.0.11 from the tunnel and force all remaining traffic through the VPN, which is exactly the opposite of the desired split-tunnel behavior.

Concept tested: Cisco AnyConnect SSL VPN split tunnel include ACL configuration

Source: https://www.cisco.com/c/en/us/support/docs/security/anyconnect-secure-mobility-client/119006-configure-anyconnect-00.html

Topics

#AnyConnect#split tunneling#svc split include#IOS router

Community Discussion

No community discussion yet for this question.

Full 300-730 Practice