参考答案和解析
正确答案:C
解析:进入接口配置模式,使用bandwidth命令设置接口带宽,其带宽的单位是kbit/s,即2500000kbit/s,因此正确答案为2.5Gbit/s。
更多“进入接口配置模式,使用band width命令设置接口带宽。Router(config-if) # bandwidth 2500000表示 ”相关问题
  • 第1题:

    下列路由器命令中用于激活接口的命令是(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。

  • 第2题:

    “接口配置模式”的路由配置提示符是()。

    A、Router(config-if)#

    B、Router>

    C、Router#

    D、Router(config)#


    参考答案:A

  • 第3题:

    哪个命令可以使用户在Router(config-if)提示符下进入Router模式()

    A.Ctrl+A

    B.Ctrl+Z

    C.exit

    D.exec


    正确答案:B

  • 第4题:

    如图2所示,某园区网用2.5Gbps的POS技术与Internet相连,POS接口的帧格式是SONET。路由协议的选择方案是,园区网内部采用OSPF协议,园区网与Internet的连接使用静态路由。

    请阅读以下R1和R3的部分配置信息,并补充配置命令或参数,按题目要求完成路由器的配置。

    R1缺省路由的配置信息:

    Router-R1 configure terminal

    Router-R1(config)

    Router-R1(config) ip router 0.0.0.0 (6)

    Router-R1(config) exit

    Router-R1

    R3的POS接口和OSPF协议的配置信息:

    Router-R3configure terminal

    Router-R3(config)

    Router-R3(config) interface pos3/0

    Router-R3(config-if) description To Tnternet

    Router-R3(config-if) bandwidth 2500000

    Router-R3(confiq-if) ip address 221.195.178.1 255.255.255.252

    Router-R3(config-if) crc 32

    Router-R3(config-if) pos (7)

    Router-R3(COnfiq-if) no ip directed-broadcast

    Router-R3(config-if) pos flag (8)

    Router-R3(confiq-if) no shutdown

    Router-R3(config-if) exit

    Router-R3(config) router ospf 65

    Router-R3(config-router) network 211.100.66.0 (9) area 0

    Router-R3(config-rOuter) redistribute connected metric-type 1 subnets

    Router-R3(config-router) area 0 range 211.100.66.0 (10)

    Router-R3(config-router) exit

    Router-R3(config)


    正确答案:0.0.0.0 166.12.45.1 flaming sonnet s1 s0 0 0.0.0.127 255.255.255.128
    0.0.0.0 166.12.45.1 flaming sonnet s1 s0 0 0.0.0.127 255.255.255.128 解析:路由器R1需要配置缺省路由,将下一跳路由器指定为R3,即下一跳地址为R3的地址166.12.45.1。故空(6)处应填入“0.0.0.0 166.12.45.1”。
    题目要求POS接口的帧格式是SONET,故此处设置帧格式。故空(7)处应填入“framing sonnet”。
    s1 s0=00表示是SONET帧的数据,s1 s0=10(十进制2)表示是SDH的数据,此处帧格式为SONET,故设置s1 s0为0。故空(8)处应填入“s1 s0 0”。
    园区网内的IP地址属于C类地址,主机号为8位,网络前缀是26位,故子网号为2位,所以将前26位置1,可得出子网掩码是255.255.255.128,取其反码为0.0.0.127。本题需要把园区网的两个子网汇聚。故空(9)处应填入“0.0.0.127”。
    园区网内的IP地址属于C类地址,主机号为8位,网络前缀是26位,故子网号为2位,所以将前26位置1,可得出子网掩码是255.255.255.128。故空(10)处应填入“255.255.255.128”。

  • 第5题:

    根据以下资料,回答下列各题。 如图1所示,某园区网用2.5Gbps的POS技术与Internet相连,POS接口的帧格式是SONET。路由协议的选择方案是:园区网内部采用OSPF动态路由协议,园区网与Internet的连接使用静态路由。图1 网络拓扑图 问题:请阅读以下R3和R4的部分配置信息,并补充【6】到【10】空白处的配置命令或参数,按题目要求完成路由器的配置。 R3的POS接口、OSPF和缺省路由的配置信息 Router-R3 configure terminal Router-R3 (config) Router-R3 (config)interface pos3/0 Router-R3 (config-if)description To Internet Router-R3 (config-if)bandwidth 2500000 Router-R3 (config-if)ip address 195.19.78.5 255.255.255.252 Router-R3 (config-if) 【6】 32 Router-R3 (config-if)pos framing sonet Router-R3 (config-if)no ip directed-broadcast Router-R3 (config-if)pos flag 【7】 Router-R3 (config-if)no shutdown Router-R3 (config-if)exit Router-R3 (config)router ospf 65 Router-R3 (config-router)network 222.98.66.128 【8】 area 0 Router-R3 (config-router)redistribute connected metric-type 1 subnets Router-R3 (config-router)area 0 range 222.98.66.128 【9】 Router-R3 (config-router)exit Router-R3 (config)ip route 0.0.0.0.0.0.0.0 195.19.78.6 Router-R3 (config)exit Router-R3 R4的静态路由配置信息 Router-R4 configure terminal Router-R4 (config) ip route 222.98.66.128 【10】 请在第____处填上正确答案。


    正确答案:
    crc
    (config-if)# crc 32指的是配置CRC的校验功能;

  • 第6题:

    如图1所示,某园区网用2.5Gbit/s的POS技术与Internet相连,POS接口的帧格式是SONET。路由协议的选择方案是:园区网内部采用OSPF动态路由协议,园区网与Internet的连接使用静态路由。

    问题:

    请阅读以下R3和R4的部分配置信息,并补充(6)到(10)空白处的配置命令或参数,按题目要求完成路由器的配置。

    R3的POS接口、OSPF和缺省路由的配置信息

    Router-R3configure terminal

    Router-R3(config)

    Router-R3(config)interface pos3/0

    Router-R3(config-if)description To Internet

    Router-R3(config-if)bandwidth 2500000

    Router-R3(config-if)ip address 195.19.78.5 255.255.255.252

    Router-R3(config-if) (6) 32

    Router-R3(config-if)pos framing sonet

    Router-R3(config-if)no ip directed-broadcast

    Router-R3(config-if)pos flag (7)

    Router-R3(config-if)no shutdown

    Router-R3(config-if)exit

    Router-R3(config)router ospf 65

    Router-R3(config-router)network 222.98.66.128 (8) area 0

    Router-R3(config-router)redistribute connected metric-type 1 subnets

    Router-R3(config-router)area 0 range 222.98.66.128 (9)

    Router-R3(config-router)exit

    Router-R3(config)ip route 0.0.0.0.0.0.0.0 195.19.78.6

    Router-R3(config)exit

    Router-R3

    R4的静态路由配置信息

    Router-R4configure terminal

    Router-R4(config)ip route 222.98.66.128 (10)


    正确答案:crc; s1 s0 0; 0.0.0.127; 255.255.255.128; 255.255.255.128 195.19.78.5;
    crc; s1 s0 0; 0.0.0.127; 255.255.255.128; 255.255.255.128 195.19.78.5;

  • 第7题:

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

    A.Router

    B.Router(config)

    C.Router(config-line)

    D.Router(config-if)


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

  • 第8题:

    如果不想公布网络中的某些RIP信息,可以采用被动接口配置。将路由器Router A的FastEthemet0/0接口设置为被动接口的配置语句是( )。

    A.RouterA (Config-if) # passive-interface

    B.RouterA (Config-if) # passive-interface rip

    C.RouterA (Config) # passive-interface fastethernet0/0

    D.RouterA (Config-router) # passive-interface fastethernet0/0


    正确答案:D
    解析:设置被动接口的命令是passive-interface,将路由器RouterA的FastEthernet0/0接口设置为被动接口的配置语句是Router(Config-ruter)#passive-interfacefastthernet0/0,将该接口设置为被动接口后,它将停止向该接口所在的网络广播RIP路由更新信息,但允许该接口继续接收路由更新的广播信息。

  • 第9题:

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

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

    答案:D
    解析:

  • 第10题:

    在一个OSPF区域中,RTA和RTB通过两个FE接口互连,以下可以将RTA和RTB之间的链路开销配置为10的命令是()。

    • A、在两台路由器上都使用命令ospf cost 10显式地设置接口开销值
    • B、在两台路由器上都使用命令ospf cost 5显式地设置接口开销值
    • C、在两台路由器上都使用命令bandwidth-reference500改变带宽参考值间接改变接口的开销值
    • D、在两台路由器上都使用命令bandwidth-reference1000改变带宽参考值间接改变接口的开销值

    正确答案:A,D

  • 第11题:

    下列命令提示符()属于接口配置模式。

    • A、Router(config)#
    • B、Router#
    • C、Router(config-if)#
    • D、Router>

    正确答案:C

  • 第12题:

    单选题
    进入接口配置模式,使用bandwidth命令没置接口带宽。Router(config-if)牟bandwidth2500000表示设置接口带宽为(  )。
    A

    2.5 Mbit/s

    B

    25 Mbit/S

    C

    2.5 Gbit/S

    D

    25 Gbit/S


    正确答案: C
    解析:
    进入接口配置模式,使用bandwidth命令设置接口带宽,带宽的单位是khit/s,即2500000 kbit/s,所以正确答案为2.5 Gbit/s。

  • 第13题:

    阅读下面的配置信息,解释(5)处的命令。

    Switch

    Switchconfig

    Switch(config)interface f0/1(进入接口1配置模式)

    Switch(config-if)switchport mode trunk(5)

    Switch(config-if)switchpoft trunk allowed vlan all(设置允许从该接口交换数据的VLAN)

    Switch(config-if)exit

    Switch(config)exit

    SwitCh


    正确答案:(5)设置当前端口为Trunk模式
    (5)设置当前端口为Trunk模式 解析:命令Switch(config-if)#switchport mode trunk的含义是设置当前端口为Trunk模式。

  • 第14题:

    图是某公司利用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

  • 第15题:

    哪个命令用来设置Cisco设备串行接口的默认封装()

    A.Router(config)encapsulation hdlc

    B.Router(config)encapsulation default hdlc

    C.Router(config-if)encapsulation hdlc

    D.Router(config-if)encapsulation ppp


    正确答案:C

  • 第16题:

    下列关于命令配置模式的叙述,正确的为()。

    A、设置端口PVID的配置命令模式为以太接口配置模式

    B、向VLAN中增加端口的配置命令模式是全局模式

    C、添加VLAN的配置命令模式为全局配置模式

    D、设置相应的端口链路为干道链路的配置命令模式为以太网接口模式


    参考答案:ACD

  • 第17题:

    进入接口配置模式,使用bandwidth命令设置接口带宽。Router(config-if)#bandwidth 2500000表示设置接口带宽为______。

    A.2.5Mbps

    B.25Mbps

    C.2.5Gbps

    D.25Gbps


    正确答案:C
    解析:进入接口配置模式,使用bandwid仇命令设置接口带宽,带宽的单位是Kbps,即2500000Kbps,所以正确答案为2.5Gbps。

  • 第18题:

    下列路由器命令中,能够对接口进行配置的状态是(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(退回特权模式)路由器通常是模块化的,每个模块都有一些相应的接口,如以太网口、快速以太网口、串行口等。而且,与交换机不同,它们在默认情况下关闭的,需要人为启动它。

  • 第19题:

    【说明】

    图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协商过程中使用预共享密钥认证方式

  • 第20题:

    交换机命令interface GigabitEthernet 0/0/1 的作用是(请作答此空) ,该接口是( )

    A.设置接口类型
    B.进入接口配置模式
    C.配置接口 VLAN
    D.设置接口速率

    答案:B
    解析:
    交换机命令interface GigabitEthernet 0/0/1,interface表示进入某接口,GigabitEthernet 0/0/1 表示编号为0/0/1的千兆以太接口。

  • 第21题:

    下列关于命令配置模式的叙述有误的为()。

    • A、添加VLAN的配置命令模式为全局配置模式
    • B、设置端口PVID的配置命令模式为接口配置模式
    • C、设置相应的端口链路为Trunk链路的配置命令模式为接口模式
    • D、向VLAN中增加端口的配置命令模式是全局模式

    正确答案:D

  • 第22题:

    哪一条命令提示符是在接口配置模式下()

    • A、>
    • B、#
    • C、(config)#
    • D、(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