A. extending IPSec tunnels
B. carrying multiple address families
C. propagating DVMRP routing information
D. extending Autonomous System GRE tunnels
第1题:
A.IBGP
B.EBGP
C.CBGP
D.MBGP
第2题:
设A是一个类的类名,下面函数的参数的引用形式是( )。
A.function(A &p)
B.function(A p)
C.function(A *p)
D.function(constA)
第3题:
A.PIM
B.DVMRP
C.OSPF
D.MSDP
E.MBGP
第4题:
A.PIM-SM
B.Scoping
C.Auto-RP
D.MBGP
第5题:
A.MBGP只能用于支持IPv6
B.如果网络规模很大,路由器又必须使用IBGP连接的话,需要用到BGP反射技术
C.MBGP的规划原则基本同BGP一样
D.根据路由策略的需求,合理设置本地优先级、MED等路由属性
第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 });