Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
hypervisor:ovs1404 [2015/09/17 10:48]
giancarlo
hypervisor:ovs1404 [2015/09/17 11:06]
giancarlo
Line 44: Line 44:
   * Define OVS networks for KVM   * Define OVS networks for KVM
 I.e. em2 network has untagged and tagged VLANs and we need one network for untagged VLAN and one network for tag 33 VLAN\\ I.e. em2 network has untagged and tagged VLANs and we need one network for untagged VLAN and one network for tag 33 VLAN\\
 +<WRAP prewrap center> 
 +<code> 
 +# nano -w ovs-network-V0.xml 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap center> 
 +<code xml> 
 +<network> 
 +  <name>ovs-network-V0</name> 
 +  <forward mode='bridge'/> 
 +  <bridge name='br0'/> 
 +  <virtualport type='openvswitch'/> 
 +</network> 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap center> 
 +<code> 
 +# nano -w ovs-network-V33.xml 
 +</code> 
 +</WRAP> 
 +<WRAP prewrap center> 
 +<code xml> 
 +<network> 
 +  <name>ovs-network-V33</name> 
 +  <forward mode='bridge'/> 
 +  <bridge name='br0'/> 
 +  <virtualport type='openvswitch'/> 
 +  <vlan> 
 +      <tag id='33'/> 
 +  </vlan> 
 +</network> 
 +</code> 
 +</WRAP>
  
 
 
hypervisor/ovs1404.txt · Last modified: 2015/09/17 11:48 by giancarlo

Developers: CNR IRCrES IT Office and Library
Giancarlo Birello (giancarlo.birello _@_ ircres.cnr.it) and Anna Perin (anna.perin _@_ ircres.cnr.it)
DigiBess is licensed under: Creative Commons License
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki