CCNP ISCW Notes1 Apr 2008
Chapter 13: Site-to-Site VPN OperationsLife cycle of an IPsec VPNStep 1: Specify interesting trafficAn ACL is use to specify which types of traffic are to be placed into the VPN tunnel. If the VPN tunnel has not yet been established, the first packet of interesting traffic will trigger its setup. Step 2: IKE phase 1IKE phase 1 is performed in either main mode or aggressive mode. IKE transform set negotiation, Diffie-Hellman public key exchange, and peer authentication take place in this step. IKE transform sets are composed of the following parameters:
Candidate transform sets are selected by lowest policy number. Step 3: IKE phase 2IKE quick mode is used to negotiate IPsec transform sets and establish unidirectional IPsec security associations (SAs) in both directions. IKE also monitors and reestablishes SAs as needed. Optionally, IKE quick mode can also perform additional Diffie-Hellman key exchanges when active keys expire. IPsec transform sets (similar to IKE transform sets) include the following parameters:
The Security Association Database (SAD) maps SAs to peers by their Security Parameter Index (SPI). The Security Policy Database (SPD) contains the security parameters (transform set) that were agreed upon for each SA. Step 4: Secure Data TransferInteresting traffic is encrypted and/or authenticated through the IPsec tunnel. Step 5: IPsec tunnel terminationIf the SA key has expired, the SA is torn down and a new one is established if more traffic needs to be passed. Tunnels can also be manually deleted by an administrator. Upon tunnel termination, all SA information for that tunnel is removed from the SAD and SPD. IPsec ConfigurationStep 1: Configure the ISAKMP policyDefine an IKE transform set:
Step 2: Configure the IPsec transform setsAn example defining ESP with 256-bit AES encryption and SHA-1 authentication in tunnel mode: Optionally, a lifetime for the SA can be configured:
Step 3: Configure the crypto ACLAn extended ACL is configured to match interesting traffic.
Step 4: Configure the crypto map
Step 5: Apply the crypto map to an interface
Step 6: Configure the interface ACLOptionally configure ACLs on public-facing interfaces to only accept IPsec traffic from expected sources. |
Navigation
Armory
Online Toolbox
|
One of the best summary I have seen. It make life easier and time well spent. Good job. Gerard
nice work