cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
1109
Visitas
0
ÚTIL
5
Respuestas

dmvpn

R Manjunatha
Level 3
Level 3

Hi,

I configured the DMVPN phase 3 for HUB and all spokes' routers. Is the data will encryption in DMVPN? or else we need to configure IPsec on top of that?

R74>en
R74#show crypto isa sa
IPv4 Crypto ISAKMP SA
dst src state conn-id status

IPv6 Crypto ISAKMP SA

R74#show crypto ipsec sa
No SAs found
R74#

2 SOLUCIONES ACEPTADAS

Soluciones aceptadas

Jose Suarez
Level 1
Level 1

Hello,
The link they sent earlier is quite clear and indicates how you should do to add security to your DMVPN tunnel

Summary:

crypto isakmp policy 1
encr aes 256
hash sha256
authentication pre-share
group 2

crypto isakmp key cisco123 address 0.0.0.0


crypto ipsec transform-set transform-dmvpn esp-aes 256 esp-sha-hmac
mode transport

crypto ipsec profile profile-dmvpn
set transform-set transform-dmvpn


interface Tunnelxx
tunnel protection ipsec profile profile-dmvpn

 

If it continues to fail, it would be convenient if you sent the config.


Regards

 

Jose Suarez
CCIE No. 66421

.

Ver la solución en mensaje original publicado

5 RESPUESTAS 5

balaji.bandi
Hall of Fame
Hall of Fame

this second post about the DMVPN, what issue here?
can I see the config ?

yes ..posted the configuration 

this dmvpn without protection , are this traffic pass through internet, it not secure.

Jose Suarez
Level 1
Level 1

Hello,
The link they sent earlier is quite clear and indicates how you should do to add security to your DMVPN tunnel

Summary:

crypto isakmp policy 1
encr aes 256
hash sha256
authentication pre-share
group 2

crypto isakmp key cisco123 address 0.0.0.0


crypto ipsec transform-set transform-dmvpn esp-aes 256 esp-sha-hmac
mode transport

crypto ipsec profile profile-dmvpn
set transform-set transform-dmvpn


interface Tunnelxx
tunnel protection ipsec profile profile-dmvpn

 

If it continues to fail, it would be convenient if you sent the config.


Regards

 

Jose Suarez
CCIE No. 66421

.