From 34bd24fc7bec987ac460b3b33dc601253cfb4eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eckl=2C=20M=C3=A1t=C3=A9?= Date: Tue, 6 Oct 2020 13:12:54 +0200 Subject: [PATCH] ip: add brief listing examples (#4352) --- pages/linux/ip.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/linux/ip.md b/pages/linux/ip.md index 947607611..974d1bbe4 100644 --- a/pages/linux/ip.md +++ b/pages/linux/ip.md @@ -4,15 +4,23 @@ - List interfaces with detailed info: -`ip a` +`ip address` + +- List interfaces with brief network layer info: + +`ip -brief address` + +- List interfaces with brief link layer info: + +`ip -brief link` - Display the routing table: -`ip r` +`ip route` - Show neighbors (ARP table): -`ip n` +`ip neighbour` - Make an interface up/down: