- 8
- 0
- 约4.77千字
- 约 7页
- 2018-04-30 发布于河南
- 举报
网络竞赛模拟试题及答案(网络管理)
1.3 网络管理 时限:30分钟 得分 满分:100分 考评员签字 样题一、
1、为路由器指定DNS服务器,DNS服务器IP地址为200.16.12.10。
Router enable 14
Router# configure terminal
Router1(config)#no ? ip ? domain-lookup ?
Router1(config)#ip ? name-server ? 200.16.12.10
2、路由器的Serial 1/2连接广域网,端口IP地址为211.11.12.1,子网掩码为255.255.255.0。路由器的fastethernet 1/0连接局域网,端口IP地址为192.168.1.1,子网掩码为255.255.255.0。
Router enable
Router# configure terminal
Router(config)# interface serial 1/2
Router(config-if)# ip address 211.11.12.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# interface f1/0
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
3、配置路由器的telnet,只允许三个连接同时以telnet访问路由器,并设置telnet登录方式为只检验密码,密码为passwd。
Router# configure terminal
Router(config)#line vty 1 3
Router(config-line)# login
Router(config-line)# password passwd
Router(config-line)#exit
4、设置交换机的每日提示信息为:Welcome to Switch!;配置交换机的接口fastethernet 0/24为半双工,速率为10M。
switch# configure terminal
switch(config)# banner motd #Welcome to Switch!#
Switch(config)# interface FastEthernet0/24
Switch(config-if)# speed 10 /*配置接口的速度*/
Switch(config-if)# duplex half /*配置双工否*/
Switch(config-if)# no shutdown /*启动此接口*/
Switch(config-if)# end
Switch#
样题二、
1、在路由器上设置一条静态路由,目的网络地址为192.168.1.0/24,下一跳地址为172.16.125.254。
Router# configure terminal
router(config)# ip route 192.168.1.0 255.255.255.0 172.16.125.254
2、路由器的fastethernet 1/1 连接广域网,端口地址为202.121.1.3,子网掩码为255.255.255.0。路由器的fastethernet 1/0 连接局域网 ,该端口地址为172.16.125.1,子网掩码为255.255.255.0。
Router enable
Router# configure terminal
Router(config)# interface f1/1
Router(config-if)# ip address 202.121.1.3 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# interface f1/0
Router(config-if)# ip address 172.16.125.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
3、在路由器fastethernet 1/0上阻止网络为172.16.125.80/24的机器的访问请求,请设置相关访问列表。
access-list 1 deny 172.16.125.80 0.0.0.255
access-list 1 pemit any
您可能关注的文档
- VB实验---选择结构的应用.doc
- 第四章热带生存.ppt
- 协和初三上期中2010.doc
- 四年级科学上册实验教学计划.doc
- 岩口中学数学公开课教案和座谈记录.doc
- 周志猛-DDNS安装搭建.doc
- 企业单位基本养老金计算办法.doc
- Photoshop打造非主流效果—颓废诡异效果.doc
- K1551+907盖板涵施工技术交底.doc
- 七年级下册同步练习(岳麓).doc
- 英文文献科技类原文及翻译39.pdf
- 胜利油田设备综合管理信息系统的升级设计.pdf
- 能源局考试模拟试卷及答案下载.pdf
- 2025三维CAD课程作业.docx
- 3D打印课程-考查结课论文模版 2025.10.29.docx
- 石油建设项目可行性研究投资估算编制规定.pdf
- 示范供电所创建工作实施方案.pdf
- CEE工业插头插座插头插座316 6h 332 6h 416 6h 516 6h 532 6h 563 6h用户手册.pdf
- Brother兄弟工业株式会社安全手册DCP-T230 DCP-T236 DCP-T238 DCP-T430W DCP-T435W DCP-T436W DCP-T439W DCP-T536DW DCP-T730DW DCP-T735DW DCP-T830DW DCP-T835DW MFC-T930DW DCP-20W说明书.pdf
- MERCEDES-BENZ安装指南GLS(四代)说明书.pdf
最近下载
- 八年级数学勾股定理的应用题型梳理与讲解(完整版).pdf VIP
- 2025年云南省高考生物真题试卷及答案.docx VIP
- 党的建设与意识形态等知识测试试卷及答案要点.doc VIP
- 年产1亿片盐酸二甲双胍片车间工艺设计.docx VIP
- 夯土墙(仿古土墙)专项施工方案.docx VIP
- 预期发展结果概况(drdp–2015).pdf
- 2025年互联网营销师用户召回中的用户参与度(Engagement)指标体系专题试卷及解析.pdf VIP
- 八年级下册数学勾股定理典型题型梳理与例题讲解.docx VIP
- 学士学位论文—基于plc的船舶主机遥控系统的设计.doc VIP
- 2024国家核安保技术中心社会招聘8人笔试备考试题及答案解析.docx VIP
原创力文档

文档评论(0)