Su questo router convergono alcune VPN L2L, la crypto map è configurata sulla ATM0.1...mettiamo il caso va giù l'ADSL,che mi posso inventare per attivare le VPN sulla ISDN....???
Io non ne ho proprio idea...

Moderatore: Federico.Lagni
Codice: Seleziona tutto
+++++++++++++++++
ROUTER PERIFERICO
+++++++++++++++++
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key [i]password[/i] hostname xxxxx.dyndns.org no-xauth
!
!
crypto ipsec transform-set VPN-SET esp-3des esp-md5-hmac
!
crypto map VPN 1 ipsec-isakmp
set peer xxxxx.dyndns.org dynamic
set transform-set VPN-SET
!
interface ATM0.1 point-to-point
address 11.11.11.11 255.255.255.248
crypto map VPN
+++++++++++++++++++++
ROUTER CENTRO STELLA
+++++++++++++++++++++
!
ip ddns update method DYNDNS
HTTP
add http://user:[email protected]/nic/update?system=dyndns&hostname=<h>&myip=<a>
interval maximum 28 0 0 0
!
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 2
crypto isakmp key [i]password[/i] address 11.11.11.11 no-xauth
!
crypto ipsec transform-set VPN-SET esp-3des esp-md5-hmac
!
crypto map VPN 1 ipsec-isakmp
set peer 11.11.11.11
set transform-set VPN-SET
!
crypto map VPN-BKP 1 ipsec-isakmp
set peer 11.11.11.11
set transform-set VPN-SET
!
interface BRI0
dialer pool-member 2
!
interface Dialer0
ip ddns update hostname xxxxx.dyndns.org
ip ddns update DYNDNS host xxxxxx.dyndns.org
ip address negotiated
dialer pool 2
crypto map VPN-BKP
!
interface ATM0.1 point-to-point
address 22.22.22.22 255.255.255.248
crypto map VPN
In che senso? Documentazione?hai qualcosa sottomano?