hello team, I configured simply setup P2P VPN with pre-shared keys beetween two vSRX, however ike security-associations not coming up. could You help? for simplicity of trabelshooting, I allowed all traffic at zone level and interface level:
here is a topology view:
Below is config SRX1:
show commands SRX1:
root# run show security ike security-associations
[edit]
root# run show security ipsec security-associations
Total active tunnels: 0 Total Ipsec sas: 0
root# run show route
inet.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[Static/5] 02:07:34
> to 10.1.1.1 via ge-0/0/3.0
10.1.1.0/30 *[Direct/0] 02:07:34
> via ge-0/0/3.0
10.1.1.2/32 *[Local/0] 02:07:34
Local via ge-0/0/3.0
10.2.2.0/30 *[OSPF/10] 02:07:33, metric 2
> to 10.1.1.1 via ge-0/0/3.0
10.11.11.0/24 *[Direct/0] 02:13:35
> via st0.0
10.11.11.10/32 *[Local/0] 02:13:35
Local via st0.0
192.168.10.0/24 *[Direct/0] 02:07:33
> via ge-0/0/0.0
192.168.10.1/32 *[Local/0] 02:07:33
Local via ge-0/0/0.0
192.168.168.0/24 *[Static/5] 02:13:35
> via st0.0
224.0.0.5/32 *[OSPF/10] 02:14:00, metric 1
MultiRecv
inet6.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
ff02::2/128 *[INET6/0] 02:13:59
MultiRecv
root# run show ospf neighbor
Address Interface State ID Pri Dead
10.1.1.1 ge-0/0/3.0 Full 10.2.2.1 1 39
root# run ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1): 56 data bytes
64 bytes from 10.1.1.1: icmp_seq=0 ttl=255 time=19.332 ms
64 bytes from 10.1.1.1: icmp_seq=1 ttl=255 time=9.565 ms
^C
--- 10.1.1.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 9.565/14.448/19.332/4.884 ms
[edit]
root# run ping 10.2.2.2
PING 10.2.2.2 (10.2.2.2): 56 data bytes
64 bytes from 10.2.2.2: icmp_seq=0 ttl=63 time=35.327 ms
64 bytes from 10.2.2.2: icmp_seq=1 ttl=63 time=16.065 ms
^C
--- 10.2.2.2 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 16.065/25.696/35.327/9.631 ms
root# run ping 10.11.11.11
PING 10.11.11.11 (10.11.11.11): 56 data bytes
^C
--- 10.11.11.11 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
[edit]
------------------------------
Cas
------------------------------