Palo Alto VPN Speedtests
(This is one of many VPN tutorials on my blog. Have a look at this full list.).)
Lab
My lab consists of two PA-200 firewalls with PAN-OS 7.1.1 installed. They were plugged into a simple layer 2 switch. The two notebooks were booted with Knoppix 7.6.1 and used Iperf version 2.0.5.I first tested the throughput with only routing and then built the VPN. After every test I changed the phase 2 parameters. The Iperf tests ran in both directions. Here are some configuration screenshots:
1
2
3
4
5
6
7
|
weberjoh@fd-wv-fw02> show vpn ipsec-sa tunnel VPN-Test
GwID/client IP TnID Peer-Address Tunnel(Gateway) Algorithm SPI(in) SPI(out) life(Sec/KB)
-------------- ---- ------------ --------------- --------- ------- -------- ------------
20 24 80.154.108.226 VPN-Test(VPN-Test) ESP/3DES/SHA1 9AA65C85 D49DF3F6 3481/0
Show IPSec SA: Total 8 tunnels found. 1 ipsec sa found.
|
Test Results
Here are the results, each Tx/Rx in Mbps:- Only routing: 937/934
- esp-3des-sha1-group2-1h: 198/228
- esp-aes128-sha1-group5-1h: 215/271
- esp-aes256-sha256-group14-1h: 205/254
- esp-aes256-sha512-group20-1h: 212/260
Comments
Post a Comment