单项选择题
In the configuration shown in the exhibit, you decided to eliminate the junos-ftp applicationfrom the match condition of the policy MyTraffic.
[edit security policies]
user@hostl# show
from-zone Private to-zone External {
policy MyTraffic {
match {
source-address myHosts;
destination-address ExtServers;
application [ junos-ftp junos-bgp ];
}
then {
permit {
tunnel {
ipsec-vpn vpnTunnel;
}
}
}
}
}
policy-rematch;
What will happen to the existing FTP and BGP sessions?()
A.The existing FTP and BGP sessions will continue.
B.The existing FTP and BGP sessions will be re-evaluated and only FTP sessions will be dropped.
C.The existing FTP and BGP sessions will be re-evaluated and all sessions will be dropped.
D.The existing FTP sessions will continue and only the existing BGP sessions will be dropped.
相关考题
-
单项选择题
Usingapolicywiththepolicy-rematchflagenabled,whathappenstotheexistingandnewsessionswhenyouchangethepolicyactionfrompermittodeny?()
A.The new sessions matching the policy are denied. The existing sessions are dropped.
B.The new sessions matching the policy are denied. The existing sessions, not being allowed to carry 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 timeout is reached. -
单项选择题
In the exhibit, you decided to change myHosts addresses. [edit security policies] user@host# show from-zone Private to-zone External { policy MyTraffic { match { source-address myHosts; destination-address ExtServers;application [ junos-ftp junos-bgp ]; } then { permit { tunnel { ipsec-vpn vpnTunnel; } } } } } policy-rematch; What will happen to the new sessions matching the policy and in-progress sessions that hadalready matched the policy?()
A.New sessions will be evaluated. In-progress sessions will be re-evaluated.
B.New sessions will be evaluated. All in-progress sessions will continue.
C.New sessions will be evaluated. All in-progress sessions will be dropped.
D.New sessions will halt until all in-progress sessions are re-evaluated. In-progress sessions will be re-evaluated and possibly dropped. -
单项选择题
Based on the configuration shown in the exhibit, what will happen to the traffic matching thesecurity policy?() [edit schedulers] user@host# showscheduler now { monday all-day; tuesday exclude; wednesday { start-time 07:00:00 stop-time 18:00:00; } thursday { start-time 07:00:00 stop-time 18:00:00; } } [edit security policies from-zone Private to-zone External] user@host# showpolicy allowTransit { match { source-address PrivateHosts; destination-address ExtServers; application ExtApps; } then { permit { tunnel { ipsec-vpn myTunnel; } } } scheduler-name now; }
A.The traffic is permitted through the myTunnel IPsec tunnel only on Tuesdays.
B.The traffic is permitted through the myTunnel IPsec tunnel daily, with the exception of Mondays.
C.The traffic is permitted through the myTunnel IPsec tunnel all day on Mondays and Wednesdays between 7:00 am and 6:00 pm, and Thursdays between 7:00 am and 6:00 pm.
D.The traffic is permitted through the myTunnel IPsec tunnel all day on Mondays and Wednesdays between 6:01 pm and 6:59 am, and Thursdays between 6:01 pm and 6:59 am
