Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FortiAP supports for netdisco #501

Open
Ignacet opened this issue Aug 30, 2023 · 1 comment
Open

Add FortiAP supports for netdisco #501

Ignacet opened this issue Aug 30, 2023 · 1 comment

Comments

@Ignacet
Copy link

Ignacet commented Aug 30, 2023

It's posible to add fortiAP support, only get the correct Serial number and SO Version.

  • Vendor: Fortinet
  • Device Model: FAP-U231F
  • Operating System Version: PU231F-v7.0-build0084
  • Snmpwalk output of .1.3.6.1.2.1.1:

snmpwalk -v2c -c aaaaaaaaa 10.248.136.81 .1.3.6.1.2.1.1

SNMPv2-MIB::sysDescr.0 = STRING: FAP-XXX-XXX-01D
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.12356.120.10.23122
DISMAN-EXPRESSION-MIB::sysUpTimeInstance = Timeticks: (92910709) 10 days, 18:05:07.09
SNMPv2-MIB::sysContact.0 = STRING: networking.xx@xxxxxxxx.com
SNMPv2-MIB::sysName.0 = STRING: FAP-XXX-XXX-01D
SNMPv2-MIB::sysLocation.0 = STRING: N/A

In this OID is the serial number and the OS version:

snmpwalk -v2c -c aaaaaaaaa 10.248.136.81 .1.3.6.1.4.1.12356.120.1

SNMPv2-SMI::enterprises.12356.120.1.1.0 = STRING: "PU231F-v7.0-build0084" <<<-------- SO version
SNMPv2-SMI::enterprises.12356.120.1.2.0 = STRING: "PU231FTHXXXXXXXX" <<<-------- Serial Number
SNMPv2-SMI::enterprises.12356.120.1.3.0 = STRING: "FAP-XXX-XXX-01D"
SNMPv2-SMI::enterprises.12356.120.1.4.0 = STRING: "A "
SNMPv2-SMI::enterprises.12356.120.1.5.0 = Hex-STRING: E8 ED D6 XX XX XX
SNMPv2-SMI::enterprises.12356.120.1.6.0 = STRING: "00000001"
SNMPv2-SMI::enterprises.12356.120.1.7.0 = INTEGER: 4
SNMPv2-SMI::enterprises.12356.120.1.8.0 = STRING: "25813-03"

Another model to add:

  • Vendor: Fortinet
  • Device Model: FAP-U431F
  • Operating System Version: PU431F-v7.0-build0084
  • Snmpwalk output of .1.3.6.1.2.1.1:

snmpwalk -v2c -c aaaaaaaaa 10.248.129.130 .1.3.6.1.2.1.1

SNMPv2-MIB::sysDescr.0 = STRING: FAP-XXX-XXX-03A
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.12356.120.10.43122
DISMAN-EXPRESSION-MIB::sysUpTimeInstance = Timeticks: (43034490) 4 days, 23:32:24.90
SNMPv2-MIB::sysContact.0 = STRING: networking.xx@xxxxxxxx.com
SNMPv2-MIB::sysName.0 = STRING: FAP-XXX-XXX-03A
SNMPv2-MIB::sysLocation.0 = STRING: N/A

In this OID is the serial number and the OS version:

snmpwalk -v2c -c aaaaaaaaa 10.248.129.130 .1.3.6.1.4.1.12356.120.1

SNMPv2-SMI::enterprises.12356.120.1.1.0 = STRING: "PU431F-v7.0-build0084" <<<-------- SO version
SNMPv2-SMI::enterprises.12356.120.1.2.0 = STRING: "PU431FTHXXXXXXXX" <<<-------- Serial Number
SNMPv2-SMI::enterprises.12356.120.1.3.0 = STRING: "FAP-XXX-XXX-03A"
SNMPv2-SMI::enterprises.12356.120.1.4.0 = STRING: "A "
SNMPv2-SMI::enterprises.12356.120.1.5.0 = Hex-STRING: E8 ED D6 XX XX XX
SNMPv2-SMI::enterprises.12356.120.1.6.0 = STRING: "00000003"
SNMPv2-SMI::enterprises.12356.120.1.7.0 = INTEGER: 1
SNMPv2-SMI::enterprises.12356.120.1.8.0 = STRING: "20143-03"

Tks, for your time.
Slds...

@sgwoll
Copy link

sgwoll commented Jun 5, 2024

FORTINET-FORTIAP-MIB-build0634.zip
@ollyg I have attached the current MIB for Forti-AP, but there will probably be the same problem as with the Forti-Switches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants