Which expression should the administrator use to satisfy this scenario?

Scenario: A Citrix Administrator needs to configure a group in which Contractors will have limited access to internal resources over the SSL VPN The Contractors group should be able to access all internal IP Addresses but should NOT be able to open SSH connections to any internal resource.
Which expression should the administrator use to satisfy this scenario?
A. REQ.IP.DESTIP = = 192.168.30.0 -netmask 255.255.255.0&&(REQ.TCP.DESTPORT = = 22)
Action set to Allow
B. REQ.IP.DESTIP = = 192.168.30.0 -netmask 255.255.255.0&&(REQ.TCP.DESTPORT = = 22)
Action set to Deny
C. REQ.IP.DESTIP = = 192.168.30.0 -netmask 255.255.255.0&&(REQ.TCP.DESTPORT = = 80 II REQ.TCP.DESTPORT = = 443)
D. REQ.IP.DESTIP = = 192.168.30.0 -netmask 255.255.255.0 II (REQ.TCP.DESTPORT = = 22)
Action set to Allow

Download Printable PDF. VALID exam to help you PASS.

3 thoughts on “Which expression should the administrator use to satisfy this scenario?

  1. REQ.IP.DESTIP = = 192.168.30.0 -netmask 255.255.255.0&&(REQ.TCP.DESTPORT = = 22)

    destination IP of incoming is 192.168.30.0/24 and destination port of incoming is 22 -> deny

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.