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

Added fingerprints for Cisco Meraki Mx Ms and Mr #611

Merged
merged 4 commits into from
Apr 9, 2024
Merged
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/os_family.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Mac OS X
MarkNet
MatchPort
MegaRAC
Meraki
Meridian 1
Multibox
Multifunction
Expand Down
3 changes: 3 additions & 0 deletions identifiers/os_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Management Processor
Media Server
Meeting Management
MegaRAC
Meraki MR
Meraki MS
Meraki MX
Mergepoint
Meridian 1 Call Server
Mongoose OS
Expand Down
41 changes: 41 additions & 0 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,47 @@ 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})">
mlaskowski-r7 marked this conversation as resolved.
Show resolved Hide resolved
<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="os.certainty" value="0.7"/>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="Meraki"/>
<param pos="0" name="os.product" value="Meraki MX"/>
<param pos="0" name="os.device" value="Security Appliance"/>
<param pos="0" name="hw.series" value="Meraki MX"/>
<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="os.certainty" value="0.7"/>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="Meraki"/>
<param pos="0" name="os.product" value="Meraki MR"/>
<param pos="0" name="os.device" value="WAP"/>
<param pos="0" name="hw.series" value="Meraki MR"/>
<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="MS225-24P">Meraki MS225-24P Cloud Managed PoE Switch</example>
<example hw.model="MS220-8P">Meraki MS220-8P Cloud Managed PoE Switch</example>
<example hw.model="MS250-48">Cisco Meraki MS250-48 Cloud Managed Switch</example>
<param pos="0" name="os.certainty" value="0.7"/>
<param pos="0" name="os.vendor" value="Cisco"/>
<param pos="0" name="os.family" value="Meraki"/>
<param pos="0" name="os.product" value="Meraki MS"/>
<param pos="0" name="os.device" value="Switch"/>
<param pos="0" name="hw.series" value="Meraki MS"/>
<param pos="1" name="hw.model"/>
</fingerprint>

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