Question

I have to detect port aggregation configuration on Linux.

Supposing that the ifcfg-* files were not updated (configuration was done with ifenslave only), how can I understand which eth? devices are slaves to which bond? devices?

Was it helpful?

Solution

found it:

ip addr

eth0: mtu 1500 qdisc pfifo_fast master bond0 qlen 1000

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top