-
Story
-
Resolution: Done
-
Minor
-
RH358 - RHEL 8.1 0
-
None
-
2
-
ROLE
-
en-US (English)
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/rh254-7/pages/ch03s07
Reporter RHNID: spetrosi@redhat.com, msameer-admin
Section: ch03s07 - Lab: Configuring Link Aggregation and Bridging
Language: en-US (English)
Workaround: The correct command should be
[root@serverX ~]# nmcli con add type team con-name team0 ifname team0 config '{"runner": {"name": "activebackup"}}'
or
[root@serverX ~]# nmcli con add type team con-name team0 ifname team0 \
> config '{"runner": {"name": "activebackup"}}'
Description: Hi,
Section 3.7: Lab: Configuring Link Aggregation and Bridging, Step 2 suggests the following line:
[root@serverX ~]# nmcli con add type team con-name team0 ifname team0 \> config '{"runner": {"name": "activebackup"{{ '}}' }}'
The correct command should be
[root@serverX ~]# nmcli con add type team con-name team0 ifname team0 config '{"runner": {"name": "activebackup"}}'
or
[root@serverX ~]# nmcli con add type team con-name team0 ifname team0 \
> config '{"runner": {"name": "activebackup"}}'
The Student Guide PDF shows the correct command but the online version shows a typo in it.
Regards,
Sameer
- clones
-
PTL-6374 RH254-396, Typo in lab command ch03s07: Configuring Link Aggregation and Bridging
- Closed