7
IPsec VPN
147
The
displayed
list
can
be
filtered
using
any
of
a
number
of
filtering
parameters.
For
example,
all
flows
that
have
a
destination
of
the
IPsec
tunnel
called
my_tunnel
could
be
examined
with
the
command:
Device:/>
flow
‐
show
‐
destiface=my_tunnel
All
options
for
the
flow
command
can
be
found
in
the
SEG
‐
100
Command
Line
Interface
Reference
.
The ike -stat CLI command
The
following
command
can
provide
a
snapshot
of
the
current
state
of
negotiated
tunnels:
Device:/>
ike
‐
stat
This
can
be
used
to
show
that
IPsec
tunnels
have
correctly
established.
A
typical
example
of
output
from
this
command
is
shown
below:
Device:/>
ike
‐
stat
IKEv2
Statistics
Statistic
Value
‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ ‐‐‐‐‐
IKE
SAs
active
2
IKE
SA
negotiations
active
0
IKE
SA
negotiations
done
3
IKE
SA
negotiations
failed
1
IKE
SA
rekeys
active
0
IKE
SA
rekeys
done
0
IKE
SA
rekeys
failed
0
IPsec
SAs
active
2
IPsec
SA
negotiations
active
0
IPsec
SA
negotiations
done
2
IPsec
SA
negotiations
failed
0
IPsec
SA
rekeys
active
0
IPsec
SA
rekeys
done
0
IPsec
SA
rekeys
failed
0
The
ike
‐
stat
command
provide
a
static
view
of
IPsec
tunnels.
To
see
what
is
happening
during
the
IKE
negotiation
of
tunnel
setup,
the
‐
snoop
option
should
be
used
and
this
is
discussed
next.