NSE7 • Practice Exam 53
Free NSE7 practice exam — 20 questions with explanations. Set 53. No signup required.
Refer to the exhibit. Users report that they cannot log in to the SSL VPN portal. The stats show 15 login failures with reason 'auth_fail'. What is the most likely cause?
Refer to the exhibit.
FGT # diagnose vpn ssl stats
SSL VPN statistics:
Total tunnels: 0
Active tunnels: 0
Authenticated users: 0
Login failures: 15
Last failure reason: auth_fail
FGT # diagnose debug authd fsso list
No FSSO configured.
FGT # show full-configuration | grep ssl
config vpn ssl settings
set servercert "self-sign"
set port 443
set source-interface "wan1"
set source-address "all"
set algorithm low
set login-attempt-limit 3
set login-block-time 60
end
config user local
edit "user1"
set type password
set passwd ENC SHAtmpEncryptedPasswordHash
next
end
config user group
edit "ssl_vpn_group"
set member "user1"
next
end