网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
You are experiencing contention in the queue on an egress interface of the router. Which policy action should be used for congestion control?()

A.mark

B.color

C.filter

D.discard


参考答案

更多 “ You are experiencing contention in the queue on an egress interface of the router. Which policy action should be used for congestion control?() A.markB.colorC.filterD.discard ” 相关考题
考题 You’ll be punished by law if you ________ your child. (A) use(B) abuse(C) used(D) abused

考题 ()that happen,what()we do? A、If…shallB、Suppose…shallC、Should…wouldD、Had…should

考题 A: Have you seen my camera? I can't find it.B: Just now I have seen it. You_____ have put it in the bag.A. mustB. wouldC. should

考题 You ________ show more respect for your elders. A. canB. couldC. mightD. should

考题 A:I have got a pain in my chest. B:You ( )see the doctor.A. haveB. needC. should

考题 Which configuration keyword ensures that all in-progress sessions are re-evaluated upon committing a security policy change?() A. policy-rematchB. policy-evaluateC. rematch-policyD. evaluate-policy

考题 ABGProuterhasthefollowingconfiguration:protocols{bgp{export[policy-1policy-2policy-3];}}policy-options{policy-statementpolicy-2{termget-statics{fromprotocolstatic;thenaccept;}termreject-all{thenreject;}}policy-statementpolicy-1{termget-aggregate{fromprotocolaggregate;thenaccept;}termreject-all{thenreject;}}policy-statementpolicy-3{termget-ospf{fromprotocolospf;thenaccept;}termreject-all{thenreject;}}}Whichpolicytermisevaluatedfirstwhenexportingroutes?()

考题 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

考题 You‘re the systems administrator at Testing, and you create the following access control lists.You then enter the command ip access-group 101 in to apply access control list 101 to router TK1s e0 interface.Which of the following Telnet sessions will be blocked as a result of your access lists?()A. Telnet sessions from host A to host 5.1.1.10B. Telnet sessions from host A to host 5.1.3.10C. Telnet sessions from host B to host 5.1.2.10D. Telnet sessions from host B to host 5.1.3.8E. Telnet sessions from host C to host 5.1.3.10F. Telnet sessions from host F to host 5.1.1.10

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