forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
486 lines (449 loc) · 22 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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SONiC</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo_on_tab.png" type="image/x-icon">
<!-- Font awesome -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Slick slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css">
<!-- Fancybox slider -->
<link rel="stylesheet" href="assets/css/jquery.fancybox.css" type="text/css" media="screen" />
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet">
<!-- Main style sheet -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--START SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#">
<i class="fa fa-angle-up"></i>
</a>
<!-- END SCROLL TOP BUTTON -->
<!-- Start menu -->
<section id="mu-menu">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<p>
<a class="navbar-brand" style="margin-top: -10px" href="index.html"><img src="assets/img/logo.png"></a>
<a class="navbar-brand" style="margin-top: -10px" href="index.html"><img src="assets/img/ocp_logo.png"></a>
</p>
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">SONiC <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Features-and-Roadmap">Features</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Architecture">Architecture</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Sonic-Roadmap-Planning">Roadmap</a></li>
<li><a style="color: black" href="Supported-Devices-and-Platforms.html">Supported Devices And Platforms</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/blob/master/sourcecode.md">Source Code And License</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Users <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki">Wiki</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Quick-Start">Getting Started </a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Configuration">Configuration</a></li>
<li><a style="color: black" href="https://github.com/Azure/sonic-utilities/blob/master/doc/Command-Reference.md">Command Reference</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/FAQ">FAQ</a></li>
<li><a style="color: black" href="newsletters.html">NewLetters</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Developers <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Developing-Guide">Developer Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Building-Guide">Building Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Testing-Guide">Testing Guide</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/technical_faq">Technical FAQ</a></li>
<li><a style="color: black" href="https://azure.github.io/SONiC/sonic_latest_images.html">SONiC Latest Images</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a style="color: black" href="contact.html">Join Community</a></li>
<li><a style="color: black" href="https://www.opencompute.org/wiki/Networking/SONiC">Community Meeting Videos</a></li>
<li><a style="color: black" href="MoM.html">Community Meeting Minutes</a></li>
<li><a style="color: black" href="workgroups.html">Workgroups</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/Becoming-a-contributor">How To Contribute</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/blob/master/governance.md">Governance</a></li>
<li><a style="color: black" href="https://github.com/Azure/sonic-security">Security Process</a></li>
<li><a style="color: black" href="https://github.com/Azure/SONiC/wiki/SONiC-Logo-and-Trademark-Guidance">License & Logo</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</section>
<!-- End menu -->
<!-- Start search box -->
<div id="mu-search">
<div class="mu-search-area">
<button class="mu-search-close"><span class="fa fa-close"></span></button>
<div class="container">
<div class="row">
<div class="col-md-12">
<form class="mu-search-form">
<input type="search" placeholder="Type Your Keyword(s) & Hit Enter">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End search box -->
<!-- Start Slider -->
<section id="mu-slider">
<!-- Start single slider item -->
<div class="mu-slider-single">
<div class="mu-slider-img">
<figure>
<img src="assets/img/slider/1.jpg" alt="img">
</figure>
</div>
<div class="mu-slider-content">
<h3 style="color: #FFFFFF; font-weight: bold ">SONiC</h3>
<h2 style="color: #FFFFFF; font-size: 125%">Software for Open Networking in the Cloud</h2>
<!-- <a target="_blank" href="https://github.com/Azure/SONiC/wiki" class="mu-read-more-btn">Read More</a> -->
<p style="display: -webkit-inline-box;">
<a class="mu-read-more-btn bbutton" target="_blank" href="https://github.com/Azure/SONiC/wiki">Wiki</a>
<a class="mu-read-more-btn bbutton" target="_blank" href="https://github.com/Azure/SONiC/blob/master/sourcecode.md">GitHub</a>
<a class="mu-read-more-btn bbutton" target="_blank" href="https://www.opencompute.org/">OCP</a>
</p>
</div>
</div>
<!-- Start single slider item -->
</section>
<!-- End Slider -->
<!-- Start features section -->
<section id="mu-features">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="mu-features-area">
<!-- Start Title -->
<div class="mu-title">
<h2 style="color: #01BAFD">What is SONiC ? </h2>
<p align="left" >SONiC is an open source network operating system based on Linux that runs on switches from multiple vendors and ASICs. SONiC offers a full-suite of network functionality, like BGP and RDMA, that has been production-hardened in the data centers of some of the largest cloud-service providers. It offers teams the flexibility to create the network solutions they need while leveraging the collective strength of a large ecosystem and community.</p>
<p> <br> </p>
</div>
<!-- End Title -->
</div>
</div>
</div>
</div>
</section>
<!-- End features section -->
<!-- Start service -->
<section id="mu-service">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="mu-service-area">
<!-- Start single service -->
<div class="mu-service-single" style="padding:5px">
<h4 style="font-weight:bold">Decouples Hardware & Software</h4>
<p style="font-size: 14px">SONiC is built on Switch Abstraction Interface that helps in accelerating hardware innovation</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="mu-service-area">
<!-- Start single service -->
<div class="mu-service-single">
<h4 style="font-weight:bold">Accelerates Software Evolution</h4>
<p style="font-size: 14px">First solution to break monolithic switch software into multiple containerized components that accelerates software evolution</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="mu-service-area">
<!-- Start single service -->
<div class="mu-service-single" style="padding:5px">
<h4 style="font-weight:bold">Rapidly Growing Ecosystem</h4>
<p style="font-size: 14px">SONiC has gained wide industry support over the last year that includes major network chip vendors</p>
</div>
<!-- Start single service -->
</div>
</div>
</div>
</div>
</section>
<!-- End service -->
<!-- Start about us -->
<section id="mu-about-us">
<div class="container">
<div class="col-md-12">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="mu-about-us-right">
<center><h3 style="color: #01BAFD; margin-top: 50px; font-weight: bold"> Upcoming OCP Events</h3> </center>
<figure>
<center><img style="width: 100%" height="280.35" src="assets/img/slider/2.jpg" alt="img"></center>
</figure>
</div>
<div style="margin-top: -280px" class="mu-slider-content">
<p><br></p>
<p style="color: #B4FCC0; font-weight: bold"> OCP Global Summit - Gone Virtual - 12-15 May 2020 <br>
             <a target="_blank" href="https://www.opencompute.org/summit/global-summit" class="mu-read-more-btn" >Join</a></p>
