Tool 1: Display network configuration

Description:

  This tool displays network configuration:
   - the list of devices/interfaces:
      + nu: device number
      + dev: easy device name
      + eth_hw: Ethernet address or hardware type (if not Ethernet)
      + mtu: MTU (maximum size of packets)
      + real_dev: real device name
   - the list of IP addresses:
      + nu: device number of device associated to this address
      + ip: IP address
      + netmask: network mask
      + ppp: if true(1), this address is a Point To Point
      + ppp_with: if ppp, this is the address of remote endpoint
   - the IPv4 ARP cache or IPv6 neighbor (this contains Ethernet
     addresses for other computers)
      + nu: device number of device associated to this entry
      + eth: Ethernet address of computer
      + ip: IP address of computer
   - the routes
      + nu: device number of device associated to this entry
      + destination/netmask: destination addresses
      + source: source IP address, or local for a local route
      + gateway: gateway (first router) to use
      + metric: metric of route
  
  Parameter --device ask to display devices list.
  Parameter --ip ask to display ip list.
  Parameter --arpcache ask to display ARP cache and neighbors.
  Parameter --routes ask to display routes list.
  If no Parameter is set, they are all displayed.
   

Synonyms:

  ifconfig, ip4, ip6, ipconfig, mac, show

Usage:

  netwox 1 [-d|+d] [-i|+i] [-a|+a] [-r|+r]

Parameters:

parameter description example
-d|--devices|+d|--no-devices display devices  
-i|--ip|+i|--no-ip display ip addresses  
-a|--arpcache|+a|--no-arpcache display arp cache and neighbors  
-r|--routes|+r|--no-routes display routes  

Example:

  netwox 1