Which Cisco IOS command can be used to display all TCP connections that terminate on the local router?
A) show tcp brief
B) show sessions
C) show connections
D) show tcp connections
A
Explanation: A) The show tcp [brief] command can be used to display the TCP sessions that are terminating on the local router; the brief parameter enables a much briefer and easier-to-read version of the output.
Computer Science & Information Technology
You might also like to view...
A computer system includes which of the following?
A. hardware B. software C. peripheral devices D. All of the above.
Computer Science & Information Technology
Reading data from a character-based file is almost identical to reading data from a standard keyboard, except that the cin object is replaced by the ____ object declared in the program.
A. fstream B. ifstream C. iostream D. ostream
Computer Science & Information Technology