The command frame-relay map ip 10.121.16.8 102 broadcast was entered on the router. Which of the following statements is true concerning this command?()A、This command should be executed from the global configuration mode.B、The IP address 10.121.16.8 is th

题目

The command frame-relay map ip 10.121.16.8 102 broadcast was entered on the router. Which of the following statements is true concerning this command?()

  • A、This command should be executed from the global configuration mode.
  • B、The IP address 10.121.16.8 is the local router port used to forward data.
  • C、102 is the remote DLCI that will receive the information.
  • D、This command is required for all Frame Relay configurations.
  • E、The broadcast option allows packets, such as RIP updates, to be forwarded across the PVC

相似考题
更多“The command frame-re”相关问题
  • 第1题:

    为了使命令按钮(名称为Command1)右移200,应使用的语句是______。

    A.Command1. Move-200

    B.Command1. Move 200

    C.Command1. Left=Command1. Left+200

    D.Command1. Left=Command1. Left-200


    正确答案:C
    解析:Move方法是按绝对坐标值对控件进行移动。按题意要求,相对位移控件应采用改变Left属性值增量的方法,Left属性值增加某一增量时控件将向右移,反之将向左移。

  • 第2题:

    执行( )语句,可使窗口的按钮Command1上显示“确定”。

    A、 Command1.Show = "确定"

    B、 Command1.Caption = "确定"

    C、 Command1.Name = "确定"

    D、 Command1.Visible = "确定"


    正确答案:B


  • 第3题:

    窗体上添加有3个命令按钮,分别命名为Command1、Command2和Command3。编写Commandl的单击事件过程,完成的功能为:当单击按钮Command1时,按钮Command2可用,按钮Command3不可见。以下正确的是( )。

    A.Private Sub Command1_C1ick() Command2.Visible=True Command3.Visible=False End Sub

    B.Private Sub Commandl_C1ick() Command2.Enabled=True Command3.Enabled=False End Sub

    C.Private Sub Conunand1_C1ick() Command2.Enabled=True Command3.Visible=False End Sub

    D.Private Sub Command1_Click() Command2.Visible=True Command3.Enabled=False End Sub


    正确答案:C
    解析:命令按钮足否可见是由Visible属性来控制,是否可用由Enabled属性来控制。题目要求当单击按钮Command1时,按钮Command2.可用,也就是命令按钮Cored2的Enbaled届性为真:按钮Command3不可见,也就是命令按钮Command3的Visible属性为False,由此可见选项C是止确答案。

  • 第4题:

    Arielisdesigninganapplicationandwouldliketocreateresponsedocumentswithacopyoftheoriginaldocinacollapsiblesection,oneofthefollowing@command,providedwiththecorrectparameters,willallowhertodothis()

    A.@command ([compose with copy])

    B.@command ([compose with section])

    C.@command ([compose with reference])

    D.@command ([compose with referencesection])


    参考答案:C

  • 第5题:

    在窗体上画三个命令按钮,其名称分别为Command1、Command2和Command3,然后编写如下事件过程: Private Sub Command1 Click() Command2.Enabled = False Command3.Visible = False End Sub程序运行后,单击命令按钮Command1,则执行的操作是______。

    A.命令按钮Command2和Command3禁用

    B.命令按钮Command2和Command3隐藏

    C.命令按钮Command2隐藏,Command3禁用

    D.命令按钮Command2禁用,Command3隐藏


    正确答案:D

  • 第6题:

    对于command1&&command2||command3下面表述正确的是:()。

    • A、当command1成功,command2失败时才执行command3
    • B、当command1、command2成功时才执行command3
    • C、当command1、command2失败时才执行command3
    • D、当command1失败,command2成功时才执行command3

    正确答案:A

  • 第7题:

    程序运行时,使Command1失效的语句是()。

    • A、 Command1.Visible=True
    • B、 Command1.Visible=False
    • C、 Command1.Enabled=True
    • D、 Command1.Enabled=False

    正确答案:D

  • 第8题:

    What is a global command?()

    • A、a command that is set once and affects the entire router
    • B、a command that is implemented in all foreign and domestic IOS versions
    • C、a command that is universal in application and supports all protocols
    • D、a command that is available in every release of IOS, regardless of the version or deployment status
    • E、a command that can be entered in any configuration mode

    正确答案:A

  • 第9题:

    An operator has been asked if a system was rebooted. Which of the following commands should be used to determine if a reboot has occurred?()

    • A、The name?command.The ?name?command.
    • B、The ptime?command.The ?ptime?command.
    • C、The hutdown ast?command.The ?hutdown ?ast?command.
    • D、The ?etc/rc.shutdown?command.

    正确答案:B

  • 第10题:

    单选题
    Which statement about the WebView submit command is true?()
    A

    The submit command exits the GUI.

    B

    The submit command reboots the WX device.

    C

    The submit command saves and writes the configuration to flash.

    D

    The submit command is the same as the commit CLI command.


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

  • 第11题:

    单选题
    In the Cisco IOS, what is the definition of a global command?()
    A

    A command that can be entered in any configuration mode.

    B

    A command that supports all protocols.

    C

    A command that is implemented in all IOS versions.

    D

    A command that is set once and affects the entire router.

    E

    A command that is available in every release of IOS.


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

  • 第12题:

    单选题
    Which two commands should be entered on a WLAN controller to remove any residual configuration?()
    A

     Enter the clear controller command followed by the reload command.

    B

     Enter the clear controller command followed by the reset command.

    C

     Enter the clear controller command followed by the reset system command.

    D

     Enter the erase startup-config command followed by the reload command.

    E

     Enter the erase startup-config command followed by the reset command.

    F

     Enter the erase startup-config command followed by the reset system command.


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

  • 第13题:

    为了使命令按钮(名称为Command1)右移200,应使用的语句是( )。

    A.Command1.Move -200

    B.Command1.Move 200

    C.Command1.Left = Command1.Left + 200

    D.Command1.Left = Command1.Left - 200


    正确答案:C

  • 第14题:

    窗体上有3个按钮Commandl、Command2和Command3,如以下代码: Private Sub Commandl Click() Command2.Enabled:Fal3e Command3.Vi3ible=Fal3e End Sub 该程序的功能是 ( )

    A.当单击按钮Command1时, Command2和Command3按钮不可用

    B.当单击按钮Command1时, Command2和Command3按钮不可见

    C.当单击按钮Command1时, Cammand2按钮不可用和Command3按钮不可见

    D.当单击按钮Command1时, Command2按钮不可见和Command3按钮不可用


    正确答案:C
    解析:本题主要是对命令按扭属性的考查。其中Enabled肩性用来表示按扭是否可用。Visible属性用来表示按扭是否可见。故选项C正确。

  • 第15题:

    Which statement about the WebView submit command is true?()

    A. The submit command exits the GUI.

    B. The submit command reboots the WX device.

    C. The submit command saves and writes the configuration to flash.

    D. The submit command is the same as the commit CLI command.


    参考答案:D

  • 第16题:

    kristinwantstobuildanactionwhichexitsthevideoform.theactionwillbeavaiableonlywhentheuserisreadingthedocument,whichoneofthefollowingaccomplishthis?()

    A.@command([back])

    B.@command([fileexit])

    C.@command([gotoview])

    D.@command([fileclosewindow])


    参考答案:D

  • 第17题:

    In the Cisco IOS, what is the definition of a global command?()

    A. A command that can be entered in any configuration mode.

    B. A command that supports all protocols.

    C. A command that is implemented in all IOS versions.

    D. A command that is set once and affects the entire router.

    E. A command that is available in every release of IOS.


    参考答案:D

  • 第18题:

    What is a global command?()

    • A、A command that is available in every release of IOS, regardless of the version or deployment status.
    • B、A command that can be entered in any configuration mode.
    • C、A command that is universal in application and supports all protocols.
    • D、A command that is implemented in all foreign and domestic IOS version.
    • E、A command that is set once and affects the entire router.

    正确答案:A

  • 第19题:

    In the Cisco IOS, what is the definition of a global command?()

    • A、A command that can be entered in any configuration mode.
    • B、A command that supports all protocols.
    • C、A command that is implemented in all IOS versions.
    • D、A command that is set once and affects the entire router.
    • E、A command that is available in every release of IOS.

    正确答案:D

  • 第20题:

    Ariel is designing an application and would like to create response documents with a copy of the original doc in a collapsible section, one of the following @command, provided with the correct parameters, will allow her to do this ()

    • A、 @command ([compose with copy]) 
    • B、 @command ([compose with section]) 
    • C、 @command ([compose with reference]) 
    • D、 @command ([compose with referencesection])

    正确答案:C

  • 第21题:

    Which statement about the WebView submit command is true?()

    • A、The submit command exits the GUI.
    • B、The submit command reboots the WX device.
    • C、The submit command saves and writes the configuration to flash.
    • D、The submit command is the same as the commit CLI command.

    正确答案:D

  • 第22题:

    单选题
    Please()search and rescue.
    A

    make command of

    B

    take command of

    C

    get command of

    D

    have command of


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

  • 第23题:

    单选题
    查找命令的快捷键是:()
    A

    Control(Windows)/Command(MacOS)+C

    B

    Control(Windows)/Command(MacOS)+M

    C

    Control(Windows)/Command(MacOS)+F

    D

    Control(Windows)/Command(MacOS)+S


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

  • 第24题:

    单选题
    If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode, what will be the result when you issue the command alter database archivelog?()
    A

     The alter database archivelog command will fail

    B

     The alter database archivelog inconsistent command must be used to put the database in ARCHIVELOG mode

    C

     The alter database archivelog command will succeed

    D

     The alter database archivelog command will ask if you want to make the database consistent first

    E

     There is no alter database archivelog command. The correct command is alter database alterlogging


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