Skip to content

Commit

Permalink
DHCP fingerprint for Avaya device
Browse files Browse the repository at this point in the history
vi_vendor_class string: ccp.avaya.com
  • Loading branch information
dmoinescu-r7 committed Oct 20, 2022
1 parent b255643 commit b46db2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions xml/dhcp_vendor_class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,13 @@
<param pos="0" name="os.certainty" value="0.1"/>
</fingerprint>

<fingerprint pattern="^ccp\.avaya\.com$">
<description>Avaya device</description>
<example>ccp.avaya.com</example>
<param pos="0" name="hw.vendor" value="Avaya"/>
<param pos="0" name="hw.certainty" value="0.8"/>
<param pos="0" name="os.vendor" value="Avaya"/>
<param pos="0" name="os.certainty" value="0.8"/>
</fingerprint>

</fingerprints>

0 comments on commit b46db2c

Please sign in to comment.