当前位置:网站首页>VLAN experiment
VLAN experiment
2022-07-02 10:20:00 【m0_ sixty-four million two hundred and sixty-five thousand thre】
The experimental requirements :

The topology :
Experimental thinking :
1、pc1、pc3 Modify the interface type to access, Divided into vlan2
2、pc2 The interface type is hybird,pvid3, allow 345 Without a label
lsw1g/0/0/4 thunk
lsw2 g/0/0/1 thunk
pc4 The interface type is hybird,pvid4, allow 34 Without a label
lsw2 g/0/0/4 thunk
lsw3 g/0/0/1thunk
pc5 Interface type hybird pvid 4 allow 34 Without a label
pc6 Interface type hyird pvid 5 allow 35 No label
lsw1g/0/0/1 allow 3 To 5 Without a label ,vlan2 With label
3、 Enter the router sub interface management vlan2, Turn on DHCP, Uniformly assigned address without label transmission .
lsw1
vlan batch 2 to 5
interface GigabitEthernet0/0/2
port link-type access
port default vlan 2
interface GigabitEthernet0/0/3
port hybrid pvid vlan 3
port hybrid untagged vlan 3 to 5
interface GigabitEthernet0/0/1
port hybrid tagged vlan 2
port hybrid untagged vlan 3 to 5
interface GigabitEthernet0/0/4
port link-type trunk
port trunk allow-pass vlan 2 to 5
lsw2
vlan batch 2 to 5
interface GigabitEthernet0/0/1
port hybrid tagged vlan 2 to 5
#
interface GigabitEthernet0/0/2
port link-type access
port default vlan 2
#
interface GigabitEthernet0/0/3
port hybrid pvid vlan 4
port hybrid untagged vlan 3 to 4
#
interface GigabitEthernet0/0/4
port hybrid tagged vlan 2 to 5
lsw3
vlan batch 2 to 5
interface GigabitEthernet0/0/1
port hybrid tagged vlan 2 to 5
#
interface GigabitEthernet0/0/2
port hybrid pvid vlan 4
port hybrid untagged vlan 3 to 4
#
interface GigabitEthernet0/0/3
port hybrid pvid vlan 5
port hybrid untagged vlan 3 5
r1
ip pool v2
gateway-list 192.168.1.1
network 192.168.1.0 mask 255.255.255.0
dns-list 114.114.114.114
#
ip pool v1
gateway-list 192.168.2.1
network 192.168.2.0 mask 255.255.255.0
dns-list 114.114.114.114
interface GigabitEthernet0/0/0
ip address 192.168.2.1 255.255.255.0
dhcp select global
#
interface GigabitEthernet0/0/0.1
dot1q termination vid 2
ip address 192.168.1.1 255.255.255.0
arp broadcast enable
dhcp select global
experimental result :






边栏推荐
- 2837xd code generation module learning (2) -- ADC, epwm module, timer0
- Junit4运行mvn test 测试套件升级方案
- What is the relationship between realizing page watermarking and mutationobserver?
- 2837xd代码生成模块学习(2)——ADC、ePWM模块、Timer0
- 【Unity3D】嵌套使用Layout Group制作拥有动态子物体高度的Scroll View
- Eslint reports an error
- 渗透测试的介绍和防范
- 高考那些事
- [ue5] animation redirection: how to import magic tower characters into the game
- Matlab生成dsp程序——官方例程学习(6)
猜你喜欢
Brief analysis of edgedb architecture

虚幻材质编辑器基础——如何连接一个最基本的材质

How to judge the quality of primary market projects when the market is depressed?

Blender石头雕刻

Attack and defense world web advanced area unserialize3

Junit4运行mvn test 测试套件升级方案

Junit5 supports suite methods

Applet development summary

虛幻AI藍圖基礎筆記(萬字整理)

Mysql索引
随机推荐
[unreal] animation notes of the scene
Metaclass type and using metaclass to implement model class ORM
What is the relationship between realizing page watermarking and mutationobserver?
ICLR 2022: how does AI recognize "things I haven't seen"?
Minimum number of C language
滲透測試的介紹和防範
pytest--之测试报告allure配置
Project practice, redis cluster technology learning (6)
VLAN experiment
What wires are suitable for wiring on bread board?
Project practice, redis cluster technology learning (16)
【MySQL】连接MySQL时出现异常:Connection must be valid and open
Postman--使用
Introduction and Principle notes of UE4 material
[unreal] key to open the door blueprint notes
Blender海洋制作
2837xd code generation module learning (2) -- ADC, epwm module, timer0
A model can do two things: image annotation and image reading Q & A. VQA accuracy is close to human level | demo can be played
高考那些事
2021-10-02