更多“配置Cisco路由器时,进入路由器第一到第四个telnet线路配置状态的cisco的命令是()。A、line vty 1 4B、line vty 0 3C、line vty 0 4D、line con 0 4”相关问题
  • 第1题:

    下面哪条命令用于在路由器上添加进入telnet的登录口令()

    A.Routerpassword kkk

    B.Router(Config)login password kkk

    C.Router(Config)line vty 0 4

    D.Routerline vty 0 4


    正确答案:C

  • 第2题:

    Cisco 3548交换机采用telnet远程管理方式进行配置,其设备管理地址是222.38.12.23/24,缺省路由是222.38.12.1。下列对交换机预先进行的配置,正确的是

    A)Switch-3548(config)#interface vlan1

    Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0

    Switch-3548(config-if)#ip default-gateway 222.38.12.1

    Switch-3548(config-if)#exit

    Switch-3548(config)#line vty 0 4

    Switch-3548(config-line)#password 7 ccc

    Switch-3548(config-line)#exit

    B)Switch-3548(config)#interface vlan1

    Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0

    Switch-3548(config-if)#exit

    Switch-3548(config)#ip default-gateway 222.38.12.1

    Switch-3548(config)#line vty 0 4

    Switch-3548(config-line)#password 7 ccc

    Switch-3548(config-line)#exit

    C)Switch-3548(config)#interface vlan1

    Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0

    Switch-3548(config-if)#exit

    Switch-3548(config)#ip default-route 222.38.12.1

    Switch-3548(config)#line vty 0 4

    Switch-3548(config-line)#password 7 ccc

    Switch-3548(config-line)#exit

    D)Switch-3548(config)#interface vlan1

    Switch-3548(config-if)#ip address 222.38.12.23 255.255.255.0

    Switch-3548(config-if)#exit

    Switch-3548(config)#ip default-gateway 222.38.12.1

    Switch-3548(config)#line aux 0 4

    Switch-3548(config-line)#password 7 ccc

    Switch-3548(config-line)#exit


    正确答案:A
    A
    解析:交换机telnet远程管理方式进行配置。以Cisco 3548交换机为例:
    步骤一:进入端口配置模式(config)#interface vlan1
    步骤二:配置端口通信IP地址与子网掩码(config-if)#ip address 222.38.12.23 255.255.255.0
    步骤三:配置缺省路由(config-if)#ip default-gateway 222.38.12.1
    步骤四:退出(config-if)#exit
    步骤五:配置远程登录口令(config)#line vty 0 4  (config-line)#password 7 ccc
    步骤六:退出(config-line)#exit

  • 第3题:

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

    A.Router

    B.Router(config)

    C.Router(config-line)

    D.Router(config-if)


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

  • 第4题:

    Which commands is necessary to permit SSH or Telnet access to a cisco switch that is otherwise configured for these vty line protocols?()

    A. transport type all

    B. transport output all

    C. transport preferred all

    D. transport input all


    参考答案:D

  • 第5题:

    要进入以太网端口配置模式,下面的路由器命令中,哪一条是正确的? ( ) 。

    A.[R1] interface e0
    B. interface e0
    C.[R1] line e0
    D. line s0

    答案:A
    解析:
    要从系统视图才能进入端口配置试图。系统模式的提示符是:[设备名]进入端口配置视图的命令是 interface。

  • 第6题:

    交换机对f0/1接口进行配置需输入()

    • A、int vlan f0/1
    • B、line vty f0/1
    • C、enable f0/1
    • D、interface f0/1

    正确答案:D

  • 第7题:

    配置路由器的tenlet,只允许四个连接同时以telnet方式访问路由器,并设置telnet登录方式为检验用户名和密码,且配置telnet的空闲等待时间为10分钟30秒,则正确的配置包括()。

    • A、router(config)#line vty 0 3
    • B、router(config-line)#exec-timeout 10 30
    • C、router(config-line)#login
    • D、router(config-line)#login local
    • E、router(config-line)#password cisco

    正确答案:A,B,D

  • 第8题:

    路由器的特权配置模式转到全局配置模式的命令是()

    • A、interface
    • B、line vty 0 4
    • C、configure terminal
    • D、enable

    正确答案:C

  • 第9题:

    Which commands is necessary to permit SSH or Telnet access to a cisco switch that is otherwise configured for these vty line protocols?()

    • A、transport type all
    • B、transport output all
    • C、transport preferred all
    • D、transport input all

    正确答案:D

  • 第10题:

    应当为哪个接口配置IP地址,以便管理员可以通过网络连接交换机进行管理?()

    • A、FastEthernet 0/1
    • B、Console
    • C、Line vty 0
    • D、Vlan 1

    正确答案:D

  • 第11题:

    单选题
    配置Cisco路由器时,进入路由器第一到第四个telnet线路配置状态的cisco的命令是()。
    A

    line vty 1 4

    B

    line vty 0 3

    C

    line vty 0 4

    D

    line con 0 4


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

  • 第12题:

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

    Router(config-line)#

    B

    Router(config-if)#

    C

    Router#

    D

    Router(config)#


    正确答案: D
    解析:
    Cisco路由器进入vty配置模式后,正确的命令提示符是Router(config-line)#。

  • 第13题:

    用标准访问控制列表配置只允许212.33.127.0/24子网主机登录到路由表,正确的配置是______。

    A.Router(config) #access-list 10 permit 212.33.127.0 255.255.255.0 Router(config) #line vty 0 5 Router(config-line) #access-class 10 in

    B.Router(config) #access-list 20 permit 212.33.127.0 0.0.0.255 Router(config) #line vty 0 5 Router(config-line) #access-class 20 out

    C.Router(config) #access-list 99 permit 212.33.127.0 0.0.0.255 Router(config) #line vty 0 5 Router(config-line) #access-class 99 in

    D.Router(config) #access-list 100 permit 212.33.127.0 0.0.0.255 Router(config) #line vty 0 5 Router(config-line) #access-class 100 in


    正确答案:C
    解析:表号1~99用于标准访问控制列表,扩展访问控制列表的表号范围为100~199和2000~2699,D项不符合,并且通配符用32位二进制数表示,表示形式与IP地址和子网掩码相同,实际上就是子网掩码的反码,212.33.127.0/24的子网掩码为255.255.255.0,反码为0.0.0.255。因此选C。

  • 第14题:

    公司有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

  • 第15题:

    This graphic shows the results of an attempt to open a Telnet connection to router ACCESS1 from router Remote27. Which of the following command sequences will correct this problem? ()

    A. ACCESS1(config)# line console 0 ACCESS1(config-line)# password cisco

    B. Remote27(config)# line console 0 Remote27(config-line)# login Remote27(config-line)# password cisco

    C. ACCESS1(config)# line vty 0 4 ACCESS1(config-line)# login ACCESS1(config-line)# password cisco

    D. Remote27(config)# line vty 0 4 Remote27(config-line)# login Remote27(config-line)# password cisco

    E. ACCESS1(config)# enable password cisco

    F. Remote27(config)# enable password cisco


    参考答案:C

  • 第16题:

    Which commands is necessary to permit SSH or Telnet access to a cisco switch that is otherwiseconfigured for these vty line protocols?()

    A.transport type all

    B.transport output all

    C.transport preferred all

    D.transport input all


    参考答案:D

  • 第17题:

    路由器的普通用户配置模式转换到特权用户配置模式的命令是()

    • A、enable
    • B、configure terminal
    • C、router rip
    • D、line vty 0 4

    正确答案:A

  • 第18题:

    如果网络管理员在交换机上输入以下命令,会有什么结果?Switch1(config-line)# line console 0 Switch1(config-line)# password cisco Switch1(config-line)# login ()

    • A、采用口令"cisco"来保护控制台端口
    • B、通过将可用的线路数指定为0来拒绝用户访问控制台端口
    • C、通过提供所需的口令来访问线路配置模式
    • D、配置用于远程访问的特权执行口令

    正确答案:A

  • 第19题:

    配置路由器的telnet,只允许三个人同时以telnet访问该路由器,则正确的配置为()。

    • A、line vty 0 1
    • B、line vty 0 2
    • C、line vty 0 3
    • D、line vty 0 4

    正确答案:B

  • 第20题:

    Which commands is necessary to permit SSH or Telnet access to a cisco switch that is otherwiseconfigured for these vty line protocols?()

    • A、transport type all
    • B、transport output all
    • C、transport preferred all
    • D、transport input all

    正确答案:D

  • 第21题:

    下列命令中,哪些命令可以使路由器进入线路配置模式?()

    • A、vty 0
    • B、line vty 0 4
    • C、console 0
    • D、line console 0

    正确答案:B,D

  • 第22题:

    多选题
    下列命令中,哪些命令可以使路由器进入线路配置模式?()
    A

    vty 0

    B

    line vty 0 4

    C

    console 0

    D

    line console 0


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

  • 第23题:

    单选题
    配置路由器的telnet,只允许三个人同时以telnet访问该路由器,则正确的配置为()。
    A

    line vty 0 1

    B

    line vty 0 2

    C

    line vty 0 3

    D

    line vty 0 4


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