【linux】ifconfig代表什麼
# ifconfig
bond0 Link encap:Ethernet HWaddr 00:1D:09:67:C9:F0
link encap 表示網路連線的型別,Ethernet是乙太網 HWaddr是網路卡的mac地址
inet addr:192.168.1.114 Bcast:192.168.1.255 Mask:255.255.255.0
Inet addr是網路的ip地址,Bcast是網路的廣播地址,Mask是子網掩碼
inet6 addr: fe80::21d:9ff:fe67:c9f0/64 Scope:Link
inet6 addr是網路的ipv6的地址
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
表示網路卡的執行狀態
RX packets:3652968885 errors:0 dropped:8569 overruns:0 frame:0
TX packets:2957563835 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
conllisions表示乙太網發生衝突的次數,如果該值過高,就要考慮可能的網路硬體連線出現的問題。
RX bytes:1460373459 (1.3 GiB) TX bytes:3681855362 (3.4 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:34365 errors:0 dropped:0 overruns:0 frame:0
TX packets:34365 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5154855 (4.9 MiB) TX bytes:5154855 (4.9 MiB)
tunl0 Link encap:IPIP Tunnel HWaddr
inet addr:192.168.5.9 Mask:255.255.255.255
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:2112277879 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:223010802 (212.6 MiB) TX bytes:0 (0.0 b)
bond0 Link encap:Ethernet HWaddr 00:1D:09:67:C9:F0
link encap 表示網路連線的型別,Ethernet是乙太網 HWaddr是網路卡的mac地址
inet addr:192.168.1.114 Bcast:192.168.1.255 Mask:255.255.255.0
Inet addr是網路的ip地址,Bcast是網路的廣播地址,Mask是子網掩碼
inet6 addr: fe80::21d:9ff:fe67:c9f0/64 Scope:Link
inet6 addr是網路的ipv6的地址
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
表示網路卡的執行狀態
RX packets:3652968885 errors:0 dropped:8569 overruns:0 frame:0
TX packets:2957563835 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
conllisions表示乙太網發生衝突的次數,如果該值過高,就要考慮可能的網路硬體連線出現的問題。
RX bytes:1460373459 (1.3 GiB) TX bytes:3681855362 (3.4 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:34365 errors:0 dropped:0 overruns:0 frame:0
TX packets:34365 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5154855 (4.9 MiB) TX bytes:5154855 (4.9 MiB)
tunl0 Link encap:IPIP Tunnel HWaddr
inet addr:192.168.5.9 Mask:255.255.255.255
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:2112277879 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:223010802 (212.6 MiB) TX bytes:0 (0.0 b)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31442725/viewspace-2135571/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux靜態路由是什麼?UG代表什麼?Linux路由
- redhat as,ws,es代表什麼?Redhat
- Linux系統中501代表什麼許可權?Linux
- Linux系統中o和a代表什麼?有何作用?Linux
- Linux中rwx分別代表什麼?其作用有哪些?Linux
- Linux系統中執行許可權是什麼?rwx分別代表什麼?Linux
- python中的class代表什麼Python
- Android中VSYNC代表什麼Android
- Linux中RAID有哪幾種?分別代表什麼意思?LinuxAI
- 製藥行業的GxP代表什麼?行業
- Python中\t代表什麼?如何使用?Python
- 軟體版本的GA 代表什麼意思?
- http狀態碼是什麼,有什麼用,在哪裡檢視,分別代表什麼意思?HTTP
- ifconfig為什麼沒有顯示對應IP資訊
- Linux基礎命令—ifconfigLinux
- Linux基礎命令---ifconfigLinux
- Linux-安裝ifconfigLinux
- Kali Linux缺少ifconfig命令Linux
- JavaScript 中的 SOLID 原則(四):“I”代表什麼JavaScriptSolid
- 【知識分享】伺服器中的u代表什麼伺服器
- JavaScript 中的 SOLID 原則(一):“S”代表什麼JavaScriptSolid
- hero 和 features 在主題中代表什麼意思
- 架構 dev && sit && uat && prd 分別代表什麼意思架構dev
- linux ifconfig命令配置ip地址Linux
- 51、linux shell命令,route,ifconfigLinux
- Python副檔名有幾種?分別代表什麼?Python
- SAP UI5 中的數字 5 代表什麼含義?UI
- 控制檔案(controlfile)中的各個section 代表什麼 ?
- Linux常用命令之ifconfigLinux
- linux中top命令下顯示出的PR\NI\RES\SHR\S\%MEM TIME+都代表什麼Linux
- 什麼是Linux?Linux中dev指什麼?Linuxdev
- DNS解析記錄有哪些型別?分別代表什麼含義?DNS型別
- 關於正則的 符號,獲取控制 都代表什麼意思?符號
- [20151223]enq WP - contition 代表什麼ENQ
- C語言中的關鍵字有哪些,分別代表什麼意思C語言
- Linux是什麼意思?Linux有什麼特點?Linux
- 轉載 控制檔案(controlfile)中的各個section 代表什麼 ?
- 什麼是linux?學習linux需要什麼語言?Linux