{ "id":"/axapi/v3/ipv6/route", "type":"object", "node-type":"intermediate", "title":"route", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Establish static routes", "properties":{ "static":{ "type":"object", "$ref":"/axapi/v3/ipv6/route/static", "properties":{ "bfd":{ "type":"object", "$ref":"/axapi/v3/ipv6/route/static/bfd", "properties":{ "bfd-ipv6-list":{ "type":"array", "minItems":1, "items":{ "type":"bfd-ipv6" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/bfd-ipv6/{local-ipv6}+{nexthop-ipv6}", "array":[ { "properties":{ "local-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Local IPv6 address", "optional":false }, "nexthop-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address", "optional":false }, "template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure tracking template (bind tracking template name)", "optional":true }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"action triggering threshold", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'down': BFD down; (BFD state)", "enum":[ "down" ], "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":[ "local-ipv6", "nexthop-ipv6" ] } ] }, "ve-list":{ "type":"array", "minItems":1, "items":{ "type":"ve" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/ve/{ve-num}+{nexthop-ipv6-ll}", "array":[ { "properties":{ "ve-num":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"Virtual ethernet interface", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "optional":false }, "template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure tracking template (bind tracking template name)", "optional":true }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"action triggering threshold", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'down': BFD down; (BFD state)", "enum":[ "down" ], "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":[ "ve-num", "nexthop-ipv6-ll" ] } ] }, "trunk-list":{ "type":"array", "minItems":1, "items":{ "type":"trunk" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/trunk/{trunk-num}+{nexthop-ipv6-ll}", "array":[ { "properties":{ "trunk-num":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Trunk interface", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "optional":false }, "template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure tracking template (bind tracking template name)", "optional":true }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"action triggering threshold", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'down': BFD down; (BFD state)", "enum":[ "down" ], "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":[ "trunk-num", "nexthop-ipv6-ll" ] } ] }, "ethernet-list":{ "type":"array", "minItems":1, "items":{ "type":"ethernet" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/static/bfd/ethernet/{eth-num}+{nexthop-ipv6-ll}", "array":[ { "properties":{ "eth-num":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Ethernet (not a member of vlan or trunk)", "optional":false }, "nexthop-ipv6-ll":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address (Link-local)", "optional":false }, "template":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure tracking template (bind tracking template name)", "optional":true }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"action triggering threshold", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'down': BFD down; (BFD state)", "enum":[ "down" ], "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":[ "eth-num", "nexthop-ipv6-ll" ] } ] } } } } }, "source":{ "type":"object", "$ref":"/axapi/v3/ipv6/route/source", "properties":{ "ve-list":{ "type":"array", "minItems":1, "items":{ "type":"ve" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/source/ve/{ve-num}+{nexthop-ip}", "array":[ { "properties":{ "ve-num":{ "type":"number", "format":"number", "minimum":1, "maximum":4094, "partition-visibility":"shared", "optional":false }, "nexthop-ip":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Nexthop IPv6 address", "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":[ "ve-num", "nexthop-ip" ] } ] } } }, "rib-list":{ "type":"array", "minItems":1, "items":{ "type":"rib" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/route/rib/{ipv6-address}", "array":[ { "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPV6 address", "optional":false }, "ipv6-nexthop-ipv6":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-nexthop":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Forwarding router's address" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Ethernet interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual Ethernet interface (Virtual Ethernet interface number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "distance":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":1, "partition-visibility":"shared", "description":"Distance value for this route" }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Description for static route" } } } ] }, "ipv6-nexthop-tunnel":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "tunnel":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ipv6-nexthop-tunnel-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Forwarding router's address" }, "distance-nexthop-tunnel":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "default":1, "partition-visibility":"shared", "description":"Distance value for this route" }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Description for static route" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "ipv6-address" ] } ] } } }