-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
308 lines (293 loc) · 19.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Faucet SDN Controller</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/prism/prism-command-line.css" data-noprefix>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<link id="theme-style" rel="stylesheet" href="assets/css/faucet.css">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/favicons/manifest.json">
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#58c3f1">
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#58c3f1">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<!-- ******HEADER****** -->
<header id="header" class="header">
<div class="container">
<h1 class="logo pull-left">
<a class="scrollto" href="#promo">
<span class="logo-title">Faucet</span>
</a>
</h1><!--//logo-->
<nav id="main-nav" class="main-nav navbar-right" role="navigation">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button><!--//nav-toggle-->
</div><!--//navbar-header-->
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="active nav-item sr-only"><a class="scrollto" href="#promo">Home</a></li>
<li class="nav-item"><a class="scrollto" href="#about">About</a></li>
<li class="nav-item"><a class="scrollto" href="#events">Events</a></li>
<li class="nav-item"><a class="scrollto" href="#deployment">Deployments</a></li>
<li class="nav-item last"><a class="scrollto" href="#contact">Support</a></li>
</ul><!--//nav-->
</div><!--//navabr-collapse-->
</nav><!--//main-nav-->
</div>
</header><!--//header-->
<!-- ******PROMO****** -->
<section id="promo" class="promo section offset-header">
<div class="container text-center">
<h2 class="title"><span class="highlight">Faucet</span></h2>
<p class="intro">Open source SDN Controller for production networks</p>
<div class="btns">
<a class="btn btn-cta-primary" href="https://docs.faucet.nz/en/latest/tutorials/first_time.html">Install Faucet</a>
</div>
<ul class="meta list-inline">
<li><a href="http://docs.faucet.nz">Documentation</a></li>
<li><a href="https://github.com/faucetsdn/faucet">GitHub</a></li>
<li><a href="https://www.vandervecken.com/faucet/">Blog</a></li>
<li><a href="https://www.youtube.com/c/FaucetSDN">YouTube</a></li>
</ul><!--//meta-->
</div><!--//container-->
<div class="social-media">
<div class="social-media-inner container text-center">
<ul class="list-inline">
<li class="twitter-follow"><a href="https://twitter.com/FaucetSdn" class="twitter-follow-button" data-show-count="false">Follow @FaucetSdn</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li><!--//twitter-follow-->
<li class="twitter-tweet">
<a href="https://twitter.com/share" class="twitter-share-button" data-via="FaucetSdn" data-hashtags="bootstrap">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li><!--//twitter-tweet-->
<li class="github-star">
<a class="github-button" href="https://github.com/faucetsdn/faucet"
data-icon="octicon-star" data-count-href="/faucetsdn/faucet/stargazers"
data-show-count="true" data-count-aria-label="# stargazers on GitHub"
aria-label="Star faucetsdn/faucet on GitHub">Star</a>
</li>
<li class="github-fork">
<a class="github-button" href="https://github.com/faucetsdn/faucet/fork"
data-icon="octicon-repo-forked" data-count-href="/faucetsdn/faucet/network"
data-show-count="true" data-count-aria-label="# forks on GitHub"
aria-label="Fork faucetsdn/faucet on GitHub">Fork</a>
</li>
</ul>
</div>
</div>
</section><!--//promo-->
<!-- ******ABOUT****** -->
<section id="about" class="about section">
<div class="container">
<h2 class="title text-center">What is Faucet?</h2>
<p class="intro text-center">Faucet is a compact open source OpenFlow controller, which enables network operators to run their networks the same way they do server clusters. Faucet moves network control functions (like routing protocols, neighbor discovery, and switching algorithms) to vendor independent server-based software, versus traditional router or switch embedded firmware, where those functions are easy to manage, test, and extend with modern systems management best practices and tools. Faucet controls OpenFlow 1.3 hardware which delivers high forwarding performance.<br><br>
You can read more about our approach to networking by reading our <a href="https://queue.acm.org/detail.cfm?id=3015763">ACM Queue article Faucet: Deploying SDN in the Enterprise</a>.</p>
<div class="row">
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-clock-o"></i>
</div>
<div class="content">
<h3 class="sub-title">Easy Installation & Upgrades</h3>
<p><b>Install in less than 30 seconds</b> with pip3, apt-get or docker. Once installed, simply edit the configuration file and start the controller to manage your switches.<br><br>
<b>Faster upgrades</b> than non-SDN (can upgrade controller in <1sec while network still runs and without rebooting the hardware)</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-tachometer"></i>
</div>
<div class="content">
<h3 class="sub-title">Network Operations</h3>
<p>Much easier to automate and integrate configuration (YAML). Time-series database integration for real time statistic dashboards with Grafana.<br><br>
<b>Push On Green</b>: Built-in integration test framework for Mininet & Hardware</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-shield"></i>
</div>
<div class="content">
<h3 class="sub-title">Control Plane Security</h3>
<p>Switch control channel can be on a dedicated port secured by <b>TLS</b>.<br><br>
Switch can be configured for <b>“fail-secure”</b> (default) - keep forwarding and using currently
programmed flows until they expire or <b>“fail-standalone”</b> - revert to being a non-programmable switch</p>
</div><!--//content-->
</div><!--//item-->
</div>
<div class="row">
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-server"></i>
</div>
<div class="content">
<h3 class="sub-title">Hardware Support</h3>
<p>Any <b>dataplane (Switch) supporting Openflow v1.3.x with multiple tables, group table and optional table features messages</b>. Vendor specific pipelines (e.g. Broadcom OFDPA) are not supported. Open vSwitch, Lagopous, HPE Aruba, Allied Telesis, Noviflow, Netronome, and Northbound Networks are some of the <a href="https://docs.faucet.nz/en/latest/vendors/index.html">switch vendors supported</a>.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-code"></i>
</div>
<div class="content">
<h3 class="sub-title">SDN Configurability</h3>
<p>Ability to configure secure learning modes (e.g. Unicast flooding), ACLs, Policy Based Forwarding (PBF) based on OpenFlow matches, Stacking of switches (Faucet distribted switching fabric) and so on. This configurability is the biggest difference between a traditional switch with a SDN enabled one.</p>
</div><!--//content-->
</div><!--//item-->
<div class="item col-md-4 col-sm-6 col-xs-12">
<div class="icon-holder">
<i class="fa fa-road"></i>
</div>
<div class="content">
<h3 class="sub-title">High Availability & Scalability</h3>
<p>High Availability (HA) via <a href="https://en.wikipedia.org/wiki/Idempotence#Computer_science_meaning">Idempotency</a> (without need for a stateful HA cluster).
Simply run redundant faucet controllers on different hardware with the same configuration filea and configure these controllers on our switches to enable HA.
No state sharing or Inter-Process Communication between redundant faucet controllers is required.<br />
</p>
</div><!--//content-->
</div><!--//item-->
</div><!--//row-->
</div><!--//container-->
</section><!--//about-->
<!-- ******FEATURES****** -->
<section id="features" class="features section">
<div class="container text-left">
<h2 class="title">Features</h2>
<ul class="feature-list list-unstyled">
<li><i class="fa fa-check"></i>VLANs</li>
<li><i class="fa fa-check"></i>IPv4 and IPv6 support</li>
<li><i class="fa fa-check"></i>Static and BGP routing</li>
<li><i class="fa fa-check"></i>Flexible port and VLAN based Access Control Lists</li>
<li><i class="fa fa-check"></i>Port mirroring</li>
<li><i class="fa fa-check"></i>Vendor neutral stacking of Openflow switches</li>
<li><i class="fa fa-check"></i>Policy based forwarding to offload processing to external systems (Eg 802.1x via hostapd)</li>
<li><i class="fa fa-check"></i>Dataplane for NFV - Offload functions such as DHCP, NTP, Firewall, and IDS</li>
<li><i class="fa fa-check"></i>Grafana based dashboards for monitoring</li>
<li><i class="fa fa-check"></i>Prometheus integration for monitoring and instrumentation of FAUCET</li>
<li><i class="fa fa-check"></i>Influxdb support for time-series OpenFlow port statistics</li>
<li><i class="fa fa-check"></i>Comprehensive test suite</li>
</ul>
</div><!--//container-->
</section><!--//features-->
<!-- ****** Events ****** -->
<section id="events" class="events section">
<div class="container">
<div class="events-inner">
<h2 class="title text-center">Events</h2>
<div class="info">
<p>
<a href="https://conference.faucet.nz/">Faucet Conference and Plugfest</a> — October 2019 — Mountain View, CA, USA
</p>
<p>
Faucet Plugfest (co-located with <a href="https://sc18.supercomputing.org/">SC18</a> Staging) — October 2018 — Dallas, Texas
</p>
<p>
<a href="https://workshop.faucet.nz/">Faucet Workshop Tokyo</a> — May 2018 — Tokyo, Japan
</p>
<p>
<a href="https://2017.conference.faucet.nz/">Faucet Conference and Plugfest</a> — October 2017 — Berkeley, CA, USA
</p>
<p>
<a href="https://www.es.net/news-and-publications/esnet-news/2017/berkeley-lab-google-host-multi-vendor-interoperability-demo-of-faucet-sdn-software/">Faucet Plugfest</a> — March 2017 — Berkeley, CA, USA
</p>
</div>
</div> <!-- container -->
</section> <!--Events -->
<!-- ****** Deployment Map ****** -->
<section id="deployment" class="deployment section">
<div class="container">
<div class="deployment-inner">
<h2 class="title text-center">Deployments</h2>
<div class="info">
<p>Faucet has been deployed in production around the world and we
take pride in every successful deployment. If you want to get
your deployment on the map please
<a href="https://twitter.com/faucetsdn" target="_blank">message us on twitter</a>.
</p>
<iframe width="100%" height="400" src="https://maphub.net/embed/38444?panel=1" frameborder="0"></iframe>
</div>
</div> <!-- container -->
</section> <!--deployment -->
<!-- ******CONTACT****** -->
<section id="contact" class="contact section has-pattern">
<div class="container">
<div class="contact-inner">
<h2 class="title text-center">Support</h2>
<p class="intro text-center">Please subscribe to the mailing list [
<a href="https://groups.google.com/g/faucetsdn">[email protected]</a> ]
to post your questions and feature requests. Use github
<a class="github-button" href="https://github.com/faucetsdn/faucet/issues"
data-show-count="true"
data-count-aria-label="# issues on GitHub" aria-label="Issue faucetsdn/faucet on GitHub">Issue
</a>
to post issues.
</p>
<div class="clearfix"></div>
<div class="info text-center">
<h4 class="sub-title">Get Connected</h4>
<ul class="social-icons list-inline">
<li><a href="https://twitter.com/faucetsdn" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="last"><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
</ul>
</div><!--//info-->
</div><!--//contact-inner-->
</div><!--//container-->
</section><!--//contact-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script
<script type="text/javascript" src="assets/plugins/prism/prism-command-line.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-87440155-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>