Given the following MPLS L2 configuration command:mpls-relay 10.1.1.1 4Which two statements true? ()(Choose two.)A. This command is applied to the core router facing interface.B. This command is applied to the customer facing interface.C. The 4 is locally

题目
Given the following MPLS L2 configuration command:mpls-relay 10.1.1.1 4Which two statements true? ()(Choose two.)

A. This command is applied to the core router facing interface.

B. This command is applied to the customer facing interface.

C. The 4 is locally significant and identifies the layer 2 circuit.

D. The 4 must match exactly on the peer router configuration on the remote end.


相似考题
更多“Given the following MPLS L2 configuration command:mpls-relay 10.1.1.1 4Which two statements true? ()(Choose two.) ”相关问题
  • 第1题:

    Thefilefile.txt”existsonthefilesystemandcontsinsASCIItext.Given:try{Filef=newFile(file.txt”);OutputStreamout=newFileOutputStream(f,true);}catch(IOException){}Whatistheresult?()

    A.Thecodedoesnotcompile.

    B.Thecoderunsandnochangeismadetothefile.

    C.Thecoderunsandsetsthelengthofthefileto0.

    D.Anexceptionisthrownbecausethefileisnotclosed.

    E.Thecoderunsanddeletesthefilefromthefilesystem.


    参考答案:A

  • 第2题:

    下列复选框构造方法,错误的是()。

    A.setLayout(newGridLayout(3,1));

    B.add(newCheckbox("one",null,true));

    C.add(newCheckbox("tWO");

    D.add(newCheckbox("one",true);


    正确答案:D

  • 第3题:

    Youhave2NTPserversinyournetwork-10.1.1.1and10.1.1.2.YouwanttoconfigurationureaCiscoroutertouse10.1.1.2asitsNTPserverbeforefallingbackto10.1.1.1.Whichcommandswillyouusetoconfigurationuretherouter?()

    A.ntpserver10.1.1.1 ntpserver10.1.1.2

    B.ntpserver10.1.1.1 ntpserver10.1.1.2primary

    C.ntpserver10.1.1.1 ntpserver10.1.1.2prefer

    D.ntpserver10.1.1.1 fallback ntpserver10.1.1.2


    参考答案:C

  • 第4题:

    下列复选框构造方法,错误的是 ( )

    A.setLayout(new GridLayout(3,1));

    B.add(new Checkbox("one",null,true));

    C.add(new Checkbox("two"));

    D.add(new Checkbox("one",true));


    正确答案:D
    解析:该题考查复选框的构造方法。构造方法的一般格式为:public Checkbox (String label,CheckboxGrou Pgroup,boolean state)。选项A、B、C都是正确的,而选项D是错误的,它的第二个参数应该是CheckboxGrou Pgroup,所以选项D是错误的。

  • 第5题:

    以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two

    A.two.three.

    B.two

    C.three

    D.value is 2


    正确答案:A

  • 第6题:

    WhichofthefollowingareassociatedwiththeapplicationlayeroftheOSImodel?(two.)()

    A.ping

    B.Telnet

    C.FTP

    D.TCP

    E.IP


    参考答案:B, C