Lines Matching +full:thread +full:- +full:border +full:- +full:router
1 # OpenThread CLI - Network Data
5 Thread Network Data contains information about Border Routers and other servers available in the Th…
7 Border Routers may register prefixes assigned to the Thread Network and prefixes that they offer ro…
9 Border Router and service information may be stable or temporary. Stable Thread Network Data is dis…
27 Network Name: OpenThread-8f28
34 2. Commit new dataset to the Active Operational Dataset in non-volatile storage.
41 3. Enable Thread interface
46 > thread start
50 4. Observe IPv6 addresses assigned to the Thread interface.
61 5. Register an IPv6 prefix assigned to the Thread network.
70 6. Observe Thread Network Data.
81 7. Observe IPv6 addresses assigned to the Thread interface.
95 Only the Network Key is required for a device to attach to a Thread network.
99 After the device successfully attaches to a Thread network, the device will retrieve the complete A…
110 2. Enable Thread interface.
115 > thread start
119 3. After attaching, observe Thread Network Data.
130 4. Observe IPv6 addresses assigned to the Thread interface.
144 - [help](#help)
145 - [full](#full)
146 - [length](#length)
147 - [maxlength](#maxlength)
148 - [publish](#publish)
149 - [register](#register)
150 - [show](#show)
151 - [steeringdata](#steeringdata-check-eui64discerner)
152 - [unpublish](#unpublish)
179 …ther or not the "net data full" callback has been invoked since start of Thread operation or since…
185 - The device is acting as a leader and receives a Network Data registration from a Border Router (B…
186 - The device is acting as a BR and new entries cannot be added to its local Network Data.
187 - The device is acting as a BR and tries to register its local Network Data entries with the leader…
212 Get the current length of (number of bytes) Partition's Thread Network Data.
224 Get the maximum observed length of the Thread Network Data since OT stack initialization or since t…
236 Reset the tracked maximum length of the Thread Network Data.
245 …it the number of similar Service and/or Prefix (on-mesh prefix or external route) entries in the T…
257 - `netdata publish dnssrp anycast <seq-num> [<version>]` to publish "DNS/SRP Service Anycast Addres…
258 - `netdata publish dnssrp unicast <address> <port> [<version>]` to publish "DNS/SRP Service Unicast…
259 - `netdata publish dnssrp unicast <port> [<version>]` to publish "DNS/SRP Service Unicast Address" …
276 Publish an on-mesh prefix entry.
278 - p: Preferred flag
279 - a: Stateless IPv6 Address Autoconfiguration flag
280 - d: DHCPv6 IPv6 Address Configuration flag
281 - c: DHCPv6 Other Configuration flag
282 - r: Default Route flag
283 - o: On Mesh flag
284 - s: Stable flag
285 - n: Nd Dns flag
286 - D: Domain Prefix flag (only available for Thread 1.2).
287 - prf: Preference, which may be 'high', 'med', or 'low'.
298 - s: Stable flag
299 - n: NAT64 flag
300 - a: Advertising PIO (AP) flag
301 - prf: Preference, which may be: 'high', 'med', or 'low'.
314 - s: Stable flag
315 - n: NAT64 flag
316 - a: Advertising PIO (AP) flag
317 - prf: Preference, which may be: 'high', 'med', or 'low'.
337 Usage: `netdata show [local] [-x] [\<rloc16\>]`
339 Print entries in Network Data, on-mesh prefixes, external routes, services, and 6LoWPAN context inf…
341 …sociated with the given RLOC16 only. The RLOC16 filtering can be used when `-x` or `local` are not…
343 On-mesh prefixes are listed under `Prefixes` header:
345 - The on-mesh prefix
346 - Flags
347 - p: Preferred flag
348 - a: Stateless IPv6 Address Autoconfiguration flag
349 - d: DHCPv6 IPv6 Address Configuration flag
350 - c: DHCPv6 Other Configuration flag
351 - r: Default Route flag
352 - o: On Mesh flag
353 - s: Stable flag
354 - n: Nd Dns flag
355 - D: Domain Prefix flag (only available for Thread 1.2).
356 - Preference `high`, `med`, or `low`
357 - RLOC16 of device which added the on-mesh prefix
361 - The route prefix
362 - Flags
363 - s: Stable flag
364 - n: NAT64 flag
365 - a: Advertising PIO (AP) flag
366 - Preference `high`, `med`, or `low`
367 - RLOC16 of device which added the route prefix
371 - Enterprise number
372 - Service data (as hex bytes)
373 - Server data (as hex bytes)
374 - Flags
375 - s: Stable flag
376 - RLOC16 of devices which added the service entry
377 - Service ID
381 - The prefix
382 - Context ID
383 - Compress flag (`c` if marked or `-` otherwise).
387 - Session ID if present in Dataset or `-` otherwise
388 - Border Agent RLOC16 (in hex) if present in Dataset or `-` otherwise
389 - Joiner UDP port number if present in Dataset or `-` otherwise
390 - Steering Data (as hex bytes) if present in Dataset or `-` otherwise
391 - Flags:
392 - e: if Dataset contains any extra unknown TLV
425 Print Network Data received from the Leader as hex-encoded TLVs.
428 > netdata show -x
444 Print local Network Data to sync with Leader as hex-encoded TLVs.
447 > netdata show local -x
456 - eui64: The IEEE EUI-64 of the Joiner.
457 - discerner: The Joiner discerner in format `number/length`.
478 - `netdata unpublish dnssrp` to unpublish "DNS/SRP Service" entry (anycast or unciast).
487 Unpublishes a previously published on-mesh prefix or external route entry.