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.)

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.


相关考题:

下列CASE语句中执行结果不为空的是() A、SELECTCASEWHEN125THEN'true'ELSE'false'END;B、SELECTCASEBINARY'B'WHEN'a'THEN1WHEN'b'THEN2END;C、SELECTCASEWHEN-10THEN'true'END;D、SELECTCASE'one'WHEN1THEN'one'WHEN2THEN'two'END;

You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}A.two.three.B.two.C.three.D.value is 2

publicclassTest{publicstaticvoidmain(String[]args){booleanassert=true;if(assert){System.out.println(”assertistrue”);}}}Given:javac-source1.3Test.javaWhatistheresult?() A.Compilationfails.B.Compilationsucceedswitherrors.C.Compilationsucceedswithwarnings.D.Compilationsucceedswithoutwarningsorerrors.

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.setLayout(new GridLayout(3,1));B.add(new Checkbox("one",null,true));C.add(new Checkbox("two"));D.add(new Checkbox("one",true));

下列复选框构造方法,错误的是()。A.setLayout(newGridLayout(3,1));B.add(newCheckbox("one",null,true));C.add(newCheckbox("tWO");D.add(newCheckbox("one",true);

以下程序段的输出结果为( )。 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.twoA.two.three.B.twoC.threeD.value is 2

Youhave2NTPserversinyournetwork-10.1.1.1and10.1.1.2.YouwanttoconfigurationureaCiscoroutertouse10.1.1.2asitsNTPserverbeforefallingbackto10.1.1.1.Whichcommandswillyouusetoconfigurationuretherouter?() A.ntpserver10.1.1.1 ntpserver10.1.1.2B.ntpserver10.1.1.1 ntpserver10.1.1.2primaryC.ntpserver10.1.1.1 ntpserver10.1.1.2preferD.ntpserver10.1.1.1 fallback ntpserver10.1.1.2

WhichofthefollowingareassociatedwiththeapplicationlayeroftheOSImodel?(two.)() A.pingB.TelnetC.FTPD.TCPE.IP