登录 注册
当前位置:主页 > 资源下载 > 21 > 交换机路由器在计算机网络课程设计中的应用

交换机路由器在计算机网络课程设计中的应用

  • 更新:2024-11-10 16:19:44
  • 大小:1002KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:网络基础 - 网络技术
  • 格式:RAR

资源介绍

二、实验要求: 1、 内网为一个企业的内部网络。其中,PC1是总经理机器,PC2是业务部机器, PC3为财务部机器,PC2和PC3分属两个VLAN,PC1可以同时访问财务部和业务部。 2、 二层交换机1和三层交换机1之间实现聚合;二层交换机2和三层交换机1之间实现RSTP。 3、 PC4为FTP服务器,只允许管理人员总经理访问,其他工作人员不允许访问。 4.该内网只有一个合法的上网地址,pc5为外网上的web服务器,作路由使得内外网之间可以通信,并且在Router1上作NAPT,使得只有pc1所在的网段和pc4可以登录外网,且pc4向外网提供ftp服务。 三、实验步骤 二层交换机1的配置: S2126G-1>enable 14 Password: S2126G-1#conf Enter configuration commands, one per line. End with CNTL/Z. S2126G-1(config)# S2126G-1(config)#hostname % Incomplete command. S2126G-1(config)#hostname wde 2008-06-26 17:09:29 @5-CONFIG:Configured from outband wde(config)#vlan 10 2008-06-26 17:09:34 @5-CONFIG:Configured from outband wde(config-vlan)#end 2008-06-26 17:09:38 @5-CONFIG:Configured from outband wde#conf Enter configuration commands, one per line. End with CNTL/Z. wde(config)#interface range fastethernet 0/3-6 2008-06-26 17:10:26 @5-CONFIG:Configured from outband wde(config-if-range)# wde(config-if-range)#switchport access vlan 20 2008-06-26 17:11:02 @5-CONFIG:Configured from outband %Warning : Access VLAN does not exist. Creating vlan 20 wde(config-if-range)#exit 2008-06-26 17:11:08 @5-CONFIG:Configured from outband wde(config)#interface aggregateport 1 2008-06-26 17:15:43 @5-CONFIG:Configured from outband wde(config-if)#switchport mode trunk 2008-06-26 17:16:04 @5-CONFIG:Configured from outband wde(config-if)#exit 2008-06-26 17:16:08 @5-CONFIG:Configured from outband wde(config)#interface range fastethernet 0/1-2 2008-06-26 17:16:48 @5-CONFIG:Configured from outband wde(config-if-range)#port-group 1 2008-06-26 17:17:12 @5-CONFIG:Configured from outband wde(config-if-range)#exit 2008-06-26 17:17:16 @5-CONFIG:Configured from outband wde(config)# Press RETURN to get started!