楼主: 4099

[INFO]再次上传607争议题

[复制链接]
论坛徽章:
1
授权会员
日期:2005-10-30 17:05:33
11#
发表于 2002-5-25 10:22 | 只看该作者
下面是cisco网站关于tftp-server system filename list的解释:
Configuring the Trivial File Transfer Protocol (TFTP) Server
You can configure the network server to act as a limited Trivial File Transfer Protocol (TFTP) server from which other Cisco servers can boot their software. As a TFTP server host, the network server responds to TFTP read request messages by sending a copy of its ROM software to the requesting host. The TFTP read request message must use the file name that you specified in the network server configuration.

To specify TFTP server operation for a communications server, use the tftp-server system global configuration command. The full syntax follows.

tftp-server system filename list
no tftp-server system filename list
This command has two arguments: filename and list. The argument filename is the name you give the communications server ROM file, and the argument list is an IP access-list number.

The system sends a copy of the ROM software to any host which issues a TFTP read request with this file name. To learn how to specify an access list, see the "Configuring IP Access Lists" section in the chapter "Routing IP."

You can specify multiple file names by repeating the tftp-server system command. To remove a previously defined file name, use the no tftp-server system command and append the appropriate file name and an access-list number.

Images that run from ROM, including IGS images, cannot be loaded over the network. Therefore, it does not make sense to use TFTP to offer the ROMs on these images.

Example:
This command causes the router to send, via TFTP, a copy of the ROM software when it receives a TFTP read request for the file configfile. The requesting host is checked against access list 22.

tftp-server system configfile 22

使用道具 举报

回复
论坛徽章:
4
ITPUB元老
日期:2005-02-28 12:57:00授权会员
日期:2005-10-30 17:05:33管理团队2006纪念徽章
日期:2006-04-16 22:44:45会员2006贡献徽章
日期:2006-04-17 13:46:34
12#
发表于 2002-5-25 15:21 | 只看该作者
谢谢4099同志!

使用道具 举报

回复
论坛徽章:
0
13#
发表于 2002-5-26 08:42 | 只看该作者

re metruely,这有必要到cisco网站去证实吗,找个路由器不就行了

cisco2626,ios 12.0
  whu-rt-c2621(config)#tftp-server ?
  flash:   Allow URL file TFTP load requests
  lex:     Allow URL file TFTP load requests
  null:    Allow URL file TFTP load requests
  system:  Allow URL file TFTP load requests
  xmodem:  Allow URL file TFTP load requests
  ymodem:  Allow URL file TFTP load requests

whu-rt-c2621(config)#tftp-server sys
whu-rt-c2621(config)#tftp-server system:?
system:memory  system:running-config

whu-rt-c2621(config)#tftp-server system:me
whu-rt-c2621(config)#tftp-server system:memory ?
  <1-99>       IP access list of requesting hosts
  <1300-1999>  IP expanded access list of requesting hosts
  alias        file alias
  <cr>

使用道具 举报

回复
论坛徽章:
1
授权会员
日期:2005-10-30 17:05:33
14#
发表于 2002-5-26 09:39 | 只看该作者
关键在于我身边没有路由器可以用啊
所以得到的很多知识还是停留在书面上:(

使用道具 举报

回复
论坛徽章:
0
15#
发表于 2002-5-28 00:45 | 只看该作者

请教了

21.You are configuring a new catalyst switch that you want to manage remotely from workstations on other network segment within your enterprise. Which of the following are required to allow remote management of the switch over IP? (Choose two.)
A. The Frame Relay encapsulation on the physical interface.
B. The local DLCI on each subinterface.
C. An IP address on the physical interface.
D. The subinterface type as point-to-point
Answer: C
管理的是个交换机,交换机的IP是为了管理,在子借口上不能设地址。

请问第二个选择是 A 对么?

还有几道题 请教各位

1
Which of the following are true?
A. The default is to send debug output to the console screen.
B. To view debug output from a telnet session, the "terminal monitor" command must be used.
C. If the "logging buffered" command is used, the debug output would be sent to RAM and can be viewed with the "show log" command.
D. If the "no console logging" command were configured, output would be sent to a telnet session.
E. All of the above.

2
IP RIP routing is configured on a router, but all interfaces attach to RIP network. What should you use
to prevent all RIP routing updates from being sent through selected interfaces without using access lists?
A. Passive route.
B. Default routes.
C. Passive interface.
D. Route update filtering.

3
Which term describes the process in which frames from one network system are placed inside the frames
of another network system?
A. Bridging.
B. Tunneling.
C. Data-link control.
D. Generic routing.
E. Packet switching.

4
Which two statements about a bridge are true. (Choose two)
A. A bridge floods multicasts.
B. A bridge floods broadcasts.
C. A bridge does not flood multicasts.
D. A bridge does not flood broadcasts.

5
You need to add a new VLAN, named ACCOUNTS, to your switched network. Which of the following
are true regarding configuration of this VLAN? (Choose three.)
A. The VLAN must be created.
B. The VLAN must be named.
C. An IP address must be configured for the ACCOUNTS VLAN.
D. The desired ports must be added to the new VLAN:
E. The VLAN must be added to the STP domain.

6
With the hierarchical numbering of IP addresses what determines the portion of the address that will
identify the network number?
A. Subnet Mask.
B. Dots between octets.
C. Class of first octet.
D. Assignments of DHCP.
E. Address Resolution Protocol.

使用道具 举报

回复
论坛徽章:
14
网络板块每日发贴之星
日期:2005-04-21 01:01:53ITPUB元老
日期:2005-04-25 12:12:39授权会员
日期:2005-10-30 17:05:33管理团队2006纪念徽章
日期:2006-04-16 22:44:45会员2006贡献徽章
日期:2006-04-17 13:46:34
16#
 楼主| 发表于 2002-5-28 08:33 | 只看该作者
21.A有问题,我不用encap frame也是可以的,只要设ip地址就行了,可以通过e0来访问交换机,更何况fr是用在s口上的,交换机根本就没s口(至少我没见过)。
1.E,AB肯定正确,书上有。CD不清楚。
2.C,sybex书上讲routing里面就有,自己找。
3.B隧道技术。
4.AB,基本的交换机知识了。
5.ABD
6.C


PS:如果对上面的争议题有问题,请回复在这边。不然请另发一帖子,问问题不要在这个帖子下问,这样显得很乱。

使用道具 举报

回复
论坛徽章:
0
17#
发表于 2002-6-4 07:06 | 只看该作者
1.E 2.C 3.B 4.AB 5.ABD 6.C
有问题再研究

使用道具 举报

回复
论坛徽章:
0
18#
发表于 2002-7-22 20:47 | 只看该作者
--------------------------------------------------------------------------------------------
        19.What is the most common mail to device?
         A. Hub
         B. Router
         C. Repeater
         D. Switch
         Answer: D
         这道题我没有看懂,出自testking。
------------------------------------------------------------------------------------------------
我的感觉是:
   mail to 应为 LAYER TWO,
        hehe

使用道具 举报

回复
论坛徽章:
0
19#
发表于 2002-7-27 12:57 | 只看该作者
4099兄:

21题的题干和答案不匹配~~(见testking)
答案是Q3     选c
题目是Q234  选bc
A. The switch name must match the workgroup name of the local netwwork.
B. The switch must be configured with an IP address and default gateway.
C. The remote workstations must have access to the management VLAN of the switch
D. CDP must be enabled on the switch so that it can be located by other devices on the network.

使用道具 举报

回复
论坛徽章:
0
20#
发表于 2002-7-28 01:30 | 只看该作者
13.  Q.333=Q308   更正的答案选C  让我们看看新的解释。
Which of the following is true concerning FrameRelay multipoint subinterfaces?
A. An IP address is required on the physical interface of the central router.
B. All routers are required to be fully meshed.
C. All routers must be in the same subnet to forward routing updates and broadcasts.
D. Multipoint is the default configuration for Frame Relay subinterfaces.
Answer: D
Explanation: Cisco serial interfaces are multipoint interfaces by default unless specified as a point-to-point
subinterface.
Incorrect Answers
A: An IP address is required for each subinterface. An IP address is not required for the physical interface.
B: Routers are not required to be fully meshed.
C: Routers do not have to be in the same subnet.
Understanding Frame Relay Subinterfaces,
http://www.cisco.com/warp/public ... edge/wan/subifs.htm

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表