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. STL之map

    参见http://www.cplusplus.com/reference/map/map/ template < class Key,                               ...

  2. VMWare Workstation 11安装CentOS7,附图 [原创]

    1.新建虚拟机 2.新建虚拟机向导,选择典型 3.选择稍后安装操作系统 4.选择linux版本,注意:宿主系统是64位的,此处就得选64位:宿主系统是32位的,此处就得选32位 5.选择路径 6.指定 ...

  3. java面试资料总结

    一.java基础部分 1.一个“.java”源文件中是否可以包含多个类(不是内部类)?有什么限制? 可以,但是只能有一个public类,且类名与文件名相同 2.java有没有goto? goto是ja ...

  4. .net之XML

    前言 想想毕业到现在已经工作了3个月,总结的知识点还是太少.这周因为项目完成的差不多了,有空补充一下知识,上周学了XML吗,一直都没有总结.今天便总结一下,一方面梳理一下知识点,一方面巩固下知识. X ...

  5. sourceInsight使用技巧,持续更新中~~~

    作为测试人员,读各种平台的工程代码时,根本不想安装各种vs或者eclipse等,于是,就找了一款代码阅读工具. sourceInsight,下载地址为官网:http://www.sourceinsig ...

  6. Hibernate内存溢出分析一例

    公司业务系统在进行压力测试时,压测24小时后系统发生内存溢出.经过分析读dump文件,发现org.hibernate.stat.StatisticsImpl类的hashmap类型的变量存储了大量数据( ...

  7. Codeforces Round #131 (Div. 1) B. Numbers dp

    题目链接: http://codeforces.com/problemset/problem/213/B B. Numbers time limit per test 2 secondsmemory ...

  8. jquery JSON的解析方式

    第一次用JSON作为jquery异步请求的传输对象,结果在jquery请求后返回的结果是字符串还是json对象上折腾了半天.等到问题解决了,也大致明白怎么个意思了,归根结底还是对jquery对相关js ...

  9. Combox 实现百度收索框效果

    标题中所谓百度收缩框效果,就是在输入数据的时候,自动提示,来张图就明白了: 用Combox来实现这个功能只是需要设置三个A开头的属性就OK了:AutoCompleteSource.AutoComple ...

  10. hdu 5120 Intersection

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5120 A ring is a 2-D figure bounded by two circles sh ...