<p><br><br><br>
</p>
<p><br><br><br></p>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="mu-about-us-right">
<center><h3 style="color: #01BAFD; margin-top: 50px; font-weight: bold"> SONiC Video OCP Virtual Summit 2020</h3></center>
<center><iframe width="90%" height="280.35" src="https://www.youtube.com/embed/mrOh1xnVjoI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
</div>
</div>
</div>
</div>
</section>
<!-- End about us -->
<p> <br> <br>
</p>
<p>
</p>
<!-- Start More Videos -->
<section id="mu-about-us">
<div class="container">
<div class="col-md-12">
<div class="row">
<div class="col-lg-6 col-md-6">
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> OCP Virtual Summit 2020 SONiC Demos</h3>
<p>
<a href="https://www.youtube.com/watch?v=X8nyfmroabg&feature=youtu.be" >
Disaggregating Cisco 8000: SONiC on fixed and modular hardware
</p>
<p>
<a href="https://www.youtube.com/watch?v=mU33ehcIdX0&feature=youtu.be" >
Deep Dive: Enabling SONiC on the Cisco 8000 Platform
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=yWTqsekKyq8&feature=youtu.be" >
Running SONiC on the Cisco 8000
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=wK-N6tWTUJs&feature=youtu.be" >
Ixia UHD100T32 Emulates Rack of Servers to Validate SONiC 100GE Switch
</a>
</p>
<p>
<a href="https://ent.box.com/s/vrw36hh8usy4vqc70gmizjdevajwhd1e" >
Broadcom: Congestion Visibility
</a>
</p>
<p>
<a href="https://ent.box.com/s/f787fyse1kb5s7z9xa7w6dlizhezbgf5" >
Broadcom: High Scale NAT Demo
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=KZMyxmM8gCs" >
Insidepacket : Load balancer, disaggregated firewall
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=GMXuPKmfE60" >
Aviz Networks AVB Demo
</a>
</p>
<p>
<a href="https://www.youtube.com/watch?v=S0mzqHkYPCo" >
Aviz Networks CLI Demo
</a>
</p>
<p>
<a href="https://dell.app.box.com/s/hre0v7v82a65muvbntfpmwr809rst7o6" >
Dell sFlow on SONiC
</a>
</p>
<p> </p>
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold"> News Letters</h3>
<p>
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2020_06.html">
SONiC June 2020 News Letter
</p>
<p>
<a href="https://azure.github.io/SONiC/pdf/newsletters/SONiC_newsletter_2019_12.html">
SONiC December 2019 News Letter
</p>
<p>
<a href="newsletters.html" style="color: blue;">
More Newsletters
</a>
</p>
</div>
<div class="col-lg-6 col-md-6">
<div class="mu-about-us-right">
<h3 style="color: #01BAFD; margin-top: 1px; font-weight: bold">Presentations</h3>
<p> <a href="https://www.youtube.com/watch?v=b7vkNN7Fuyk">OCP 2020 Virtual Summit - Panel Discussion - Open Networking and SONiC</a></p>
<p> <a href="https://www.youtube.com/embed/7ZlbHIkgFRQ">SONiC Video From OCP Summit 2019</a></p>
<p> <a href="https://www.youtube.com/watch?v=YUr8EKFQZeY">OCP Amsterdam 2019 Regional Summit - Going SONiC Together</a></p>
<p> <a href="https://www.youtube.com/watch?v=TjD7PEB3jvg">OCP Amsterdam 2019 Regional Summit - SONiC – Reliability, Manageability and Extensibility</a></p>
<p> <a href="https://www.youtube.com/watch?v=Di6njI_gUKM">OCP Amsterdam 2019 Regional Summit - SONiC Ansible Test Automation</a></p>
<p> <a href="https://www.youtube.com/watch?v=655Mg1dHkwo">OCP Amsterdam 2019 Regional Summit - Enabling PIM card hot swapping in SONiC for Minipack </a></p>
<p> <a href="https://github.com/Azure/SONiC/wiki/Community-Meetings"> SONiC Community Meetings</a></p>
<p> <a href="previous_presentations.html" style="color: blue; font-size: 18px">More Presentations</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End More Videos -->
<!-- Start latest course section -->
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="mu-latest-courses-area">
<!-- Start Title -->
<div class="mu-title">
<h2 style="color: #01BAFD" >Our Partners </h2>
<!-- <p style="color: black; font-size: 18px" >Rapid innovation in silicon, CPU, power, port density, optics and speed while preserving in one unified software solution across multiple platforms!</p> -->
</div>
<!-- End Title -->
<img style="height: auto; width: 100%;" alt="img" src="assets/img/all_partners2_1920x1320.jpg">
</div>
</div>
</div>
</div>
<!-- End latest course section -->
<!-- Start footer -->
<footer id="mu-footer">
<!-- start footer top -->
<div class="mu-footer-top">
<div class="container">
<div class="mu-footer-top-area">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="mu-footer-widget">
<h4>Mailing List</h4>
<p>[email protected], click <a target="_blank" href="https://groups.google.com/forum/#!forum/sonicproject"><font color="#6F65F3" size="3">here</font></a> to join</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="mu-footer-widget">
<h4 style="margin-left: 40px" >Slack</h4>
<ul>
<li style="margin-top: -4px; margin-left: 40px"><a target="_blank" href="https://sonicswitch.slack.com/">Slack Discussion Group</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="mu-footer-widget">
<h4><span class="fa fa-twitter"></span></h4>
<ul>
<p>#SONiC_and_SAI</p>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end footer top -->
<!-- start footer bottom -->
<div class="mu-footer-bottom">
<div class="container">
<div class="mu-footer-bottom-area">
<p>© Template based on <a href="http://www.markups.io/" rel="nofollow">MarkUps.io</a></p>
</div>
</div>
</div>
<!-- end footer bottom -->
</footer>
<!-- jQuery library -->
<script src="assets/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/js/bootstrap.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/waypoints.js"></script>
<script type="text/javascript" src="assets/js/jquery.counterup.js"></script>
<!-- Mixit slider -->
<script type="text/javascript" src="assets/js/jquery.mixitup.js"></script>
<!-- Add fancyBox -->
<script type="text/javascript" src="assets/js/jquery.fancybox.pack.js"></script>
<script type = "application/javascript">
function loadJSON() {
var data_file = "https://api.github.com/repos/kannankvs/sonic-buildimage";
var http_request = new XMLHttpRequest();
try{
// Opera 8.0+, Firefox, Chrome, Safari
http_request = new XMLHttpRequest();
}catch (e) {
// Internet Explorer Browsers
try{
http_request = new ActiveXObject("Msxml2.XMLHTTP");
}catch (e) {
try{
http_request = new ActiveXObject("Microsoft.XMLHTTP");
}catch (e) {
// Something went wrong
alert("Your browser broke!");
return false;
}
}
}
http_request.onreadystatechange = function() {
if (http_request.readyState == 4 ) {
// Javascript function JSON.parse to parse JSON data
var jsonObj = JSON.parse(http_request.responseText);
// jsonObj variable now contains the data structure and can
// be accessed as jsonObj.name and jsonObj.country.
}
}
http_request.open("GET", data_file, true);
http_request.send();
}
</script>
<!-- Custom js -->
<script src="assets/js/custom.js"></script>
</body>
<!--
Copyright 2019 markups.io
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
</html>