路由交换课程设计实现方案(中小企业网).doc_第1页
路由交换课程设计实现方案(中小企业网).doc_第2页
路由交换课程设计实现方案(中小企业网).doc_第3页
路由交换课程设计实现方案(中小企业网).doc_第4页
路由交换课程设计实现方案(中小企业网).doc_第5页
已阅读5页,还剩3页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

郑州华信学院课程设计说明书题目: 中小企业网络的组建 姓 名: 丁达双 院 (系): 信息工程系 专业班级: 08计算机科学与技术 学 号: 0801110116 指导教师: 王科 时间: 年 月 日至 年 月 日一、网络拓扑图二、设备的属性值基本规划1.Router 0 (cisco 1841)IP端口描述/24s0/1/0Internet端口2.Router 1( cisco 1841)IP端口描述/24s0/1/0外网接口/24F0/0内网接口3. Multilayer Switch0( cisco 3560)IP端口描述/24F0/1Vlan2/24F0/2Vlan3/24F0/3Vlan44. pc IPPc0/24Pc1/24Pc2/24Pc3/24三、配置过程1.出口路由(Router1)- System Configuration Dialog -Continue with configuration dialog? yes/no: n Press RETURN to get started!Router Router en Router #config tRouter(config)#hostname ChukouChukou(config)#inter s0/1/0Chukou(config-if)#ip add Chukou(config-if)#no shut Chukou(config-if)#inter f0/0Chukou(config-if)#ip add Chukou(config-if)#no shut ChukouChukouen Chukou#config tChukou(config)#router ospf 100Chukou(config-chukou)#network 55 area 0Chukou(config-chukou)#exit Chukou(config)#ip route s0/1/0Chukou(config)#router ospf 100Chukou(config-chukou)#default-information originate Chukou(config-chukou)#exit Chukou(config)#inter f0/0Chukou(config-if)#ip nat inside Chukou(config-if)#inter s0/1/0Chukou(config-if)#ip nat outside Chukou(config-if)#exit Chukou(config)#access-list 1 permit 55 Chukou(config)#ip nat inside source list 1 interface s0/1/0 overload Chukou(config)#endChukou#debug ip natIP NAT debugging is onChukou#NAT: s=-, d=1NAT*: s=, d=-1NAT: s=-, d=2NAT*: s=, d=-2NAT: s=-, d=3NAT*: s=, d=-3NAT: s=-, d=4NAT*: s=, d=-4Chukou#no debug ip nat IP NAT debugging is offChukou#config tChukou(config)#enable password 123Chukou(config)#enable secret aaaChukou(config)#line vty 0 4 Chukou(config-line)#password 123Chukou(config-line)#login Chukou(config-line)#end Chukou#w Building configuration.OK2.核心交换机(Multilayer Switch0)Press RETURN to get started!Switchen Switch#config tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#exit Switch(config)#vlan 3 Switch(config-vlan)#exit Switch(config)#vlan 4Switch(config-vlan)#exit Switch(config)#inter vlan 2Switch(config-if)#ip add Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#inter vlan 3 Switch(config-if)#ip add Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#inter vlan 4 Switch(config-if)#ip add Switch(config-if)#no shut Switch(config-if)#exit Switch(config)#inter f0/1Switch(config-if)#switchport access vlan 2Switch(config-if)#inter f0/2Switch(config-if)#switchport access vlan 3Switch(config-if)#inter f0/3Switch(config-if)#switchport access vlan 4Switch(config-if)#end Switch#show vlan VLAN Name Status Ports- - - -1 default active Fa0/4, Fa0/5, Fa0/6, Fa0/7 Fa0/8, Fa0/9, Fa0/10, Fa0/11 Fa0/12, Fa0/13, Fa0/14, Fa0/15 Fa0/16, Fa0/17, Fa0/18, Fa0/19 Fa0/20, Fa0/21, Fa0/22, Fa0/23 Fa0/24, Gig0/1, Gig0/22 VLAN0002 active Fa0/13 VLAN0003 active Fa0/24 VLAN0004 active Fa0/31002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2- - - - - - - - - - -1 enet 100001 1500 - - - - - 0 02 enet 100002 1500 - - - - - 0 03 enet 100003 1500 - - - - - 0 04 enet 100004 1500 - - - - - 0 01002 enet 101002 1500 - - - - - 0 01003 enet 101003 1500 - - - - - 0 01004 enet 101004 1500 - - - - - 0 01005 enet 101005 1500 - - - - - 0 0Switch# config t Switch(config)#router ospf 100Switch(config-router)#network 55 area 0Switch(config-router)#network 55 area 0Switch(config-router)#network 55 area 0Switch(config-router)#end Switch#show ip rouSwitch#show ip route Gateway of last resort is to network C /24 is directly connected, Vlan2C /24 is directly connected, Vlan3C /24 is directly connected, Vlan4O*E2 /0 110/1 via , 00:00:15, Vlan2Switch#config t Switch(config)#access-list 1 permit 55Switch(config)#access-list 1 deny any Switch(config)#inter vlan 2 Switch(config-if)#ip access-group 1 out Switch(config-if)#exit Switch(config)#enable password 123Switch(config)#enable secret aaaSwitch(config)#line vty 0 4 Switch(config-line)#password 123Switch(config-line)#loginSwitch(config-line)#exit Switch(config)#exit Switch#exit SwitchSwitchen Password: Switch#config Configuring from terminal, memory, or network terminal? Switch(config)#Switch(config)#end Switch#w Building configuration.OK3.Internet路由器(Router 0)- System Configuration Dialog -Continue with configuration dialog? yes/no: n RouterRouteren Router#config tRouter(config)#inter s0/1/0Router(config-if)#ip add Router(config-if)#no shut Router(config-if)#clock rate 9600Routeren Router#config tRouter(config)#enable password 123Router(config)#enable secret aaaRouter(config)#line vty 0 4 Router(config-line)#password 123Router(config-line)#login Router(config-line)#end Router#w Building configuration.OKPCPC1:Packet Tracer PC Command Line 1.0PCping Pinging with 32 bytes of data:Reply from : bytes=32 time=312ms TTL=253Reply from : bytes=32 time=250ms TTL=253Reply from : bytes=32 time=190ms TTL=253Reply from : bytes=32 time=187ms TTL=253Ping statistics for : Packets: Sent = 4, Receiv

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论