




已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
广东科学技术职业学院计算机工程技术学院(软件学院)实 验 报 告 手 册专业 思科网络技术 成绩评定_1.有两台交换机,一台是三层交换机3550,另一台是二层交换机2950。配置交换机的VTP模式为:S-3550为Server,S-2950为Client;VTP域名MYVTP,密码CISCO。在两台交换机间的链路上配置Trunk,Trunk封装为dot1q。在合适的交换机上创建VLAN2和VLAN3,如图把相应的端口划分到相应的VLAN中。并实现VLAN间通信SwitchenSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vtp doSwitch(config)#vtp domain MYVTPChanging VTP domain name from NULL to MYVTPSwitch(config)#vtp pasSwitch(config)#vtp password CISCOSetting device VLAN database password to CISCOSwitch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#vlan 3Switch(config-vlan)#exitSwitch(config)#int fa 0/1Switch(config-if)#swSwitch(config-if)#switchport tSwitch(config-if)#switchport trunk enSwitch(config-if)#switchport trunk encapsulation dSwitch(config-if)#switchport trunk encapsulation dot1qSwitch(config-if)#swSwitch(config-if)#switchport mSwitch(config-if)#switchport mode tSwitch(config-if)#switchport mode trunk%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upSwitch(config-if)#Switch(config-if)#exitSwitch(config)#int range fa 0/2-3Switch(config-if-range)#swSwitch(config-if-range)#switchport mSwitch(config-if-range)#switchport mode aSwitch(config-if-range)#switchport mode access Switch(config-if-range)#swSwitch(config-if-range)#switchport aSwitch(config-if-range)#switchport access vlan 2Switch(config-if-range)#exitSwitch(config)#int range fa 0.4-5 % Invalid input detected at / marker.Switch(config)#int range fa 0/4-5Switch(config-if-range)#swSwitch(config-if-range)#switchport mSwitch(config-if-range)#switchport mode aSwitch(config-if-range)#switchport mode access Switch(config-if-range)#swSwitch(config-if-range)#switchport aSwitch(config-if-range)#switchport access vlan 3Switch(config-if-range)#exitSwitch(config)#SwitchenSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostname S-2950S-2950(config)#vtp mS-2950(config)#vtp mode cS-2950(config)#vtp mode client Setting device to VTP CLIENT mode.S-2950(config)#%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upS-2950(config)#vtp doS-2950(config)#vtp domain MYVTPDomain name already set to MYVTP.S-2950(config)#vtp passS-2950(config)#vtp password CISCOSetting device VLAN database password to CISCOS-2950(config)#ZS-2950#%SYS-5-CONFIG_I: Configured from console by consoleS-2950#S-2950#S-2950#show vlanVLAN Name Status Ports- - - -1 default active Fa0/2, Fa0/3, 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/242 VLAN0002 active 3 VLAN0003 active 1002 fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup 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 01002 fddi 101002 1500 - - - - - 0 0 1003 tr 101003 1500 - - - - - 0 0 1004 fdnet 101004 1500 - - - ieee - 0 0 1005 trnet 101005 1500 - - - ibm - 0 0 Remote SPAN VLANs-Primary Secondary Type Ports- - - -S-2950#S-2950#S-2950#S-2950#conf tEnter configuration commands, one per line. End with CNTL/Z.S-2950(config)#int range fa 0/2-3S-2950(config-if-range)#swS-2950(config-if-range)#switchport mS-2950(config-if-range)#switchport mode aS-2950(config-if-range)#switchport mode access S-2950(config-if-range)#swS-2950(config-if-range)#switchport aS-2950(config-if-range)#switchport access vlan 2S-2950(config-if-range)#exitS-2950(config)#2.完成VRRP的配置3. 完成配置如下:配置R2作为DHCP服务器,使得PC1、PC2能自动获取IP地址其中: R0: F0/0的地址为54/24R1 :F0/0的地址为/24 , FastEthernet0/1: /24 R2: F0/0的地址为 /24 DHCP地址池的范围: ,默认网关: 54/24第三题:RouterRouterenRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R0R0(config)#line con 0R0(config-line)#no ip domain-lookR0(config)#int f0/0R0(config-if)#ip add 54 R0(config-if)#no shuR0(config)#int f0/1R0(config-if)#ip add R0(config-if)#no shuR0(config-if)#R0(config-if)#R0(config-if)#exiR0(config)#router ripR0(config-router)#network R0(config-router)#exiRouterenRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2R1(config)#line con 0R1(config-line)#logging synR1(config-line)#no ip domain-lookR1(config)#int f0/0R1(config-if)#ip add R1(config-if)#no shuR1(config-if)#int f0/1R1(config-if)#ip add R1(config-if)#no shuR1(config-if)#exiR1(config)#router ripR1(config-router)#network R1(config-router)#exiR1(config)#RouterenRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2R2(config)#line con 0R2(config-line)#logging synR2 (config-line)#no ip domain-lookR2 (config)#int f0/0R2 (config-if)#ip add R2 (config-if)#no shuRouter(config-if)#Router(config-if)#exiRouter(config)#hostname R2R2(config)#R2(config)#router ripR2(conf
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- T/DZJN 264-2024管道直饮水用复合钢芯管
- 高三原电池课件
- 高一劳动课本内容
- 文化创意产业全职设计师劳动合同与知识产权保护协议
- 离婚后房产分割及子女抚养权补充协议
- 跨国公司知识产权保护、保密及竞业禁止合同范本
- 离婚案件中宅基地房屋分割及共有权确认合同
- 物业公司股权转让及社区智能化升级协议
- 养殖业发展资金统筹方案
- 深入推进职业教育改革指南
- 2024-2025学年上海市浦东新区高三一模语文试卷(含答案)
- 护理专业职业生涯规划大赛
- 中国银行公积金贷款合同
- 高速安全行驶
- 二手房产购买定金协议书
- 分层审核表-(第一层)
- 2024年特种设备安全管理A证考试练习题(100题)含答案
- 二手车评估协议书
- 2025行政执法证考试必考题库(含答案)
- 47届世赛江苏省选拔赛轨道车辆技术项目技术工作文件v1.1
- 2024年秋新冀教版三年级上册英语全册教学课件(新版教材)
评论
0/150
提交评论