What Cisco IOS command is used to display the dynamic contents of a switch's MAC address table?
A) show mac address-table dynamic
B) show mac address-table
C) show ethernet address-table dynamic
D) show ethernet address-table
A
Explanation: A) The Cisco IOS command show mac address-table is used to display the whole contents of a switch's MAC address table, including static contents. The addition of the dynamic parameter will display only the dynamic contents of the table.
You might also like to view...
What is the output of the following code:
int r = 3, s = 2, t = 4; if ((r = = 4) || !(s < t)) r = r – 1; else r = r * 2; r = r + t; cout << r; a) 6 b) 10 c) 5 d) 4
Thread safety in JavaFX applications is achieved not by synchronizing thread actions, but by ensuring that programs manipulate the scene graph from only the JavaFX application thread. This technique is called ________.
a. thread restriction. b. scene graph confinement. c. thread confinement. d. None of the above.
To see a particular variable's stored value, you can use the echo command and add a(n) ____ symbol before the variable name.
A. $ B. = C. ! D. #
A merged field is surrounded by:
A) single angle brackets. B) double angle brackets. C) exclamation points. D) commas.