FlowMon IPv6 Tunnel Monitoring Plugin

logo-ics.png

Introduction

This site is a homepage of the FlowMon IPv6 Tunnel Monitoring Plugin.

The plugin is tested with FlowMon 3.x.x and provides an IPv6 tunnel monitoring functionality.
The plugin requires FlowMon - IPFIX Export Plugin for export.

Author

Martin Elich - elich@mail.muni.cz

Downloads

Version 1.1.2, release date: May 18, 2013 flowmon-input-ip6tun-1.1.2.tar.gz

Papers about IPv6 Transition Mechanisms

Doxygen documentation

Doxygen generated code documentation is available here.

Documentation

Requirements

The plugin was tested on CentOS 5

Compilation requires FlowMon development headers to be installed.

Install

To compile and install the plugin, follow these steps:

$ tar xpzf flowmon-export-ip6tun-*.tar.gz
$ cd flowmon-export-ip6tun-*
$ make

Usage

The plugin must be loaded to flowmonexp using -X option. Running flowmonexp with -l option shows help for all available plugins. The ip6tun input plugin is called input-ip6tun.

$ flowmonexp -X /path/to/input-ip6tun.so -l
$ flowmonexp -X /path/to/input-ip6tun.so -I input-ip6tun:pcap_if=eth0 -X /path/to/flowmon-export-ipfix.so -E ipfixx:host=localhost

Using the above mentioned settings the exporter will read traffic from eth0 interface using PCAP library and send resulting flows to localhost on default port.

Notes

The plugin creates flows based of tunneled packets so the outer flow will be breaked in to several part depanding on these tunneled flows.

BSD License

Copyright (C) 2013 Masaryk University, Institute of Computer Science
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
3. Neither the name of the Masaryk University nor the names of its
   contributors may be used to endorse or promote products derived
   from this software without specific prior written permission.

This software is provided ``as is'', and any express or implied
warranties, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose are disclaimed.
In no event shall the company or contributors be liable for any
direct, indirect, incidental, special, exemplary, or consequential
damages (including, but not limited to, procurement of substitute
goods or services; loss of use, data, or profits; or business
interruption) however caused and on any theory of liability, whether
in contract, strict liability, or tort (including negligence or
otherwise) arising in any way out of the use of this software, even
if advised of the possibility of such damage.

© 2013 Masaryk University - Institute of Computer Science - visit http://www.muni.cz/ics/