解释为何"bond0"会进入"promiscuous mode": "bond0"很可能是一个Linux系统上的网络绑定接口(bonding interface),它用于将多个物理网络接口绑定成一个逻辑接口,以增加带宽、提高可靠性或实现负载均衡。接口进入混杂模式通常是由系统管理员手动配置或某些网络监控工具自动配置的。在Linux系统中,可以通过ip link set bond0...
DESCRIPTION iplinkadd-addvirtuallinklinkDEVICEspecifies the physical device to act operate on.NAMEspecifies the name of the new virtual device.TYPEspecifies the type of the new device. Link types:bridge- Ethernet Bridge devicebond- Bonding devicecan- Controller Area Network interfacedummy- Dummy networ...
ip link set type bond_slave [ queue_id ID ] queue_id ID - set the slave's queue ID (a 16bit unsigned value). MACVLAN and MACVTAP Support Modify list of allowed macaddr for link in source mode. ip link set type { macvlan | macvap } [ macaddr COMMANDMACADDR ... ] Command...
ETYPE := [ TYPE | bridge_slave | bond_slave ] VFVLAN-LIST := [ VFVLAN-LIST ] VFVLAN VFVLAN := [ vlan VLANID [ qos VLAN-QOS ] [ proto VLAN-PROTO ] ] ip link property add dev DEVICE [ altname NAME .. ] ip link property del dev DEVICE [ altname NAME .. ] ...
backup_port DEVICE - if the port loses carrier all traffic will be redirected to the configured backup port nobackup_port - removes the currently configured backup port Bonding Slave Support For a link with master bond the following additional arguments are supported: ip link set type bond_slave...