当前位置:网站首页>VLAN is introduced with the experiment
VLAN is introduced with the experiment
2022-08-05 06:22:00 【sologuai】
目录
一、VLAN概述
1.vlan概念及作用
vlanIt's called a virtual local area network(VLAN Virtual LAN )虚拟局域网是一组逻辑上的设备和用户,这些设备和用户并不受物理位置的限制,They can be organized according to factors such as functional department application,communicate with each other as if they were on the same network segment.The role is to divide the broadcast domain,Controls the scope of broadcast messaging.
2.vlan的种类
静态VLAN:基于端口划分静态VLAN
动态VLAN:基于MAC地址划分动态VLAN
3.vlan的id范围

4.trunk的作用
①Trunkis a public link,在Trunkcan send allvlan的数据,to achieve allvlan可以通过 A link communicates across switches.
②Trunk根据不同的vlan号给vlanThe sent data adds an identifier,使同一vlanCan communicate across switches.
二、配置实验

过程:
步骤1:Set up four hostsand two servers的IP地址和子网掩码




步骤2:配置交换机sw1





步骤3:配置交换机sw2



步骤4:进行测试
pc1 ping server2

pc2 ping server2

Pc3 ping server1

Pc4 ping server1

server1 ping pc3

Server1 ping pc4

Server2 ping pc1

Server2 ping pc2

实验成功!
三、总结
创建vlan :默认只有 vlan 1
[系统视图] vlan 10 ###建立单个vlan
[系统视图] vlan batch 20 30 40 ###一次性建立多个vlan
[sw1]display vlan ###查看vlan 的一些基本信息
access 交换机 主机 路由器
trunk The switch core switch is connected
边栏推荐
猜你喜欢
随机推荐
What should I do if the SSL certificate prompts that it is expired or invalid?
Small example of regular expression--validate email address
static routing
[Paper Intensive Reading] The relationship between Precision-Recall and ROC curves
实力卷王LinkSLA,实现运维工程师快乐摸鱼
LinkSLA insists that users come first and creates a sustainable operation and maintenance service plan
Logical volume creation
微信小程序页面跳转传参
浏览器存储WebStorage
产品学习资料
input详解之文件上传
传输层协议
磁盘管理与文件系统
vim教程:vimtutor
Wireshark packet capture and common filtering methods
请问下通过flink sql读取hologres 的两张表的 binlog,然后如何进行join?
Transport layer protocol (TCP 3-way handshake)
618, you may be able to wake up a little bit
7步完成云上监控
Servlet跳转到JSP页面,转发和重定向









