If you use an unqouted string as psk (pre-shared key) it can't start with a number so:
fails: ike from any to any psk 123 works: ike from any to any psk "123" Same goes for the tag-strings. For most this is probably obvious, because it has to be a string right ? But not for me :P Regards, Frans