@cli netdata show
netdata show
Prefixes:
fd00:dead:beef:cafe::/64 paros med dc00
Routes:
fd49:7770:7fc5:0::/64 s med 4000
Services:
44970 5d c000 s 4000 0
44970 01 9a04b000000e10 s 4000 1
Contexts:
fd00:dead:beef:cafe::/64 1 c
Commissioning:
1248 dc00 9988 00000000000120000000000000000000 e
Done
netdata show -x
08040b02174703140040fd00deadbeefcafe0504dc00330007021140
Done
netdata show 0xdc00
Prefixes:
fd00:dead:beef:cafe::/64 paros med dc00
Routes:
Services:
Done
@cparam netdata show [@ca{-x}|@ca{rloc16}]
* The optional `-x` argument gets Network Data as hex-encoded TLVs.
* The optional `rloc16` argument gets all prefix/route/service entries associated with a given RLOC16.
@par
`netdata show` from OT CLI gets full Network Data received from the Leader. This command uses several
API functions to combine prefixes, routes, and services, including #otNetDataGetNextOnMeshPrefix,
#otNetDataGetNextRoute, #otNetDataGetNextService and #otNetDataGetNextLowpanContextInfo.
@par
On-mesh prefixes are listed under `Prefixes` header:
* The on-mesh prefix
* Flags
* p: Preferred flag
* a: Stateless IPv6 Address Autoconfiguration flag
* d: DHCPv6 IPv6 Address Configuration flag
* c: DHCPv6 Other Configuration flag
* r: Default Route flag
* o: On Mesh flag
* s: Stable flag
* n: Nd Dns flag
* D: Domain Prefix flag (only available for Thread 1.2).
* Preference `high`, `med`, or `low`
* RLOC16 of device which added the on-mesh prefix
@par
External Routes are listed under `Routes` header:
* The route prefix
* Flags
* s: Stable flag
* n: NAT64 flag
* Preference `high`, `med`, or `low`
* RLOC16 of device which added the route prefix
@par
Service entries are listed under `Services` header:
* Enterprise number
* Service data (as hex bytes)
* Server data (as hex bytes)
* Flags
* s: Stable flag
* RLOC16 of devices which added the service entry
* Service ID
@par
6LoWPAN Context IDs are listed under `Contexts` header:
* The prefix
* Context ID
* Compress flag (`c` if marked or `-` otherwise).
@par
Commissioning Dataset information is printed under `Commissioning` header:
* Session ID if present in Dataset or `-` otherwise
* Border Agent RLOC16 (in hex) if present in Dataset or `-` otherwise
* Joiner UDP port number if present in Dataset or `-` otherwise
* Steering Data (as hex bytes) if present in Dataset or `-` otherwise
* Flags:
* e: If Dataset contains any extra unknown TLV
@par
@moreinfo{@netdata}.
@csa{br omrprefix}
@csa{br onlinkprefix}
@sa otBorderRouterGetNetData