niusouti.com

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 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?() ”相关问题
  • 第1题:

    A:I have got a pain in my chest. B:You ( )see the doctor.

    A. have

    B. need

    C. should


    正确答案:C

  • 第2题:

    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?()


    参考答案:D

  • 第3题:

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

    B. Telnet sessions from host A to host 5.1.3.10

    C. Telnet sessions from host B to host 5.1.2.10

    D. Telnet sessions from host B to host 5.1.3.8

    E. Telnet sessions from host C to host 5.1.3.10

    F. Telnet sessions from host F to host 5.1.1.10


    参考答案:D, F

  • 第4题:

    Which configuration keyword ensures that all in-progress sessions are re-evaluated upon committing a security policy change?()

    A. policy-rematch

    B. policy-evaluate

    C. rematch-policy

    D. evaluate-policy


    参考答案:A

  • 第5题:

    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_queue

    B. qmov -m hp7_queue -P hp5_queue

    C. lpmov -s hp5_queue -d hp7_queue

    D. redirect -q hp5_queue hp7_queue


    参考答案:B

  • 第6题:

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


    front==(rear+1)%maxSize