vpn tu tlist

Description

Shows information about VPN tunnels.

Syntax for IPv4

vpn tu [-w] tlist

      {-h | -help}

      [clear]

      [start]

      [state]

      [stop]

      [<Sort Options>]

Syntax for IPv6

vpn6 tu [-w] tlist

      {-h | -help}

      [clear]

      [start]

      [state]

      [stop]

      [<Sort Options>]

Parameters

Parameter

Description

-w

Shows various warnings on the screen.

-h | -help

Shows the built-in usage.

clear

Clears the Tunnel List volume statistics.

start

Turns on the Tunnel List volume statistics.

state

Shows the current Tunnel List volume statistics state.

stop

Turns off the Tunnel List volume statistics.

<Sort Options>

The available sort options are:

  • -b - Sorts by total (encrypted + decrypted) bytes.

  • -d - Sorts by inbound (decrypted) bytes.

  • -e - Sorts by outbound (encrypted) bytes.

  • -i - Combines list rows for each CoreXL Firewall instance with accumulated traffic. Default order is descending by total bytes.

  • -m - Sorts by MSPI.

  • -n - Sorts by VPN peer name.

  • -p <IP Address> - Shows tunnels only for a VPN peer with the specified IP address.

  • -r - Sorts in reverse order.

  • -s - Sorts by SPI.

  • -t - Combines list rows for each VPN peer with accumulated traffic. Default order is descending by total bytes.

  • -v - Verbose mode, prints a header message for each option.

 

If you specify more than one sort option, you can:

  • Separate the options with spaces:

    ... -<option1> -<option2> -<option3>

    For example: -v -t -b -r

  • Write the options together:

    ... -<option1><option2><option3>

    For example: -vtbr

Example for IPv4

[Expert@MyGW:0]# vpn tu tlist
+-----------------------------------------+-----------------------+---------------------+
| Peer: 172.29.7.134 (b61cef72a222a909)   | MSA: ffffc20020e34530 | i: 2 ref: 11        |
| Methods: ESP Tunnel AES-128 SHA1        |                       | i: 5 ref: 2         |
| My TS: 0.0.0.0/0                        |                       |                     |
| Peer TS: 172.29.7.134                   |                       |                     |
| User: user3                             |                       |                     |
| MSPI: b7 (i: 5)                         | Out SPI: c95d172c     |                     |
+-----------------------------------------+-----------------------+---------------------+
[Expert@MyGW:0]#