What is one function of MBGP?()A. extending IPSec tunnelsB. carrying multiple address familiesC. propagating DVMRP routing informationD. extending Autonomous System GRE tunnels

题目
What is one function of MBGP?()

A. extending IPSec tunnels

B. carrying multiple address families

C. propagating DVMRP routing information

D. extending Autonomous System GRE tunnels


相似考题
更多“What is one function of MBGP?() ”相关问题
  • 第1题:

    Which form of BGP changes the BGP Next Hop attribute by default?()

    A.IBGP

    B.EBGP

    C.CBGP

    D.MBGP


    参考答案:B

  • 第2题:

    设A是一个类的类名,下面函数的参数的引用形式是( )。

    A.function(A &p)

    B.function(A p)

    C.function(A *p)

    D.function(constA)


    正确答案:A
    解析:重载的语法。

  • 第3题:

    组播的相关协议不包括()

    A.PIM

    B.DVMRP

    C.OSPF

    D.MSDP

    E.MBGP


    参考答案:C

  • 第4题:

    WhatpreventsroutingloopswhenMSDPisconfiguredacrossmultipledomains?()

    A.PIM-SM

    B.Scoping

    C.Auto-RP

    D.MBGP


    参考答案:D

  • 第5题:

    在规划MBGP时,需要注意()。

    A.MBGP只能用于支持IPv6

    B.如果网络规模很大,路由器又必须使用IBGP连接的话,需要用到BGP反射技术

    C.MBGP的规划原则基本同BGP一样

    D.根据路由策略的需求,合理设置本地优先级、MED等路由属性


    答案BCD

  • 第6题:

    10、以下 jQuery 事件处理程序的写法错误的是?

    A.$("#id").hover(function(){ //some code },function(){ //other code });

    B.$(function(){ //some code });

    C.$.click(function(){ //some code });

    D.$("#id").click(function(){ //some code });


    click;change