netstat command (Network statistics)
Description
net -r print routing table
net -i [clear] print interface table
net -s print IP statistics
net -s{rut} print protocol statistics (raw,udp,tcp)Parameters
Parameter
Description
Examples
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.168.103.1 UGS 1 47 svi1
10.10.10.0/24 link#2 UC 0 0 eth0
127.0.0.1 127.0.0.1 UH 2 26 lo0
192.168.103.0/24 link#6 UC 0 0 svi1
192.168.103.1 6c:3b:e5:51:e3:8d UHL 1 0 svi1
192.168.103.20 bc:ee:7b:8d:32:65 UHL 0 1743 svi1
192.168.103.243 08:00:27:54:47:bf UHL 1 17257 svi1
224.0.0.0/8 127.0.0.1 UGS 0 0 lo0Last updated