Skip to content

This repository contains an application for Ryu Controller in Software Defined Networking environment to use simple network management utility to implement learning switch modules into network nodes and also deploy firewall policies onto desired node.

License

phatakashutosh/nw-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple Network Utility

This repository contains an application for Ryu Controller in Software Defined Networking environment to use simple network management utility to implement learning switch modules into network nodes and also deploy firewall policies onto desired node. The application is built as a part of academic research project for Masters course at SRM Institute of Science and Technology, Chennai, India.

In this network management application, a network administrator can access information about network resources (i.e. networking nodes) and accordingly network can be setup with assigning role of learning switch or firewall to resources. The application uses RESTful API for reading resources and making live changes in network and security policies. At present, REST for application can be called locally in command line interface using cURL.

Components of applications

The application is divided into three major components

  1. Controller Base
  2. Firewall Module
  3. Switch Module

Controller Base

It deals with translating REST requests to appropriate actions to be taken by Ryu Controller on networking nodes. It distinguishes nodes as either learning switch or firewall and load corresponding modules onto nodes. Controller base works with List of Nodes and List of Firewalls which enable network administrator to make changes (e.g. re-assigning/reshuffling roles, updating flow table entries, etc) nodes in live network.

Firewall Module

In firewall module, functions required to implement security policies are defined. Upon receiving REST requests related to firewall, the controller base redirect to firewall module to take appropriate actions.

Switch Module

It is a basic MAC learning switch that frequently send packet_in messages to controller to get neccessary action for source-destination MACs.

Prerequisite

  1. Ryu Framework
  2. OpenFlow switch

For Ryu Installation click here. As given in Ryu installation guide SDN environment can be created using either Mininet Emulator or Open vSwitch application on linux OS. It is also possible to create SDN environment in GNS3 using multilayer switch appliances - Open vSwitch and/or Open vSwitch Management.

Useful links for reference

About

This repository contains an application for Ryu Controller in Software Defined Networking environment to use simple network management utility to implement learning switch modules into network nodes and also deploy firewall policies onto desired node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages