PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: air traffic controller

ip COMMAND - Red Hat Customer Portal

Ip COMMAND CHEAT SHEET for Red Hat Enterprise LinuxIP QUERIESSUBCOMMANDDESCRIPTIONS AND TASKS addrDisplay IP Addresses and property information (abbreviation of address)ip addr Show information for all addressesip addr show dev em1 Display information only for device em1linkManage and display the state of all network interfacesip link Show information for all interfacesip link show dev em1 Display information only for device em1ip -s link Display interface statisticsrouteDisplay and alter the routing tableip route List all of the route entries in the kernelmaddrManage and display multicast IP addressesip maddr Display multicast information for all devicesip maddr show dev em1 Display multicast information for device em1neighShow neighbour objects; also known as the ARP table for IPv4ip neigh Display neighbour objectsip neigh show dev em1 Show the ARP cache for device em1helpDisplay a list of commands and arguments for each subcommandip help Display ip commands and argumentsip addr help Display address commands and argumentsip link help Display link commands and argumentsip neigh help Display neighbour commands and argumentsMULTICAST ADDRESSINGSUB

COMPARING NET-TOOLS VS. IPROUTE PACKAGE COMMANDS NET-TOOLS COMMANDS IPROUTE COMMANDS arp -a ip neigh arp -v ip -s neigh arp -s 192.168.1.1 1:2:3:4:5:6 ip neigh add 192.168.1.1 lladdr 1:2:3:4:5:6 dev eth1 arp -i eth1 -d 192.168.1.1 ip neigh del 192.168.1.1 dev eth1 ifconfig -a ip addr ifconfig eth0 down ip link set eth0 down ifconfig eth0 up ip ...

Loading..

Tags:

  Command, Ip command

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of ip COMMAND - Red Hat Customer Portal