system ipsec¶
Configure Crypto Cores for IPsec processing
ipsec Specification¶
Type Configuration Resource Element Name ipsec Element URI /axapi/v3/system/ipsec Element Attributes ipsec_attributes Schema ipsec schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/system/ipsec | ||
Get Object | GET | /axapi/v3/system/ipsec | ||
Modify Object | POST | /axapi/v3/system/ipsec | ||
Replace Object | PUT | /axapi/v3/system/ipsec | ||
Delete Object | DELETE | /axapi/v3/system/ipsec |
ipsec attributes¶
crypto-core
Description Crypto cores assigned for IPsec processing
Type: number
Range: 0-64
Default: 0
crypto-mem
Description Crypto memory percentage assigned for IPsec processing (rounded to increments of 10)
Type: number
Range: 0-100
Default: 0
fpga-decrypt
Description: fpga-decrypt is a JSON Block. Please see below for fpga-decrypt
Type: Object
Reference Object: /axapi/v3/system/ipsec/fpga-decrypt
packet-round-robin
Description Enable packet round robin for IPsec packets
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
fpga-decrypt¶
Specification Type object action
Description ‘enable’: Enable FPGA decryption offload; ‘disable’: Disable FPGA decryption offload;
Type: string
Supported Values: enable, disable
Default: disable