CORRECT TEXT…..

CORRECT TEXT

CORRECT TEXT

A.

B.

C.

D.

Explanation:
Switch1#config t
Switch1(config)#interface fa0/12
Switch1(config-if)#switchport mode access
Switch1(config-if)#switchport port-security maximum 2
Switch1(config-if)#switchport port-security violation shutdown
Switch1(config-if)#no shut
Switch1(config-if)#end
Switch1#copy run start



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Pawel

Pawel

I think first we shuold eneble port security on that port with command “switchport port-security”. Without this port security doesn’t work generally.

John

John

Pawel is right
Every dump is dumb on this question

Matt

Matt

@pawel
switchport port-security maximum 2
this command should do it, right?

Matt

Matt

en
conft
int fa0/12
switchport mode access
switchport port-security maximum 2
switchport port-security violation shutdown
no shut
end
copy run start

nick

nick

Port-Security will not function without being enabled with the “switchport port-security” command:

enable
!
config t
!
interface fa0/12
switchport mode access
switchport port-security
switchport port-security maximum 2
switchport port-security violation shutdown
no shutdown
!
end
!
copy run start