Difference between revisions of "Netband Project - IPSec/Gre"
From Teknologisk videncenter
m (→Netband Project - IPSec/GRE) |
(→Netband Project - IPSec/GRE) |
||
Line 4: | Line 4: | ||
This page is part of the [[Netband_Project|Netband Project]] | This page is part of the [[Netband_Project|Netband Project]] | ||
+ | <br/> | ||
+ | This is the conf in the Head-End | ||
+ | <pre> | ||
+ | crypto isakmp policy 10 | ||
+ | encr aes 256 | ||
+ | authentication pre-share | ||
+ | group 5 | ||
+ | lifetime 1000 | ||
+ | crypto isakmp key blehblahbluh address 0.0.0.0 0.0.0.0 | ||
+ | crypto ipsec transform-set tset-AES256-SHA esp-aes 256 esp-sha-hmac | ||
+ | crypto dynamic-map test-dynamic 40 | ||
+ | description Hmmm | ||
+ | set transform-set tset-AES256-SHA tset-TDES-SHA | ||
+ | crypto map test-crypto 40 ipsec-isakmp dynamic test-dynamic | ||
+ | </pre> |
Revision as of 08:26, 14 April 2009
<accesscontrol>NetBand</accesscontrol>
Netband Project - IPSec/GRE
This page is part of the Netband Project
This is the conf in the Head-End
crypto isakmp policy 10 encr aes 256 authentication pre-share group 5 lifetime 1000 crypto isakmp key blehblahbluh address 0.0.0.0 0.0.0.0 crypto ipsec transform-set tset-AES256-SHA esp-aes 256 esp-sha-hmac crypto dynamic-map test-dynamic 40 description Hmmm set transform-set tset-AES256-SHA tset-TDES-SHA crypto map test-crypto 40 ipsec-isakmp dynamic test-dynamic