Which command sequence shows traffic per queue for an interface?() A.show interfaces queue ge-0/0/0B.show statistics queue detailC.show interfaces ge-0/0/0 statistics extensiveD.monitor interface ge-0/0/0 queue
Which command sequence shows traffic per queue for an interface?()
A.show interfaces queue ge-0/0/0
B.show statistics queue detail
C.show interfaces ge-0/0/0 statistics extensive
D.monitor interface ge-0/0/0 queue
相关考题:
It is reported that the film __________ this Saturday in some large cities. A.is to showB.is to be shownC.is showingD.shows
The results of the examination ________ that you have all made great ________. A.shows...progressesB.show...progressesC.show...progressD.shows...progress
Which configuration command configures queue buffer allocation on the ERX Edge Router?() A.qos-profileB.queue-profileC.scheduler-profileD.traffic-shape-profile
The printer associated with the hp5_queue is down for maintenance. Which of the following commands will move the remaining print jobs from hp5_queue to the hp7_queue?() A. export $LPDEST=hp7_queueB. qmov -m hp7_queue -P hp5_queueC. lpmov -s hp5_queue -d hp7_queueD. redirect -q hp5_queue hp7_queue
Onwhatbasisareworldwidenodenamesassigned?() A.per-serviceprofileB.per-computenodeC.per-groupD.per-VHBA
Asanetworkengineer,studytheexhibitcarefully.RouterNetisunabletoestablishanADSLconnectionwithitsprovider.Whichactionwouldcorrectthisproblem?() A.OntheDialer0interface,addthepppoeenablecommandB.OntheDialer0Interface,addtheipmtu1496commandC.OntheATM0/0interface,addthedialerpool-member1commandD.OntheATM0/0interface,addthedialerpool-member0command
Which command shows if an access list is assigned to an interface?() A. show ip interface [interface] access-listsB. show ip access-lists interface [interface]C. show ip interface [interface]D. show ip access-lists [interface]
循环队列Queue(最多元素为MAX)判断队列为空的条件是()。 A. Queue->front= =NULL; B. Queue->rear= =NULL; C. Queue->front= = Queue->rear; D. Queue= =NULL;
下列关于interface的说法正确的是:A.interface中可以有private方法B.interface中可以有final方法C.interface中可以有function实现D.interface可以继承其他interface