niusouti.com

Given the output from a show route extensive command (some information removed):10.10.0.0/16(2 entries, 1 announced) Communities: 64512:666 90:4070 5834:66172.16.1.0/24(1 entries, 1announced) Communities: 65000:1696 1234:666 50:7090172.16.20.0/22 (3 entri

题目

Given the output from a show route extensive command (some information removed):10.10.0.0/16(2 entries, 1 announced) Communities: 64512:666 90:4070 5834:66172.16.1.0/24(1 entries, 1announced) Communities: 65000:1696 1234:666 50:7090172.16.20.0/22 (3 entries, 1 announced)Communities: 65544:1000 80:1001 8431:14952192.168.33.64/26 (2 entries, 1 announced) Communities:10:4307 9231:1071 64512:999Which two routes appear when a show route community 64512:* command is executed?()

A.10.10.0.0/16

B.172.16.1.0/24

C.172.16.20.0/22

D.192.168.33.64/26


相似考题
参考答案和解析
参考答案:A, D
更多“Given the output from a show route extensive command (some information removed):10.10.0.0/ ”相关问题
  • 第1题:

    Whichactionoccurswhenthepolicymain-policyevaluatestheBGProute10.0.55.2/32?()

    [editpolicy-options]

    policy-statementtest{

    from{

    route-filter10.0.0.016/orlongeraccept;

    route-filter10.0.67.0/24orlangerreject;

    route-filter10.0.0.0/8orlanger;

    }

    then{

    metric10;

    communityaddno-advertise;

    accept;

    }

    }

    policy-statementmain-policy{

    termonly-want-certain-routes{

    from{

    policytest;

    }

    then{

    communityaddharry-402;

    accept;

    }

    }

    }

    communitynoadvertisemembersno-advertise;

    communityharry-402members666:402;

    [editprotocols]

    bgp{

    exportmain-policy;}


    参考答案:B

  • 第2题:

    The network administrator is asked to configure 113 point-to-point links.Which IP addressing scheme best defines the address range and subnet mask that meet the requirement and waste the fewest subnet and host addresses?()

    A.10.10.0.0/18 subnetted with mask 255.255.255.252

    B.10.10.0.0/25 subnetted with mask 255.255.255.252

    C.10.10.0.0/24 subnetted with mask 255.255.255.252

    D.10.10.0.0/23 subnetted with mask 255.255.255.252

    E.10.10.0.0/16 subnetted with mask 255.255.255.252


    参考答案:D

  • 第3题:

    已知位于同一文件夹下的两个文件,output.py和test.py的内容如下: #output.py def show(): print(__name__) #test.py import output if __name__=='__main__': output.show() 运行test.py的输出结果是()。 知识点:模块和主模块

    A.output

    B.__main__

    C.__name__

    D.test


    通过键盘输入一个3位数的整数,编程输出各个位数的和,例如345,各个位数的和就是3+4+5=12。

  • 第4题:

    Thenetworkadministratorisaskedtoconfigure113point-to-pointlinks.WhichIPaddressingschemebestdefinestheaddressrangeandsubnetmaskthatmeettherequirementandwastethefewestsubnetandhostaddresses?()

    A.10.10.0.0/18subnettedwithmask255.255.255.252

    B.10.10.0.0/25subnettedwithmask255.255.255.252

    C.10.10.0.0/24subnettedwithmask255.255.255.252

    D.10.10.0.0/23subnettedwithmask255.255.255.252

    E.10.10.0.0/16subnettedwithmask255.255.255.252


    参考答案:D

  • 第5题:

    ●Information (71) involves all the operations of an office.

    (71)A. record

    B. processing

    C. input

    D. output


    正确答案:B

  • 第6题:

    7、已知位于同一文件夹下的两个文件,output.py和test.py的内容如下: #output.py def show(): print(__name__) #test.py import output if __name__=='__main__': output.show() 运行test.py的输出结果是()。 知识点:模块和主模块

    A.output

    B.__main__

    C.__name__

    D.test


    错误