Skip to Content
Linux in a Nutshell, 6th Edition
book

Linux in a Nutshell, 6th Edition

by Ellen Siever, Stephen Figgins, Robert Love, Arnold Robbins
September 2009
Beginner
942 pages
85h 34m
English
O'Reilly Media, Inc.
Content preview from Linux in a Nutshell, 6th Edition

Name

ip

Synopsis

ip [options] object command [arguments]
ip [object [command]] help

System administration command. Show and manipulate network devices and routing. This command is a part of the iproute2 utilities for controlling TCP and UDP IP networking and traffic control. It’s meant to replace the ifconfig, route, and arp commands among others. On some distributions these utilities may be deprecated in favor of ip.

ip’s subcommand syntax is very similar to the Cisco’s IOS syntax used on many Cisco routers and switches. The ip command can be used to configure tunnels, load balancing and other traffic shaping. For brevity, we won’t cover all of its features here. For more in-depth coverage, we recommend iproute2’s Linux Foundation web pages at: http://www.linuxfoundation.org/en/Net:Iproute2.

Options

-s, --stats, --statistics

Print statistics or time values. Use multiple times to increase the verbosity of output even more.

-f protocol_family, --family protocol_family

Specify the protocol_family to use for the commands given. This may be inet, inet6, or link. The protocol_family link may be used to indicate no protocol is involved. The ip command also accepts shortcut options of −4, −6, and −0 for families inet, inet6, and link.

-o, --oneline

Format output as one line, replacing linefeeds with the '\' character. This is useful when piping output of ip to another command.

-r, --resolve

Resolve IP addresses to host names. The default is to use IP addresses.

Commands

We will only cover commands for ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Unix in a Nutshell, 4th Edition

Unix in a Nutshell, 4th Edition

Arnold Robbins
Linux Under the Hood

Linux Under the Hood

Sander van Vugt
Linux Kernel in a Nutshell

Linux Kernel in a Nutshell

Greg Kroah-Hartman

Publisher Resources

ISBN: 9780596806088Errata Page