Hi folks,
I configure 2x 2621 routers redundant with HSRP and they [R1 should make a VPN connection with the KR Router].
Some how the VPN connection is not working as I hopped.
Hier ist my Config, and im realy thank for any help.
KR#show run
Building configuration...
Current configuration : 1805 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname KR
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip audit po max-events 100
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
lifetime 28800
crypto isakmp key avodaq address 10.1.3.10 255.255.255.224
crypto isakmp keepalive 10
crypto isakmp profile cisco
description cisco
keyring default
self-identity address
match identity address 10.1.3.21 255.255.255.224
keepalive 10 retry 2
crypto ipsec optional retry 60
!
crypto ipsec security-association lifetime seconds 28800
!
crypto ipsec transform-set VPN esp-3des esp-sha-hmac
crypto ipsec df-bit clear
!
crypto ipsec profile cisco
description cisco
set security-association lifetime seconds 3600
set isakmp-profile cisco
!
!
crypto map VPN-2-R1 10 ipsec-isakmp
set peer 10.1.3.10
set transform-set VPN
set pfs group2
match address 110
qos pre-classify
!
!
interface Tunnel0
ip address 10.1.3.90 255.255.255.224
tunnel source 10.1.3.21
tunnel destination 10.1.3.10
tunnel protection ipsec profile cisco
!
interface FastEthernet0/0
ip address 10.1.3.21 255.255.255.224
speed 100
full-duplex
crypto map VPN-2-R1
!
interface FastEthernet0/1
ip address 10.1.3.62 255.255.255.224
speed 100
full-duplex
!
no ip http server
no ip http secure-server
ip classless
ip route 10.1.2.0 255.255.255.224 10.1.3.10
!
!
access-list 110 permit ip 10.1.3.32 0.0.0.31 10.1.3.0 0.0.0.31
access-list 111 deny ip 10.1.3.32 0.0.0.31 10.1.3.0 0.0.0.31
access-list 112 permit ip any any
!
line con 0
password cisco
login
line aux 0
line vty 0 4
password cisco
login
!
end
>>>>>>>>>> And this is the R1<<<<<<<<<
R1#show run
Building configuration...
Current configuration : 2070 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot system flash
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
ip audit po max-events 100
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
lifetime 28800
crypto isakmp key avodaq address 10.1.3.21 255.255.255.224
crypto isakmp keepalive 10
crypto isakmp profile cisco
description cisco
keyring default
self-identity address
match identity address 10.1.3.20 255.255.255.224
keepalive 10 retry 2
crypto ipsec optional retry 60
!
crypto ipsec security-association lifetime seconds 28800
!
crypto ipsec transform-set VPN esp-3des esp-sha-hmac
crypto ipsec df-bit clear
!
crypto ipsec profile cisco
description cisco
set security-association lifetime seconds 3600
set isakmp-profile cisco
!
!
crypto map VPN-2-KR 10 ipsec-isakmp
set peer 10.1.3.21
set transform-set VPN
set pfs group1
match address 111
qos pre-classify
!
interface Tunnel0
ip address 10.1.3.91 255.255.255.224
tunnel source 10.1.3.10
tunnel destination 10.1.3.21
tunnel protection ipsec profile cisco
!
interface FastEthernet0/0
ip address 10.1.3.20 255.255.255.224
duplex auto
speed 100
standby 1 ip 10.1.3.10
standby 1 timers 3 4
standby 1 priority 120
standby 1 preempt
crypto map VPN-2-KR
!
interface FastEthernet0/1
ip address 10.1.2.20 255.255.255.224
duplex auto
speed 100
standby ip 10.1.2.2
standby timers 3 4
standby priority 120
standby preempt
!
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.3.21
!
access-list 111 permit ip 10.1.2.0 0.0.0.31 10.1.3.64 0.0.0.31
access-list 111 permit ip 10.1.2.0 0.0.0.31 10.1.3.0 0.0.0.31
access-list 112 deny ip 10.1.2.0 0.0.0.31 10.1.3.0 0.0.0.31
access-list 113 permit ip any any
!
line con 0
password cisco
login
line aux 0
password cisco
login
line vty 0 4
password cisco
login
transport input all
!
end
I configure 2x 2621 routers redundant with HSRP and they [R1 should make a VPN connection with the KR Router].
Some how the VPN connection is not working as I hopped.
Hier ist my Config, and im realy thank for any help.
KR#show run
Building configuration...
Current configuration : 1805 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname KR
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip audit po max-events 100
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
lifetime 28800
crypto isakmp key avodaq address 10.1.3.10 255.255.255.224
crypto isakmp keepalive 10
crypto isakmp profile cisco
description cisco
keyring default
self-identity address
match identity address 10.1.3.21 255.255.255.224
keepalive 10 retry 2
crypto ipsec optional retry 60
!
crypto ipsec security-association lifetime seconds 28800
!
crypto ipsec transform-set VPN esp-3des esp-sha-hmac
crypto ipsec df-bit clear
!
crypto ipsec profile cisco
description cisco
set security-association lifetime seconds 3600
set isakmp-profile cisco
!
!
crypto map VPN-2-R1 10 ipsec-isakmp
set peer 10.1.3.10
set transform-set VPN
set pfs group2
match address 110
qos pre-classify
!
!
interface Tunnel0
ip address 10.1.3.90 255.255.255.224
tunnel source 10.1.3.21
tunnel destination 10.1.3.10
tunnel protection ipsec profile cisco
!
interface FastEthernet0/0
ip address 10.1.3.21 255.255.255.224
speed 100
full-duplex
crypto map VPN-2-R1
!
interface FastEthernet0/1
ip address 10.1.3.62 255.255.255.224
speed 100
full-duplex
!
no ip http server
no ip http secure-server
ip classless
ip route 10.1.2.0 255.255.255.224 10.1.3.10
!
!
access-list 110 permit ip 10.1.3.32 0.0.0.31 10.1.3.0 0.0.0.31
access-list 111 deny ip 10.1.3.32 0.0.0.31 10.1.3.0 0.0.0.31
access-list 112 permit ip any any
!
line con 0
password cisco
login
line aux 0
line vty 0 4
password cisco
login
!
end
>>>>>>>>>> And this is the R1<<<<<<<<<
R1#show run
Building configuration...
Current configuration : 2070 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot system flash
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
ip audit po max-events 100
!
crypto isakmp policy 1
encr 3des
hash md5
authentication pre-share
group 2
lifetime 28800
crypto isakmp key avodaq address 10.1.3.21 255.255.255.224
crypto isakmp keepalive 10
crypto isakmp profile cisco
description cisco
keyring default
self-identity address
match identity address 10.1.3.20 255.255.255.224
keepalive 10 retry 2
crypto ipsec optional retry 60
!
crypto ipsec security-association lifetime seconds 28800
!
crypto ipsec transform-set VPN esp-3des esp-sha-hmac
crypto ipsec df-bit clear
!
crypto ipsec profile cisco
description cisco
set security-association lifetime seconds 3600
set isakmp-profile cisco
!
!
crypto map VPN-2-KR 10 ipsec-isakmp
set peer 10.1.3.21
set transform-set VPN
set pfs group1
match address 111
qos pre-classify
!
interface Tunnel0
ip address 10.1.3.91 255.255.255.224
tunnel source 10.1.3.10
tunnel destination 10.1.3.21
tunnel protection ipsec profile cisco
!
interface FastEthernet0/0
ip address 10.1.3.20 255.255.255.224
duplex auto
speed 100
standby 1 ip 10.1.3.10
standby 1 timers 3 4
standby 1 priority 120
standby 1 preempt
crypto map VPN-2-KR
!
interface FastEthernet0/1
ip address 10.1.2.20 255.255.255.224
duplex auto
speed 100
standby ip 10.1.2.2
standby timers 3 4
standby priority 120
standby preempt
!
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.3.21
!
access-list 111 permit ip 10.1.2.0 0.0.0.31 10.1.3.64 0.0.0.31
access-list 111 permit ip 10.1.2.0 0.0.0.31 10.1.3.0 0.0.0.31
access-list 112 deny ip 10.1.2.0 0.0.0.31 10.1.3.0 0.0.0.31
access-list 113 permit ip any any
!
line con 0
password cisco
login
line aux 0
password cisco
login
line vty 0 4
password cisco
login
transport input all
!
end