exam questions

Exam 300-730 All Questions

View all questions & answers for the 300-730 exam

Exam 300-730 topic 1 question 61 discussion

Actual exam question from Cisco's 300-730
Question #: 61
Topic #: 1
[All 300-730 Questions]

An engineer is configuring clientless SSL VPN. The finance department has a database server that only they should access, but the sales department can currently access it. The finance and the sales departments are configured as separate group-policies. What must be added to the configuration to make sure the users in the sales department cannot access the finance department server?

  • A. tunnel group lock
  • B. smart tunnel
  • C. port forwarding
  • D. webtype ACL
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
pfrank
9 months, 2 weeks ago
Selected Answer: D
Web ACLs allow administrators to control the resources users are able to access when making access requests through a clientless SSL VPN.
upvoted 3 times
...
pfrank
10 months, 2 weeks ago
Web ACLs allow administrators to control the resources users are able to access when making access requests through a clientless SSL VPN.
upvoted 3 times
...
kylesam2017
11 months ago
"D". To ensure that users in the sales department cannot access the finance department server in a clientless SSL VPN setup, a webtype ACL (Access Control List) must be added to the configuration. A webtype ACL is used to define specific access controls for clientless SSL VPN users. It allows you to control and restrict the resources that users can access through the SSL VPN portal. By creating a webtype ACL and applying it to the appropriate group-policy associated with the sales department, you can explicitly deny access to the finance department server. This ACL will prevent users in the sales department from reaching the finance department server even though they are configured under separate group-policies. On the other hand, "tunnel group lock" is not directly related to restricting access to specific resources. It is a feature that allows you to lock a user to a specific tunnel group, ensuring that the user always connects to that particular tunnel group. Therefore, the correct approach to prevent users in the sales department from accessing the finance department server in a clientless SSL VPN setup is to use a webtype ACL.
upvoted 3 times
...
marges
1 year, 4 months ago
The correct answer is D. webtype ACL ! User Anonymous983475 says: But if we use only one ACL and the user can access another tunnel group, he will have the access according to the other tunnel group. That's not quite right, because we can assign a specific group policy to the remote users that prevents access even if he uses a different tunnel group: ASA(config)# access-list WebACL_SALES_DEPARTMENT webtype permit url http://192.168.10.100 log default ASA(config)# access-list WebACL_FINANCE_DEPARTMENT webtype permit url http://192.168.20.100 log default ASA(config)# group-policy sales_department internal ASA(config)# group-policy sales_department attributes ASA(config-group-policy)# vpn-tunnel-protocol ssl-clientless ASA(config-group-policy)# webvpn ASA(config-group-webvpn)# filtervalue WebACL_SALES_DEPARTMENT ASA(config)# username RemoteUser1 password xxx ASA(config)# username RemoteUser1 attribute ASA(config-username)# vpn-group-policy sales_department
upvoted 1 times
...
randomnickname1234
1 year, 4 months ago
Selected Answer: A
Database access doesn't seem to be controlled by webtype ACL's... We can't know because it doesn't state which protocol is used. So I'd choose answer A.
upvoted 1 times
...
Anonymous983475
1 year, 6 months ago
A should be correct, we want to restrict users to access certain host. But if we only use an ACL and user can access another tunnel group they will have the access as per the other tunnel-group.
upvoted 1 times
...
mpls_link
1 year, 7 months ago
Selected Answer: D
D is the only correct answer
upvoted 2 times
...
Net4dd
1 year, 9 months ago
Selected Answer: D
D is correct https://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/acl-webtype.html
upvoted 2 times
...
red_sparrow_Gr
1 year, 9 months ago
Selected Answer: A
It is A https://www.youtube.com/watch?v=I5gbHC-stm4
upvoted 3 times
...
Backupz
2 years ago
Selected Answer: D
Agree. D
upvoted 1 times
...
AF_Nick
2 years, 4 months ago
Selected Answer: D
Agree. D is correct through use of webtype ACLs.
upvoted 1 times
...
Soportechnology
2 years, 11 months ago
Selected Answer: D
Excuse me. The correct answer is D Web type ACL Reference https://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/acl-webtype.pdf
upvoted 1 times
...
Soportechnology
2 years, 11 months ago
A is correct. Reference https://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/acl-webtype.pdf
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...