A. FTP or SCP
B. FTP or TFTP
C. TFTP or SCP
D. TFTP or SMTP
第1题:
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?()
第2题:
A.CNAI_DATA_DIR
B.CNAI_EXPORT_DIR
C.CNAI_IMPORT_DIR
D.CNAI_REPORT_FILE_DIR
第3题:
10、如果一个模块要使用另一个模块中定义的函数,则首先必须在该函数的定义模块通过export暴露该函数,然后再在引用模块通过import引入该函数。
第4题:
A.Export-exchangecertificate
B.Export-transportruleconnection
C.Backupsystemstate
D.YoumustlogonbyusinganaccountthatisamemberofthelocalAdministratorsgrouponthatcomputer
第5题:
第6题:
5、如果一个模块要使用另一个模块中定义的函数,则首先必须在该函数的定义模块通过export暴露该函数,然后再在引用模块通过import引入该函数。