home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show vpn ipsec sa statistics

Display statistics information about active IPsec security associations.

show vpn ipsec sa statistics[ peer peer [ tunnel tunnel ] ]
peer
The peer to display information about.
tunnel
The tunnel to display information about. The number ranges from 0 through 4294967295.

Operational mode

Use this command to see statistics for active IPsec security associations.

The following example shows the output of the show vpn ipsec sa statistics command.

vyatta@WEST> show vpn ipsec sa statistics

Peer ID / IP                            Local ID / IP 
------------                            ------------- 
1.1.1.2                                 192.168.1.2   


  Tun# Dir Source Network               Destination Network          Bytes
  ---- --- --------------               -------------------          -----
  1    in  192.168.2.2/32               192.168.1.2/32               0.0   
  1    out 192.168.1.2/32               192.168.2.2/32               0.0  
  2    in  n/a                          n/a                          0.0  
  2    out n/a                          n/a                          0.0  


Peer ID / IP                            Local ID / IP               
------------                            ------------- 
192.168.2.2                             192.168.1.2                            

  Tun# Dir Source Network               Destination Network          Bytes
  ---- --- --------------               -------------------          -----
  1    in  n/a                          n/a                          0.0     
  1    out n/a                          n/a                          0.0   

vyatta@WEST>