SV-239960r666286_rule
V-239960
SRG-NET-000019-VPN-000040
CASA-VN-000300
CAT II
10
Step 1: Define what traffic will be transported via the IPsec tunnel as shown in the example below.
ASA1(config)# access-list SITE1_SITE2 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
Step 2: Apply the ACL to the IPsec crypto map.
ASA1(config)# crypto map IPSEC_MAP 10 match address SITE1_SITE2
Step 1: Determine the ACL that is used to define what traffic will be transported via the IPsec tunnel.
crypto map IPSEC_MAP 10 match address SITE1_SITE2
crypto map IPSEC_MAP 10 set peer x.x.x.x
Step 2: Verify that the traffic defined in the ACL is in accordance with flow control policies.
access-list SITE1_SITE2 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
If the VPN gateway is not configured to restrict what traffic is transported via the IPsec tunnel, this is a finding.
V-239960
False
CASA-VN-000300
Step 1: Determine the ACL that is used to define what traffic will be transported via the IPsec tunnel.
crypto map IPSEC_MAP 10 match address SITE1_SITE2
crypto map IPSEC_MAP 10 set peer x.x.x.x
Step 2: Verify that the traffic defined in the ACL is in accordance with flow control policies.
access-list SITE1_SITE2 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
If the VPN gateway is not configured to restrict what traffic is transported via the IPsec tunnel, this is a finding.
M
5344