Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Field NameData TypeRequired (Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
Header-DHCPFingerprintStringYes

Example: DHCPFingerprint
nameStringYesNamenameExample: Samsung Android
new_nameStringNo

Add this field to overwrite the name field when you select the overwrite or merge option.
typeStringNo

Device type. This can be ‘Standard’ or ‘Custom.’ The default is ‘Custom.’
Example: Custom
commentStringNoCommentcomment
disableBooleanNoDisableddisableExample: FALSE
vendor_idStringNoVendor IDvendor_idExample: MSFT 7.x
option_sequenceStringNoOption Number Sequenceoption_sequenceDHCP options from 1 to 255 separated by commas (without spaces). Also enter the protocol (ipv4 or ipv6) at the end.
Example: "['1,3,6,7,12,15,28,40,41,42,225,226,227,22/ipv4']"
device_classStringNoDevice Classdevice_classDevice category to which the DHCP fingerprint belongs. This is used for filtering purposes.
Example: Printers
protocolStringYesprotocolprotocolProtocol type. This can be IPV4 or IPV6.
EA-SiteStringNoExtensible Attribute Siteextensible_attributesEA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to custom DHCP fingerprints. For information about data format and examples, see Data Specific Guidelines.

Examples

This section contains examples of how to create data files for DHCP fingerprints. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.

Adding a Custom DHCP Fingerprint

This example shows how to import a new custom DHCP fingerprint.

header-DHCPFingerprint,name*,protocol*,comment,disable,option_sequence
DHCPFingerprint,SpecialPrinter,IPV4,Special printer for
QA,FALSE,"['1,3,6,7,12,15,28,40,41,42,225,226,227,228/ipv4']"

Overwriting DHCP Fingerprint Data

This example shows how to overwrite an existing custom DHCP fingerprint.

header-DHCPFingerprint,name*,new_name,comment DHCPFingerprint,SpecialPrinter,QAPrinter,Changed from Special Printer to QA Printer

Merging DHCP Fingerprint Data

This example shows how to merge a new comment to an existing DHCP fingerprint.

header-DHCPFingerprint,name*,comment DHCPFingerprint,Xbox,Blocked from network

  • No labels