/testing/guestbin/swan-prep
east #
 ipsec start
Redirecting to: [initsystem]
east #
 ../../guestbin/wait-until-pluto-started
east #
 ipsec auto --add east-any
002 "east-any": added IKEv2 connection
east #
 echo "initdone"
initdone
east #
 ipsec whack --trafficstatus
006 #2: "east-any"[1] 192.1.33.209, type=ESP, add_time=1234567890, inBytes=504, outBytes=504, maxBytes=2^63B, id='192.1.3.209', lease=192.0.3.10/32
east #
 ip xfrm state
src 192.1.33.209 dst 192.1.2.23
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
src 192.1.2.23 dst 192.1.33.209
	anti-replay esn context:
	 seq-hi 0x0, seq 0xXX, oseq-hi 0x0, oseq 0xXX
	 replay_window 128, bitmap-length 4
	 00000000 00000000 00000000 XXXXXXXX 
east #
 ip xfrm policy
src 0.0.0.0/0 dst 192.0.3.10/32 
	dir out priority PRIORITY ptype main 
	tmpl src 192.1.2.23 dst 192.1.33.209
src 192.0.3.10/32 dst 0.0.0.0/0 
	dir fwd priority PRIORITY ptype main 
	tmpl src 192.1.33.209 dst 192.1.2.23
src 192.0.3.10/32 dst 0.0.0.0/0 
	dir in priority PRIORITY ptype main 
	tmpl src 192.1.33.209 dst 192.1.2.23
east #
 grep "MOBIKE " /tmp/pluto.log | sed -e '/Message ID:/ s/ (.*/ (...)/'
| #2 pst=#1 MOBIKE update remote address 192.1.3.209:500 -> 192.1.33.209:500
"east-any"[1] 192.1.3.209 #1:  success MOBIKE update remote address 192.1.3.209:500 -> 192.1.33.209:500
"east-any"[1] 192.1.33.209 #1: MOBIKE request: updating IPsec SA by request
| adding NATD payloads to MOBIKE response
east #
 sleep 7
east #
 
