VLAN (Virtual Local Area Network) isolation method
A virtual network and virtual machine technology, applied in network interconnection, data exchange through path configuration, electrical components, etc., can solve problems such as poor versatility and uncontrollable network connection, achieve good protection and facilitate troubleshooting , highly controllable effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0038] As shown in the figure, the present invention installs a virtual switch module, i.e. open vSwitch software, on all host machines of the cloud platform, creates a tunnel bridge and an intranet bridge and connects them through interfaces, and the specific process is as follows:
[0039] / / Install open vSwitch
[0040] #rpm-ivh kmod-openvswitch-2.3.0-1.el6.x86_64.rpm
[0041] #rpm-ivh openvswitch-2.3.0-1.x86_64.rpm
[0042] / / Create tunnel bridge and intranet bridge and start
[0043] #ovs-vsctl add-br br-tun
[0044] #ovs-vsctl add-br br-int
[0045] #ifconfig br-tun up
[0046] #ifconfig br-int up
[0047] Add the peer device to connect the tunnel and the intranet bridge. The peer device here takes the patch device as an example:
[0048] #ovs-vsctl add-port br-int patch-tun
[0049] #ovs-vsctl set interface patch-tun type=patch
[0050] #ovs-vsctl set interface patch-tun options:peer=patch-int
[0051] #ovs-vsctl add-port br-tun patch-int
[0052] #ovs-vsctl s...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com