We had DSL connection, and a few Pix-Pix VPN's. We upgraded one end to cable. I changed the config, write mem, reload. One connection came back, the others have not. I then removed the entries completely for the offenders, and put them back, still a no go. sh isakmp sa only shows the good connection, sh ipsec sa shows the entry's, correct local and endpoint IP's, but no traffic. The access-lists are exactly the same. Ideas? I will post some portion of config:
Pix A: (Changed IP)
access-list 110 permit ip 192.168.7.0 255.255.255.0 192.1.1.0 255.255.255.0
ip address outside xxx.xxx.12.200 255.255.255.0
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set full esp-des esp-md5-hmac
crypto map crmap 1 ipsec-isakmp
crypto map crmap 1 match address 110
crypto map crmap 1 set peer xxx.xxx.0.249
crypto map crmap 1 set transform-set full
isakmp key ******** address xxx.xxx.0.249 netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 3600
Pix B:
access-list 140 permit ip 192.1.1.0 255.255.255.0 192.168.7.0 255.255.255.0
ip address outside xxx.xxx.0.249 255.255.255.248
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set full esp-des esp-md5-hmac
crypto map crmap 3 ipsec-isakmp
crypto map crmap 3 match address 140
crypto map crmap 3 set peer xxx.xxx.12.200
crypto map crmap 3 set transform-set full
isakmp key ******** address xxx.xxx.12.200 netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 3600
Pix A: (Changed IP)
access-list 110 permit ip 192.168.7.0 255.255.255.0 192.1.1.0 255.255.255.0
ip address outside xxx.xxx.12.200 255.255.255.0
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set full esp-des esp-md5-hmac
crypto map crmap 1 ipsec-isakmp
crypto map crmap 1 match address 110
crypto map crmap 1 set peer xxx.xxx.0.249
crypto map crmap 1 set transform-set full
isakmp key ******** address xxx.xxx.0.249 netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 3600
Pix B:
access-list 140 permit ip 192.1.1.0 255.255.255.0 192.168.7.0 255.255.255.0
ip address outside xxx.xxx.0.249 255.255.255.248
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set full esp-des esp-md5-hmac
crypto map crmap 3 ipsec-isakmp
crypto map crmap 3 match address 140
crypto map crmap 3 set peer xxx.xxx.12.200
crypto map crmap 3 set transform-set full
isakmp key ******** address xxx.xxx.12.200 netmask 255.255.255.255
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 3600