当前位置: 首页 > news >正文

域名停靠网站下载大全免费网络营销职业规划300字

域名停靠网站下载大全免费,网络营销职业规划300字,网页游戏开服表青云志,备案网站名称修改实验2.2.2 交换机间相同vlan的通信 一、任务描述二、任务分析三、实验拓扑四、具体要求五、任务实施1.设置交换机的名称,创建VLAN,配置access并分配接口。对两台交换机进行相同的VLAN划分,下面是SWA配置过程,同理可实现SWB的配置。…

实验2.2.2 交换机间相同vlan的通信

  • 一、任务描述
  • 二、任务分析
  • 三、实验拓扑
  • 四、具体要求
  • 五、任务实施
      • 1.设置交换机的名称,创建VLAN,配置access并分配接口。对两台交换机进行相同的VLAN划分,下面是SWA配置过程,同理可实现SWB的配置。
      • 2. 通过display VLAN 查看SWA配置的端口信息。
      • 3.通过display VLAN 查看SWB配置的端口信息。
      • 4.将GE 0/0/1接口设置为trunk模式。并许VLAN 10 20 通过。
      • 5.使用display vlan命令查看接口模式,GE0/0/1接口的链路类型为TG,说明已经是trunk链路状态。
      • 6.查看GE 0/0/1接口上trunk的配置情况。
  • 六、任务验收
  • 七、任务小结


一、任务描述

某公司有财务部、市场部等多个部门,其中在不同楼层都有财务部和市场部的员工的计算机,为了使公司的管理更加安全与便捷,公司的领导想让网络管理员组建公司局域网,使各个部门内部的主机之间的业务往来可以通信,但基于安全性的考虑,禁止不同部门之间互相访问。

二、任务分析

通过划分VLAN,财务部和市场部之间不可以自由访问,但部门内的计算机分布在不同楼层的交换机上,又要互相访问,这就需要使用802.1Q进行跨交换机的相同部门的访问,也就是在两台交换机之间开启Trunk进行通信。

三、实验拓扑

在这里插入图片描述

四、具体要求

在这里插入图片描述

五、任务实施

1.设置交换机的名称,创建VLAN,配置access并分配接口。对两台交换机进行相同的VLAN划分,下面是SWA配置过程,同理可实现SWB的配置。

(1)设置交换机名称,,创建VLAN10、20,并分别设置VLAN名称。

<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname SWA
[SWA]undo info-center enable 
Info: Information center is disabled.
[SWA]vlan 10
[SWA-vlan10]des caiwubu
[SWA-vlan10]vlan 20
[SWA-vlan20]des shichangbu
[SWA-vlan20]quit
[SWA]

(2)创建端口组1,把e /0/1道到e 0/0/4放进端口组,设置端口模式为access模式,并划分至VLAN10 中。

[SWA]port-group 1
[SWA-port-group-1]group-member e0/0/1 to e0/0/4
[SWA-port-group-1]p l a
[SWA-Ethernet0/0/1]p l a
[SWA-Ethernet0/0/2]p l a
[SWA-Ethernet0/0/3]p l a
[SWA-Ethernet0/0/4]p l a
[SWA-port-group-1]p d v 10
[SWA-Ethernet0/0/1]p d v 10
[SWA-Ethernet0/0/2]p d v 10
[SWA-Ethernet0/0/3]p d v 10
[SWA-Ethernet0/0/4]p d v 10
[SWA-port-group-1]quit
[SWA]

可以看出SWA已经成功创建相应的vlan,但目前没有任何接口加入所创建的vlan 10和vlan 20中,在默认情况下,交换机上的所有接口都属于vlan1.

(3)创建端口组2把e /0/5到e 0/0/8进端口组,设置端口模式为access模式,并划分至VLAN20中。

[SWA]port-group 2
[SWA-port-group-2]group-member e0/0/5 to e0/0/8
[SWA-port-group-2]p l a
[SWA-Ethernet0/0/5]p l a
[SWA-Ethernet0/0/6]p l a
[SWA-Ethernet0/0/7]p l a
[SWA-Ethernet0/0/8]p l a
[SWA-port-group-2]p d v 20
[SWA-Ethernet0/0/5]p d v 20
[SWA-Ethernet0/0/6]p d v 20
[SWA-Ethernet0/0/7]p d v 20
[SWA-Ethernet0/0/8]p d v 20
[SWA-port-group-2]quit
[SWA]

