请教:2007年上半年《网络工程师》上午试题(参考答案版)第1大题第53小题如何解答?【题目描述】● (57)能够显示路由器配置了哪种路由协议 (57)A. R1 (config)# show ip route B. R1 > show ip routeC. R1 >show ip protocol D. R1 (config-if)# show ip protocol

题目
请教:2007年上半年《网络工程师》上午试题(参考答案版)第1大题第53小题如何解答?

【题目描述】

● (57)能够显示路由器配置了哪种路由协议  

(57)

A. R1 (config)# show ip route    

B. R1 > show ip route

C. R1 >show ip protocol      

D. R1 (config-if)# show ip protocol

 


相似考题
更多“请教:2007年上半年《网络工程师》上午试题(参考答案版)第1大题第53小题如何解答? 【题目描述】 ● (57)能够显示路由器配置了哪种路由协议 (57) A. R1 (config)# show ip route B. R1 show ip route C. R1 show ip protocol D. R1 (config-if)# show ip protocol”相关问题
  • 第1题:

    阅读以下说明,回答问题1~5。

    [说明]

    某局域网通过两个路由器划分为3个子网,拓扑结构和地址分配如下图所示。

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

    Router>en

    Router>conf term

    Router(config)hostname R1

    (1)

    R1(config-if)ip address 192.168.1.2 255.255.255.0

    R1(config-if)no shutdown

    R1(config-if)int s0

    R1(config-if)ip address(2)

    R1(config-if)no shutdown

    R1(config-if)clock rate 56000

    R1(config-if)exit

    R1(config)ip routing

    R1(config)ip route 0.0.0.0 0.0.0.0(3)

    R1(config)ip classless

    R1(config)exit

    R1copy run start


    正确答案:(1)R1(config)#int e0 (2)192.168.2.1 255.255.255.0 (3)192.168.2.2
    (1)R1(config)#int e0 (2)192.168.2.1 255.255.255.0 (3)192.168.2.2 解析:在基于IOS的路由器中,对路由器的配置也就是对I0S软件的操作。Cisco IOS软件的命令行界面CLI包括3个主模式,即用户执行模式、特权模式和配置模式。
    在用户执行模式下,用户只能发出有限的命令,这些命令对路由器的正常工作没有影响。
    在特权模式下,用户可以发出丰富的命令,以便控制和使用路由器。
    在配置模式下,用户可以创建和更改路由器的配置。
    配置模式又分为全局配置模式和多个配置子模式,如接口配置子模式、路由协议配置子模式和线路配置子模式等。
    新路由器或者删除配置文件以后的路由器启动后会提示你是否进入对话框配置模式,选择否(N)就可以进入用户执行模式。路由器各个模式的转换命令如下所示:
    Router>(用户执行模式提示符)
    Router>enable (进入特权模式命令)
    Router# (特权模式提示符)
    Router#config terminal (进入配置模式)
    Router(config)# (全局配置模式提示符)
    Router(config)#interface FastEthemet0/0 (进入接口配置子模式)
    Router(config-if)#(接口配置子模式提示符)
    Router(config-if)# exit (退出接口配置子模式)
    Router(config)# exit(退出全局配置模式,进入特权模式)
    Router# disable(退出特权模式)
    Router> (用户执行模式提示符)
    根据空白(1)处前后两个命令的提示,前面的命令是在全局配置模式,后一个命令是对接口e0的配置,所以这里应该是一条进入接口配置子模式的命令。
    在空白(2)处,根据网络拓扑结构图,路由器e0接口的地址应该是192.168.2.1 255.255.255.0。
    命令ip route destination subnet-mask next-hop [permanent]用于设置静态路由,目标地址设置为0.0.0.0 0.0.0.0表示默认路由,按照图中的拓扑结构,在空白(3)处应该填上192.168.2.2。

  • 第2题:

    Which command allows viewing of only OSPF routes?()

    A.show ip ospf route

    B.show ip route protocol ospf

    C.show route protocol ospf

    D.show ospf table


    参考答案:C

  • 第3题:

    如果想知道配置了哪种路由协议,应使用的命令是( )。

    A.router>showrouter protocol B.Router (ciinfig)>show ip protocol C.router (config)>show router protocol D.router >show ip protocol


    正确答案:D

  • 第4题:

    On Router R1, process EIGRP 1 is redistributing routes from process OSPF 2, calling route - map fred with the redistribute ospf 2 command. R1 has learned intra - area routes for 10.1.1.0/24 and10.1.2.0/24 in part due to the Type 2 LSAs known for each subnet. The route map filters route 10.1.1.0/24 and allows 10.1.2.0/24 througH.Which of the following co mmands on router R1 list subnet 10.1.1.0/24?()

    A. show ip route

    B. show ip eigrp topology

    C. show ip ospf topology

    D. show ip eigrp topology 10.1.1.0/24


    参考答案:A, C

  • 第5题:

    A network design shows that R1 has four different possible paths from itself to the Data Center subnets.Which one of the following commands is most likely to show you all the possible next - hop IP addresses for these four possible routes?()

    A. show ip eigrp topology

    B. show ip eigrp topology all - links

    C. show ip route eigrp

    D. show ip route eigrp all - links

    E. show ip eigrp topology all - learned


    参考答案:B

  • 第6题:

    ______能够显示路由器配置了哪种路由协议。

    A.R1 (config) #showi ip route

    B.R1>show ip protocol

    C.router

    D.R1(config-if) # show ip protocol


    正确答案:B
    解析:在用户命令或特权命令状态下show ip route命令显示路由信息;在用户命令或特权命令状态下,show ip protocol命令显示配置的路由协议,故选B。

  • 第7题:

    ● (57)能够显示路由器配置了哪种路由协议

    (57)

    A. R1 (config)# show ip route

    B. R1 > show ip route

    C. R1 >show ip protocol

    D. R1 (config-if)# show ip protocol


    正确答案:C

  • 第8题:

    On Router R1, process EIGRP 1 is redistributing routes from process OSPF 2, calling route - map fred with the redistribute ospf 2 command. R1 has learned intra - area routes for 10.1.1.0/24 and 10.1.2.0/24 in part due to the Type 2 LSAs known for each subnet. The route map filters route 10.1.1.0/24 and allows 10.1.2.0/24 througH. Which of the following co mmands on router R1 list subnet 10.1.1.0/24?()

    • A、show ip route
    • B、show ip eigrp topology
    • C、show ip ospf topology
    • D、show ip eigrp topology 10.1.1.0/24

    正确答案:A,C

  • 第9题:

    A network design shows that R1 has four different possible paths from itself to the Data Center subnets. Which one of the following commands is most likely to show you all the possible next - hop IP addresses for these four possible routes?()

    • A、show ip eigrp topology
    • B、show ip eigrp topology all - links
    • C、show ip route eigrp
    • D、show ip route eigrp all - links
    • E、show ip eigrp topology all - learned

    正确答案:B

  • 第10题:

    下面哪条命令用于校验路由发送的路由信息?()

    • A、Router(config-router)#show route ip
    • B、Router(config)#show ip rip
    • C、Router#show ip rip route
    • D、Router#show ip route

    正确答案:D

  • 第11题:

    Which command will display only direct routes?()

    • A、show route
    • B、show route inet.0 direct
    • C、show ip route direct
    • D、show route protocol direct

    正确答案:D

  • 第12题:

    单选题
    下面哪条命令用于校验路由发送的路由信息?()
    A

    Router(config-router)#show route ip

    B

    Router(config)#show ip rip

    C

    Router#show ip rip route

    D

    Router#show ip route


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

  • 第13题:

    以下是路由器R1的部分配置,请完成其配置,或解释配置命令含义。

    !

    R1 (Config) interface fastethernet0

    R1(Config-if) ip address (6) (7)

    R1(Config-if) (8) (开启端口)

    !

    R1 (Config) interface serial 0

    R1(Config-if) ip address (9) (10)

    !

    R1 (Config) ip routing

    R1 (Config) router rip (11)

    R1 (Config-router) (12) (声明网络)

    R1 (Config-router) (13) (声明网络)

    R1 (Config-router) (14) (声明网络)

    R1 (Config-router) version 2 (15)

    !


    正确答案:(6)192.168.1.1 (7)255.255.255.0 (8)noshutdown (9)192.168.251.1 (10)255.255.255.0 (11)进入RIP配置模式 (12)network 192.168.1.0 (13)network 192.168.251.0 (14)network 192.168.253.0 (15)设置RIP协议版本2 注:(12)、(13)、(14)答案可互换
    (6)192.168.1.1 (7)255.255.255.0 (8)noshutdown (9)192.168.251.1 (10)255.255.255.0 (11)进入RIP配置模式 (12)network 192.168.1.0 (13)network 192.168.251.0 (14)network 192.168.253.0 (15)设置RIP协议版本2 注:(12)、(13)、(14)答案可互换 解析:由上图可知,路由器R1的e0的地址为192.168.1.1/24,s0的地址为192.168.251.1/24,使用network命令声明网络,分别是192.168.1.0、192.168.251.0、192.168.253.0。所以其配置应如下。
    !
    R1(Config)#interface fastethernet0
    R1(Config-if) #ip address192.168.1.1255.255.255.0
    R1(Config-if)# noshutdown (开启端口),
    !
    R1(Config)#interface serial 0
    R1(Config-if)# ip address 192.168.251.1 255.255.255.0
    !
    R1(Config)# ip routing
    R1 (Config) #router rip(进入RIP配置模式)
    R1(Config-router)# network 192.168.1.0(声明网络 192.168.1.0/24)
    R1(Config-router)# network 192.168.251.0(声明网络 192.168.251.0/24)
    R1(Config-router)# network 192.168.253.0(声明网络 192.168.253. 0/24)
    R1(Config-router) #version 2 (设置RIP协议版本2)

  • 第14题:

    能够显示路由器配置了哪种路由协议。

    A.R1(config)#show ip route

    B.R1>show ip route

    C.R1>show ip protocol

    D.R1(config-if)# show ip protocol


    正确答案:C
    解析:在用户命令或特权命令状态下,show中route命令显示路由信息。在用户命令或特权命令状态下,show中protocol命令显示配置的路由协议。

  • 第15题:

    阅读以下说明,回答问题1~3,将解答填入对应的解答栏内。

    某公司的分支机构通过一条DDN专线接入到公司总部,地址分配和拓扑结构如图5-1所示。在两台路由器之间可以使用静态路由,也可以使用动态路由。

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

    Router>en

    Router>conf term

    Router(config)hostname R1

    Router(config)int e0

    R1(config-if)ip address (1)

    R1(config-if)no shutdown

    R1(config-if)int s0

    R1(config-if)ip address [ (2) ]

    R1(config-if)no shutdown

    R1(config-if)clock rate 56000

    R1(config-if)exit

    R1(config)ip routing

    R1(config)ip route [ (3) ]

    R1(config)ip classless

    R1(config)exit

    R1copy run start


    正确答案:(1)192.168.15.1 255.255.255.224 (2)192.168.15.1 255.255.255.252 (3)0.0.0.0 0.0.0.0 192.168.15.2或者0.0.0.0 0.0.0.0 s0
    (1)192.168.15.1 255.255.255.224 (2)192.168.15.1 255.255.255.252 (3)0.0.0.0 0.0.0.0 192.168.15.2或者0.0.0.0 0.0.0.0 s0 解析:所在命令是为R1的e0端口配置的IP地址。根据网络拓扑结构图可知,e0端口的IP地址为192.168.15.1,子网掩码长度为27,即255.255.255.224。
    空(2)所在命令是为R1的s0端口配置的IP地址。根据网络拓扑结构图可知,s0端口的IP地址为192.168.15.1,子网掩码长度为30,即255.255.255.252。
    空(3)所在的命令ip
    route的作用是设置静态路由,由于图中并没有标有公司总部的IP地址范围,只能使用缺省路由,下一跳应为路由器R2的s0端口,因此应填写“0.0.0.0
    0.0.0.0 192.168.15.2”或者“0.0.0.0 0.0.0.0 s0”。

  • 第16题:

    Router R1 exists in an Enterprise that uses EIGRP as its routing protocol. The show ip route command output on router R1 lists the following phrase: "Gateway of last resort is 1.1.1.1 to network 2.0.0.0".Whic h of the following is most likely to have caused this output to occur on R1?()

    A. R1 has been configured with an ip default- network 2.0.0.0 command.

    B. R1 has been configured with an ip route 0.0.0.0 0.0.0.0 1.1.1.1 command.

    C. R1 has been configured with an ip route 2.0.0.0 255.0.0.0 1.1.1.1 command.

    D. Another router has been configured with an ip default - network 2.0.0.0 command.

    E. Another router has been configured with an ip route 2.0.0.0 255.0.0.0 1.1.1.1 command.


    参考答案:D

  • 第17题:

    ——能够显示路由器配置了哪种路由协议。

    A.R1(config)#show ip route

    B.R1>show ip protocol

    C.R1>show ip route

    D.R1(config—if)#show ip protocol


    正确答案:B
    解析:在用户命令或特权命令状态下,show ip route命令显示路由信息;在用户命令或特权命令状态下,show ip protocol命令显示配置的路由协议,故选B)。

  • 第18题:

    网络连接如下图所示,要使计算机能访问到服务器,在路由器R1中配置路由表的命令是( )。

    A. R1(config)#ip host R2 200.100.50.10

    B. R1(config)#ip new work 200.8.9.0 255.255.255.0

    C. R1(config)#ip host R2 200.100.50.0 255.255.255.0

    D. R1(config)#ip route 211.8.9.0 255.255.255.0 200.100.50.10


    正确答案:D
    (23)D)【解析】使用iproute命令配置静态路,命令格式为:iproute<目的网络地址><子网掩码><下一跳路由器的IP地址>。路由器Rl需要配置缺省路由,将下一跳路由器指定为R2。在命令中需要指出目的网络地址(211.8.9.0)、子网掩码(255.255.255.0)及下一跳地址(路由器R2的串口Sl的地址200.100.50.10)。

  • 第19题:

    如果想知道配置了哪种路由协议,应使用的命令是( )

    A.router>show router protocol
    B.router(config)>show ip protocol
    C.router(config)>#show router protocol
    D.router>show ip protocol

    答案:D
    解析:
    这是老的思科的题,不会再考试。

  • 第20题:

    ()指令用来查看路由器接口数据

    • A、show ip ospf interface
    • B、show ip interface
    • C、show ip-route
    • D、show ip-protocol

    正确答案:B

  • 第21题:

    Router R1 exists in an Enterprise that uses EIGRP as its routing protocol. The show ip route command output on router R1 lists the following phrase: "Gateway of last resort is 1.1.1.1 to network 2.0.0.0". Whic h of the following is most likely to have caused this output to occur on R1?()

    • A、R1 has been configured with an ip default- network 2.0.0.0 command.
    • B、R1 has been configured with an ip route 0.0.0.0 0.0.0.0 1.1.1.1 command.
    • C、R1 has been configured with an ip route 2.0.0.0 255.0.0.0 1.1.1.1 command.
    • D、Another router has been configured with an ip default - network 2.0.0.0 command.
    • E、Another router has been configured with an ip route 2.0.0.0 255.0.0.0 1.1.1.1 command.

    正确答案:D

  • 第22题:

    Which command allows viewing of only OSPF routes?()

    • A、show ip ospf route
    • B、show ip route protocol ospf
    • C、show route protocol ospf
    • D、show ospf table

    正确答案:C

  • 第23题:

    Which command will display only direct routes?()

    • A、show route
    • B、show route inet 0 direct
    • C、show ip route direct
    • D、show ip route protocol direct

    正确答案:D