{ "id":"/axapi/v3/system/ndisc-ra", "type":"object", "node-type":"scalar", "title":"ndisc-ra", "partition-visibility":"shared", "auto-created-object":1, "description":"Neighbor discovery and RA counters", "properties":{ "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; 'good_recv': Good Router Solicitations (R.S.) Received; 'periodic_sent': Periodic Router Advertisements (R.A.) Sent; 'rate_limit': R.S. Rate Limited; 'bad_hop_limit': R.S. Bad Hop Limit; 'truncated': R.S. Truncated; 'bad_icmpv6_csum': R.S. Bad ICMPv6 Checksum; 'bad_icmpv6_code': R.S. Unknown ICMPv6 Code; 'bad_icmpv6_option': R.S. Bad ICMPv6 Option; 'l2_addr_and_unspec': R.S. Src Link-Layer Option and Unspecified Address; 'no_free_buffers': No Free Buffers to send R.A.; ", "enum":[ "all", "good_recv", "periodic_sent", "rate_limit", "bad_hop_limit", "truncated", "bad_icmpv6_csum", "bad_icmpv6_code", "bad_icmpv6_option", "l2_addr_and_unspec", "no_free_buffers" ] } } } ] } } }