Which Cisco IOS command is used to display all the dynamic MAC address table entries on a switch?

A) show switch dynamic
B) show dynamic mac-address
C) show switch address-table
D) show mac address-table dynamic


D
Explanation: D) The Cisco IOS show mac address-table command is used to display the MAC addresses that are known by a switch, including both static and dynamic entries. The dynamic keyword can be used to display only those entries that have been dynamically learned.

Computer Science & Information Technology

You might also like to view...

If the selectorExpression matches a value in more than one Case clause, only the instructions in the first match's Case clause are processed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In what order should you answer a backlog of emails?

a. normal order b. reverse order c. it does not matter

Computer Science & Information Technology

________ are points at which a program must choose from a range of different actions based on the value of its current inputs

Fill in the blank(s) with correct word

Computer Science & Information Technology

The form of the for loop shown below is called a(n)  ____________________ for loop.      for (dataType identifier : arrayName)        statements ?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology