单选题一台Cisco路由器某接口的IP地址是192.168.2.110,要在该路由器上配置NTP服务,并将其指定为NTP服务器,需要使用()命令。A Router(config)#server192.168.2.110B Router(config)#ntp serverC Router(config)#master192.168.2.110D Router(config)#ntp master

题目
单选题
一台Cisco路由器某接口的IP地址是192.168.2.110,要在该路由器上配置NTP服务,并将其指定为NTP服务器,需要使用()命令。
A

Router(config)#server192.168.2.110

B

Router(config)#ntp server

C

Router(config)#master192.168.2.110

D

Router(config)#ntp master


相似考题

4.在Cisco路由器上建立一个名为zw246的DHCP地址池,地址池的IP地址是176.115.246.0/24,其中不用于动态分配的地址有176.115.246.2~176.115.246.10,缺省网关为176.115.246.1,域名为tj.edu.cn,域名服务器地址为176.115.129.26,地址租用时间设定为6小时30分钟。下列DHCP地址池的配置,正确的是A)Router (config)#ip dhcp pool zw246Router (dhcp-config)#ip dhcp excluded-address 176.115.246.2 176.115.246.10Router (dhcp-config)#network 176.115.246.0 255.255.255.0Router (dhcp-config)#default-router 176.115.246.1Router (dhcp-config)#domain-name tj.edu.cnRouter (dhcp-config)#dns-server address 176.115.129.26Router (dhcp-config)#lease 0 6 30B)Router (config)#ip dhcp excluded-address 176.115.246.2-10Router (config)#ip dhcp pool zw246Router (dhcp-config)#network 176.115.246.0 255.255.255.0Router (dhcp-config)#default-router 176.115.246.1Router (dhcp-config)#domain-name tj.edu.cnRouter (dhcp-config)#dns-server address 176.115.129.26Router (dhcp-config)#lease 0 6 30C)Router (config)#ip dhcp excluded-address 176.115.246.2 176.115.246.10Router (config)#ip dhcp pool zw246Router (dhcp-config)#network 176.115.246.0 255.255.255.0Router (dhcp-config)#default-router 176.115.246.1Router (dhcp-config)#domain-name tj.edu.cnRouter (dhcp-config)#dns-server address 176.115.129.26Router (dhcp-config)#lease 0 6 30D)Router (config)#ip dhcp excluded-address 176.115.246.2 176.115.246.10Router (config)#ip dhcp pool zw246Router (dhcp-config)#network 176.115.246.0 255.255.255.0Router (dhcp-config)#default-router 176.115.246.1Router (dhcp-config)#domain-name tj.edu.cnRouter (dhcp-config)#dns-server address 176.115.129.26Router (dhcp-config)#lease 30 6 0

