Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

XiqCaptureFilter.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

XiqCaptureFilter

The filter criteria for packet capture

Properties

Name Type Description Notes
mac_addr list[str] List of the client MAC addresses used for packet capturing [optional]
ip_addr list[str] List of the client IP addresses used to filter the packets [optional]
protocol XiqPolicyRuleProtocolType [optional]
protocol_number int The protocol number if protocol is "USER_DEFINED" [optional]
port int The port for packet capture [optional]
vlan str Specific vlan ids in a string, e.g. range "2-100"; single "3"; list "1,2,5,7,122"; mixed "2,4,5-10,19,29". If not specified, default is all VLANs. [optional]
wlan str A WLAN SSID. If not specified, default is all WLANs. [optional]

[Back to Model list] [Back to API list] [Back to README]