在CentOS 7中获得绑定状态

在CentOS 6中,我有了我的trusty / proc / net / bonding / bond0,它会给我以下信息:

[kbrandt@ny-tsdb01: ~] cat /proc/net/bonding/bond0 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) Bonding Mode: IEEE 802.3ad Dynamic link aggregation Transmit Hash Policy: layer3+4 (1) MII Status: up MII Polling Interval (ms): 100 Up Delay (ms): 0 Down Delay (ms): 0 802.3ad info LACP rate: fast Min links: 0 Aggregator selection policy (ad_select): stable Active Aggregator Info: Aggregator ID: 1 Number of ports: 2 Actor Key: 33 Partner Key: 33116 Partner Mac Address: 00:23:04:ee:be:01 Slave Interface: em1 MII Status: up Speed: 10000 Mbps Duplex: full Link Failure Count: 0 Permanent HW addr: ec:f4:bb:c2:14:68 Aggregator ID: 1 Slave queue ID: 0 Slave Interface: em2 MII Status: up Speed: 10000 Mbps Duplex: full Link Failure Count: 1 Permanent HW addr: ec:f4:bb:c2:14:6a Aggregator ID: 1 Slave queue ID: 0 

/ proc / net / bonding在CentOS 7中不存在,我在哪里可以在CentOS 7中find这些信息?

从“RHEL 7”开始,“团队”和“绑定”可以互换使用的地方是两个完全不同的东西。 两者都执行相同的链路聚合和冗余/故障切换function, 但它们以不同的方式进行 。 如果你有一个team0接口而不是通常的bond0接口,你可以通过teamdctl team0 state view命令获得团队的teamdctl team0 state view