{ "id":"/axapi/v3/system/ipv6", "type":"object", "node-type":"scalar", "title":"ipv6", "partition-visibility":"shared", "description":"IPv6 Setting", "properties":{ "icmpv6-unreachable-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable icmpv6 unreachable messages", "optional":true }, "icmpv6-redirect-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable icmpv6 redirect messages", "optional":true }, "rpf-check-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable reverse path filter (strict mode)", "optional":true }, "source-route-pkt-drop-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable IPv6 source routed packet drop", "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 } } }