Which command sequence displays queue statistics for an interface?()A.monitor interface ge-0/0/0 queueB.show interfaces queue ge-0/0/0C.show interfaces ge-0/0/0 statistics extensiveD.show statistics queue detail

题目
Which command sequence displays queue statistics for an interface?()

A.monitor interface ge-0/0/0 queue

B.show interfaces queue ge-0/0/0

C.show interfaces ge-0/0/0 statistics extensive

D.show statistics queue detail


相似考题
参考答案和解析
参考答案:B
更多“Which command sequence displays queue statistics for an interface?() ”相关问题
  • 第1题:

    Asanetworkengineer,studytheexhibitcarefully.RouterNetisunabletoestablishanADSLconnectionwithitsprovider.Whichactionwouldcorrectthisproblem?()

    A.OntheDialer0interface,addthepppoeenablecommand

    B.OntheDialer0Interface,addtheipmtu1496command

    C.OntheATM0/0interface,addthedialerpool-member1command

    D.OntheATM0/0interface,addthedialerpool-member0command


    参考答案:C

  • 第2题:

    Usetheoutputfromtheroutershowninthegraphicabovetodeterminewhichofthefollowingarecorrect.()

    A.Router John uses alink-state routing protocol.

    B.Router John will receive routing updates on the Serial0/0 interface.

    C.Router John will receive routing updates on the Serial0/1 interface.

    D.Router John will send routing updates out the Serial0/0 interface.

    E.Router John will send routing updates out the FastEthernet0/0 interface.

    F.Router John will send routing updates out the Serial0/1 interface.


    参考答案:B, D

  • 第3题:

    下列关于interface的说法正确的是:

    A.interface中可以有private方法

    B.interface中可以有final方法

    C.interface中可以有function实现

    D.interface可以继承其他interface


    interface 可以继承其他 interface

  • 第4题:

    Which command shows if an access list is assigned to an interface?()

    A. show ip interface [interface] access-lists

    B. show ip access-lists interface [interface]

    C. show ip interface [interface]

    D. show ip access-lists [interface]


    参考答案:C

  • 第5题:

    循环队列Queue(最多元素为MAX)判断队列为空的条件是()。 A. Queue->front= =NULL; B. Queue->rear= =NULL; C. Queue->front= = Queue->rear; D. Queue= =NULL;


    front==(rear+1)%maxSize

  • 第6题:

    下列关于interface的说法正确的是:

    A.interface中可以有private方法

    B.interface中可以有final方法

    C.interface中可以有方法的具体实现

    D.interface可以继承其他interface


    interface 可以继承其他 interface