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. messager(消息窗口)

    一.$.messager.alert()类似js中的alert('String') 方法参数:title, msg, icon, function(回调函数) 描述:title头部面板标题.msg主要 ...

  2. 用sql语句生成 数据字典

    SELECT 表名=case when a.colorder=1 then d.name else '' end, 表说明=case when a.colorder=1 then isnull(f.v ...

  3. git学习,什么是git?

    什么是 Git? 百度百科显示,Git是 Linux 之父 Linus Trovalds,为管理 Linux 内核代码而建立的,被认为是分布式版本控制工具中的顶级水准.智能.友好.强健.高效. 正如所 ...

  4. JS 学习笔记--2--变量的声明

      1.ECMAScript 中规定所有的关键字.保留字.函数名.函数名.操作符等都是区分大小写的. 2.标识符:指变量.函数.属性的名字:标识符组成:以字母.下划线.$ 开头,其他字母可以含有数字, ...

  5. Leetcode#68 Text Justification

    原题地址 没有复杂的算法,纯粹的模拟题 先试探,计算出一行能放几个单词 然后计算出单词之间有几个空格,注意,如果空格总长度无法整除空格数,前面的空格长度通通+1 最后放单词.放空格,组成一行,加入结果 ...

  6. nsight 使用问题

    slot 0 offset 0 stride DXGI_FORMAT_r32b32g32_FLOAT 这样一个memory 100.0000, 100.0000,10.0000,1.0000 stri ...

  7. API文档管理工具-数据库表结构思考.

    API文档管理工具-数据库表结构思考. PS: 管理工具只是为了方便自己记录API的一些基本信息,方便不同的开发人员 (App Developer, Restful API Developer)之间的 ...

  8. Swift-1-基本概念

    // Playground - noun: a place where people can play // 通过代码快速了解swift常用知识,需要一定object-c基础 import UIKit ...

  9. 将apk安装包安装在Android真机或者模拟器

    例子如下: 一.准备 打开MAC PC上的Android模拟器方法:打开eclipse-—>window->Android Virtual Device Manager 如果是安装在真机上 ...

  10. 【JQuery NoviceToNinja系列】01 开篇 Html页面设计和布局

    01 开篇 Html页面设计和布局 index.html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml ...