then drop
then count
then allow
then community add
单选题What is the default action for firewall filters?()A acceptB rejectC discardD log
点击查看答案
单选题What is a vaild action for a firewall filter?()A then dropB then countC then allowD then community add
单选题Which action occurs when the policy main-policy evaluates the BGP route 10.0.55.2/32?() [edit policy-options] policy-statement test { from { route-filter10.0.0.016/orlongeraccept; route-filter10.0.67.0/24orlangerreject; route-filter10.0.0.0/8orlanger; } then { metric10; community add no-advertise; accept; } } policy-statement main-policy { term only-want-certain-routes { from { policytest; } then { communityadd harry-402; accept; } } } communityno advertise members no-advertise; communityharry-402 members 666:402; [edit protocols] bgp { exportmain-policy; }A The route is not advertised into BGPB The route is advertised into BGP with community harry-402.C The route is advertised into BGP with community no-advertise.D The route is advertised into BGP with community harry-402 and no-advertise.
多选题Which two statements are true about firewall filter configurations?()AMultiple action modifiers can be included in the same term.BOnly a single action modifier can be included in the same term.CIf an action modifier exists without a terminating action, matching packets will be accepted.DIf an action modifier exists without a terminating action, matching packets will be discarded.
单选题A packet is evaluated against three user-defined terms within a firewall filter and no match is found. What correctly describes the action the firewall filter will take for this packet?()A The filter will permit the packet and take no additional actionB The filter will reject the packet and send an ICMP message back to the senderC The filter will discard the packet and take no additional actionD The filter will permit the packet and write a log entry to the firewall log
单选题A packet is evaluated against three user-defined terms within a firewall filter and no match is found. What correctly describes the action the firewall filter will take for this packet?()A The filter will permit the packet and take no additional action.B The filter will reject the packet and send an ICMP message back to the sender.C The filter will discard the packet and take no additional action.D The filter will permit the packet and write a log entry to the firewall log.
多选题Which two statements are true about firewall filter configurations?()AMultiple action modifiers can be included in the same term.BOnly a single action modifier can be included in the same term.CThe default term within a firewall filter uses the discard action.DThe default term within a firewall filter uses the reject action.