{ "id":"/axapi/v3/overlay-tunnel", "type":"object", "node-type":"intermediate", "title":"overlay-tunnel", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure a Tunnel end point", "properties":{ "options":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/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" }, "tcp-mss-adjust-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable TCP MSS adjustment in SYN packet for tunnels" }, "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)" }, "fragmentation-mode-inner":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the inner-fragmentation" }, "vxlan-dest-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"VXLAN UDP Destination Port (UDP Port Number (default 4789))" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "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" } } } } }, "vtep-list":{ "type":"array", "minItems":1, "items":{ "type":"vtep" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}", "array":[ { "properties":{ "id":{ "type":"number", "format":"number", "minimum":1, "maximum":190, "partition-visibility":"shared", "description":"VTEP Identifier", "optional":false }, "encap":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'gre': Tunnel encapsulation type is GRE; 'vxlan': Tunnel Encapsulation Type is VXLAN; ", "enum":[ "gre", "vxlan" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "src-port-range":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/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" } } }, "local-ip-address":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/local-ip-address", "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Source Tunnel End Point IPv4 address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "vni-list":{ "type":"array", "minItems":1, "items":{ "type":"vni" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/local-ip-address/vni/{segment}", "array":[ { "properties":{ "segment":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":"Id of the segment that is being extended", "optional":false }, "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (logical interface name)", "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 } }, "required":[ "segment" ] } ] } } }, "remote-ip-address-list":{ "type":"array", "minItems":1, "items":{ "type":"remote-ip-address" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}", "array":[ { "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP Address of the remote VTEP", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "use-lif":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/use-lif", "properties":{ "lif":{ "type":"string", "format":"string", "minLength":1, "maxLength":15, "partition-visibility":"shared", "description":"Logical interface (logical interface name)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "gre-keepalive":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/gre-keepalive", "properties":{ "retry-time":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "default":10, "partition-visibility":"shared", "description":"Keepalive retry interval in seconds" }, "retry-count":{ "type":"number", "format":"number", "minimum":2, "maximum":100, "partition-visibility":"shared", "description":"Keepalive multiplier" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "use-gre-key":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/use-gre-key", "properties":{ "gre-key":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"key" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "vni-list":{ "type":"array", "minItems":1, "items":{ "type":"vni" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/vni/{segment}", "array":[ { "properties":{ "segment":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":"VNI configured for the remote VTEP", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "segment" ] } ] } }, "required":[ "ip-address" ] } ] }, "host-list":{ "type":"array", "minItems":1, "items":{ "type":"host" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/host/{ip-addr}+{overlay-mac-addr}+{vni}+{destination-vtep}", "array":[ { "properties":{ "ip-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 address of the overlay host", "optional":false }, "overlay-mac-addr":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"MAC Address of the overlay host", "optional":false }, "vni":{ "type":"number", "format":"number", "minimum":1, "maximum":16777215, "partition-visibility":"shared", "description":" Configure the segment id ( VNI of the remote host)", "optional":false }, "destination-vtep":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Configure the VTEP IP address (IPv4 address of the VTEP for the remote host)", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ip-addr", "overlay-mac-addr", "vni", "destination-vtep" ] } ] } }, "required":[ "id" ] } ] } } }