I'm wondering how to display a connection status using nmcli. I understand that the following will display a list of configured connections:
nmcli con show
And I also understand that the following will show only active connections:
nmcli con show --active
And that the following will display all settings for a connection (which is a very long list):
nmcli con show {connection_name}
My question is: Is there a quick way to display the status of a connection? Something similar to:
nmcli con status {connection_name}
Noting that the above is actually not a valid option on CentOS or Fedora.