{ "id":"/axapi/v3/overlay-tunnel/options", "type":"object", "node-type":"scalar", "title":"options", "partition-visibility":"shared", "description":"Global overlay-tunnel configuration options", "properties":{ "ip-dscp-preserve":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Copy DSCP bits from inner IP to outer IP header", "optional":true }, "nvgre-disable-flow-id":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable Flow-ID computation for NVGRE", "optional":true }, "nvgre-key-mode-lower24":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use the lower 24-bits of the GRE key as the VSID", "optional":true }, "tcp-mss-adjust-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable TCP MSS adjustment in SYN packet for tunnels", "optional":true }, "gateway-mac":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"MAC to be used with Gateway segment Id (MAC Address for the Gateway segment)", "optional":true }, "fragmentation-mode-inner":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the inner-fragmentation", "optional":true }, "vxlan-dest-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"VXLAN UDP Destination Port (UDP Port Number (default 4789))", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "src-port-range":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/options/src-port-range", "properties":{ "min-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1, "partition-visibility":"shared", "description":"Minimum Port Number" }, "max-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":65535, "partition-visibility":"shared", "description":"Maximum Port Number" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }