Created on 09-28-2018 06:40 AM Edited on 07-31-2024 07:30 AM By Jean-Philippe_P
Description
This article describes the steps to take to collect the information necessary to request network device support.
Scope
Version: All.
Solution
When requesting support be added for a specific product, provide the following information:
Snmpwalk can be performed using the snmpwalk tool in the appliance CLI or using some other SNMP tool that has access to the device. To obtain SNMP System OID information using the appliance, type the following in the CLI:
SNMP version 1 or 2.
FortiNAC-OS:
execute enter-shell
snmpwalk -v 1 -c <community string> <device ip_address> system
CentOS:
snmpwalk -v 1 -c <community string> <device ip_address> system
SNMP version 3.
FortiNAC-OS:
execute enter-shell
snmpwalk -v 3 -u <username> -l <AuthPriv or NoAuthPriv> -a <MD5 or SHA> -A <password> -x <DES or AES> -X <password> <device ip_address> system
CentOS:
snmpwalk -v 3 -u <username> -l <AuthPriv or NoAuthPriv> -a <MD5 or SHA> -A <password> -x <DES or AES> -X <password> <device ip_address> system
*It can be necessary to use single quotes (') with passwords.
Related Articles:
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.