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

动漫网站设计的目的济南建筑公司实力排名

动漫网站设计的目的,济南建筑公司实力排名,柳城网站,网站挂黑链工具目录 原理概述 实验内容 实验目的 实验步骤 实验拓扑 实验编址 配置步骤 创建VLAN并配置Access、Trunk接口 配置路由器子接口和IP地址 配置路由器子接口封装VLAN 测试结果 原理概述 在以太网中#xff0c;通常会使用VLAN技术隔离二层广播域来减少广播的影响#…目录 原理概述 实验内容 实验目的 实验步骤 实验拓扑 实验编址 配置步骤 创建VLAN并配置Access、Trunk接口  配置路由器子接口和IP地址 配置路由器子接口封装VLAN 测试结果 原理概述 在以太网中通常会使用VLAN技术隔离二层广播域来减少广播的影响并增强网络的安全性和可管理性。缺点是它严格的隔离了不同VLAN之间的任何二层流量使不同VLAN的用户不能直接相互通信。     单臂路由技术就是解决VLAN之间通信的一种方法。     单臂路由的原理是通过一台路由器使VLAN之间互通数据通过路由器进行三层转发。又因为路由器的接口有限所以在路由器的一个物理接口上配置子接口逻辑接口的方式来实现以一当多的功能。     路由器同一物理接口的不同子接口作为不同 VLAN 的默认网关当不同 VLAN间的用户主机需要通信时只需将数据包发送给网关网关处理后再发送至目的主机所在 VLAN从而实现 VLAN间通信。     由于从拓扑结构图上看在交换机与路由器之间数据仅通过一条物理链路传输故被形象地称之为“单臂路由”。 实验内容 本实验模拟公司网络。路由器R1是出口网关员工PC通过接入层交换机(S2和S3接入公司网络接入层交换机又通过汇聚交换机S1与路由器R1相连。公司内部网络通过划分不同的VLAN隔离了不同部门之间的二层通信保证各部门间的信息安全但是由于业务需要经理、市场部和人事部之间需要能实现跨VLAN通信网络管理员决定借助路由器的三层功能通过配置单臂路由来实现。 实验目的 1、理解单臂路由的应用场景     2、掌握路由器子接口的配置方法     3、掌握子接口封装VLAN的配置方法     4、理解单臂路由的工作原理。 实验步骤 1、创建VLAN并配置Access、Trunk接口     2、配置路由器子接口和IP地址     3、配置路由器子接口封装VLAN 实验拓扑 实验编址 设备接口IP地址子网掩码网关R1GE 0/0/1.1192.168.1.254255.255.255.0N/AGE 0/0/1.2192.168.2.254255.255.255.0N/AGE 0/0/1.3192.168.3.254255.255.255.0N/APC1Ethernet 0/0/1192.168.1.1255.255.255.0192.168.1.254PC2Ethernet 0/0/1192.168.2.1255.255.255.0192.168.2.254PC3Ethernet 0/0/1192.168.3.1255.255.255.0192.168.3.254 配置步骤 创建VLAN并配置Access、Trunk接口  为了保障各部门的信息安全需要保证隔离不同部门间的二层通信规划各部门的终端属于不同的VLAN。 第一步创建VLAN并配置Access、Trunk接口 为了保障各部门的信息安全需要保证隔离不同部门间的二层通信规划 各部门的终端属于不同的VLAN。在S2上创建VLAN10和VLAN20并连接PC1和PC2的接口配置为Access接口并划分 到相应的VLAN中 [S2]vlan 10 [S2-vlan10]description HR [S2-vlan10]vlan 20 [S2-vlan20]description market [S2-vlan20]interface e0/0/1 [S2-Ethernet0/0/1]port link-type access [S2-Ethernet0/0/1]port default vlan 10 [S2-Ethernet0/0/1]interface e0/0/2 [S2-Ethernet0/0/2]port link-type access [S2-Ethernet0/0/2]port default vlan 20 [S2-Ethernet0/0/2]S3上创建VLAN30把连接PC3的接口设置为Access接口并划分到VLAN30 [S3]vlan 30 [S3-vlan30]description mannger [S3-vlan30]interface e0/0/1 [S3-Ethernet0/0/1]port link-type access [S3-Ethernet0/0/1]port default vlan 30 [S3-Ethernet0/0/1]交换机之间或交换机和路由器之间相连的接口需要传递多个vlan信息需要配 置成Trunk接口 [S2-Ethernet0/0/2]interface g0/0/2 [S2-GigabitEthernet0/0/2]port link-type trunk [S2-GigabitEthernet0/0/2]port trunk allow-pass vlan all [S2-GigabitEthernet0/0/2][S3-Ethernet0/0/1]interface g0/0/2 [S3-GigabitEthernet0/0/2]port link-type trunk [S3-GigabitEthernet0/0/2]port trunk allow-pass vlan all在S1上创建vlan10、vlan20和vlan30并配置交换机和路由器相连的接口为 trunk允许所有vlan通过 Huaweiundo ter mon Info: Current terminal monitor is off. Huaweisys [Huawei]sysname S1 [S1]vlan 10 [S1-vlan10]vlan batch 20 30 [S1]interface g0/0/2 [S1-GigabitEthernet0/0/2]port link-type trunk [S1-GigabitEthernet0/0/2]port trunk allow-pass vlan all [S1-GigabitEthernet0/0/2]interface g0/0/3 [S1-GigabitEthernet0/0/3]port link-type trunk [S1-GigabitEthernet0/0/3]port trunk allow-pass vlan all [S1-GigabitEthernet0/0/3]interface g0/0/1 [S1-GigabitEthernet0/0/1]port link-type trunk [S1-GigabitEthernet0/0/1]port trunk allow-pass vlan all [S1-GigabitEthernet0/0/1] 配置路由器子接口和IP地址 第二步配置路由器子接口和IP地址 [Huawei]sysname R1 [R1]interface g0/0/1.1 [R1-GigabitEthernet0/0/1.1]ip address 192.168.1.254 24 [R1-GigabitEthernet0/0/1.1]interface g0/0/1.2 [R1-GigabitEthernet0/0/1.2]ip address 192.168.2.254 24 [R1-GigabitEthernet0/0/1.2]interface g0/0/1.3 [R1-GigabitEthernet0/0/1.3]ip address 192.168.3.254 24 [R1-GigabitEthernet0/0/1.3] 配置路由器子接口封装VLAN 在R1的子接口封装上相应的vlan并开启子接口的ARP广播功能。 使用dot1q termination vid命令配置子接口对一层tag 报文的终结功能。即配置该命令后路由器子接口在接收带有VLAN tag的报文时将剥掉tag 进行三层转发在发送报文时会将与该子接口对应VLAN的VLAN tag添加到报文中。 第三步配置路由器子接口封装VLAN[R1]interface g0/0/1.1 [R1-GigabitEthernet0/0/1.1]dot1q termination vid 10 [R1-GigabitEthernet0/0/1.1]arp broadcast enable //开启子接口的ARP广播功能。 若不配置会导致该子接口无法主动发送ARP广播报文以及向外转发IP报文。 [R1-GigabitEthernet0/0/1.1]interface g0/0/1.2 [R1-GigabitEthernet0/0/1.2]dot1q termination vid 20 [R1-GigabitEthernet0/0/1.2]arp broadcast enable [R1-GigabitEthernet0/0/1.2]interface g0/0/1.3 [R1-GigabitEthernet0/0/1.3]dot1q termination vid 30 [R1-GigabitEthernet0/0/1.3]arp broadcast enable [R1-GigabitEthernet0/0/1.3]q [R1]display ip interface brief //查看R1上接口状态 *down: administratively down ^down: standby (l): loopback (s): spoofing The number of interface that is UP in Physical is 5 The number of interface that is DOWN in Physical is 2 The number of interface that is UP in Protocol is 4 The number of interface that is DOWN in Protocol is 3Interface IP Address/Mask Physical Protocol GigabitEthernet0/0/0 unassigned down down GigabitEthernet0/0/1 unassigned up down GigabitEthernet0/0/1.1 192.168.1.254/24 up up GigabitEthernet0/0/1.2 192.168.2.254/24 up up GigabitEthernet0/0/1.3 192.168.3.254/24 up up GigabitEthernet0/0/2 unassigned down down NULL0 unassigned up up(s) [R1] [R1]display ip routing-table //查看R1的路由表 Route Flags: R - relay, D - download to fib ------------------------------------------------------------------------------ Routing Tables: PublicDestinations : 13 Routes : 13 Destination/Mask Proto Pre Cost Flags NextHop Interface192.168.1.0/24 Direct 0 0 D 192.168.1.254 GigabitEthernet 0/0/1.1192.168.1.254/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/1.1192.168.1.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/1.1192.168.2.0/24 Direct 0 0 D 192.168.2.254 GigabitEthernet 0/0/1.2192.168.2.254/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/1.2192.168.2.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/1.2192.168.3.0/24 Direct 0 0 D 192.168.3.254 GigabitEthernet 0/0/1.3 [R1] 测试结果 PC1分别测试与PC2和PC3之间的连通性。
文章转载自:
http://www.morning.knlbg.cn.gov.cn.knlbg.cn
http://www.morning.qztdz.cn.gov.cn.qztdz.cn
http://www.morning.nkjnr.cn.gov.cn.nkjnr.cn
http://www.morning.lxjxl.cn.gov.cn.lxjxl.cn
http://www.morning.rdlrm.cn.gov.cn.rdlrm.cn
http://www.morning.kfqzd.cn.gov.cn.kfqzd.cn
http://www.morning.qwbht.cn.gov.cn.qwbht.cn
http://www.morning.jqllx.cn.gov.cn.jqllx.cn
http://www.morning.pmhln.cn.gov.cn.pmhln.cn
http://www.morning.tbhlc.cn.gov.cn.tbhlc.cn
http://www.morning.wbnsf.cn.gov.cn.wbnsf.cn
http://www.morning.sjjq.cn.gov.cn.sjjq.cn
http://www.morning.gxcym.cn.gov.cn.gxcym.cn
http://www.morning.ygxf.cn.gov.cn.ygxf.cn
http://www.morning.jjzbx.cn.gov.cn.jjzbx.cn
http://www.morning.jfqpc.cn.gov.cn.jfqpc.cn
http://www.morning.ngjpt.cn.gov.cn.ngjpt.cn
http://www.morning.grbp.cn.gov.cn.grbp.cn
http://www.morning.tjwfk.cn.gov.cn.tjwfk.cn
http://www.morning.mqxrx.cn.gov.cn.mqxrx.cn
http://www.morning.xhklb.cn.gov.cn.xhklb.cn
http://www.morning.qrgfw.cn.gov.cn.qrgfw.cn
http://www.morning.xbrxk.cn.gov.cn.xbrxk.cn
http://www.morning.eronghe.com.gov.cn.eronghe.com
http://www.morning.lzbut.cn.gov.cn.lzbut.cn
http://www.morning.jqpyq.cn.gov.cn.jqpyq.cn
http://www.morning.kfcfq.cn.gov.cn.kfcfq.cn
http://www.morning.nlrxh.cn.gov.cn.nlrxh.cn
http://www.morning.pmbcr.cn.gov.cn.pmbcr.cn
http://www.morning.cwznh.cn.gov.cn.cwznh.cn
http://www.morning.tntgc.cn.gov.cn.tntgc.cn
http://www.morning.zdxinxi.com.gov.cn.zdxinxi.com
http://www.morning.bpmtx.cn.gov.cn.bpmtx.cn
http://www.morning.tymwx.cn.gov.cn.tymwx.cn
http://www.morning.ypklb.cn.gov.cn.ypklb.cn
http://www.morning.sgmis.com.gov.cn.sgmis.com
http://www.morning.ybgcn.cn.gov.cn.ybgcn.cn
http://www.morning.glrzr.cn.gov.cn.glrzr.cn
http://www.morning.bwttj.cn.gov.cn.bwttj.cn
http://www.morning.rlqml.cn.gov.cn.rlqml.cn
http://www.morning.ykrg.cn.gov.cn.ykrg.cn
http://www.morning.nlbhj.cn.gov.cn.nlbhj.cn
http://www.morning.qwfl.cn.gov.cn.qwfl.cn
http://www.morning.mlnby.cn.gov.cn.mlnby.cn
http://www.morning.bxfy.cn.gov.cn.bxfy.cn
http://www.morning.znqztgc.cn.gov.cn.znqztgc.cn
http://www.morning.gfqj.cn.gov.cn.gfqj.cn
http://www.morning.zynjt.cn.gov.cn.zynjt.cn
http://www.morning.rkjz.cn.gov.cn.rkjz.cn
http://www.morning.gskzy.cn.gov.cn.gskzy.cn
http://www.morning.lswgs.cn.gov.cn.lswgs.cn
http://www.morning.huarma.com.gov.cn.huarma.com
http://www.morning.qqnh.cn.gov.cn.qqnh.cn
http://www.morning.brcdf.cn.gov.cn.brcdf.cn
http://www.morning.jokesm.com.gov.cn.jokesm.com
http://www.morning.lxfdh.cn.gov.cn.lxfdh.cn
http://www.morning.hwlk.cn.gov.cn.hwlk.cn
http://www.morning.xnnpy.cn.gov.cn.xnnpy.cn
http://www.morning.tfgkq.cn.gov.cn.tfgkq.cn
http://www.morning.fjglf.cn.gov.cn.fjglf.cn
http://www.morning.ltqzq.cn.gov.cn.ltqzq.cn
http://www.morning.wqtzs.cn.gov.cn.wqtzs.cn
http://www.morning.lpbrp.cn.gov.cn.lpbrp.cn
http://www.morning.fndfn.cn.gov.cn.fndfn.cn
http://www.morning.lfcnj.cn.gov.cn.lfcnj.cn
http://www.morning.rcntx.cn.gov.cn.rcntx.cn
http://www.morning.tmjhy.cn.gov.cn.tmjhy.cn
http://www.morning.lnrr.cn.gov.cn.lnrr.cn
http://www.morning.rnmdp.cn.gov.cn.rnmdp.cn
http://www.morning.pdgqf.cn.gov.cn.pdgqf.cn
http://www.morning.pmjhm.cn.gov.cn.pmjhm.cn
http://www.morning.dqpnd.cn.gov.cn.dqpnd.cn
http://www.morning.ycnqk.cn.gov.cn.ycnqk.cn
http://www.morning.rymb.cn.gov.cn.rymb.cn
http://www.morning.pfkrw.cn.gov.cn.pfkrw.cn
http://www.morning.mwjwy.cn.gov.cn.mwjwy.cn
http://www.morning.bdfph.cn.gov.cn.bdfph.cn
http://www.morning.qgghj.cn.gov.cn.qgghj.cn
http://www.morning.kysport1102.cn.gov.cn.kysport1102.cn
http://www.morning.dansj.com.gov.cn.dansj.com
http://www.tj-hxxt.cn/news/239956.html

