当前位置:网站首页>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 :






边栏推荐
- How to achieve the top progress bar effect in background management projects
- Feature (5): how to organize information
- Application of rxjs operator withlatestfrom in Spartacus UI of SAP e-commerce cloud
- Centos7 one click compilation and installation of PHP script
- Project practice, redis cluster technology learning (VIII)
- Bookmark collection management software suspension reading and data migration between knowledge base and browser bookmarks
- UE5——AI追逐(蓝图、行为树)
- 阿里云Prometheus监控服务
- 【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格
- Blender stone carving
猜你喜欢

VLAN experiment

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

【虚幻】按键开门蓝图笔记

Aiphacode is not a substitute for programmers, but a tool for developers

Skywalking theory and Practice

Summary of demand R & D process nodes and key outputs

Basic notes of illusory AI blueprint (10000 words)

Introduction and prevention of penetration test

AutoCAD - layer Linetype

Message mechanism -- getting to know messages and message queues for the first time
随机推荐
ESLint 报错
Ue5 - AI pursuit (blueprint, behavior tree)
【Unity3D】嵌套使用Layout Group制作拥有动态子物体高度的Scroll View
2021-10-02
高考那些事
Project practice, redis cluster technology learning (10)
ue虛幻引擎程序化植物生成器設置——如何快速生成大片森林
Blender stone carving
【Unity3D】无法正确获取RectTransform的属性值导致计算出错
Pycaret | a few lines of code to solve machine learning modeling
Unreal material editor foundation - how to connect a basic material
[ue5] animation redirection: how to import magic tower characters into the game
Project practice, redis cluster technology learning (VIII)
渗透测试的介绍和防范
Feature (5): how to organize information
What is call / cc- What is call/cc?
阿里云Prometheus监控服务
虚幻AI蓝图基础笔记(万字整理)
What is the relationship between realizing page watermarking and mutationobserver?
【UE5】蓝图制作简单地雷教程