S2700交换机VLAN配置
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
实验二、S2700交换机VLAN配置
知识准备
知识准备了解交换机的基本知识,了解交换机的基本原理,了解VLAN的原理。阅读《Quidway S2700-SI产品手册》。
实验目的
掌握低端系列交换机产品VLAN的配置和使用
实验内容
VLAN业务的配置
实验设备
S2700 两台
PC机四台
直连网线5条
串口线(调测线) 一条
实验拓扑
交换机A和交换机B通过端口1相连,交换机A的端口2与交换机B的端口2是VLAN10 的成员,交换机A的端口3与交换机B的端口3是VLAN20的成员。
配置步骤
交换机A的具体配置如下:
[s2700] interface Ethernet 0/0/2
[s2700-Ethernet0/0/2] port link-type access
[s2700-Ethernet0/0/2] interface Ethernet 0/0/3
[s2700-Ethernet0/0/3] port link-type access
[s2700-Ethernet0/0/3]quit
[S2700]vlan 10
[S2700-vlan10]port Ethernet 0/0/2
[S2700]vlan 20
[S2700-vlan20]port Ethernet 0/0/3
[S2700]interface Ethernet 0/0/1
[S2700-Ethernet0/0/1]port link-type trunk
[S2700-Ethernet0/0/1] port trunk allow-pass vlan 10 20
[S2700-Ethernet0/0/1]quit
交换机B的具体配置如下:
[s2700] interface Ethernet 0/0/2
[s2700-Ethernet0/0/2] port link-type access
[s2700-Ethernet0/0/2] interface Ethernet 0/0/3
[s2700-Ethernet0/0/3] port link-type access
[s2700-Ethernet0/0/3]quit
[S2700]vlan 10
[S2700-vlan10]port Ethernet 0/0/2
[S2700-vlan10]quit
[S2700]vlan 20
[S2700-vlan20]port Ethernet 0/0/3
[S2700-vlan20]qu
[S2700]interface Ethernet 0/0/1
[S2700-Ethernet0/0/1]port link-type trunk
[S2700-Ethernet0/0/1] port trunk allow-pass vlan 10 20
[S2700-Ethernet0/0/1]quit
验证方法
PC-1和PC-3能互通(IP地址为192.168.14.88即PC-3访问IP地址为192.168.14.86即PC-1)结果如下:
PC-2和PC-3不能互通(IP地址为192.168.14.87即PC-2访问IP地址为192.168.14.88即PC-3)结果如下:
实验结论
同一vlan下的设备可以互通,不同vlan下的设备不能互通;通过端口打TAG可以传递多个vlan信息。
实验总结