最終更新:2021-03-15 (月) 12:15:20 (1131d)  

ip
Top / ip

show / manipulate routing, devices, policy routing and tunnels

省略可能

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

OBJECT

  • ip link
  • ip address
  • ip addrlabel?
  • ip route
  • ip rule?
  • ip neigh?
  • ip ntable?
  • ip tunnel?
  • ip tuntap?
  • ip maddress?
  • ip mroute?
  • ip mrule?
  • ip monitor?
  • ip xfrm?
  • ip netns?
  • ip l2tp?
  • ip fou?
  • ip macsec?
  • ip tcp_metrics?
  • ip token?
  • ip netconf?
  • ip ila?
  • ip vrf?
  • ip sr?
  • ip nexthop?

help

  • $ ip
    Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }
           ip [ -force ] -batch filename
    where  OBJECT := { link | address | addrlabel | route | rule | neigh | ntable |
                       tunnel | tuntap | maddress | mroute | mrule | monitor | xfrm |
                       netns | l2tp | fou | macsec | tcp_metrics | token | netconf | ila |
                       vrf | sr | nexthop }
           OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |
                        -h[uman-readable] | -iec | -j[son] | -p[retty] |
                        -f[amily] { inet | inet6 | mpls | bridge | link } |
                        -4 | -6 | -I | -D | -M | -B | -0 |
                        -l[oops] { maximum-addr-flush-attempts } | -br[ief] |
                        -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |
                        -rc[vbuf] [size] | -n[etns] name | -N[umeric] | -a[ll] |
                        -c[olor]}
    user@vm:~$ 
    

関連