102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 7


Which of the following connection types, as seen in nmcli connection show, may exist in NetworkManager? (Choose three.)

Show Answer
Correct Answer: BCE

The valid connection types for NetworkManager include ethernet, wifi, and bridge. Ethernet is a common wired network connection. Wifi is the standard wireless network connection type. Bridge connections are used to connect two or more network interfaces together, allowing for network bridging. Tcp and ipv6, on the other hand, are protocols and not considered connection types in nmcli.

Discussion

8 comments
Sign in to comment
Roger95Options: BCE
Nov 20, 2021

[root@rhel8-02 ~]# nmcli device show | grep TYPE GENERAL.TYPE: ethernet GENERAL.TYPE: bridge GENERAL.TYPE: loopback GENERAL.TYPE: tun if your machine is attaching wifi, it will be displayed here. >> BCE is correct

CuriousLinuxCatOptions: BCE
Aug 1, 2021

Answers are correct. Support for IPv4 and IPv6 exists in nmcli, but the correct command is 'ip4' and 'ip6'. Hence D is wrong. Source: https://manpages.debian.org/jessie/network-manager/nmcli.1.en.html (Section: add COMMON_OPTIONS TYPE_SPECIFIC_OPTIONS IP_OPTIONS)

LazylinuxOptions: BCE
Apr 29, 2022

BCE is correct

Rini_Giannenzo
Dec 8, 2020

Concordo

iwkno6Options: BCE
Sep 16, 2021

B, C and E are correct

il_biondo
Dec 6, 2022

Use the add argument to add a connection for NetworkManager. The syntax follows: # nmcli connection add [COMMON_OPTIONS] [TYPE_SPECIFIC] [OPTIONS] [IP_OPTIONS] The COMMON_OPTIONS for the add argument are described: type [type]: Connection type. Valid types of connections are ethernet, wifi, wimax, pppoe, gsm, cdma, infiniband, bluetooth, vlan, bond, bond-slave, team, team-slave, bridge, bridge-slave, vpn, and olpc-mesh.

Arielpetit
Dec 14, 2023

D is also correct

MavnetOptions: BCE
Apr 21, 2024

Without knowing the nmcli command, I can say that IPv6 and TCP are protocols and ethernet bridge and wifi are interfaces, this would be another way of thinking.