snippetbashTip
ip netconf — Display configuration parameters. More information: <https://manned.org/ip-netconf>.
Viewed 0 times
configurationcommandip netconfcliinformationmoreparametersdisplay
linux
Problem
How to use the
ip netconf command: Display configuration parameters. More information: <https://manned.org/ip-netconf>.Solution
ip netconf — Display configuration parameters. More information: <https://manned.org/ip-netconf>.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]}}Code Snippets
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]}}Context
tldr-pages: linux/ip netconf
Revisions (0)
No revisions yet.