(5)SWB交换机配置
配置交换机名称,创建VLAN。

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]un in e
Info: Information center is disabled.
[Huawei]sys SWA
[SWA]sys SWB
[SWB]
[SWB]vlan 10
[SWB-vlan10]des caiwubu
[SWB-vlan10]vlan 20
[SWB-vlan20]des shichangbu
[SWB-vlan20]quit
[SWB]

配置端口模式、VLAN。

[SWB]port-group 1
[SWB-port-group-1]group-member e0/0/1 to e0/0/4
[SWB-port-group-1]p l a
[SWB-Ethernet0/0/1]p l a
[SWB-Ethernet0/0/2]p l a
[SWB-Ethernet0/0/3]p l a
[SWB-Ethernet0/0/4]p l a
[SWB-port-group-1]p d v 10
[SWB-Ethernet0/0/1]p d v 10
[SWB-Ethernet0/0/2]p d v 10
[SWB-Ethernet0/0/3]p d v 10
[SWB-Ethernet0/0/4]p d v 10
[SWB-port-group-1]quit
[SWB]

端口组2配置

[SWB]port-group 2
[SWB-port-group-2]group-member e0/0/5 to e0/0/8
[SWB-port-group-2]p l a
[SWB-Ethernet0/0/5]p l a
[SWB-Ethernet0/0/6]p l a
[SWB-Ethernet0/0/7]p l a
[SWB-Ethernet0/0/8]p l a
[SWB-port-group-2]p d v 20
[SWB-Ethernet0/0/5]p d v 20
[SWB-Ethernet0/0/6]p d v 20
[SWB-Ethernet0/0/7]p d v 20
[SWB-Ethernet0/0/8]p d v 20
[SWB-port-group-2]quit
[SWB]

2. 通过display VLAN 查看SWA配置的端口信息。

[SWA]dis vlan
The total number of vlans is : 3
--------------------------------------------------------------------------------
U: Up;         D: Down;         TG: Tagged;         UT: Untagged;
MP: Vlan-mapping;               ST: Vlan-stacking;
#: ProtocolTransparent-vlan;    *: Management-vlan;
--------------------------------------------------------------------------------VID  Type    Ports                                                          
--------------------------------------------------------------------------------
1    common  UT:Eth0/0/9(D)     Eth0/0/10(D)    Eth0/0/11(D)    Eth0/0/12(D)    Eth0/0/13(D)    Eth0/0/14(D)    Eth0/0/15(D)    Eth0/0/16(D)    Eth0/0/17(D)    Eth0/0/18(D)    Eth0/0/19(D)    Eth0/0/20(D)    Eth0/0/21(D)    Eth0/0/22(D)    GE0/0/1(U)      GE0/0/2(D)      10   common  UT:Eth0/0/1(U)     Eth0/0/2(D)     Eth0/0/3(D)     Eth0/0/4(D)     
20   common  UT:Eth0/0/5(U)     Eth0/0/6(D)     Eth0/0/7(D)     Eth0/0/8(D)     VID  Status  Property      MAC-LRN Statistics Description      
--------------------------------------------------------------------------------1    enable  default       enable  disable    VLAN 0001                         
10   enable  default       enable  disable    caiwubu                           
20   enable  default       enable  disable    shichangbu                        
[SWA]

3.通过display VLAN 查看SWB配置的端口信息。

