commands.sh

ip netconf

linux

Display configuration parameters.

More info →

Options (2)

boolean

Show network configuration for all interfaces

Example: ip {{[netc|netconf]}}
boolean

Show network configuration for a specific interface

Example: ip {{[netc|netconf]}} {{[s|show]}} dev {{network_interface}}

Examples (4)

Show network configuration for all interfaces

ip [netc|netconf]

Show network configuration for a specific interface

ip [netc|netconf] [s|show] dev network_interface

Show only IPv4 network configuration

ip -4 [netc|netconf]

Show only IPv6 network configuration

ip -6 [netc|netconf]
made by @shridhargupta | data from tldr-pages