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
第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;}
第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
第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
第4题:
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
第5题:
●Information (71) involves all the operations of an office.
(71)A. record
B. processing
C. input
D. output
第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