my ipsec configuration is
acl number 3000
rule 1 permit ip
#
ipsec proposal IPSec_Phase2
esp authentication-algorithm sha1
esp encryption-algorithm aes-128
#
ike proposal default
encryption-algorithm aes-128
dh group2
authentication-algorithm sha1
authentication-method pre-share
integrity-algorithm hmac-sha1-96
prf hmac-sha1
ike proposal 2
encryption-algorithm aes-128
dh group2
authentication-algorithm sha1
authentication-method pre-share
integrity-algorithm hmac-sha1-96
prf hmac-sha1
#
ike peer Backup_PE
pre-shared-key simple cisco
ike-proposal 2
local-address x.x.x.x.
remote-address y.y.y.y
#
ipsec policy PolicyMap 1 isakmp
security acl 3000
pfs dh-group2
ike-peer Backup_PE
proposal IPSec_Phase2