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






边栏推荐
- Blender model import UE, collision settings
- 阿里云Prometheus监控服务
- Introduction and Principle notes of UE4 material
- 【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格
- C language: making barrels
- 【Lua】常见知识点汇总(包含常见面试考点)
- allure--常用配置项
- Vscode set JSON file to format automatically after saving
- [200 Shengxin literatures] 96 joint biomarkers of immune checkpoint inhibitor response in advanced solid tumors
- VLAN experiment
猜你喜欢

ICLR 2022: how does AI recognize "things I haven't seen"?

Tee command usage example

ESLint 报错

2021-10-04

Network real-time video streaming based on OpenCV

Matlab generates DSP program -- official routine learning (6)
![[ue5] blueprint making simple mine tutorial](/img/87/d0bec747a6b6276d63a315f88745ec.png)
[ue5] blueprint making simple mine tutorial

Blender stone carving

Alibaba cloud Prometheus monitoring service

Skywalking理论与实践
随机推荐
Feature (5): how to organize information
阿里云短信服务
【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格
高考那些事
What is the relationship between realizing page watermarking and mutationobserver?
VLAN experiment
[ue5] blueprint making simple mine tutorial
Junit4 runs MVN test test suite upgrade scheme
阿里云ack介绍
The primary market project galaxy will conduct public offering on coinlist on February 17
Illusion -- Animation blueprint, state machine production, character walking, running and jumping action
[Yu Yue education] University Physics (Electromagnetics) reference materials of Taizhou College of science and technology, Nanjing University of Technology
渗透测试的介绍和防范
ERROR 1118 (42000): Row size too large (> 8126)
MySQL -- time zone / connector / driver type
Blender海洋制作
Large neural networks may be beginning to realize: the chief scientist of openai leads to controversy, and everyone quarrels
ICLR 2022: how does AI recognize "things I haven't seen"?
webUI自动化学习
【MySQL】连接MySQL时出现异常:Connection must be valid and open