Exam 200-301 All QuestionsBrowse all questions from this exam
Question 1057

An engineer is configuring a switch port that is connected to a VoIP handset. Which command must the engineer configure to enable port security with a manually assigned MAC address of abcd.abcd.abcd on voice VLAN 4?

    Correct Answer: B

    To enable port security with a manually assigned MAC address on a voice VLAN, the correct command is switchport port-security mac-address abcd.abcd.abcd vlan voice. This command specifies the MAC address allowed on the port and identifies that it should be associated with a voice VLAN. The other options either lack the correct VLAN specification or include incorrect syntax for this configuration.

Discussion
LeethyOption: C

C. switchport port-security mac-address abcd.abcd.abcd To enable port security with a manually assigned MAC address, the engineer would use the "switchport port-security mac-address abcd.abcd.abcd" command. This command sets the allowed MAC address for the port. The VLAN assignment for the VoIP handset is separate and not included in the port-security command.

Dutch012

final question yay!

ac89l

not for us ... :)

perri88

1138 questions as of today

ZK23

1221 as of today. Almost done :)

Boulet_Dude

im working my way backwards lol

ae9c89a

1350 as of today i have a long way to go

EXDOption: B

B switchport port-security [mac-address mac-address [vlan {vlan-id | {access | voice}}] Example: Switch(config-if)# switchport port-security mac-address 00:A0:C7:12:C9:25 vlan 3 voice https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3.2_0_se/multibook/configuration_guide/b_consolidated_config_guide_3850_chapter_011111.html

squagmire

this is correct. I tested A in an actual device and the port must be in trunk mode for it to function. I don't think C works as intended as well, and B is just wrong for this

Junior_NetworkOption: C

(Optional) Use the switchport port-security mac-address -mac-address- interface subcommand to predefine any allowed source MAC addresses for this interface. Use the command multiple times to define more than one MAC address.

EallamOption: A

A is correct the command is switchport port-security [mac-address mac-address [vlan {vlan-id | {access | voice}}] Example: Switch(config-if)# switchport port-security mac-address 00:A0:C7:12:C9:25 vlan 3 voice https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3.2_0_se/multibook/configuration_guide/b_consolidated_config_guide_3850_chapter_011111.html#ID437 and since in the questionit stated vlan 4 and you can have multiple Voice Vlans , A is more accurate than B

Elmasquentona963

The "switchport port-security vlan vlan-id" command is applied on trunk ports. So it cannot be applied in this situation, due to the switchport must be configured as an access-port.

nostalOption: B

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9300/software/release/17-3/configuration_guide/sec/b_173_sec_9300_cg/port_security.html switchport port-security mac-address sticky [mac-address | vlan {vlan-id | {access | voice}}] Example: Device(config-if)# switchport port-security mac-address sticky 00:A0:C7:12:C9:25 vlan voice

wazmac

1357 Questions now, still grinding :(

Net_eng_pogi

We can do this!

a67c04aOption: C

It´s C - port is an access port, so no vlan command

PyoJHOption: C

'switchport port-security mac-address abcd.abcd.abcd vlan 4' is possible. However, it is possible when it is a 'trunk' port. The problem is that it is an access port and vlan cannot be configured because it is connected to handset.

Hayk__007Option: B

Enter one of these options after you enter the vlan keyword: vlan-id—On a trunk port, you can specify the VLAN ID and the MAC address. If you do not specify a VLAN ID, the native VLAN is used. access—On an access port, specifies the VLAN as an access VLAN. voice—On an access port, specifies the VLAN as a voice VLAN. It's more likely that it's access conncection becuase of the Voip, so we need to specify vlan voice as it stated here. *Check the link in 10th step: https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3.2_0_se/multibook/configuration_guide/b_consolidated_config_guide_3850_chapter_011111.html#ID437

nostalOption: B

B is correct, tested with a lab. C is for data vlan,

ShanRamuOption: C

Answer is C

rodrigocalcaraoOption: B

https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3.2_0_se/multibook/configuration_guide/b_consolidated_config_guide_3850_chapter_011111.html#:~:text=Switch(config%2Dif)%23%20switchport%20port%2Dsecurity%20mac%2Daddress%200000.0000.0004%20vlan%20voice

SeMo0o0oOption: C

C is correct

askar430Option: A

A , can work if you used trunk mode in interface

chianOption: A

C. Error, only MAC address specified without VLAN or port security enabled

ac89lOption: C

PTK-HOS-SRV-SW-L4-11(config-if)#switchport port-security mac-address ? H.H.H 48 bit mac address sticky Configure dynamic secure addresses as sticky I go for C