zoukankan
html css js c++ java
SDN第三次上机作业
1.创建以下拓扑(采用miniedit创建)
路由器的相关配置
2.利用OVS命令下发流表,实现VLAN功能
S1下发流表
S2下发流表
实现了h1--h4互通,h2--h5互通,h3--h6互通,其余主机间无法通信
3.利用OVS命令查看流表
查看S1的流表
sudo ovs-ofctl -O OpenFlow13 dump-flows s1
查看S2的流表
sudo ovs-ofctl -O OpenFlow13 dump-flows s2
5.Wireshark抓包验证
查看全文
相关阅读:
POJ 1320 Street Numbers(佩尔方程)
hdu 3292 No more tricks, Mr Nanguo
佩尔方程
hdu 4825 xor sum(字典树+位运算)
Xor Sum 2(位运算)
数串
EJS
JQuery性能优化
常用正则
JavaScript prototype继承中的问题
原文地址:https://www.cnblogs.com/n9705/p/8040190.html
最新文章
Web跨域问题基础
web缓存
类数组对象arguments 和 数组对象
Http1.1和http2.0
express中的中间件理解
HTTP基础知识整理
78. Subsets
268. Missing Number
714. Best Time to Buy and Sell Stock with Transaction Fee
661. Image Smoother
热门文章
697. Degree of an Array
217. Contains Duplicate
167. Two Sum II
216. Combination Sum III
122. Best Time to Buy and Sell Stock II
769. Max Chunks To Make Sorted
划分树
Rain and Umbrellas(dp)
grvphviz && dot脚本语言
codeforces 527 C Glass Carving
Copyright © 2011-2022 走看看