Which two commands can help troubleshoot the networking?

Networking is not working for several guests on a particular host. Which two commands can
help troubleshoot the networking?

Networking is not working for several guests on a particular host. Which two commands can
help troubleshoot the networking?

A.
ifconfig -a will show a list of all network interfaces and their current status, which will
help determine which bridge is having problems.

B.
xm list -1 will show all of the network interfaces for all of the virtual machines, which
can be used to see which bridge is having problems.

C.
config_network.py -l will show which network interfaces are in use, and which are
having problems.

D.
brctl show will show the status of each bridge, and which VIFs are connected to it.
This canthen be used to determine which bridge is having problems.

E.
System-config-network will list the virtual interfaces, which can be inspected to see
which are having problems.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Anderson Nascimento

Anderson Nascimento

As respostas corretas são.

brctl show will show the status of each bridge, and which VIFs are connected to it.
This canthen be used to determine which bridge is having problems.

ifconfig -a will show a list of all network interfaces and their current status, which will
help determine which bridge is having problems.