{ "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" }, "nvgre-disable-flow-id":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable Flow-ID computation for NVGRE" }, "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" }, "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" } } }, "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":"'ip-encap': Tunnel encapsulation type is IP; 'gre': Tunnel encapsulation type is GRE; 'nvgre': Tunnel Encapsulation Type is NVGRE; 'vxlan': Tunnel Encapsulation Type is VXLAN; ", "enum":[ "ip-encap", "gre", "nvgre", "vxlan" ], "optional":true }, "dest-port":{ "type":"number", "format":"number", "plat-neg-list":["pure-fpga,fpga", "fpga"], "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Layer-4 Destination Port (Port Number)", "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 }, "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 }, "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Name of the Partition with the L2 segment being extended (Name of the User Partition with the L2 segment being extended)", "optional":true }, "gateway":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"This is a Gateway segment id", "optional":true }, "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" ] } ] } } }, "local-ipv6-address":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/local-ipv6-address", "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Source Tunnel End Point IPv6 address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "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 }, "encap":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'nvgre': Tunnel Encapsulation Type is NVGRE; 'vxlan': Tunnel Encapsulation Type is VXLAN; ", "enum":[ "nvgre", "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 }, "use-lif":{ "type":"object", "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ip-address/{ip-address}/use-lif", "properties":{ "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Name of the Partition with the L2 segment being extended (Name of the User Partition with the L2 segment being extended)" }, "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" ] } ] }, "remote-ipv6-address-list":{ "type":"array", "minItems":1, "items":{ "type":"remote-ipv6-address" }, "uniqueItems":true, "$ref":"/axapi/v3/overlay-tunnel/vtep/{id}/remote-ipv6-address/{ipv6-address}", "array":[ { "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 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-ipv6-address/{ipv6-address}/use-lif", "properties":{ "partition":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "description":"Name of the Partition with the L2 segment being extended (Name of the User Partition with the L2 segment being extended)" }, "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" } } } }, "required":[ "ipv6-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}+{remote-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 }, "remote-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", "remote-vtep" ] } ] } }, "required":[ "id" ] } ] } } }