湖北国土资源职业学院实习报告2024-2024 学年第 2 学期实 训 名 称路由技术实训课程性质□技能训练 □课程设计 □课程实习■综合实习 □生产实习 □毕业实习实 训 时 间第 18-19 周主训老师徐霞学生姓名甘刚班级网络 1101实训项目一:静态路由一、实训目的1.通过本次的实训学会对地址空间划分子网2.为接口分配适当的地址,并在路由器上进行配置3.配置并启用接口4.学会配置静态路由二、实训任务1. 配置路由器主机名2. 配置接口 IP 及静态路由3. 禁用 DNS 查找 4. 配置当天消息标语 5. 配置控制台连接的口令 6. 配置 VTY 连接的口令三、实训过程1、地址规划表设备接口IP 地址子网掩码默认网关R1F0不适用S0/0/0不适用R2F0不适用S0/0/0不适用PC1网卡网卡、操作步骤及命令1)配置路由器主机名:(config)#hostname R12)配置接口 IP:(config)# interface fastethernet0/0(config-if)# ip add 启用接口:(config-if)# no shutdown(config)# interface serial0/0/0(config-if)# ip add clock rate 64000启用接口:(config-if)# no shutdown3) 配置静态路由:(config)# ip route 0.0.0.0 serial0/0/04) 禁用 DNS 查找: (config)# no ip domain-lookup5) 配置当天消息标语: (config)#banner motd ^Cni shi wo de yan ^6) 配置控制台及 VTY 口令:(config)#line console 0(config-line)#password cisco(config-line)#login 5) 配置 VTY 连接口令:(config)# line vty 0 2 (config-line)#password cisco (config-line)#login四、实训结果R1#show runBuilding configuration...Current configuration : 746 bytes!version no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname R1!!enable secret 5 $1$mERr$!!interface FastEthernet0/0 ip address duplex auto speed auto!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/0/0 ip address clock rate 64000!interface Serial0/0/1 no ip address shutdown!interface Vlan1 no ip address shutdown!ip classlessip route 0.0.0.0 Serial0/0/0 !banner motd ^Cni shi wo de yan ^C!line con 0 password c...