Useful UNIX Networking commands for routing

Asked By 10 points N/A Posted on -
qa-featured

What are the most common and useful Unix networking commands for routing? What is the best way to familiarize myself in its functions and usage?

SHARE
Answered By 5 points N/A #103354

Useful UNIX Networking commands for routing

qa-featured

Dear friend,

  • Below are the most common command useful in routing

route – Show manipulate the routing table (it comes with many options)

netstat – network status command.

Ifconfig – network interface command.

  • Connectivity Commands

Ping

telnet host

telnet ip-number

  • routing

netstat –r print routing table

route…params setting a static route path in routing table

routed – used for dynamic routing

gated – it used the OSPF, EGP and RIP protocols.

traceroute- used for tracing route of IP packet.

Arp – print the Arp table.

NFS/NIS – network file system

The best way to familiarize yourself with above and other more Unix networking command is to practice each and every command of networking with as many option as possible and try to understand it practically if you know about networking concepts and protocols.

Related Questions