更多“单选题一台Cisco路由器某接口的IP地址是192.168.2.110,要在该路由器上配置NTP服务,并将其指定为NTP服务器,需要使用()命令。A Router(config)#server192.168.2.110B Router(config)#ntp serverC Router(config)#master192.168.2.110D Router(config)#ntp master”相关问题
  • 第1题:

    ● 下列路由器命令中用于激活接口的命令是 (69) 。

    (69)A. Router (config-if)#no shutdown

    B. Router (config-if)#end

    C. Router (config-if)# config t

    D. Router (config-if)# switchport mode access


    答案:A

    no shutdown 用于激活接口,end退出接口模式,config t 进入接口配置模式,switchport mode access 用于设置端口访问模式

  • 第2题:

    Cisco路由器第3模块第1端口通过E1标准的DDN专线与一台远程路由器相连,端口的IP地址为195.112.41.81/30,远程路由器端口封装PPP协议。下列路由器的端口配置,正确的是

    A)Router (config)#interface s3/1

    Router (config-if)#bandwidth 2048

    Router (config-if)#ip address 195.112.41.81 255.255.255.252

    Router (config-if)#encapsulation ppp

    Router (config-if)#exit

    B)Router (config)#interface a3/1

    Router (config-if)#bandwidth 2000

    Router (config-if)#ip address 195.112.41.81 255.255.255.252

    Router (config-if)#encapsulation ppp

    Router (config-if)#exit

    C)Router (config)#interface s3/1

    Router (config-if)#bandwidth 2

    Router (config-if)#ip address 195.112.41.81 255.255.255.252

    Router (config-if)#encapsulation ppp

    Router (config-if)#exit

    D)Router (config)#interface s3/1

    Router (config-if)#bandwidth 2048

    Router (config-if)#ip address 195.112.41.81 255.255.255.252

    Router (config-if)#encapsulation hdlc

    Router (config-if)#exit


    正确答案:A
    A
    解析:题中路由器的端口配置方法如下:
    步骤一:进入第3模块第1端口配置模式(config)#interface s3/1
    步骤二:设置带宽,其中E1速率为2.048Mbps,所以设置带宽为2048 (config-if)#bandwidth 2048
    步骤三:配置端口通信IP地址与子网掩码(config-if)#ip address 195.112.41.81 255.255.255.252
    步骤四:设置远程路由器端口封装PPP协议,(config-if)#encapsulation ppp
    步骤五:退出(config-if)#exit

  • 第3题:

    一台Cisco路由器某接口的IP地址是192.168.2.110,要在该路由器上配置NTP服务,并将其指定为NTP服务器,需要使用()命令。

    A.Router(config)#server192.168.2.110

    B.Router(config)#ntp server

    C.Router(config)#master192.168.2.110

    D.Router(config)#ntp master


    参考答案:D

  • 第4题:

    下面是路由器Router1的配置命令列表,请为(6)~(10)空缺处填写合适的命令/参数,实现Router1的正确配置。

    Router>enable

    Router config terminal

    Router (config) hostname Router1

    Router1 (config) interface ethernet 0

    Router1 (config-if) ip address (6)

    Router1 (config-if) no shutdown

    Router1 (config-if) (7)

    Router1 (config-if) ip address (8)

    Router1 (config-if) no shutdown

    Router1 (config-if) exit

    Router1 (config) ip routing

    Router1 (config) router ospf 100

    Router1 (config-router) (9)

    Router1 (config-router) (10)

    Router1 (config-router) ip ospf message-digest-key 1 md 5 wg_gcz

    Router1 (config-router) area 0 authentication message-digest

    Router1 (config-if) end

    Router1 Copy run start


    正确答案:(6) 192.1.0.129 255.255.255.192 (7) interface serial 0 (8) 192.200.10.5 255.255.255.252 (9) network 192.200.10.4 0.0.0.3 area 0 (10) network 192.1.0.128 0.0.0.63 area 1
    (6) 192.1.0.129 255.255.255.192 (7) interface serial 0 (8) 192.200.10.5 255.255.255.252 (9) network 192.200.10.4 0.0.0.3 area 0 (10) network 192.1.0.128 0.0.0.63 area 1 解析:这是一道要求在看懂网络拓扑图的基础上,配置OSPF路由协议的推理填空题。解题的思路是先粗略浏览一下网络拓扑图及已给出的路由器Router1配置信息,再重点推敲网络拓扑图中各路由器每一接口IP地址的分配信息。要看懂本题关于路由器Ronter1中OSPF路由协议的配置信息,需要先熟悉表4-14、表 4-15中的配置命令及功能。

      阅读题中所给出的路由器Router1配置信息后,大体可以判断对于(6)~(8)空缺处的配置属于路由器接口IP地址配置问题;(9)、(10)空缺处的配置属于OSPP协议全局配置问题。接着可先将图4-10所示的网络拓扑图中各路由器每一接口的IP地址信息整理出米,整理结果见表4-16。

    由表中信息可推理出,(6)空缺处应填入192.1.0.129255.255.255.192。由于(8)空缺处前面有“ip address”的关键信息,因此可知该处也应填写IP地址信息。阅读网络拓扑图,发现图中路由器Router1仅示意了两个接口,因为(6)空缺处已配置了接口E0的IP地址,所以可推理出(7)空缺处应该是从接口E0配置子模式切换到接口S0的配置子模式,应填入进入接口S0配置子模式的配置命令“interface sedal 0”;(8)空缺处应该填入接口S0的IP地址信息192.200.10.5255.255.255.252。
    分析图4-10所示的拓扑结构,路由器Router1的S0、E0接口分别处于区域0、区域1,因此可确定 (9)、(10)空缺处主要用于配置与该路由器S0、E0接口相连网段的IP地址信息及网络区域号信息,可分别填入“network 192.200.10.4 0.0.0.3 area 0”及“network 192.1.0.128 0.0.0.63 area 1”配置语句。
    以下给出本网络拓扑中路由器Router1的完整配置信息及解释,以供实验或实践操作时参考。
    Router>enable (进入特权模式)
    Router# config terminal (进入配置模式)
    Router (config)# hostname Router1 (设置主机名为Router1)
    Router1 (config) # interface ethernet 0 (进入接口E0配置于模式)
    Router1 (config-if) # ip address 192.1.0.129 255.255.255.192(为该接口分配IP地址192.1.0.129/26)
    Router1 (config-if) # no shutdown (激活该端口)
    Router1 (config-if) # interface serial 0(进入接口S0配置子模式)
    Router1 (config-if) #ip address 192.200.10.5 255.255.255.252
    (为该接口分配IP地址192.200.10.5)
    Router1 (config-if) # no shutdown (激活该端口)
    Router1 (config-if) #exit (退出端口配置了模式)
    Router1 (config)# ip routing
    (设置允许配置路由,若没有这一步将导致配置的路由无效)
    Router1 (config) # router ospf 100(指定使用OSPF协议,路由进ID为100)
    Router1 (config-router) # network 192.200.10.40.0.0.3 area 0
    (指定与该路由器相连的网络IP地址为192.200.10.4,子网掩码的反码为0.0.0.3,网络区域ID号为口)
    Router1 (config-router) # network 192.1.0.128 0.0.0.63 area 1
    (指定与该路由器相连的网络IP地址为192.1.0.128,子网掩码的反码为0.0.0.63,网络区域ID号为1)
    Router1 (config-muter) # ip ospf message-digest-key 1 md5 wg_gcz
    (使用消息摘要MD5算法进行身份验证)
    Router1 (config-router) # area 0 authentication message-digest
    (指定对区域0进行身份验证)
    Router1 (config-if) # end (退出回到特权模式)
    Router1 # copy run start(将配置写入非易失性RAM中,保存配置信息)

  • 第5题:

    图是某公司利用Intemet建立的VPN。

    分部l采用DDN通过一台路由器接入Intemet。阅读下面的路由配置信息,将(1)一(3)处

    标识的语句进行解释。

    Router>en (进入特权模式)

    Routerconfig terminal (进入全局配置模式)

    Router(config)enable secret cisco (设置特权口令)

    Router(config)line vty 0 4

    Router(config—line)password goodbad (1)

    Router(config—line)exit

    Router(config)interface eth 0/0 (进入以太网接口配置模式)

    Router(config—if)ip address 202.117.1.1 255.255.255.0 (设置IP地址和掩码)

    Router(config—if)no shutdown (启用以太网接口)

    Router(config—if)exit

    Router(config)interface serialO/O (进入串口配置模式)

    Router(config—if)ip address 211.175.132.10 255.255.255.252 (设置IP地址和掩码)

    Router(config—if)bandwidth 256 (指定带宽为256Kbps)

    Router(config—if)encapsulation PPP (2)

    Router(config—if)no cdp enable (3)

    Router(config—if)no shutdown (启用serial接口)

    Router(config—-if)exit

    Router(config)

    分部1的路由器配置为ethemet0/0端口接内部网络,serialO/O端口接外部网络。下列配置指定内外网端口,完成下列配置。

    Router(config—if)inter eth0/0

    Router(config—if)(4)

    Router(config—if)inter serial0/0

    Router(config—if)(5)

    Router(config—if)exit

    Router(config—if)


    正确答案:(1)为Telnet访问路由器设置用户模式 口令为goodbad (2)数据包设置PPP封装 (3)关闭CDP协议 (4)ip nat inside (5)ip nat outside

  • 第6题:

    Cisc0路由器第3模块第1端口通过El标准的DDN专线与-台远程路由器相连,端口的IP地址为195.112.41.81/30,远程路由器端口封装PPP协议。下列路由器的端口配置,正确的是( )。

    A.Router(config)#interface s3/1Router(config-if)#bandwidth 2048Router(config-if)#ip address l95.112.41.81 255.255.255.252Router(cortfig-if)#encapsulation PPPRouter(config-if)#exit

    B.Router(config)#interface a3/1Router(config-if)#bandwidth 2000Router(config-if)#ip address 195.112.41.81 255.255.255.252Router(config-if)#encapsulation PPPRouter(config-if)#exit

    C.Router(config)#interface s3/lRouter(config-if)#bandwidth 2Router(config-if)#ip address 195.112.41.81 255.255:255.252Router(config-if)#encapsulation PPPRouter(config-if)#exit

    D.Router(config)#interface s3/1Router(config-if)#bandwidth 2048Router(config-if)#ip address 195.112.41.81 255.255.255.252Router(config-if)#encapsulation hdlcRouter(config-if)#exit


    正确答案:A
    题中路由器的端口配置方法如下:步骤一:进入第3模块第1端口配置模式(config)#interfaces3/1。步骤二:设置带宽,其中E1速率为2.048Mbit/s,所以设置带宽为2048(config-if)#bandwidth2048。步骤三:配置端口通信IP地址与子网掩码(config-if)#ipaddress195.112.41.81255.255.255.252。步骤四:设置远程路由器端口封装PPP协议,(config-if)#encapsulationPPP。步骤五:退出(config-if)#exit。因此A选项正确。

  • 第7题:

    下列路由器命令中,能够对接口进行配置的状态是(44)。

    A.router>

    B.router(config)#

    C.router(config-if)#

    D.router#


    正确答案:C
    解析:与交换机一样,路由器也分为用户模式(登录时自动进入,只能够查看简单的信息)、特权模式(也称为EXEC模式,能够完成配置修改、重启等工作)、全局配置模式(对会影响IOS全局运作的配置项进行设置)、子配置模式(对具体的组件,如网络接口等进行配置),四种状态的转换命令如下所示:Router>enable(进入特权模式)Router#configterminal(进入配置模式)Router(config)#interfacefastetherneft0/1(进入接口F0/1子配置模式)Router(config)#ipaddress192.168.0.1255.255.255.0(设置该接口的IP地址,格式为ipaddressip-aodrsubnet-mask)Router(config)#noshutdown(激活接口)11:02:01:%LINK-3-UPDOWN:InterfaceFastEthernet0/1changedstatetoup.Router(config)#end(退回特权模式)路由器通常是模块化的,每个模块都有一些相应的接口,如以太网口、快速以太网口、串行口等。而且,与交换机不同,它们在默认情况下关闭的,需要人为启动它。

  • 第8题:

    下列Cisco路由器进入vty配置模式后的命令提示符,正确的是( )。

    A.Router

    B.Router(config)

    C.Router(config-line)

    D.Router(config-if)


    正确答案:C
    在全局配置模式下进入虚拟终端配置模式:

  • 第9题:

    ●试题一

    阅读下列广域网路由基本技术的应用,分析路由器的配置命令,将应填入(n)处的内容写在答题纸的对应栏内。

    实例:通过Cisco 2501连接A局域网与B局域网,如图2所示。

    假设实验条件如下:

    A网:202.96.199.0~202.96.199.255

    B网:202.97.76.0~202.97.76.31

    DNS Server:202.96.199.2(主),202.96.199.3(备)

    所属域:xxx.com

    广域网互联:需要一个包含4个IP地址(2个可用IP)的子网,定为:202.98.0.0~202.98.0.3,其中202.98.0.1给A网,202.98.0.2给B网,互联专线速率:128kbps。

    具体网络参数分配表见 表2:

    项 目

    A 网

    B 网

    网络号

    202.96.199.0

    202.97.76.0

    子网掩码

    255.255.255.0

    255.255.255.224

    所属域

    xxx.com

    yyy.com

    以太网地址

    202.96.199.1

    202.97.76.1

    互联地址

    202.98.0.1

    202.98.0.2

    专线速率

    128kbps

    128kbps

    域名服务器

    主:202.96.199.2

    主:202.96.199.2

    备:202.96.199.3

    备:202.96.199.3

    首先进入路由器:将计算机串行口连接到路由器的Console口,使用Netterm或者超级终端之类的软件登录。

    Router>en

    passwd:******(输入超级口令)

    全局配置:(A、B网相同)

    Routerconfig terminal(切换到配置状态)

    Router(config)enable secret myrootpassword(定义超级口令)

    Router(config)ip host RouterA(定义路由器名,B网为RouterB)

    Router(config)ip domain-name (1)

    Router(config)nameserver 202.96.199.2(定义主域名服务器)

    Router(config)nameserver 202.96.199.3(定义备域名服务器)

    Router(config)ip classless

    Router(config)line (2)

    (定义5个telnet虚终端,即可以同时有5个人登录本路由器)

    Router(config-line)password my-telnet-password(定义telnet口令)

    Router(config·line)exit

    Router(config)exit

    地址和路由配置:

    /******A网路由器******/

    Router-Aconfig terminal(切换到配置状态)

    Router-A(config)interface e0(配置Ethernet 0 口)

    Router-A(configif)description the LAN port link to my local network(端口说明)

    Router-A(configif)ip address (3)

    Router-A(configif)no shutdown(激活端口)

    Router-A(configif)exit

    Router-A(config)Interfa s0(配置Serial0 口)

    Router-A(configif)description the WAN port link to Router-B(端口说明)

    Router-A(configif)ip add 202.98.0.1 255.255.255.252(定义互联广域网IP地址)

    Router-A(configif)bandwidth 128(定义端口速率,单位:kbps)

    Router-A(configif)no shutdown(激活端口)

    Router-A(config-if)exit

    Router-A(config)ip route (4)

    Router-A(contig)exit

    Router-Awr m(保存配置)

    /****** B网路由器 *******/

    Router-Bconfig terminal

    Router-B(config)interface e0

    Router-B(configif)descripfion the LAN port link to my local network(端口说明)

    Router-B(config-if)ip add 202.97.76.1 255.255.255.224

    (定义以太网IP地址,子网掩码表示为拥有32个地址的子网)

    Router-B(config-if)no shutdown

    Router-B(config-if)exit

    Router-B(config)interface s0

    Router-B(configif)description the WAN port link to Router-A(端口说明)

    Router-B(config-if)ip add 202.98.0.2 255.255.255.252

    Router-B(config-if)bandwidth 128

    Router-B(config-if)no shutdown

    Router-B(config-if)exit

    Router-B(config)ip route (5)

    Router-B(config)exit

    Router-Bwr m(保存配置)

    配置完成。


    正确答案:
    ●试题一(1)【答案】xxx.com【解析】定义所属域名称,B网为yyy.com。(2)【答案】vty04(3)【答案】202.96.199.1255.255.255.0【解析】定义以太网IP地址,子网掩码表示为C类网络。(4)【答案】202.97.76.0255.255.255.224202.98.0.2【解析】定义静态路由,通过网关到达对端局域网络,IP为对端广域网IP地址。(5)【答案】202.96.199.0255.255.255.0202.98.0.1【解析】定义静态路由,通过网关到达对端局域网络,IP为对端广域网IP地址。

  • 第10题:

    在某台Cisco路由器中定义一个名为test的DHCP地址池(192.168.3.0/26),并保留192.168.3.62/29的IP地址。下列正确的配置语句是(29)。

    A.Router(config)#ip dhcp pooltest Router(dhcp-config)#network 192.168.3.00.0.0.63 Router(dhcp-config)#ip dhcp excluded-address192.168.3.62

    B.Router(config)#ip dhcp poo1 test Router(dhcp-config)#network 192.168.3.0255.255.255.192 Router(dhcp-config)#ip dhcp excluded-address 192.168.3.62255.255.255.248

    C.Router(config)#ip dhcp poo1 test Router(dhcp-config)#network 192.168.3.0/26 Router(dhcp-config)#ip dhcp excluded-address 192.168.3.62/29

    D.Router(config)#ip dhcp excluded-address 192.168.3.56192.168.3.62 Router(config)#ip dhcp pool test Router(dhcp-config)#network 192.168.3.0/26


    正确答案:D
    解析:子网地址是DHCP服务器可以分配给DHCP客户的有效IP地址范围。在DHCP Pool配置模式下,使用命令“networknetwork-number>[mask|/prefix-length]”配置IP地址池的子网地址和子网掩码。其中,子网掩码参数允许以两种形式表达,一种形式常见的点分十进制数表达形式(如 255.255.255.192),另一种形式是给出掩码前缀的长度,即掩码位为“1”的个数,如“255.255.255.192”可以写成“/26”。本试题中,配置DHCP地址池192.168.3.0/26的语句如下:
      Router(dhcp-config)#network192.168.3.0255.255.255.192
      或Router(dhcp-contig)#network192.168.3.0/26
      可以在全局配置模式“Router(config)#”下,使用“ip dhcp excluded-address low-address[high-address]”命令将要保留的地址从IP地址池中排除,使之成为不能动态分配的地址。本试题中,需要排除的IP地址范围是192.168.3.62/29。其中,“/29”是子网掩码255.255.255.248的前缀的长度。由于IP地址192.168.3.62的二进制表示是“1100 0000 1010 1000 0000 0011 1110”,其中阴影部分是子网掩码覆盖的比特范围,因此192.168.3.62/29所表达的IP地址范围是192.168.3.56-192.168.3.63。再由于192.168.3.63是 192.168.3.0/26网段的直接广播地址,需要排除,因此保留IP地址范围192.168.3.62/29的配置语句如下:
      Router(config)#ip dhcp excluded-adclress 192.168.3.56 192.168.3.62
      本试题选项A的“ip dhcp excluded-address192.168.3.62”仅排除单个IP地址192.168.3.62。选项B和选项C保留IP地址配置命令所在的配置模式有误,且不允许出现选项B的“ip dhcp exclude_address192.168.3.62 255.255.255.248”和选项C的“ip dhcp excluded-address 192.168.3.62/29”等带有子网掩码的格式。

  • 第11题:

    在路由器中,登录Router时全局配置模式是()。

    • A、router(config-iF.#
    • B、Router(config)#
    • C、router(config-router)#
    • D、Router>

    正确答案:B

  • 第12题:

    单选题
    公司有2台Cisco路由器,路由器的Telnet服务以前是关闭的,现在为了方便管理,需要启用Telnet,并设置Telnet密码为cbn152,那么需要在路由器上进行()配置。
    A

    Router(config)#line console 0Router(config-line)#password cbn152

    B

    Router(config)#line console 0Router(config-line)#login Router(config-line)#password cbn152

    C

    Router(config)#line vty 04Router(config-line)#password cbn152

    D

    Router(config)#line vty 04Router(config-line)#login Router(config-line)#password cbn152


    正确答案: A
    解析: 暂无解析

  • 第13题:

    在路由器上建立一个名为test的DHCP地址池,并为其分配IP地址202.112.7.0/24,子网地址中的202.112.7.2~202.112.7.10作为静态地址分配,正确的DHCP配置是______。

    A.Router(config) #ip dhcp pool test Router(config) #ip dhcp excluded-address 202.112.7.2-10 Router(dhcp-config) #network 202.112.7.0-255.255.255.0

    B.Router(config) #ip dhcp excluded-address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0/24

    C.Router(config) #ip dhcp exclude&address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0-0.0.0.255

    D.Router(config) #ip dhcp excluded-address 202.112.7.2-202.112.7.10 Router(config) #ip dhcp pool test Router(dhcp-config) #network 202.112.7.0-255.255.255.0


    正确答案:D
    解析:静态地址分配Router(config) #ip dhcp excluded-address 202.112.7.2 202.112.7.10
      配置IP地址池的域名Router(config) #ip dhcp pool test
      为test的DHCP地址池分配IP地址Router(dhcp-config) #network202.112.7.0 255.255.255.0

  • 第14题:

    下列路由器命令中用于激活接口的命令是(69)。

    A.Router(config-if)#noshutdown

    B.Router(config-if)#end

    C.Router(config-if)#config t

    D.Router(config-if)#switchport mode access


    正确答案:A
    解析:路由器有很多种命令,下面列举一些命令:
      boot 修改系统启动时参数;
      bridge 透明网桥;
      buffers 调整系统缓冲池参数;
      busy-message定义当连接主机失败时显示信息;
      chat-script定义一个调制解调器对话文本;
      clns全局CLNS设置子命令;
      clock 设置时间时钟;
      config-register 定义设置寄存器;
      decnet全局DEC网络设置子命令;
      default-value缺省字符位值;
      dialer-list创建一个拨号清单入口;
      dnsix-nat为审计提供DMDM服务;
      其中用于激活接口的命令是Router(config-if)#no shutdown,因此选A。

  • 第15题:

    公司有2台Cisco路由器,路由器的Telnet服务以前是关闭的,现在为了方便管理,需要启用Telnet,并设置Telnet密码为cbn152,那么需要在路由器上进行()配置。

    A.Router(config)#line console 0Router(config-line)#password cbn152

    B.Router(config)#line console 0Router(config-line)#login Router(config-line)#password cbn152

    C.Router(config)#line vty 04Router(config-line)#password cbn152

    D.Router(config)#line vty 04Router(config-line)#login Router(config-line)#password cbn152


    参考答案:D

  • 第16题:

    下面是路由器Router3的部分配置信息,请根据路由器Router3的相关配置任务,对(14)、(15)空缺处所在的命令行做出正确的功能解释。

    Router3 (config) interface ethernet 0

    Router3 (config-if) ip address 192.1.0.130 255.255.255.192

    Router3 (config-if) no shutdown

    Router3 (config-if) exit

    Router3 (config) ip routing

    Router3 (config) router ospf 300 (14)

    Router3 (config-router) network 192.1.0.128 0.0.0.63 area 1

    Router3 (config-router) neighbor 192.1.0.129 (15)


    正确答案:(14) 指定使用OSPF协议路由进程ID为300 (15) 指定与该路由器相邻的节点地址为192.1.0.129
    (14) 指定使用OSPF协议,路由进程ID为300 (15) 指定与该路由器相邻的节点地址为192.1.0.129 解析:(15)空缺处属于配置命令解释题。其中,“router ospf 300”配置语句用于指定本路由器使用OSPF协议,其路由进程ID为300;“rielghbor 192.1.0.65”配置语句用于声明与该路由器相邻的节点地址为192.1.0.65。
    以下是对问题4所给出的配置命令列表的完整解释。
    Router3 (config) # interface ethernet 0(进入接口E0的配置模式)
    Router3 (config-if) #ip address 192.1.0.130 255.255.255.192(配置该接口IP地址信息192.1.0.130/26)
    Router3 (config-if) #no shutdown (激活该端口)
    Router3 (config-if) #exit(退出端口配置子模式)
    Router3 (config) #ip routing (设置允许本路由器配置IP路由)
    Router3 (config) #router ospf 300(指定使用OSPF协议,路由进程ID为300)
    Router3 (config-router) #network 192.1.0.128 0.0.0.63 area 1
    (指定与该路由器相连的网络IP地址为192.1.0.128,子网掩码的反码为0.0.0.63,网络区域ID号为1)
    Router3 (conng-router) #neighbor 192.1.0.129 (指定与该路由器相邻的节点地址为192.1.0.129)
    另外,如果读者有兴趣进行本题实验,对于本网络拓扑中路由器Router4的配置命令可参考以下内容。
    Router4 (config) # interface ethemet 0 (进入接口E0的配置模式)
    Router4 (config-if) #ip address 192.1.0.66 255.255.255.192
    (配置该接口IP地址192.1.0.66/26)
    Router4 (config-if) # no shutdown(激活该端口)
    Router4 (conhg-if) # exlt(退出端口配置子模式)
    Router4 (config) # ip routing(设置允许本路由器配置IP路由)
    Router4 (config) # router ospf 400 (指定使用OSPF协议,路由进程ID为400)
    Router4 (config-router) # network 192.1.0.64 0.0.0.63 area 1
    (指定与该路由器相连的网络IP地址为192.1.0.64,子网掩码的反码为0.0.0.63,网络区域ID号为1)
    Router4 (config-router) # neighbor 192.1.0.65(指定与该路山器相邻的节点地址为192.1.0.65)

  • 第17题:

    【问题2】(3分)

    根据图4-1的配置,补充完成下面路由器的配置命令:

    Router(config)# interface (3)

    Router(config-if)#ip address 10.10.1.1 255.255.255.0

    Router(config-if)#no shutdown

    Router(config-if)#exit

    Router(config)# interface (4)

    Router(config-if)# ip address 192.168.1.1 255.255.255.0

    Router(config)# interface (5)

    Router(config-if)# ip address 10.10.2.1 255.255.255.0


    正确答案:

    【问题2】(3分)

    (3)ethernet 0/0   (e0/0)

    (4)ethernet 0/l  (e0/1)

    (5)serial0/0 (s0/0)

  • 第18题:

    阅读下列广域网路由基本技术的应用,分析路由器的配置命令,

    实例:通过Cisco 2501连接A局域网与B局域网,如图5-1所示。

    假设实验条件如下:

    A网:202.96.199.0~202.96.199.255

    B网:202.97.76.0~202.97.76.31

    DNS Server:202.96.199.2(主),202.96.199.3(备)

    所属域:xxx.com

    广域网互联:需要一个包含4个IP地址(2个可用p)的子网,定为:202.98.0.0~ 202.98.0.3,其中202.98.0.1给A网,202.98.0.2给B网,互联专线速率:128 kbps。具体网络参数分配表如下:

    首先进入路由器:将计算机串行口连接到路由器的Console口,使用Netterm或者超级终端之类的软件登录。

    Router>en

    passwd:******(输入超级口令)

    全局配置:(A、B网相同)

    Routerconfig terminal(切换到配置状态)

    Router(config)enable secret my-root-password(定义超级口令)

    Router(config)ip host Router-A(定义路由器名.B网为Router-B)

    Router(config)ip domain-name (1)

    Router(config)nameserver 202.96.199.2(定义主域名服务器)

    Router(config)nameserver 202.96.199.3(定义备域名服务器)

    Router(config)ip classless

    Router(config)line (2)

    (定义5个telnet虚终端,即可以同时有5个人登录本路由器)

    Router(config-line)password my-telnet-password(定义telnet口令)

    Router(config-line)exit

    Router(config)exit

    地址和路由配置

    /****** A网路由器 ******/

    Router-Aconfig terminal(切换到配置状态)

    Router-A(config)intefface e()(配置 Ethernet 0 口)

    Router-A(config-if)description the LAN port link to my local network(端口说明)

    Router-A(config-if)ip address (3)

    Router-A(config-if)no shutdown(激活端口)

    Router-A(config-if)exit

    Router-A(config)4finterface s()(配置Serial()口)

    Router-A(config-if)description the WAN port link to Router-B(端口说明)

    Router-A(config-if)ip add 202.98.0.1 255.255.255.252(定义互联广域网IP地址)

    Router-A(config-if)bandwidth 128(定义端口速率,单位kbps)

    Router-A(config-if)no shutdown(激活端口)

    Router-A(config-if)exit

    Router-A(config)ip route (4)

    Router-A(config)exit

    Router-Awr m(保存配置)

    /****** B网络由器 ******/

    Router-Bconfig terminal

    Router-B(config)interface e()

    Router-B(config-if)deseription the LAN port link to my local network(端口说明)

    Router-B(config-if)ip add 202.97.76.1 255.255.255.224

    (定义以太网IP地址,子网掩码表示为拥有32个地址的子网)

    Router-B(config-if)no shutdown

    Router-B(config-if)exit

    Router-B (config)interface sO

    Router-B(config-if)description the WAN port link to Router-A(端品说明)

    Router-B(config-if)ip add 202.98.0.2 255.255.255.252

    Router-B (config-if)bandwidth 128

    Router-B(config-if)no shutdown

    Router-B (config-if)exit

    Router-B(config)ip route (5)

    Router-B(config)exit

    Router-Bwr m(保存配置)


    正确答案:(1)xxx.com 定义所属域名称B网为yyy.com。 (2)vty 04 (3)202.96.199.1 255.255.255.0 定义以太网IP地址子网掩码表示为C类网络。 (4)202.97.76.0255.255.255.224 202.98.0.2 定义静态路由通过网关到达对端局域网络IP为对端广域网IP地址。 (5)202.96.199.0255.255.255.0202.98.0.1 定义静态路由通过网关到达对端局域网络IP为对端广域网IP地址。
    (1)xxx.com 定义所属域名称,B网为yyy.com。 (2)vty 04 (3)202.96.199.1 255.255.255.0 定义以太网IP地址,子网掩码表示为C类网络。 (4)202.97.76.0255.255.255.224 202.98.0.2 定义静态路由,通过网关到达对端局域网络,IP为对端广域网IP地址。 (5)202.96.199.0255.255.255.0202.98.0.1 定义静态路由,通过网关到达对端局域网络,IP为对端广域网IP地址。

  • 第19题:

    配置路由器接口的提示符是( )。

    A.router (config) B.router (config-in) C.router (config-intf) D.router (config-if)


    正确答案:D

  • 第20题:

    【说明】

    图5-1是某公司利用Internet建立的VPN

    【问题1】(4分)

    使用VPN技术,是为了保证内部数据通过Internet安全传输,VPN技术主要采用哪些技术来保证数据安全

    【问题2】(3分)

    分部1采用DDN通过一台路由器接入Internet。 阅读下面的路由配置信息,将(1)~(3)处标识的语句进行解释。

    Router>en (进入特权模式)

    Router config terminal (进入全局配置模式)

    Router(config)enable secret cisco (设置特权口令)

    Router(config)line vty 04

    Router(config-line)password goodbad ___(1)___

    Router(config-line)exit

    Router(config) interface eth 0/0 (进入以太网接口配置模式)

    Router(config-if) ip address 202.117.1.1 255.255.255.0 (设置IP地址和掩码)

    Router(config-if)no shutdown (启用以太网接口)

    Router(config-if)exit

    Router(confi9)interface serialO/O (进入串口配置模式)

    RouteI<config-if)ip address 211.175.132.10 255.255.255.252 (设置IP地址和掩码)

    Router(config-if) bandwidth 256 (指定带宽为256k)

    Router(config-if) encapsulation PPP ___(2)___

    Router(config-if) no cdpenable ___(3)___

    Router(config-if) no shutdown (启用serial接口)

    Router(config-if) exit

    Router(config)

    【问题3】(4分)

    分部1的路由器配置为ethernet0/0端口接内部网络,serialO/O端口接外部网络。下列配置指定内外网端口,完成下列配置,将答案填写在答题纸相应的位置。

    Router(config-if) inter ethO/O

    Router(config-if) ___(4)___

    Router(config-if) inter serial0/0

    Router(config-if) ___(5)___

    Router(config-if) exit

    Router(config-if)

    【问题4】(4分)

    以下是指定VPN在建立连接时协商IKE使用的策略,阅读下面的配置信息,解释(6)、(7)处的命令,将答案填写在答题纸相应的位置。

    Router(config-if) crypto isakmp policy 10 (定义策略为10)

    Router(config-isakmp) hash md5___(6)___

    Router(config-imp) authentication pre-share___(7)___

    Router(config-isakmp) exit

    Router(config)crypto isakmp keycisc0 123 address 0.0.0.00.0.0.0 (配置预共享密钥为cisco123,对等端为所有IP)


    正确答案:
    [问题1]隧道技术(Tunneling)、加解密技术(Encryption&Decryption)、密钥管理技术(KeyManagement)、使用者与设备身份认证技术(Authentication)。[问题2](1)为Telnet访问路由器设置用户模式口令为goodbad(2)数据包设置PPP封装(3)关闭CDP协议[问题3](4)ipnatinside(5)ipnatoutside[问题4](6)在建立连接时协商IKE使用MD5散列算法(7)在IKE协商过程中使用预共享密钥认证方式

  • 第21题:

    下面是路由器Router1的配置命令列表,在空白处填写合适的命令/参数,实现Router1的正确配置。

    Router1>en

    Router1conf term

    Router1(config)iriterface e0

    Router1(config-if)ip address 192.1.0.129 255.255.255.192

    Router1 (config-if)interface s0

    Router1(config-if)ip address 192.200.10.5 255.255.255.252

    Router1(config-if)end

    Router1(config)Eouter (5)

    Router1(config-router)network (6) area 0

    Router1(config-router)network (7) area 1

    Router1(config-router)exit

    Router1copy run start


    正确答案:(5)ospf 100(注:100为OSPF进程号可为1~65535之间的任意整数) (6)192.200.10.4 0.0.0.3 (7)192.1.0.128 0.0.0.63
    (5)ospf 100(注:100为OSPF进程号,可为1~65535之间的任意整数) (6)192.200.10.4 0.0.0.3 (7)192.1.0.128 0.0.0.63 解析:所在的命令的作用是启用OSPF进生程,因此该处应填写“OSPF进程ID>”;空(6)和空(7)所在的命令的作用是指定与Router1路由器相连的网络。该路由器相连两个网络,一个是192.200.10.4/30、另一个是192.1.0.128/26。但需要注意的是network命令中使用的不是予网掩码,而是wildcard-mask。它子网掩码的反码,可以使用255.255.255.255减去予网掩码求出。因此空(6)处应填写“192.200.10.4 0.0.0.3”;空(7)处应填写“192.1.0.128 0.0.0.63”。

  • 第22题:

    配置路由器接口的提示是( )

    A.router(config)#
    B.router (config-in)#
    C.router (config-intf)#
    D.router (config-if)#

    答案:D
    解析:

  • 第23题:

    下列路由器命令中用于激活接口的命令是()。

    • A、Router(config-if)#noshutdown
    • B、Router(config-if)#end
    • C、Router(config-if)#configt
    • D、Router(config-if)#switchportmodeAccess

    正确答案:A

  • 第24题:

    单选题
    一台Cisco路由器某接口的IP地址是192.168.2.110,要在该路由器上配置NTP服务,并将其指定为NTP服务器,需要使用()命令。
    A

    Router(config)#server192.168.2.110

    B

    Router(config)#ntp server

    C

    Router(config)#master192.168.2.110

    D

    Router(config)#ntp master


    正确答案: A
    解析: 暂无解析