Options (6)
booleanShow information about all network interfaces
Example:
ip {{[l|link]}}booleanShow information about a specific network interface
Example:
ip {{[l|link]}} {{[sh|show]}} {{ethX}}booleanBring a network interface up or down
Example:
sudo ip {{[l|link]}} {{[s|set]}} {{ethX}} {{up|down}}booleanGive a meaningful name to a network interface
Example:
sudo ip {{[l|link]}} {{[s|set]}} {{ethX}} {{[al|alias]}} "{{LAN Interface}}"booleanChange the MAC address of a network interface
Example:
sudo ip {{[l|link]}} {{[s|set]}} {{ethX}} {{[a|address]}} {{ff:ff:ff:ff:ff:ff}}booleanDelete a device
Example:
sudo ip {{[l|link]}} {{[d|delete]}} {{ethX}}made by @shridhargupta | data from tldr-pages