Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

9231058/NM-Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

NM-Homework

Spring 2017 - MSc - Amirkabir University of Technology

Introduction

Network Management Course projects include:

  1. Netflow
  2. NetXMS

Netflow

Netflow Exporter

  • Install OVS

    sudo apt install openvswitch-switch
  • Create OVS

    # creation
    sudo ovs-vsctl add-br br0
  • There are two steps involved in attaching a NetFlow monitor to a bridge:

    • defining the monitor
    • linking a bridge to monitor

    Because vSwitch is aggressive about cleaning unlinked database records, the definition of the NetFlow configuration should be done at the same time as its first attachment.

    ovs−vsctl −− set Bridge br0 netflow=@nf −− −−id=@nf create NetFlow targets=\"10.10.10.10\"

Netflow Collector

nProbe: An Extensible NetFlow v5/v9/IPFIX Probe for IPv4/v6. nProbe can act as a probe, proxy and collector and you can configure it to do so.

NetXMS

Let's use it's docker for having lots of fun.

Releases

No releases published

Packages

No packages published