Hi
I am trying to configure an vpn between cisco 850 and linksys wrv210.
The configuration that i made in cisco 850 router is as follow ...
crypto isakmp policy 1
hash md5
authentication pre-share
lifetime 28800
crypto isakmp key mattpassword address (WRV210 public ip)
crypto ipsec transform-set matt ah-md5-hmac esp-3des
exit
ip access-list 101 permit ip 172.16.0.0 0.0.255.255 172.16.0.0 0.0.255.255
crypto map matt 2 ipsec-isakmp
set peer (public ip WRV210)
set security-association lifetime seconds 190
set transform-set matt
match address 101
int fa4
crypto map matt
RV210
Key Exchange Method:auto(ike)
Operation Mode: main
ISAKMP Encryption Method:auto
ISAKMP Authentication Method: MD5 <--- greyed out
ISAKMP DH Group:2
ISAKMP Key Lifetime (s): 28800
IPSec Encryption Method: 3DES
IPSec Authentication Method: MD5
IPSec DH Group: The group is the same as ISAKMP.
IPSec Key Lifetime(s): 3600
Pre-Shared Key: mattpassword
thanks for all help
I am trying to configure an vpn between cisco 850 and linksys wrv210.
The configuration that i made in cisco 850 router is as follow ...
crypto isakmp policy 1
hash md5
authentication pre-share
lifetime 28800
crypto isakmp key mattpassword address (WRV210 public ip)
crypto ipsec transform-set matt ah-md5-hmac esp-3des
exit
ip access-list 101 permit ip 172.16.0.0 0.0.255.255 172.16.0.0 0.0.255.255
crypto map matt 2 ipsec-isakmp
set peer (public ip WRV210)
set security-association lifetime seconds 190
set transform-set matt
match address 101
int fa4
crypto map matt
RV210
Key Exchange Method:auto(ike)
Operation Mode: main
ISAKMP Encryption Method:auto
ISAKMP Authentication Method: MD5 <--- greyed out
ISAKMP DH Group:2
ISAKMP Key Lifetime (s): 28800
IPSec Encryption Method: 3DES
IPSec Authentication Method: MD5
IPSec DH Group: The group is the same as ISAKMP.
IPSec Key Lifetime(s): 3600
Pre-Shared Key: mattpassword
thanks for all help