Thursday, May 17, 2012

Solaris UNIX: Show Network Routing Table Information

How do I show networking routing table information under Solaris UNIX operating systems using a shell prompt?

You need to use the netstat command to display the IP routing table under Solaris UNIX operating systems.

netstat command example

Type the following commands:
netstat -r
OR
/usr/bin/netstat
OR
netstat -rn

No comments:

Post a Comment