What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Monitor Vyatta VPN tunnrl status

Votes:

0

Hello All

In my current infrastructure i have several Vyatta VPN servers. I can monitor the memory etc of these servers without a problem. But i am a bit stuck. How can i monitor the actual tunnel status and any changes (up/down) in these tunnels?

I am running the Vyattas on CentOS.

Thank you

ipsec tunnel vyatta

Created on Aug 24, 2015 8:58:59 AM



3 Replies

Votes:

0

Hm, there is no native sensor for it and I didn't find any MIBs for it :( Seems like you're bound to parse the output of

which should look something like this:

vyatta@vyatta:~$ show vpn ipsec sa

Peer ID / IP                            Local ID / IP  

------------                            -------------

198.x.x.101                          64.x.x.101 


    Tunnel  State  Bytes Out/In   Encrypt  Hash  NAT-T  A-Time  L-Time  Proto
    ------  -----  -------------  -------  ----  -----  ------  ------  -----
    1       up     0.0/0.0        aes256   sha1  no     906     1800    all

Bash or python should be able to parse this :)

Created on Aug 24, 2015 9:48:46 AM by  Stephan Linke [Paessler Support]



Votes:

0

Thank you Stephan

I already have a script similar running. Was hoping for something a little more elegant :D

what suprises me most is that there are no available MIB for this... but this is an issue for Brocade i imagine.

Please if possible can we add Vyatta IPSEC sensors to PRTG Wish list?

Created on Aug 24, 2015 10:08:38 AM



Votes:

0

Ah okay, nice! :) It's indeed Broadcast's fault :D
I'm afraid that there's too little demand for that..Sorry!

Created on Aug 24, 2015 11:17:08 AM by  Stephan Linke [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.