19.07.2013 Views

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

CCNA Complete Guide 2nd Edition.pdf - Cisco Learning Home

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

- The authentication pre-share ISAKMP subcommand tells IKE to use the manual key<br />

configured with the crypto isakmp key global configuration command for authentication.<br />

Note: The other 2 options beside the pre-share keyword are rsa-encr and rsa-sig, which<br />

configures RSA Encryption and RSA Signature respectively. These keywords are used when<br />

configuring ISAKMP using a CA (Certification Authority) instead of pre-shared keys.<br />

Note: CA is a 3rd-party entity which is responsible for issuing and revoking digital certificates.<br />

Each device that has its own certificate and public key of the CA can authenticate other devices<br />

within a particular CA domain.<br />

- The group {Diffie-Hellman group} ISAKMP subcommand defines the size of the modulus to<br />

use for Diffie-Hellman calculation. Group 1 is 768-bit long, group 2 is 1024-bit long, and group<br />

5 is 1536-bit long. The higher-number groups are significantly more CPU intensive but are more<br />

secure than other lower-number groups. The default is group 1.<br />

- It is possible to specify up to 6 transform sets for a particular crypto map and allow the peers to<br />

negotiate a mutually agreed transform.<br />

!<br />

crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac<br />

crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac<br />

!<br />

crypto map CMAP-Site2 1 ipsec-isakmp<br />

description *** IPsec Tunnel to RT2 ***<br />

set peer 10.10.10.2<br />

set transform-set ESP-DES-MD5 ESP-3DES-SHA<br />

match address 102<br />

!<br />

_<br />

302<br />

Copyright © 2008 Yap Chin Hoong<br />

yapchinhoong@hotmail.com

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!