当前位置:网站首页>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 access
3、 Divide the interface into vlan in ( Enter this interface before setting )
# Divide the interface into vlan 10 in
port default vlan 10
4、 Set the interface connecting another switch to trunk Interface ( Enter this interface before setting )
port link-type trunk
5、 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 20
2、 Set the interface connecting the switch to trunk Interface
# The link type of this port is relay
port link-type trunk
3、 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 all
4、 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 10
5、 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 :
边栏推荐
- Flet tutorial 07 basic introduction to popupmenubutton (tutorial includes source code)
- 企业数字化转型最佳实践案例:基于云的数字化平台系统安全措施简介与参考
- VIM asynchronous problem
- torch.tensor和torch.Tensor的区别
- Google colab踩坑
- Hwinfo hardware detection tool v7.26 green version
- Leetcode+ 81 - 85 monotone stack topic
- Automatic insertion of captions in word
- HWiNFO硬件检测工具v7.26绿色版
- Play the music of youth
猜你喜欢
NetWare r7000 Merlin system virtual memory creation failed, prompting that the USB disk reading and writing speed does not meet the requirements. Solution, is it necessary to create virtual memory??
搭建一个仪式感点满的网站,并内网穿透发布到公网 1/2
面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧
《动手学深度学习》(三) -- 卷积神经网络 CNN
How does wincc7.5 SP1 find variables and their positions through cross indexing?
js 3D爆炸碎片图片切换js特效
华为ensp模拟器 给路由器配置DHCP
TweenMax表情按钮js特效
Flet tutorial 04 basic introduction to filledtonalbutton (tutorial includes source code)
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
随机推荐
实战模拟│JWT 登录认证
Sword finger offer II 80-100 (continuous update)
【optimtool.unconstrain】无约束优化工具箱
Advantages of semantic tags and block level inline elements
搭建一个仪式感点满的网站,并内网穿透发布到公网 1/2
Jmeter 之压测入门
接口設計時的一些建議
[micro service SCG] use of predict
Actual combat simulation │ JWT login authentication
JS closure
冰河的海报封面
TweenMax表情按钮js特效
Test case (TC)
【1200. 最小絕對差】
Day24:文件系统
VIM asynchronous problem
【Try to Hack】宽字节注入
测试员的算法面试题-找众数
JS卡牌样式倒计时天数
杰理之增加进关机前把触摸模块关闭流程【篇】