You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: task-09/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ Use the `ifconfig` command to obtain the `<id_id>`.
24
24
25
25
## Task 9.1: Initialize RPL
26
26
27
+
* First of all we need to initialize RPL in all nodes using `rpl init`:
28
+
29
+
```
30
+
rpl init <if_id>
31
+
```
32
+
27
33
* In order to use RPL we have to choose **one** RPL root node and configure a global IPv6 address for it. This is simply done by adding the address to the network interface (`<if_id>`) via `ifconfig`:
0 commit comments