{ "id":"/axapi/v3/system/ip", "type":"object", "node-type":"scalar", "title":"ip", "partition-visibility":"shared", "description":"IP Setting", "properties":{ "icmp-unreachable-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable icmp unreachable messages", "optional":true }, "icmp-redirect-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable icmp 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 IPv4 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 } } }