Linux ip: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
<pre>
<pre>
ip addr show dev eth0
ip addr show dev eth0
</pre>
=Change MULTICAST Flag on Device=
<pre>
ip dev eth0 multicast on|off
</pre>
</pre>



Revision as of 17:19, 21 March 2017

Internal

Overview

ip is the Linux command to show and manipulate routing, devices, policy routing and tunnels.

Usage Examples

Show All Network Interfaces and Their Details

ip addr show

Show Details for a Specific Network Interface

ip addr show dev eth0

Change MULTICAST Flag on Device

ip dev eth0 multicast on|off

Multicast

maddr

ip maddr

Displays multicast addresses.

mrule

ip mrule