system ndisc-ra¶
Neighbor discovery and RA counters
ndisc-ra Specification¶
Type Configuration Resource Element Name ndisc-ra Element URI /axapi/v3/system/ndisc-ra Element Attributes ndisc-ra_attributes Statistics Data URI /axapi/v3/system/ndisc-ra/stats Schema ndisc-ra schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/system/ndisc-ra | ||
Get Object | GET | /axapi/v3/system/ndisc-ra | ||
Modify Object | POST | /axapi/v3/system/ndisc-ra | ||
Replace Object | PUT | /axapi/v3/system/ndisc-ra | ||
Delete Object | DELETE | /axapi/v3/system/ndisc-ra |
ndisc-ra attributes¶
sampling-enable
Type: Listuuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification Type list Block object keys counters1
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.;
Type: string
Supported Values: 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
stats data¶
Counter | Size | Description | |
---|---|---|---|
bad_hop_limit | 2 | R.S. Bad Hop Limit | |
bad_icmpv6_code | 2 | R.S. Unknown ICMPv6 Code | |
bad_icmpv6_csum | 2 | R.S. Bad ICMPv6 Checksum | |
truncated | 2 | R.S. Truncated | |
no_free_buffers | 2 | No Free Buffers to send R.A. | |
rate_limit | 2 | R.S. Rate Limited | |
l2_addr_and_unspec | 2 | R.S. Src Link-Layer Option and Unspecified Address | |
bad_icmpv6_option | 2 | R.S. Bad ICMPv6 Option | |
periodic_sent | 2 | Periodic Router Advertisements (R.A.) Sent | |
good_recv | 2 | Good Router Solicitations (R.S.) Received |