单项选择题
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?()
单项选择题 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?()
单项选择题 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; }