Skip to content

Commit

Permalink
Extend the regex for Cisco CE snmp to also extract the hw model
Browse files Browse the repository at this point in the history
  • Loading branch information
atorovik-r7 committed Sep 18, 2024
1 parent 66fe64b commit 53c53cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xml/snmp_sysdescr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,9 +1564,9 @@
<param pos="2" name="hw.product"/>
</fingerprint>

<fingerprint pattern="SoftW:\s+(ce\d+\S*)">
<fingerprint pattern="SoftW:\s+(ce\d+\S*)[\s\S]*?MCU:\s+([^\n]+)">
<description>Cisco TelePresence Collaboration Endpoint (RoomOS)</description>
<example os.version="ce9.15.0.11.aec227943ed">SNMP:
<example os.version="ce9.15.0.11.aec227943ed" hw.model="Cisco Webex Room Kit">SNMP:
Uptime: 840410
Description: Cisco Codec
SoftW: ce9.15.0.11.aec227943ed
Expand All @@ -1579,6 +1579,7 @@ S/N: FOC2236NA6V</example>
<param pos="1" name="os.version"/>
<param pos="0" name="hw.vendor" value="Cisco"/>
<param pos="0" name="hw.family" value="TelePresence"/>
<param pos="2" name="hw.model"/>
</fingerprint>
<!-- NEC -->

Expand Down

0 comments on commit 53c53cb

Please # to comment.