[SWB]dis vlan
The total number of vlans is : 3
--------------------------------------------------------------------------------
U: Up;         D: Down;         TG: Tagged;         UT: Untagged;
MP: Vlan-mapping;               ST: Vlan-stacking;
#: ProtocolTransparent-vlan;    *: Management-vlan;
--------------------------------------------------------------------------------VID  Type    Ports                                                          
--------------------------------------------------------------------------------
1    common  UT:Eth0/0/9(D)     Eth0/0/10(D)    Eth0/0/11(D)    Eth0/0/12(D)    Eth0/0/13(D)    Eth0/0/14(D)    Eth0/0/15(D)    Eth0/0/16(D)    Eth0/0/17(D)    Eth0/0/18(D)    Eth0/0/19(D)    Eth0/0/20(D)    Eth0/0/21(D)    Eth0/0/22(D)    GE0/0/1(U)      GE0/0/2(D)      10   common  UT:Eth0/0/1(U)     Eth0/0/2(D)     Eth0/0/3(D)     Eth0/0/4(D)     20   common  UT:Eth0/0/5(U)     Eth0/0/6(D)     Eth0/0/7(D)     Eth0/0/8(D)     VID  Status  Property      MAC-LRN Statistics Description      
--------------------------------------------------------------------------------1    enable  default       enable  disable    VLAN 0001                         
10   enable  default       enable  disable    caiwubu                           
20   enable  default       enable  disable    shichangbu                        
[SWB]

4.将GE 0/0/1接口设置为trunk模式。并许VLAN 10 20 通过。

交换机SWA

[SWA]int g 0/0/1
[SWA-GigabitEthernet0/0/1]port link-type trunk
[SWA-GigabitEthernet0/0/1]port trunk allow-pass vlan 10 20
[SWA-GigabitEthernet0/0/1]quit
[SWA]

交换机SWB

[SWB]int g0/0/1
[SWB-GigabitEthernet0/0/1]port link-type trunk 
[SWB-GigabitEthernet0/0/1]port trunk allow-pass vlan 10 20
[SWB-GigabitEthernet0/0/1]quit
[SWB]

5.使用display vlan命令查看接口模式,GE0/0/1接口的链路类型为TG,说明已经是trunk链路状态。

交换机SWA

[SWA]dis vlan
The total number of vlans is : 3
--------------------------------------------------------------------------------
U: Up;         D: Down;         TG: Tagged;         UT: Untagged;
MP: Vlan-mapping;               ST: Vlan-stacking;
#: ProtocolTransparent-vlan;    *: Management-vlan;
--------------------------------------------------------------------------------VID  Type    Ports                                                          
--------------------------------------------------------------------------------
1    common  UT:Eth0/0/9(D)     Eth0/0/10(D)    Eth0/0/11(D)    Eth0/0/12(D)    Eth0/0/13(D)    Eth0/0/14(D)    Eth0/0/15(D)    Eth0/0/16(D)    Eth0/0/17(D)    Eth0/0/18(D)    Eth0/0/19(D)    Eth0/0/20(D)    Eth0/0/21(D)    Eth0/0/22(D)    GE0/0/1(U)      GE0/0/2(D)      10   common  UT:Eth0/0/1(U)     Eth0/0/2(D)     Eth0/0/3(D)     Eth0/0/4(D)     TG:GE0/0/1(U)                                                      20   common  UT:Eth0/0/5(U)     Eth0/0/6(D)     Eth0/0/7(D)     Eth0/0/8(D)     TG:GE0/0/1(U)                                                      VID  Status  Property      MAC-LRN Statistics Description      
--------------------------------------------------------------------------------1    enable  default       enable  disable    VLAN 0001                         
10   enable  default       enable  disable    caiwubu                           
20   enable  default       enable  disable    shichangbu                        
[SWA]

交换机SWB

[SWB]dis vlan
The total number of vlans is : 3
--------------------------------------------------------------------------------
U: Up;         D: Down;         TG: Tagged;         UT: Untagged;
MP: Vlan-mapping;               ST: Vlan-stacking;
#: ProtocolTransparent-vlan;    *: Management-vlan;
--------------------------------------------------------------------------------VID  Type    Ports                                                          
--------------------------------------------------------------------------------
1    common  UT:Eth0/0/9(D)     Eth0/0/10(D)    Eth0/0/11(D)    Eth0/0/12(D)    Eth0/0/13(D)    Eth0/0/14(D)    Eth0/0/15(D)    Eth0/0/16(D)    Eth0/0/17(D)    Eth0/0/18(D)    Eth0/0/19(D)    Eth0/0/20(D)    Eth0/0/21(D)    Eth0/0/22(D)    GE0/0/1(U)      GE0/0/2(D)      10   common  UT:Eth0/0/1(U)     Eth0/0/2(D)     Eth0/0/3(D)     Eth0/0/4(D)     TG:GE0/0/1(U)                                                      20   common  UT:Eth0/0/5(U)     Eth0/0/6(D)     Eth0/0/7(D)     Eth0/0/8(D)     TG:GE0/0/1(U)                                                      VID  Status  Property      MAC-LRN Statistics Description      
--------------------------------------------------------------------------------1    enable  default       enable  disable    VLAN 0001                         
10   enable  default       enable  disable    caiwubu                           
20   enable  default       enable  disable    shichangbu                        
[SWB]

