Using ip, what does LOWER_UP mean?

LOWER_UP is a physical layer link flag (the layer below the network layer, where IP is generally located). LOWER_UP indicates that an Ethernet cable was plugged in and that the device is connected to the network.

LOWER_UP differs from UP, which additionally requires the network interface to be enabled.

Leave a Comment