visibility packet-capture capture-config¶
Packet Capture-Configuration
capture-config Specification¶
Type Configuration Resource Element Name capture-config Element URI /axapi/v3/visibility/packet-capture/capture-config Element Attributes capture-config_attributes Schema capture-config schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/visibility/packet-capture/capture-config | ||
Get Object | GET | /axapi/v3/visibility/packet-capture/capture-config | ||
Modify Object | POST | /axapi/v3/visibility/packet-capture/capture-config | ||
Replace Object | PUT | /axapi/v3/visibility/packet-capture/capture-config | ||
Delete Object | DELETE | /axapi/v3/visibility/packet-capture/capture-config |
capture-config attributes¶
concurrent-captures
Description Enable and specify maximum number of concurrent packet captures based on 3 tuple match.
Type: number
Range: 1-5000
Mutual Exclusion: concurrent-captures and concurrent-conn-tag are mutually exclusive
concurrent-captures-age
Description Specify the time in minutes upto which concurrent capture(smp session) will be kept active(default 1)
Type: number
Range: 1-10
Default: 1
concurrent-conn-per-capture
Description Specify maximum number of concurrent connnections(5 tuple match) to be captured within in a capture. (default 100)
Type: number
Range: 1-1000
Default: 100
concurrent-conn-tag
Description Specify maximum number of concurrent connnections to be captured globally.
Type: number
Range: 1-1000
Mutual Exclusion: concurrent-conn-tag and concurrent-captures are mutually exclusive
create-pcap-files-now
Description Operational command to force create temporary pcapng files before completion (for global captures)
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
disable
Description Disable packet capture (default enabled)
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
enable-continuous-global-capture
Description Enable continuous capture of packets for the global capture(non 3 tuple based capture) regardless of the size configured
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
file-count
Description Specify the number of continuous pcapng files that can be created for capturing packets (default 10)
Type: number
Range: 1-50
Default: 10
file-size
Description Specify pcapng filesize in MB (default 1)
Type: number
Range: 1-300
Default: 1
number-of-packets-per-conn
Description Specify maximum packet number to be captured in a connection (default 0 unlimited).
Type: number
Range: 0-1000
Default: 0
packet-length
Description Packet length Bytes to capture (Default 128)
Type: number
Range: 64-1518
Default: 128
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters