10-08-2020 01:52 AM
10-08-2020 05:36 AM
I would bet the trouble is in the XML not in the XMC… please try the fingerprints here: https://github.com/extremenetworks/XMC-Report-Views/blob/master/Fingerprints/xml/FingerPrint.xml?raw...
if it works (yes it does) then you can modify your XML based on the working example.
feel free to share your fingerprint 🙂
10-09-2020 05:39 AM
Thanks for the quick update.
Have a nice day ~
10-08-2020 11:32 AM
A1: if the entry exists then it is overwritten. If the entry does not exist then it is added
A2: Depends on the content of the bbb.xml. Check this repository. You can take one file by one and import each of them in sequence. You will see they are being added.
A3: yes higher value will win
10-08-2020 07:04 AM
Thanks for the quick update.
It becomes the file you gave.
But I have a few questions.
Q1
Is it overwritten on import?
Or is it an addition from the existing one?
Q2
First import file aaa.xml
Second import file bbb.xml
Will the existing content + the first content + the second content be added?
if not
Is the existing content + the second content (only last import) added?
Q3
<test weight="5" matchtype="exact" dhcptype="Discover" dhcpoption55="1,28,3,6,15,42,242"/>
The higher the weight, the higher the priority?
3(SHIN IP Phone") > 10 (HyoYeon) ??
dhcpoption55 same, but os name different
EX)
<fingerprint os="SHIN IP Phone" os_class="SHIN created="2019-08-06" last_updated="2019-08-06" author="hyshin">
<tests>
<test weight="3" matchtype="exact" dhcptype="Discover" dhcpoption55="1,28,3,6,15,42,242"/>
</tests>
</fingerprint>
</fingerprint><fingerprint os="HyoYeon" os_class="SHIN" created="2019-08-06" last_updated="2019-08-06" author="hyshin">
<tests>
<test weight="10" matchtype="exact" dhcptype="Discover" dhcpoption55="1,28,3,6,15,42,242"/>
</tests>
</fingerprint>
10-08-2020 05:36 AM
I would bet the trouble is in the XML not in the XMC… please try the fingerprints here: https://github.com/extremenetworks/XMC-Report-Views/blob/master/Fingerprints/xml/FingerPrint.xml?raw...
if it works (yes it does) then you can modify your XML based on the working example.
feel free to share your fingerprint 🙂