fw alg¶
Configure ALG
alg Specification¶
Type Collection Object Key(s) name, name2 Collection Name alg-list Collection URI /axapi/v3/fw/alg Element Name alg Element URI /axapi/v3/fw/alg/{name}+{name2} Element Attributes alg_attributes Schema alg schemaOperations Allowed:
| Operation | Method | URI | Payload | |
|---|---|---|---|---|
Create Object | POST | /axapi/v3/fw/alg | ||
Create List | POST | /axapi/v3/fw/alg | ||
Get Object | GET | /axapi/v3/fw/alg/{name}+{name2} | ||
Get List | GET | /axapi/v3/fw/alg | ||
Modify Object | POST | /axapi/v3/fw/alg/{name}+{name2} | ||
Replace Object | PUT | /axapi/v3/fw/alg/{name}+{name2} | ||
Replace List | PUT | /axapi/v3/fw/alg | ||
Delete Object | DELETE | /axapi/v3/fw/alg/{name}+{name2} | ||
alg-list¶
alg-list is JSON List of alg attributes
alg-list : [
]
alg attributes¶
name
Description ‘FTP’: Disable FTP ALG default port 21; ‘TFTP’: Disable TFTP ALG default port 69; ‘SIP’: Disable SIP ALG default port 5060; ‘DNS’: Disable DNS ALG default port 53;
Type: string
Supported Values: FTP, TFTP, SIP, DNS
name2
Description ‘ICMP’: Disable ICMP ALG which allow ICMP errors pass firewall;
Type: string
Supported Values: ICMP
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters