nmcli是一款能够方便我们配置网络的工具,能够轻松的查看网卡信息或网络状态:

实例1:查看网卡信息

[root@localhost ~]# nmcli connection show
名称 UUID 类型 设备
virbr0-nic 7f3a7bb5-a7ab-440c-b87f-d94e6f4dd96b --ethernet virbr0-nic
virbr0 ff7c93dd-05ae---77218b2ad5dd bridge virbr0
eno16777736 ce2fa92b-adf1--84c2-988f2ffcd07d --ethernet eno16777736

实例2:查看网卡的连接状态

[root@localhost ~]# nmcli device status
设备 类型 状态 CONNECTION
virbr0 bridge 连接的 virbr0
eno16777736 ethernet 连接的 eno16777736
virbr0-nic ethernet 连接的 virbr0-nic
lo loopback 未管理 --

实例3:查看网卡的详细信息

[root@localhost ~]# nmcli connection show eno16777736
connection.id: eno16777736
connection.uuid: ce2fa92b-adf1--84c2-988f2ffcd07d
connection.interface-name: eno16777736
connection.type: --ethernet
connection.autoconnect: yes
connection.autoconnect-priority:
connection.timestamp:
connection.read-only: no
connection.permissions:
connection.zone: --
connection.master: --
connection.slave-type: --
connection.autoconnect-slaves: - (default)
connection.secondaries:
connection.gateway-ping-timeout:
connection.metered: 未知
--ethernet.port: --
--ethernet.speed:
--ethernet.duplex: --
--ethernet.auto-negotiate: yes
--ethernet.mac-address: --
--ethernet.cloned-mac-address: --
--ethernet.mac-address-blacklist:
--ethernet.mtu: 自动
--ethernet.s390-subchannels:
--ethernet.s390-nettype: --
--ethernet.s390-options:
--ethernet.wake-on-lan: (default)
--ethernet.wake-on-lan-password: --
ipv4.method: auto
ipv4.dns:
ipv4.dns-search:
ipv4.addresses:
ipv4.gateway: --
ipv4.routes:
ipv4.route-metric: -
ipv4.ignore-auto-routes: no
ipv4.ignore-auto-dns: no
ipv4.dhcp-client-id: --
ipv4.dhcp-send-hostname: yes
ipv4.dhcp-hostname: --
ipv4.never-default: no
ipv4.may-fail: yes
ipv6.method: auto
ipv6.dns:
ipv6.dns-search:
ipv6.addresses:
ipv6.gateway: --
ipv6.routes:
ipv6.route-metric: -
ipv6.ignore-auto-routes: no
ipv6.ignore-auto-dns: no
ipv6.never-default: no
ipv6.may-fail: yes
ipv6.ip6-privacy: - (未知)
ipv6.dhcp-send-hostname: yes
ipv6.dhcp-hostname: --
GENERAL.名称: eno16777736
GENERAL.UUID: ce2fa92b-adf1--84c2-988f2ffcd07d
GENERAL.设备: eno16777736
GENERAL.状态: 已激活
GENERAL.默认: 是
GENERAL.DEFAULT6: 否
GENERAL.VPN: 否
GENERAL.ZONE: --
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/
GENERAL.SPEC 对象: /
GENERAL.MASTER-PATH: --
IP4.地址[]: 192.168.157.135/
IP4.网关: 192.168.157.2
IP4.DNS[]: 192.168.157.2
IP4.域[]: localdomain
DHCP4.选项[]: requested_domain_search =
DHCP4.选项[]: requested_nis_domain =
DHCP4.选项[]: requested_time_offset =
DHCP4.选项[]: requested_broadcast_address =
DHCP4.选项[]: requested_rfc3442_classless_static_routes =
DHCP4.选项[]: requested_classless_static_routes =
DHCP4.选项[]: requested_domain_name =
DHCP4.选项[]: expiry =
DHCP4.选项[]: domain_name = localdomain
DHCP4.选项[]: next_server = 192.168.157.254
DHCP4.选项[]: broadcast_address = 192.168.157.255
DHCP4.选项[]: dhcp_message_type =
DHCP4.选项[]: requested_subnet_mask =
DHCP4.选项[]: dhcp_lease_time =
DHCP4.选项[]: routers = 192.168.157.2
DHCP4.选项[]: ip_address = 192.168.157.135
DHCP4.选项[]: requested_static_routes =
DHCP4.选项[]: requested_interface_mtu =
DHCP4.选项[]: requested_nis_servers =
DHCP4.选项[]: requested_wpad =
DHCP4.选项[]: requested_ntp_servers =
DHCP4.选项[]: requested_domain_name_servers =
DHCP4.选项[]: domain_name_servers = 192.168.157.2
DHCP4.选项[]: requested_ms_classless_static_routes =
DHCP4.选项[]: requested_routers =
DHCP4.选项[]: subnet_mask = 255.255.255.0
DHCP4.选项[]: network_number = 192.168.157.0
DHCP4.选项[]: requested_host_name =
DHCP4.选项[]: dhcp_server_identifier = 192.168.157.254
IP6.地址[]: fe80::20c:29ff:fe74:71c9/
IP6.网关:

