Why would it be necessary to use the copy running-config startup-config command after the switchport port-security mac-address sticky command?
A) The request to use sticky addresses is only temporary.
B) Only the startup-config file can manage port security.
C) The running-config file cannot use sticky addresses.
D) The sticky addresses are temporary until the configuration is saved.
D
Explanation: D) The running configuration will contain the sticky (dynamic) addresses, so the entire configuration must be saved for this to be persistent.
You might also like to view...
In the following code segment: final int SIZE = 20; // line 1 int groupSize; // line 2 groupSize = SIZE; // line 3 groupSize = groupSize * 2; // line 4 what is the value of groupSize in line 2?
a) 0 b) null c) 20 d) 40
SNA is
a. IBM’s proprietary network architecture b. expandable in a modular fashion c. able to hide its inner workings from the end user d. all of the above