forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OCP_Virtual_Summit_2020_SONiC_Demos.html
150 lines (128 loc) · 5.36 KB
/
OCP_Virtual_Summit_2020_SONiC_Demos.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
<!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 | Home</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">
</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 -->
<!-- Page breadcrumb -->
<section id="mu-page-breadcrumb">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-page-breadcrumb-area">
<h2>OCP Virtual Summit 2020 SONiC Demos</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End breadcrumb -->
<!-- Start contact -->
<section id="mu-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-area">
<!-- start title -->
<div class="mu-title">
<p> <a href="https://www.youtube.com/watch?v=X8nyfmroabg&feature=youtu.be" > Disaggregating Cisco 8000: SONiC on fixed and modular hardware</a></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>
</div>
<!-- end title -->
</div>
</div>
</div>
</div>
</section>
<!-- End contact -->
<!-- Start footer -->
<footer id="mu-footer">
<!-- start footer bottom -->
<div class="mu-footer-bottom">
<div class="container">
<div class="mu-footer-bottom-area">
</div>
</div>
</div>
<!-- end footer bottom -->
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript">
$("#mu-menu").load("menu.html");
</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>
<!-- Custom js -->
<script src="assets/js/custom.js"></script>
</body>
</html>