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

Otesanek/vc 1570 add cisco meraki snmp detection #610

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions identifiers/hw_family.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ MacBook
MacBook Air
MacBook Pro
MegaRAC
Meraki
MiiNePort
Multifunction
My Book
Expand Down
33 changes: 33 additions & 0 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,39 @@ Copyright (c) 1995-2005 by Cisco Systems
<param pos="0" name="os.product" value="Wireless Controller"/>
</fingerprint>

<fingerprint pattern="Meraki (MX[A-Z0-9]{2,10})">
<description>Meraki MX Cloud-Managed Security and SD-WAN</description>
<example hw.model="MX68">Meraki MX68 Router/Security Appliance</example>
<example hw.model="MX84">Meraki MX84 Cloud Managed Router</example>
<param pos="0" name="hw.vendor" value="Cisco"/>
<param pos="0" name="hw.family" value="Meraki"/>
<param pos="0" name="hw.series" value="MX"/>
<param pos="0" name="hw.device" value="Security Appliance"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="Meraki (MR[A-Z0-9]{2,10})">
<description>Meraki MR Cloud-Managed Wi-Fi Access Points</description>
<example hw.model="MR46E">Meraki MR46E Cloud Managed AP</example>
<example hw.model="MR90">Meraki MR90 Cloud Managed AP</example>
<param pos="0" name="hw.vendor" value="Cisco"/>
<param pos="0" name="hw.family" value="Meraki"/>
<param pos="0" name="hw.series" value="MR"/>
<param pos="0" name="hw.device" value="WAP"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="Meraki (MS[A-Z0-9-]{2,15})">
<description>Meraki MS Cloud-Managed Network Switches</description>
<example hw.model="MS120-8LP">Meraki MS120-8LP Cloud Managed PoE Switch</example>
<example hw.model="MS250-48">Cisco Meraki MS250-48 Cloud Managed Switch</example>
<param pos="0" name="hw.vendor" value="Cisco"/>
<param pos="0" name="hw.family" value="Meraki"/>
<param pos="0" name="hw.series" value="MS"/>
<param pos="0" name="hw.device" value="Switch"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<!--======================================================================
Crestron
=======================================================================-->
Expand Down
Loading