InterviewSolution
Saved Bookmarks
| 1. |
How Do I Display Routing Table, Interface And Protocol Information? |
|
Answer» To DISPLAY routing table information for an Internet INTERFACE, type NETSTAT -r -f INET. To display interface information for an Internet interface, type netstat -i -f inet. To display statistics for each protocol, type netstat -s -f inet. To display routing table information for an Internet interface, type netstat -r -f inet. To display interface information for an Internet interface, type netstat -i -f inet. To display statistics for each protocol, type netstat -s -f inet. |
|