{ "id":"/axapi/v3/system/ndisc-ra/stats", "type":"object", "node-type":"scalar", "title":"ndisc-ra", "description":"Statistics for the object ndisc-ra", "properties":{ "stats":{ "type":"object", "properties":{ "good_recv":{ "type":"number", "format":"counter", "size":"2", "oid":"1", "description":"Good Router Solicitations (R.S.) Received", "long-description":"{}", "optional":true }, "periodic_sent":{ "type":"number", "format":"counter", "size":"2", "oid":"2", "description":"Periodic Router Advertisements (R.A.) Sent", "long-description":"{}", "optional":true }, "rate_limit":{ "type":"number", "format":"counter", "size":"2", "oid":"3", "description":"R.S. Rate Limited", "long-description":"{}", "optional":true }, "bad_hop_limit":{ "type":"number", "format":"counter", "size":"2", "oid":"4", "description":"R.S. Bad Hop Limit", "long-description":"{}", "optional":true }, "truncated":{ "type":"number", "format":"counter", "size":"2", "oid":"5", "description":"R.S. Truncated", "long-description":"{}", "optional":true }, "bad_icmpv6_csum":{ "type":"number", "format":"counter", "size":"2", "oid":"6", "description":"R.S. Bad ICMPv6 Checksum", "long-description":"{}", "optional":true }, "bad_icmpv6_code":{ "type":"number", "format":"counter", "size":"2", "oid":"7", "description":"R.S. Unknown ICMPv6 Code", "long-description":"{}", "optional":true }, "bad_icmpv6_option":{ "type":"number", "format":"counter", "size":"2", "oid":"8", "description":"R.S. Bad ICMPv6 Option", "long-description":"{}", "optional":true }, "l2_addr_and_unspec":{ "type":"number", "format":"counter", "size":"2", "oid":"9", "description":"R.S. Src Link-Layer Option and Unspecified Address", "long-description":"{}", "optional":true }, "no_free_buffers":{ "type":"number", "format":"counter", "size":"2", "oid":"10", "description":"No Free Buffers to send R.A.", "long-description":"{}", "optional":true } } } } }