码迷,mamicode.com
首页 > 其他好文 > 详细

iproute2

时间:2017-12-15 17:51:48      阅读:276      评论:0      收藏:0      [点我收藏+]

标签:com   安装   ada   time   body   show   ethernet   toc   2tp   

安装包: https://www.kernel.org/pub/linux/utils/net/iproute2/

获取帮助信息: man ip 

NAME
ip - show / manipulate routing, devices, policy routing and tunnels

SYNOPSIS
ip [ OPTIONS ] OBJECT { COMMAND | help }

ip [ -force ] -batch filename

OBJECT := { link | address | addrlabel | route | rule | neigh | ntable | tunnel | tuntap | maddress | mroute | mrule | monitor | xfrm | netns | l2tp | tcp_metrics }

OPTIONS := { -V[ersion] | -h[uman-readable] | -s[tatistics] | -r[esolve] | -f[amily] { inet | inet6 | ipx | dnet | link } | -o[neline] | -n[etns] name | -a[ll] |
-c[olor] }

 

。。。。。。。

IP - COMMAND SYNTAX
OBJECT
address
- protocol (IP or IPv6) address on a device.

addrlabel
- label configuration for protocol address selection.

l2tp - tunnel ethernet over IP (L2TPv3).

link - network device.

maddress
- multicast address.

monitor
- watch for netlink messages.

mroute - multicast routing cache entry.

mrule - rule in multicast routing policy database.

neighbour
- manage ARP or NDISC cache entries.

netns - manage network namespaces.

ntable - manage the neighbor cache‘s operation.

route - routing table entry.

rule - rule in routing policy database.

tcp_metrics/tcpmetrics
- manage TCP Metrics

tunnel - tunnel over IP.

tuntap - manage TUN/TAP devices.

xfrm - manage IPSec policies.

The names of all objects may be written in full or abbreviated form, for example address can be abbreviated as addr or just a.

COMMAND
Specifies the action to perform on the object. The set of possible actions depends on the object type. As a rule, it is possible to add, delete and show (or list )
objects, but some objects do not allow all of these operations or have some additional commands. The help command is available for all objects. It prints out a list of
available commands and argument syntax conventions.

 

root@ww:~# ip address help  
Usage: ip address {add|change|replace} IFADDR dev IFNAME [ LIFETIME ]
[ CONFFLAG-LIST ]
ip address del IFADDR dev IFNAME [mngtmpaddr]
ip address {show|save|flush} [ dev IFNAME ] [ scope SCOPE-ID ]
...........

 

eg:

添加IP

ip addr add 192.168.18.1/24 dev eth0
ip addr show eth0
ip a
ip addr del 192.168.18.1/24 dev eth0

iproute2

标签:com   安装   ada   time   body   show   ethernet   toc   2tp   

原文地址:http://www.cnblogs.com/helloworld899/p/8044191.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!