Skip to content

Scripts to apply and reset a configuration in a Linux machine which create an SDN Overlay for network management purposes.

Notifications You must be signed in to change notification settings

albertvinyes/openvswitch_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OpenvSwitch scripts for SDN purposes

These scripts are used to configure a SDN Overlay without breaking connectivity. Therefore, you can run them savely while in a SSH session without worrying about losing connection.

The up.sh script creates an ovs bridge, adds the physical interface into it, configures the IPs and MAC addresses, subscribes the bridge to a SDN Controller, changes any possible problematic OpenFlow rules if any and updates the routing table.

The down.sh script removes the ovs bridge and resets the configuration.

Requirements

  • The host runs on Linux.
  • The host is connected to an Ethernet OpenVPN.
  • OpenvSwitch is installed.
  • The host is able to ping the SDN Controller machine.

About

Scripts to apply and reset a configuration in a Linux machine which create an SDN Overlay for network management purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages