Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
I think it depends on what credentials you want to test. If you just want to check snmp you can run the following:
Device -all -testsnmp
This will show you a list of failed items and then a total SNMP count at the bottom:
Device SNMP test counts: Succeeded = 3, Failed = 5
From the FortiNAC CLI you could search the output.master log for "failed to connect". Failed to connect will print anytime that FortiNAC is unable to connect to a network device via CLI credentials.
grep -i "failed to connect" /bsc/logs/output.master | awk '{print $14}' | sort | uniq
If you mean SSH, you can test your password with ssh client from FNAC CLI.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1688 | |
1087 | |
752 | |
446 | |
226 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.