A. The new sessions matching the policy are denied. The existing sessions are dropped.
B. The new sessions matching the policy are denied. The existingsessions, not being allowed tocarry any traffic, simply timeout.
C. The new sessions matching the policy might be allowed through if they match another policy. The existing sessions are dropped.
D. The new sessions matching the policy are denied. The existing sessions continue until they are completed or their time.
第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题:
A.algorithm=failover
B.algorithm=round_robin
C.reserve_policy=no_reserve
D.reserve_policy=single_path
第3题:
A.设置序列号为2的AS路径过滤器,允许路由信息中包含AS200和AS300
B.定义一个名为test的Route-Policy,该节点序列好为10
C.该Route-Policy的10号节点引用AS路径过滤器为2,并定义了一个if-match子句
D.该Route-Policy只能在OSPF进程中进行调用
第4题:
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?()
第5题:
A.http-map,tcp-map,class-map
B.class-map,tcp-map,policy-map
C.class-map,policy-map,service-map
D.class-map,service-policy,policy-map
第6题:
3、Q-learning属于哪种算法
A.On-policy算法
B.Off-policy 算法
C.Model-based 算法
D.Value-based 算法