IP Sec Flashcards
What is the function of a IPsec transform set?
Defines Phase 2 tunnel encryption and hashing
What are the ASA PSK VPN Configuration Steps? (6)
Enable IKE on “outside” interface Configure ISAKMP phase 1 policy Configure IPSec L2L tunnel group Configure traffic to allow through VPN Configure IPSec transform set Configure crypto map and assigned to “outside” interface.
How do you Configure traffic to allow through VPN?
Create network objects for source and destination networks
Create access list referencing network object
When configuring isakmp phase 1 policy you need to Defines Phase 1 _____ properties and ________ methods
When configuring isakmp phase 1 policy you need to Defines Phase 1 tunnel properties and authentication methods
When configuring IPSec L2L tunnel group you are required to defines VPN _____ and assign a?
When configuring IPSec L2L tunnel group you are required to defines VPN target IP and assign a Pre-shared key
When configuring crypto map and assigned to “outside” interface, its function is?
Pulls together allowed traffic, transform set and target address
May have variations in case multiple VPN with different parameters
What command is used to enable ASA Enable IKE?
crypto ikev1 enable outside
What commands are used to configure a ASA Phase 1 Policy?
crypto ikev1 policy 1 encryption aes 256 hash sha group 5 lifetime 86400 authentication pre-share
What command is used to create a tunnel group?
tunnel-group 192.168.244.5 type ipsec-l2l
tunnel-group 192.168.244.5 ipsec-attributes
ikev1 pre-shared-key Secret55