• Stars
    star
    550
  • Rank 80,325 (Top 2 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created almost 9 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FAUCET is an OpenFlow controller for multi table OpenFlow 1.3 switches, that implements layer 2 switching, VLANs, ACLs, and layer 3 IPv4 and IPv6 routing.

Faucet

https://github.com/faucetsdn/faucet/workflows/Unit%20tests/badge.svg?branch=master https://github.com/faucetsdn/faucet/workflows/Integration%20tests/badge.svg?branch=master

FAUCET is an OpenFlow controller for multi table OpenFlow 1.3 switches, that implements layer 2 switching, VLANs, ACLs, and layer 3 IPv4 and IPv6 routing, static and via BGP. It is based on Waikato University's Valve and the Ryu OpenFlow Controller. FAUCET's design and background is described in ACM Queue.

It supports:

  • OpenFlow v1.3 (multi table) switches (including optional table features), hardware and software
  • Multiple datapaths and distributed switching under a single controller
  • VLANs, mixed tagged/untagged ports
  • ACLs matching layer 2 and layer 3 fields
  • IPv4 and IPv6 routing, static and via BGP
  • Policy based forwarding to offload to external NFV applications (Eg 802.1x via hostapd, DHCP to isc DHCPD)
  • Port and flow statistics via InfluxDB/Grafana
  • Controller health and statistics via Prometheus
  • Unit and systems tests run under GitHub workflows based on mininet and OVS

Hardware and software switch support

Detailed guides for some switches are available on readthedocs.

Faucet's design principle is to be as hardware agnostic as possible and not require Table Type Patterns. This means that Faucet expects the hardware Open Flow Agent (OFA) to hide implementation details, including which tables are best for certain matches or whether there is special support for multicast - Faucet expects the OFA to leverage the right hardware transparently.

If you are a hardware vendor wanting to support FAUCET, you need to support all the matches in faucet/faucet_pipeline.py and pass all tests.

Installation

Please see the installation guide.

Configuration

Please see the configuration guide for documentation regarding the general configuration of faucet and the recipe book for configuration snippets for common use cases.

Development and testing

Please see the developer guide.

Getting Help

We use a mailing list on google groups for announcing new versions and communicating with users and developers:

We also have the #faucet IRC channel on libera.

A few tutorial videos are available on our YouTube channel.

The faucet dev blog and faucetsdn twitter are good places to keep up with the latest news about faucet.

If you find bugs, or if have feature requests, please create an issue on our bug tracker.

More Repositories

1

ryu

Ryu component-based software defined networking framework
Python
1,498
star
2

poseidon

Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device.
Python
416
star
3

NetworkML

Machine learning plugins for network traffic
Python
120
star
4

udmi

Universal Device Management Interface (UDMI) provides a high-level specification for the management and operation of physical IoT systems.
Java
46
star
5

daq

DEPRECATED -- DAQ (Device Automated Qualification) framework in no longer in use, supported, or maintained. It is here for archival purposes only.
Python
41
star
6

network-tools

Network Tools
C
32
star
7

faucet-gui

Faucet GUI (a.k.a virtnet-creator) is an easy to use interface for building faucet configuration files.
Python
22
star
8

chewie

A python 802.1x daemon
Python
16
star
9

gnmi

Faucet gNMI docker image
Shell
10
star
10

beka

A Python BGP Speaker
Python
10
star
11

udmi_site_model

8
star
12

faucetagent

gNMI agent for faucet configuration
Python
4
star
13

forch

Faucet Orchestrator
Python
3
star
14

python3-ryu

Python
3
star
15

faucetapps

Applications for Faucet SDN Controller
JavaScript
2
star
16

action-packagecloud-upload-debian-packages

Github action for uploading a debian package to packagecloud
Shell
1
star
17

faucet.nz

Faucet SDN Website
CSS
1
star
18

book.ryu-sdn.org

Python
1
star
19

faucet.org.nz

Faucet Foundation Website
CSS
1
star
20

docker-test-base

Faucet testsuite base docker image
Shell
1
star