当前位置:网站首页>Huawei ENSP simulator layer 3 switch
Huawei ENSP simulator layer 3 switch
2022-07-04 21:13:00 【Python Pegasus】
Catalog
Implementation steps of layer 3 switch :
One 、 Connect with a switch pc machine , Divide them into different vlan, Achieve isolation .
3、 Divide the interface into vlan in ( Enter this interface before setting )
5、 to trunk Open access requires peers vlan( Enter this interface before setting )
2、 Set the interface connecting the switch to trunk Interface
3、 to trunk Open access requires peers vlan
4、 Enter the created vlan( What to use vlan They all need to be configured )
principle :
First use vlan Isolate users , Then use a three-layer switch , Connect isolated users .
Isolation : What is isolated is the fault
connected : What is connected is normal communication
Use three-layer switch to realize .

use LSW2 The switch will be two pc Machine separation , Divided into different vlan in . Reuse LSW1 The switch will be two pc Machine connection .
These two pc The machine cannot pass directly LSW2 Switch communication ( Isolate the spread of the virus ), It needs to pass LSW1 This switch realizes communication ( Achieve communication ).
Implementation steps of layer 3 switch :
One 、 Connect with a switch pc machine , Divide them into different vlan, Achieve isolation .
1、 Create the required vlan
# establish vlan 10 and vlan 20
vlan 10
vlan 20
# Batch creation vlan
vlan batch Enter after enter vlan name , Every vlan Names are separated by spaces 2、 Will connect pc The interface of the machine is set to access Interface ( Enter this interface before setting int command )
# The link type of this port is access
port link-type access3、 Divide the interface into vlan in ( Enter this interface before setting )
# Divide the interface into vlan 10 in
port default vlan 104、 Set the interface connecting another switch to trunk Interface ( Enter this interface before setting )
port link-type trunk5、 to trunk Open access requires peers vlan( Enter this interface before setting )
# The trunk The interface is open to all vlan
port trunk allow-pass vlan all
# But one by one vlan Interface , example :
# to trunk The interface is open vlan 10 and vlan 20 Data packets of
port trunk allow-pass vlan 10
port trunk allow-pass vlan 20 Implementation steps :
Two 、 Another switch , When these machines pc Gateway of computer , For each vlan To configure IP Address
1、 Create the required vlan
# establish vlan10 and vlan 20
vlan 10
vlan 202、 Set the interface connecting the switch to trunk Interface
# The link type of this port is relay
port link-type trunk3、 to trunk Open access requires peers vlan
# to trunk Interface release vlan 10 and vlan 20
port trunk allow-pass vlan 10
port trunk allow-pass vlan 20
# to trunk Interface release all vlan
port trunk allow-pass vlan all4、 Enter the created vlan( What to use vlan They all need to be configured )
# Get into vlan 10 port
interface Vlanif 10
# Abbreviation
int vlan 105、 to vlan To configure IP Address and subnet mask ( What to use vlan They all need to be configured )( Need to enter into vlan Set in the )
Be careful : This switch is a layer 3 switch , His vlanIP The addresses are those pc Gateway of computer .
# to vlan To configure 1.1.1.254 The network segment IP Address
ip address 1.1.1.254 255.255.255.0
# Abbreviation :
ip add 1.1.1.254 24 Implementation steps :


边栏推荐
- Idea plug-in
- B站视频 声音很小——解决办法
- Introduction to pressure measurement of JMeter
- Summary of the mistakes in the use of qpainter in QT gobang man-machine game
- LeetCode+ 81 - 85 单调栈专题
- What are the functional modules of RFID warehouse management system solution
- 软件开发过中的采购
- Poster cover of glacier
- hash 表的概念及应用
- [observation] Lenovo: 3x (1+n) smart office solution, releasing the "multiplier effect" of office productivity
猜你喜欢

Flet tutorial 06 basic introduction to textbutton (tutorial includes source code)

Fleet tutorial 08 introduction to AppBar toolbar Basics (tutorial includes source code)

面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧
![[1200. Différence absolue minimale]](/img/fa/4ffbedd8f24c75a20d3eaeaf0430ae.png)
[1200. Différence absolue minimale]

Summary of the mistakes in the use of qpainter in QT gobang man-machine game

RFID仓储管理系统解决方案的优点

RFID仓库管理系统解决方案有哪些功能模块

《动手学深度学习》(三) -- 卷积神经网络 CNN

PS vertical English and digital text how to change direction (vertical display)

LeetCode+ 81 - 85 单调栈专题
随机推荐
Google colab踩坑
js 3D爆炸碎片图片切换js特效
Idea case shortcut
仿ps样式js网页涂鸦板插件
Jmeter 之压测入门
Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
PS vertical English and digital text how to change direction (vertical display)
阿里测试师用UI自动化测试实现元素定位
render函数与虚拟dom
杰理之AD 系列 MIDI 功能说明【篇】
黄金k线图中的三角形有几种?
Flet tutorial 04 basic introduction to filledtonalbutton (tutorial includes source code)
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
字节测试工程师十年经验直击UI 自动化测试痛点
Automatic insertion of captions in word
Hwinfo hardware detection tool v7.26 green version
华为ensp模拟器 配置ACL访问控制列表
[solution] paddlepaddle 2 X call static graph mode
实战模拟│JWT 登录认证
TweenMax表情按钮js特效