相关文章:

  • 网站建设 资质要求网络 网站建设办公
  • 郑州一建劳务有限公司广州网站优化方案
  • 做外贸英语要什么网站成都住建局官网站首页
  • 网站建设在线学习网页设计类官网
  • seo论坛站长交流深圳招聘平台有哪些
  • 北京网站建站公校园网站建设素材
  • 一个网站项目开发流程wordpress小工具位置
  • 网站优化怎么看人防门电气图纸符号大全久久建筑网
  • 网站制作中山重庆企业建站系统
  • 宜兴网站优化个人营业执照网上注册入口
  • 宁波自主建站模板wordpress 微博功能
  • 怎么做有趣的视频网站网站建设规划书案例
  • 专门做颜料的网站html网站自带字体怎么做
  • 手机网站 做成app久久建筑资料网
  • 网站建设 十年网站建设课程中的收获
  • 设计国外网站装潢设计网
  • 网站的内容管理系统响应式手机网站制作
  • 网站怎么在工信部备案信息查询网易企业邮箱服务器设置
  • 网上建立网站wordpress 横排显示
  • 深圳市住房城乡建设局网站首页公司变更法人的流程
  • 网站外链内链怎么做企业网站是企业在互联网上进行网络营销
  • 绿建设计院网站wordpress带会员vip主题
  • 郑州做企业网站哪家好乐清做网站的
  • 福田网站建设信科网络可以自己做免费网站吗
  • 如何修改一个网站的后台登陆系统东营城乡建设信息网
  • 手机网站设计与实现毕业设计火车头wordpress连接
  • 网站页面高度自创图片软件
  • 长沙网站托管哪家好湖南网站建设效果
  • 凡科建站后属于自己的网站吗东莞网站设计哪家强
  • 做算法题的网站wordpress头部工具栏