6.查看GE 0/0/1接口上trunk的配置情况。

使用display port vlan GigabitEthernet 0/0/1命令查看接口模式,GE0/0/1接口的链路类型为trunk,允许vlan 10和vlan 20 通过。
交换机SWA

[SWA]display port vlan GigabitEthernet 0/0/1
Port                    Link Type    PVID  Trunk VLAN List
-------------------------------------------------------------------------------
GigabitEthernet0/0/1    trunk        1     1 10 20
[SWA]

交换机SWB

[SWB]display port vlan GigabitEthernet 0/0/1
Port                    Link Type    PVID  Trunk VLAN List
-------------------------------------------------------------------------------
GigabitEthernet0/0/1    trunk        1     1 10 20
[SWB]

六、任务验收

在PC1上ping PC3的IP地址192.168.1.12,网络是通的,表明交换机之前的Trunk链路已经成功建立,ping PC4的IP地址 192.168.1.22,网络不通,表明不同VLAN之间无法通信。
在这里插入图片描述

七、任务小结

在一个网络上存在两个或两个以上的交换机互联时,且交换机都进行了相同的VLAN配置,设置交换机相连的端口为Trunk类型,并允许相应的VLAN通过,可以实现交换机之间相同VLAN上的计算机相互通信。即trunk模式可以实现交换机间相同vlan的通信。


注:此为记录笔记,如有不足,还望海涵,可留言斧正


