{ "id":"/axapi/v3/ipv6", "type":"object", "node-type":"intermediate", "title":"ipv6", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Global IP configuration subcommands", "properties":{ "access-list-list":{ "type":"array", "minItems":1, "items":{ "type":"access-list" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/access-list/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"Named Access List", "optional":false }, "rules":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "seq-num":{ "type":"number", "format":"number", "minimum":1, "maximum":8192, "partition-visibility":"shared", "description":"Sequence Number" }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'deny': Deny; 'permit': Permit; 'l3-vlan-fwd-disable': Disable L3 forwarding between VLANs; ", "enum":[ "deny", "permit", "l3-vlan-fwd-disable" ] }, "remark":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Access list entry comment (Notes for this ACL)" }, "icmp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "tcp", "udp", "ipv6", "service-obj-group", "geo-location" ], "description":"Internet Control Message Protocol" }, "tcp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "icmp", "udp", "ipv6", "service-obj-group", "geo-location" ], "description":"protocol TCP" }, "udp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "icmp", "tcp", "ipv6", "service-obj-group", "geo-location" ], "description":"protocol UDP" }, "ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "icmp", "tcp", "udp", "service-obj-group", "geo-location" ], "description":"Any Internet Protocol" }, "service-obj-group":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not-list":[ "icmp", "tcp", "udp", "ipv6", "geo-location" ], "description":"Service object group (Source object group name)" }, "geo-location":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not-list":[ "icmp", "tcp", "udp", "ipv6", "service-obj-group" ], "description":"Specify geo-location name" }, "icmp-type":{ "type":"number", "format":"number", "minimum":0, "maximum":254, "partition-visibility":"shared", "not-list":[ "any-type", "special-type" ], "description":"ICMP type number" }, "any-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "icmp-type", "special-type" ], "description":"Any ICMP type" }, "special-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not-list":[ "icmp-type", "any-type" ], "description":"'echo-reply': Type 129, echo reply; 'echo-request': help Type 128, echo request; 'packet-too-big': Type 2, packet too big; 'param-prob': Type 4, parameter problem; 'time-exceeded': Type 3, time exceeded; 'dest-unreachable': Type 1, destination unreachable; ", "enum":[ "echo-reply", "echo-request", "packet-too-big", "param-prob", "time-exceeded", "dest-unreachable" ] }, "any-code":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "icmp-code", "special-code" ], "description":"Any ICMP code" }, "icmp-code":{ "type":"number", "format":"number", "minimum":0, "maximum":254, "partition-visibility":"shared", "not-list":[ "any-code", "special-code" ], "description":"ICMP code number" }, "special-code":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not-list":[ "any-code", "icmp-code" ], "description":"'addr-unreachable': Code 3, address unreachable; 'admin-prohibited': Code 1, admin prohibited; 'no-route': Code 0, no route to destination; 'not-neighbour': Code 2, not neighbor; 'port-unreachable': Code 4, destination port unreachable; ", "enum":[ "addr-unreachable", "admin-prohibited", "no-route", "not-neighbour", "port-unreachable" ] }, "src-any":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "src-host", "src-subnet", "src-object-group" ], "description":"Any source host" }, "src-host":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "src-any", "src-subnet", "src-object-group" ], "description":"A single source host (Host address)" }, "src-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "not-list":[ "src-any", "src-host", "src-object-group" ], "description":"Source Address" }, "src-object-group":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not-list":[ "src-any", "src-host", "src-subnet" ], "description":"Network object group (Source network object group name)" }, "src-eq":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "not-list":[ "src-gt", "src-lt", "src-range" ], "description":"Match only packets on a given source port (port number)" }, "src-gt":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "partition-visibility":"shared", "not-list":[ "src-eq", "src-lt", "src-range" ], "description":"Match only packets with a greater port number" }, "src-lt":{ "type":"number", "format":"number", "minimum":2, "maximum":65535, "partition-visibility":"shared", "not-list":[ "src-eq", "src-gt", "src-range" ], "description":"Match only packets with a lower port number" }, "src-range":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "not-list":[ "src-eq", "src-gt", "src-lt" ], "description":"match only packets in the range of port numbers (Starting Port Number)" }, "src-port-end":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Ending Port Number" }, "dst-any":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "dst-host", "dst-subnet", "dst-object-group" ], "description":"Any destination host" }, "dst-host":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "dst-any", "dst-subnet", "dst-object-group" ], "description":"A single destination host (Host address)" }, "dst-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "not-list":[ "dst-any", "dst-host", "dst-object-group" ], "description":"Destination Address" }, "dst-object-group":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not-list":[ "dst-any", "dst-host", "dst-subnet" ], "description":"Destination network object group name" }, "dst-eq":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "not-list":[ "dst-gt", "dst-lt", "dst-range" ], "description":"Match only packets on a given destination port (port number)" }, "dst-gt":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "partition-visibility":"shared", "not-list":[ "dst-eq", "dst-lt", "dst-range" ], "description":"Match only packets with a greater port number" }, "dst-lt":{ "type":"number", "format":"number", "minimum":2, "maximum":65535, "partition-visibility":"shared", "not-list":[ "dst-eq", "dst-gt", "dst-range" ], "description":"Match only packets with a lesser port number" }, "dst-range":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "not-list":[ "dst-eq", "dst-gt", "dst-lt" ], "description":"Match only packets in the range of port numbers (Starting Destination Port Number)" }, "dst-port-end":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Edning Destination Port Number" }, "fragments":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IP fragments" }, "vlan":{ "type":"number", "format":"number", "minimum":1, "maximum":4094, "partition-visibility":"shared", "description":"VLAN ID" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet trunk (trunk number)" }, "dscp":{ "type":"number", "format":"number", "minimum":1, "maximum":63, "partition-visibility":"shared", "description":"DSCP" }, "established":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"TCP established" }, "acl-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log matches against this entry" } } } ] }, "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 } }, "required":[ "name" ] } ] }, "address":{ "type":"object", "$ref":"/axapi/v3/ipv6/address", "properties":{ "ipv6-address":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPV6 address" }, "link-local":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"anycast", "description":"Configure an IPv6 link local address" }, "anycast":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not":"link-local", "description":"Configure an IPv6 anycast address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "default-gateway":{ "type":"object", "$ref":"/axapi/v3/ipv6/default-gateway", "properties":{ "ipv6-default-gateway":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/address", "description":"Default gateway address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "frag":{ "type":"object", "$ref":"/axapi/v3/ipv6/frag", "properties":{ "frag-timeout":{ "type":"number", "format":"number", "minimum":4, "maximum":65535, "partition-visibility":"shared", "description":"in milliseconds 4 - 65535 (default is 60000)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'session-inserted': Session Inserted; 'session-expired': Session Expired; 'icmp-rcv': ICMP Received; 'icmpv6-rcv': ICMPv6 Received; 'udp-rcv': UDP Received; 'tcp-rcv': TCP Received; 'ipip-rcv': IP-in-IP Received; 'ipv6ip-rcv': IPv6-in-IP Received; 'other-rcv': Other Received; 'icmp-dropped': ICMP Dropped; 'icmpv6-dropped': ICMPv6 Dropped; 'udp-dropped': UDP Dropped; 'tcp-dropped': TCP Dropped; 'ipip-dropped': IP-in-IP Dropped; 'ipv6ip-dropped': IPv6-in-IP Dropped; 'other-dropped': Other Dropped; 'overlap-error': Overlapping Fragment Dropped; 'bad-ip-len': Bad IP Length; 'too-small': Fragment Too Small Drop; 'first-tcp-too-small': First TCP Fragment Too Small Drop; 'first-l4-too-small': First L4 Fragment Too Small Drop; 'total-sessions-exceeded': Total Sessions Exceeded Drop; 'no-session-memory': Out of Session Memory; 'fast-aging-set': Fragmentation Fast Aging Set; 'fast-aging-unset': Fragmentation Fast Aging Unset; 'fragment-queue-success': Fragment Queue Success; 'unaligned-len': Payload Length Unaligned; 'exceeded-len': Payload Length Out of Bounds; 'duplicate-first-frag': Duplicate First Fragment; 'duplicate-last-frag': Duplicate Last Fragment; 'total-fragments-exceeded': Total Queued Fragments Exceeded; 'fragment-queue-failure': Fragment Queue Failure; 'reassembly-success': Fragment Reassembly Success; 'max-len-exceeded': Fragment Max Data Length Exceeded; 'reassembly-failure': Fragment Reassembly Failure; 'policy-drop': MTU Exceeded Policy Drop; 'error-drop': Fragment Processing Drop; 'high-cpu-threshold': High CPU Threshold Reached; 'low-cpu-threshold': Low CPU Threshold Reached; 'cpu-threshold-drop': High CPU Drop; 'ipd-entry-drop': DDoS Protection Drop; 'max-packets-exceeded': Too Many Packets Per Reassembly Drop; 'session-packets-exceeded': Session Max Packets Exceeded; 'frag-session-count': Fragmentation Session Count; 'sctp-rcv': SCTP Received; 'sctp-dropped': SCTP Dropped; 'first-gtp-packet-too-small': First GTP Fragment Too Small Drop; ", "enum":[ "all", "session-inserted", "session-expired", "icmp-rcv", "icmpv6-rcv", "udp-rcv", "tcp-rcv", "ipip-rcv", "ipv6ip-rcv", "other-rcv", "icmp-dropped", "icmpv6-dropped", "udp-dropped", "tcp-dropped", "ipip-dropped", "ipv6ip-dropped", "other-dropped", "overlap-error", "bad-ip-len", "too-small", "first-tcp-too-small", "first-l4-too-small", "total-sessions-exceeded", "no-session-memory", "fast-aging-set", "fast-aging-unset", "fragment-queue-success", "unaligned-len", "exceeded-len", "duplicate-first-frag", "duplicate-last-frag", "total-fragments-exceeded", "fragment-queue-failure", "reassembly-success", "max-len-exceeded", "reassembly-failure", "policy-drop", "error-drop", "high-cpu-threshold", "low-cpu-threshold", "cpu-threshold-drop", "ipd-entry-drop", "max-packets-exceeded", "session-packets-exceeded", "frag-session-count", "sctp-rcv", "sctp-dropped", "first-gtp-packet-too-small" ] } } } ] } } }, "icmpv6":{ "type":"object", "$ref":"/axapi/v3/ipv6/icmpv6", "properties":{ "redirect":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable outbound ICMPv6 redirect messages" }, "unreachable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable outbound ICMPv6 unreachable messages" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "neighbor":{ "type":"object", "$ref":"/axapi/v3/ipv6/neighbor", "properties":{ "static-list":{ "type":"array", "minItems":1, "items":{ "type":"static" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/neighbor/static/{ipv6-addr}+{vlan}", "array":[ { "properties":{ "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 address", "optional":false }, "mac":{ "type":"string", "format":"mac-address", "partition-visibility":"shared", "description":"MAC Address", "optional":true }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "trunk", "tunnel" ], "description":"Ethernet port (Port Value)", "optional":true }, "trunk":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "not-list":[ "ethernet", "tunnel" ], "description":"Trunk group", "optional":true }, "tunnel":{ "type":"number", "format":"number", "minimum":1, "maximum":128, "partition-visibility":"shared", "not-list":[ "ethernet", "trunk" ], "description":"Tunnel interface", "optional":true }, "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "$ref":"/axapi/v3/network/vlan", "description":"VLAN ID", "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":[ "ipv6-addr", "vlan" ] } ] }, "dynamic":{ "type":"object", "$ref":"/axapi/v3/ipv6/neighbor/dynamic", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "fib":{ "type":"object", "$ref":"/axapi/v3/ipv6/fib", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "fib-summary":{ "type":"object", "$ref":"/axapi/v3/ipv6/fib-summary", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "route":{ "type":"object", "$ref":"/axapi/v3/ipv6/route", "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" ] } ] } } }, "nat":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat", "properties":{ "pool-list":{ "type":"array", "minItems":1, "items":{ "type":"pool" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/pool/{pool-name}", "array":[ { "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify pool name", "optional":false }, "start-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure start IP address of NAT pool", "optional":true }, "end-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure end IP address of NAT pool", "optional":true }, "netmask":{ "type":"number", "format":"number", "minimum":64, "maximum":128, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure mask for pool", "optional":true }, "gateway":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure gateway IP", "optional":true }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Specify VRRP-A vrid (Specify ha VRRP-A vrid)", "optional":true }, "scaleout-device-id":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Configure Scaleout device id to which this NAT pool is to be bound (Specify Scaleout device id)", "optional":true }, "ip-rr":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Use IP address round-robin behavior", "optional":true }, "port-overload":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Nat Pool Port overload", "optional":true }, "chunk-sharing":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Share NAT pool chunk across CPUs", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'Port-Usage': Port-Usage; 'Total-Used': Total-Used; 'Total-Freed': Total-Freed; 'Failed': Failed; ", "enum":[ "all", "Port-Usage", "Total-Used", "Total-Freed", "Failed" ] } } } ] } }, "required":[ "pool-name" ] } ] }, "pool-group-list":{ "type":"array", "minItems":1, "items":{ "type":"pool-group" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/pool-group/{pool-group-name}", "array":[ { "properties":{ "pool-group-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify pool group name", "optional":false }, "vrid":{ "type":"number", "format":"number", "minimum":1, "maximum":31, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Specify VRRP-A vrid (Specify ha VRRP-A vrid)", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'Failed': Failed; ", "enum":[ "all", "Failed" ] } } } ] }, "member-list":{ "type":"array", "minItems":1, "items":{ "type":"member" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/pool-group/{pool-group-name}/member/{pool-name}", "array":[ { "properties":{ "pool-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify NAT pool name", "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":[ "pool-name" ] } ] } }, "required":[ "pool-group-name" ] } ] }, "inside":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat/inside", "properties":{ "source":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat/inside/source", "properties":{ "list-list":{ "type":"array", "minItems":1, "items":{ "type":"list" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/nat/inside/source/list/{list-name}", "array":[ { "properties":{ "list-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/access-list", "description":"IPv6 access-list name", "optional":false }, "pool":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref-list":["/axapi/v3/ipv6/nat/pool-group", "/axapi/v3/ipv6/nat/pool"], "description":"IPv6 NAT Pool (Pool 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":[ "list-name" ] } ] } } } } }, "icmpv6":{ "type":"object", "$ref":"/axapi/v3/ipv6/nat/icmpv6", "properties":{ "respond-to-ping":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Respond to ICMPv6 echo requests to NAT pool IPs (default: disabled)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "reroute":{ "type":"object", "$ref":"/axapi/v3/ipv6/reroute", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "suppress-protocols":{ "type":"object", "$ref":"/axapi/v3/ipv6/reroute/suppress-protocols", "properties":{ "ospf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"OSPF" }, "ebgp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"EBGP" }, "ibgp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"IBGP" }, "static":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared" }, "isis":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"ISIS" }, "rip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"RIP" }, "connected":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "unnumbered":{ "type":"object", "$ref":"/axapi/v3/ipv6/unnumbered", "properties":{ "use-source-acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":16, "partition-visibility":"shared", "$ref":"/axapi/v3/ipv6/access-list", "description":"Access List, Upon deny packet's source address will be NATed (ACL Name)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "use-source-ipv6":{ "type":"object", "$ref":"/axapi/v3/ipv6/unnumbered/use-source-ipv6", "properties":{ "update-source-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "telemetry":{ "type":"object", "$ref":"/axapi/v3/ipv6/telemetry", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "prefix-list-list":{ "type":"array", "minItems":1, "items":{ "type":"prefix-list" }, "uniqueItems":true, "$ref":"/axapi/v3/ipv6/prefix-list/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Name of a prefix list", "optional":false }, "rules":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "seq":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967295, "partition-visibility":"shared", "description":"Sequence number of an entry" }, "description":{ "type":"string", "format":"string", "minLength":1, "maxLength":80, "partition-visibility":"shared", "description":"Prefix-list specific description (Up to 80 characters describing this prefix-list)" }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'deny': Specify packets to reject; 'permit': Specify packets to forward; ", "enum":[ "deny", "permit" ] }, "any":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Any prefix match. Same as \"::0/0 le 128\"" }, "ipaddr":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 prefix, e.g., 3ffe::/16" }, "ge":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "description":"Minimum prefix length to be matched" }, "le":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "description":"Maximum prefix length to be matched" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "name" ] } ] }, "rib":{ "type":"object", "$ref":"/axapi/v3/ipv6/rib", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "ospf":{ "type":"object", "$ref":"/axapi/v3/ipv6/ospf", "properties":{ "display-route-single-line":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Print an entry in single line" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }