Scenario: A NetScaler Engineer is configuring a NetScaler that has three interfaces. The first interface is connected to
Posted: Wed Aug 03, 2022 9:21 am
Scenario: A NetScaler Engineer is configuring a NetScaler that has three interfaces. The first interface is connected to the internal network, the second interface is connected to theDMZ1-network, and the third interface is connected to the DMZ2-network.DMZ1 and DMZ2 networks are behind different firewalls, and both firewalls are sending traffic through network address translation (NAT) to the DMZ networks.The default route is to the gateway on the DMZ1-network.DMZ1: 10.10.10.0/24 (Gateway: 10.10.10.1)DMZ2: 10.20.20.0/24 (Gateway: 10.20.20.1)Internal: 192.168.0.0/24 (Gateway: 192.168.0.1)Internet traffic reaches the virtual servers located in DMZ1 but NOT the virtual servers located in DMZ2.Which policy-based route (PBR) would resolve the issue?
A. add ns pbr PBR1 ALLOW -srcIP = 10.20.20.0-10.20.20.255 -destIP != 10.20.20.0- 10.20.20.255 -nextHop 10.10.10.1 -priority 10
B. add ns pbr PBR1 ALLOW -srcIP != 10.20.20.0-10.20.20.255 -destIP = 10.20.20.0- 10.20.20.255 -nextHop 10.20.20.1 -priority 10
C. add ns pbr PBR1 ALLOW -srcIP = 10.20.20.0-10.20.20.255 -destIP != 10.20.20.0- 10.20.20.255 -nextHop 10.20.20.1 -priority 10
D. add ns pbr PBR1 ALLOW -srcIP != 10.20.20.0-10.20.20.255 -destIP != 10.20.20.0- 10.20.20.255 -nextHop 10.10.10.1 -priority 10
A. add ns pbr PBR1 ALLOW -srcIP = 10.20.20.0-10.20.20.255 -destIP != 10.20.20.0- 10.20.20.255 -nextHop 10.10.10.1 -priority 10
B. add ns pbr PBR1 ALLOW -srcIP != 10.20.20.0-10.20.20.255 -destIP = 10.20.20.0- 10.20.20.255 -nextHop 10.20.20.1 -priority 10
C. add ns pbr PBR1 ALLOW -srcIP = 10.20.20.0-10.20.20.255 -destIP != 10.20.20.0- 10.20.20.255 -nextHop 10.20.20.1 -priority 10
D. add ns pbr PBR1 ALLOW -srcIP != 10.20.20.0-10.20.20.255 -destIP != 10.20.20.0- 10.20.20.255 -nextHop 10.10.10.1 -priority 10