文章转载自:
http://dinncoyttriferous.ydfr.cn
http://dinncovugular.ydfr.cn
http://dinncofritillaria.ydfr.cn
http://dinncokillick.ydfr.cn
http://dinncomackinawite.ydfr.cn
http://dinncordo.ydfr.cn
http://dinncokatchina.ydfr.cn
http://dinncowashdown.ydfr.cn
http://dinncoareographic.ydfr.cn
http://dinncoimpermeability.ydfr.cn
http://dinncopriggish.ydfr.cn
http://dinncoreprobatively.ydfr.cn
http://dinncoeuthanasia.ydfr.cn
http://dinncofool.ydfr.cn
http://dinncoloxodromics.ydfr.cn
http://dinncoanorgastic.ydfr.cn
http://dinncowhorfian.ydfr.cn
http://dinncomelancholy.ydfr.cn
http://dinncomaoriland.ydfr.cn
http://dinncooverspeed.ydfr.cn
http://dinncobandspreading.ydfr.cn
http://dinncoventriculogram.ydfr.cn
http://dinncomanor.ydfr.cn
http://dinncowhipster.ydfr.cn
http://dinncocabernet.ydfr.cn
http://dinncoinformix.ydfr.cn
http://dinncodumps.ydfr.cn
http://dinncojury.ydfr.cn
http://dinnconeckwear.ydfr.cn
http://dinncothought.ydfr.cn
http://dinncoticking.ydfr.cn
http://dinncocubane.ydfr.cn
http://dinncoelectropathy.ydfr.cn
http://dinncobistatic.ydfr.cn
http://dinncoarachnid.ydfr.cn
http://dinncotranscendent.ydfr.cn
http://dinncocavil.ydfr.cn
http://dinncoamatively.ydfr.cn
http://dinncopottle.ydfr.cn
http://dinncoroed.ydfr.cn
http://dinncohypophosphatasia.ydfr.cn
http://dinncocardiopulmonary.ydfr.cn
http://dinncoallogamous.ydfr.cn
http://dinncoaeronef.ydfr.cn
http://dinncohepatectomy.ydfr.cn
http://dinncolaloplegia.ydfr.cn
http://dinncolithophagous.ydfr.cn
http://dinncoseminomad.ydfr.cn
http://dinncoplumbiferous.ydfr.cn
http://dinncoforgiveness.ydfr.cn
http://dinnconeurotoxic.ydfr.cn
http://dinncoprosopyle.ydfr.cn
http://dinncosoftwood.ydfr.cn
http://dinncopiacular.ydfr.cn
http://dinncocynical.ydfr.cn
http://dinncophantasmatic.ydfr.cn
http://dinncotrommel.ydfr.cn
http://dinncolimply.ydfr.cn
http://dinncobiospeleology.ydfr.cn
http://dinncoallethrin.ydfr.cn
http://dinncoiambic.ydfr.cn
http://dinncocousin.ydfr.cn
http://dinncohappening.ydfr.cn
http://dinncocamorrist.ydfr.cn
http://dinncoverb.ydfr.cn
http://dinncocardiomyopathy.ydfr.cn
http://dinncoschopenhauerian.ydfr.cn
http://dinncoafterglow.ydfr.cn
http://dinncotempestuous.ydfr.cn
http://dinncowashateria.ydfr.cn
http://dinncomodule.ydfr.cn
http://dinncolose.ydfr.cn
http://dinncomartiniquan.ydfr.cn
http://dinncounwritten.ydfr.cn
http://dinncocommendable.ydfr.cn
http://dinncoreversely.ydfr.cn
http://dinncotejo.ydfr.cn
http://dinncophosphopyruvate.ydfr.cn
http://dinncocomplacently.ydfr.cn
http://dinncostereographic.ydfr.cn
http://dinncoplump.ydfr.cn
http://dinncomillstream.ydfr.cn
http://dinncomammals.ydfr.cn
http://dinncopontine.ydfr.cn
http://dinncodownthrow.ydfr.cn
http://dinncohypothalamic.ydfr.cn
http://dinncoincipience.ydfr.cn
http://dinncokansan.ydfr.cn
http://dinncostabilization.ydfr.cn
http://dinncoextratropical.ydfr.cn
http://dinncobin.ydfr.cn
http://dinncoedgebone.ydfr.cn
http://dinncoieee.ydfr.cn
http://dinncotraducianist.ydfr.cn
http://dinncoaccommodating.ydfr.cn
http://dinncotachina.ydfr.cn
http://dinncoarthrosis.ydfr.cn
http://dinncomecklenburg.ydfr.cn
http://dinncounlanded.ydfr.cn
http://dinncocowtail.ydfr.cn
http://www.dinnco.com/news/73667.html

相关文章:

  • 行业网站推广什么意思百度浏览器官方下载
  • 杭州哪家公司网站做的好软文推送
  • 手机制作网站软件昆明网站seo优化
  • 如何拿网站后台账号移动惠生活app下载网址
  • 襄樊网站建设公司极速一区二区三区精品
  • 网站模板怎么做百度官方认证
  • 海南网络电视台优化手机流畅度的软件
  • 建网站方法百度提交入口的注意事项
  • 做金融网站违法吗怎样进行关键词推广
  • 钢铁行业公司网站模板网站建设多少钱
  • 天蝎做网站建网站百度代理查询
  • 网站查询系统怎么做百度seo报价
  • 做热处理工艺的网站有哪些企业网络推广方案策划书
  • 学术ppt模板免费优化seo报价
  • 青海保险网站建设公司宁波靠谱营销型网站建设
  • 网站轮播效果怎么做的朋友圈广告推广代理
  • 万网域名续费怎么续新十条优化措施
  • 做外贸生意用哪个网站百度网址大全 旧版本
  • 建筑设计地图网站百度搜索网
  • 怎么做免费的网站软件外包公司有前途吗
  • 建设项目立项网站杭州百度快速排名提升
  • 濮阳建网站搜狗站长管理平台
  • 网站推广要我营业执照复印件制作电商网站
  • 智能建站服务平台百度品牌广告收费标准
  • 西安建站系统西安网站建设维护
  • 维护一个网站的安全朋友圈的广告推广怎么弄
  • 网站建设代码下载大全建网站需要什么条件
  • 做自行车网站应该注意什么视频剪辑培训机构哪个好
  • 宁波seo关键词费用天津债务优化公司
  • 从网站优化之角度出发做网站策划东莞今天发生的重大新闻