免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 883 | 回复: 0
打印 上一主题 下一主题

Linux bond [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-05-14 01:10 |只看该作者 |倒序浏览
[root@srv123 ~]# ifconfig
bond0     Link encap:Ethernet  HWaddr 00:02:2A:C2:50:42
          inet addr:218.62.xxx.xxx  Bcast:218.62.xxx.xxx  Mask:255.255.255.248
          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:756 (756.0 b)

bond1     Link encap:Ethernet  HWaddr 00:04:8A:66:14:C9
          inet addr:218.30.xxx.xxx Bcast:218.30.xxx.xxx  Mask:255.255.255.248
          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:10
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:756 (756.0 b)

eth0      Link encap:Ethernet  HWaddr 00:E0:4C:E6:22:65
          inet addr:192.168.2.254  Bcast:192.168.3.255  Mask:255.255.252.0
          inet6 addr: fe80::2e0:4cff:fee6:2265/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:440 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:68551 (66.9 KiB)  TX bytes:6291 (6.1 KiB)
          Interrupt:12 Base address:0x9000

eth1      Link encap:Ethernet  HWaddr 00:02:2A:C2:50:42
          inet addr:218.62.xxx.xxx Bcast:218.62.xxx.xxx  Mask:255.255.255.248
          inet6 addr: fe80::202:2aff:fec2:5042/64 Scope:Link
          UP BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:378 (378.0 b)
          Interrupt:11 Base address:0x9800

eth2      Link encap:Ethernet  HWaddr 00:02:2A:C2:50:42
          inet addr:218.62.xxx.xxx Bcast:218.62.xxx.xxx  Mask:255.255.255.248
          inet6 addr: fe80::202:2aff:fec2:5042/64 Scope:Link
          UP BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:378 (378.0 b)
          Interrupt:12 Base address:0xa000

eth3      Link encap:Ethernet  HWaddr 00:04:8A:66:14:C9
          inet addr:218.30.xxx.xxx Bcast:218.30.xxx.xxx  Mask:255.255.255.248
          inet6 addr: fe80::204:8aff:fe66:14c9/64 Scope:Link
          UP BROADCAST SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:5
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:378 (378.0 b)
          Interrupt:10 Base address:0x9400

eth4      Link encap:Ethernet  HWaddr 00:04:8A:66:14:C9
          inet addr:218.30.xxx.xxx Bcast:218.30.xxx.xxx  Mask:255.255.255.248
          inet6 addr: fe80::204:8aff:fe66:14c9/64 Scope:Link
          UP BROADCAST SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:5
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:378 (378.0 b)
          Interrupt:5 Base address:0x9c00

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:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:396 (396.0 b)  TX bytes:396 (396.0 b)

[root@srv123 ~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
218.62.xxx.xxx   0.0.0.0         255.255.255.248 U     0      0        0 bond0
218.62.xxx.xxx   0.0.0.0         255.255.255.248 U     0      0        0 eth1
218.62.xxx.xxx   0.0.0.0         255.255.255.248 U     0      0        0 eth2
218.30.xxx.xxx   0.0.0.0         255.255.255.248 U     0      0        0 bond1
218.30.xxx.xxx   0.0.0.0         255.255.255.248 U     0      0        0 eth3
218.30.xxx.xxx   0.0.0.0         255.255.255.248 U     0      0        0 eth4
192.168.0.0     0.0.0.0         255.255.252.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
0.0.0.0         218.62.xxx.xxx   0.0.0.0         UG    0      0        0 bond0




3: eth0: <BROADCAST,MULTICAST,UP>; mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:e0:4c:e6:22:65 brd ff:ff:ff:ff:ff:ff
    RX: bytes  packets  errors  dropped overrun mcast
    807409     5038     0       0       0       0
    RX errors: length  crc     frame   fifo    missed
               0        0       0       0       0
    TX: bytes  packets  errors  dropped carrier collsns
    51245      514      0       0       0       0
    TX errors: aborted fifo    window  heartbeat
               0        0       0       0
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP