-
Bug
-
Resolution: Can't Do
-
Minor
-
None
-
RH254 - RHEL 7 2 20181101
-
None
-
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
- is cloned by
-
PTL-5595 RH358-8: [RH254] - Typo in lab command ch03s07: Configuring Link Aggregation and Bridging
- Closed