openvswitch: 虛擬交換機
vlan—4096個–>更多公司部門 vxlan 4096* 4096
虛擬路由器
什麼是vlan?
virtual lan; lan即為廣播幀能夠到的節點範圍,也即能夠直接通訊的範圍;
vlan:
基於mac位址
基於交換機port實現
基於ip位址實現
基於使用者實現
vlan的匯聚方式:
ieee 802.1q
isl: inter switch link
# modinfo 8021q
filename: /lib/modules/3.10.0-693.el7.x86_64/kernel/net/8021q/8021q.ko.xz
version: 1.8
license: gpl
alias: rtnl-link-vlan
rhelversion: 7.4
srcversion: 560be7718270fe95ae220c6
depends: mrp,garp
intree: y
vermagic: 3.10.0-693.el7.x86_64 smp mod_unload modversions
signer: centos linux kernel signing key
sig_key: da:18:7d:ca:7d:be:53:ab:05:bd:13:bd:0c:4e:21:f4:22:b6:a4:9c
sig_hashalgo: sha256
# modprobe 8021q
# cat /proc/net/vlan/config
vlan dev name | vlan id
name-type: vlan_name_type_raw_plus_vid_no_pad
# yum -y install vconfig
# vconfig –help
expecting argc to be 3-5, inclusive. was: 2
usage: add [inte***ce-name] [vlan_id]
rem [vlan-name]
set_flag [inte***ce-name] [flag-num] [0 | 1]
set_egress_map [vlan-name] [skb_priority] [vlan_qos]
set_ingress_map [vlan-name] [skb_priority] [vlan_qos]
set_name_type [name-type]
虛擬化技術:
cpu, memory, i/o
虛擬交換機 》openvswitch
vos vsctl命令格式 usage ovs vsctl options command arg.常見的options有以下組成 db database 指定連線的資料庫,預設是unix var run openvswitch db.sock no wait 在使用時不等待ovs vswitchd...
虛擬化技術系列 openvswitch介紹
本想按部就班介紹虛擬化技術的,但最近的工作在分析open vswitch技術,想趁著記憶新鮮把對openvswitch的認知詳細總結下來 本文根據openvswitch官網openvswitch.org提供的文件,以及其他相關資料進行彙總。open vswitch整體概述 apache 2.0協議。...
openwrt編譯 openvswitch功能新增
這篇文章主要介紹openwrt的編譯燒錄工作,主要是想在openwrt上新增openvswitch的功能 使用的openwrt版本是attitude adjustment 12.09 廢話不多說,直接開始安裝流程。1 環境準備 對於trunk版本的openwrt,官方給定軟體套件裡已經包含了open...