查看Linux系统网卡信息的更多相关文章

  1. 查看linux系统版本命令 (转)

    查看linux系统版本命令 分类: Linux 知识小结2011-10-10 15:26 240162人阅读 评论(9) 收藏 举报 linuxredhatdebianx86susesun 一.查看内 ...

  2. 查看Linux系统版本信息

    一.查看Linux内核版本命令(两种方法): 1.cat /proc/version [root@S-CentOS home]# cat /proc/versionLinux version 2.6. ...

  3. 查看linux系统常用的命令,Linux查看系统配置常用命令

    一.linux CPU大小  cat /proc/cpuinfo |grep "model name" && cat /proc/cpuinfo |grep &qu ...

  4. 查看Linux系统架构类型的5条常用命令

    导读 很多时候我们都需要查看当前 Linux 系统是 32 位还是 64 位系统架构类型,本文中我将向大家推荐 5 条常用命令.无论你使用的是桌面版或是只装了文本界面的 Linux 环境,以下命令几乎 ...

  5. 查看linux系统的开机时间/重启历史记录

    查看linux系统的开机时间/重启历史记录1.who -b命令[root@rusky opt]# who -b ---查看最后一次(上次)系统启动的时间 system boot Dec 27 05:0 ...

  6. Shell脚本查看linux系统性能瓶颈(转)

    Shell脚本查看linux系统性能瓶颈(转自:http://blog.51cto.com/lizhenliang/1687612) [root@test ~]# cat show_sys_info. ...

  7. 查看Linux系统软硬件信息

    查看Linux系统软硬件信息 查看计算机CPU信息 cat /proc/cpuinfo 查看文件系统信息 cat /proc/filesystems 查看主机中断信息 cat /proc/interr ...

  8. 【LInux】查看Linux系统版本信息

    一.查看Linux内核版本命令(两种方法): 1.cat /proc/version [root@S-CentOS home]# cat /proc/versionLinux version 2.6. ...

  9. 【linux基础】如何查看Linux系统是64位还是32位

    如何查看Linux系统是64位还是32位 $getconf LONG_BIT or $file /bin/ls or #查看linux版本 $lsb_release -a or $uname -a 参 ...

随机推荐

  1. Hibernate中启用日志

    Problem How do you determine what SQL query is being executed by Hibernate? How can you see the Hibe ...

  2. pcxFirefox 自定义

    便携特性(ini设置)     把与firefox.exe同文件夹的tmemutil-sample.ini 改名为tmemutil.ini,设置如下: Portable=1 #便携式 Portable ...

  3. Installing Ruby 1.9.3 on Ubuntu 12.04 Precise Pengolin (without RVM)

    02 MAY, 2012 The new Ubuntu release has just rolled around and with it a slew of new packages. Perso ...

  4. UVA - 11478 Halum 二分+差分约束

    题目链接: http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=34651 题意: 给定一个有向图,每一条边都有一个权值,每次你可以 ...

  5. 装载:对CSS中的Position、Float属性的一些深入探讨

    对CSS中的Position.Float属性的一些深入探讨   对CSS中的Position.Float属性的一些深入探讨 对于Position.Float我们在平时使用上可以说是使用频率非常高的两个 ...

  6. Sprite Kit 入门教程

    Sprite Kit 入门教程  Ray Wenderlich on September 30, 2013 Tweet 这篇文章还可以在这里找到 英语, 日语 If you're new here, ...

  7. UIResponder

    原网址:http://www.cnblogs.com/kuku/archive/2011/11/12/2246389.html 在 iOS 中,一个 UIResponder 对象表示一个可以接收触摸屏 ...

  8. std::function,std::bind复习

    #include <iostream> #include <functional>//std::bind返回函数对象 void fun1(int a, int b) { std ...

  9. Eclipse新版 syso无法自动补全的解决方法

    症状: 以前输入Syso可以直接自动转化为System.out.println(""); 现如今居然还要让我手动选择一下才可以! 我仔细看了一下Eclipse的插件,发现是新版Ec ...

  10. 《EnterLib PIAB深入剖析》系列博文汇总_转

    转: http://www.cnblogs.com/artech/archive/2008/08/08/1263418.html