ip nat translation¶
Change or Disable NAT translation values
translation Specification¶
Type Configuration Resource Element Name translation Element URI /axapi/v3/ip/nat/translation Element Attributes translation_attributes Schema translation schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/ip/nat/translation | ||
Get Object | GET | /axapi/v3/ip/nat/translation | ||
Modify Object | POST | /axapi/v3/ip/nat/translation | ||
Replace Object | PUT | /axapi/v3/ip/nat/translation | ||
Delete Object | DELETE | /axapi/v3/ip/nat/translation |
translation attributes¶
icmp-timeout
Description: icmp-timeout is a JSON Block. Please see below for icmp-timeout
Type: Object
ignore-tcp-msl
Description reclaim TCP resource immediately without MSL
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
service-timeout-list
Type: List
Reference Object: /axapi/v3/ip/nat/translation/service-timeout/{service-type}+{port}
tcp-timeout
Description TCP protocol extended translations (Timeout in seconds (Interval of 60 seconds), default is 300 seconds (5 minutes))
Type: number
Range: 2-15000
Default: 300
udp-timeout
Description UDP protocol extended translations (Timeout in seconds (Interval of 60 seconds), default is 300 seconds (5 minutes))
Type: number
Range: 2-15000
Default: 300
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
service-timeout-list¶
Specification Type list Block object keys port
Description Port Number
Type: number
Range: 1-65535
service-type
Description ‘tcp’: TCP Protocol; ‘udp’: UDP Protocol;
Type: string
Supported Values: tcp, udp
timeout-type
Description ‘age’: Expiration time; ‘fast’: Use Fast aging;
Type: string
Supported Values: age, fast
timeout-val
Description Timeout in seconds (Interval of 60 seconds)
Type: number
Range: 2-15000
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
icmp-timeout¶
Specification Type object icmp-timeout
Description ‘age’: Expiration time; ‘fast’: Use Fast aging;
Type: string
Supported Values: age, fast
Default: fast
icmp-timeout-val
Description Timeout in seconds (Interval of 60 seconds)
Type: number
Range: 2-15000