Table of Contents
This tip is about the how to Use ip Command in Linux. So read this free guide, How to Use ip Command in Linux step by step. If you have query related to same article you may contact us.
How to Use ip Command in Linux – Guide
On Linux, the ip command is found in the net-tools package, which is used to perform various network administration tasks. Internet Protocol is abbreviated as IP. This command displays or changes routing, devices, and tunnels. It is comparable to the ifconfig command, but is much more robust, with much more features and features. Ifconfig is one of the deprecated commands in Linux networking tools that hasn’t been updated in a long time. The ip command can be used to do many things, such as assigning an address to a network interface or modifying network interface parameters.
Configuring and updating default and static routing, setting up tunnel over IP, listing IP addresses and property information, modifying interface state, assigning, removing and configuring up IP addresses and routes are just some of the other things it can do.
How to Knife
Options:
This will show information related to all interfaces available on our system, but if we want to view information for any particular interface, add the show options followed by the name of the specific network interface.
show ip address (interface)
This link option when used with the -s option is used to show statistics for the various network interfaces.
ip-s link
And to get information about a specific network interface, add the show option followed by the name of the specific network interface.
ip -s link show (interface)
Modifying ARP (Address Resolution Protocol) entries:
Final note
I hope you like the guide How to Use ip Command in Linux. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.