exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 1057 discussion

Actual exam question from Cisco's 200-301
Question #: 1057
Topic #: 1
[All 200-301 Questions]

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?

  • A. switchport port-security mac-address abcd.abcd.abcd vlan 4
  • B. switchport port-security mac-address abcd.abcd.abcd vlan voice
  • C. switchport port-security mac-address abcd.abcd.abcd
  • D. switchport port-security mac-address sticky abcd.abcd.abcd vlan 4
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Leethy
Highly Voted 2 years ago
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.
upvoted 17 times
...
Dutch012
Highly Voted 2 years, 2 months ago
final question yay!
upvoted 11 times
[Removed]
1 year, 10 months ago
1138 questions as of today
upvoted 6 times
JSMM
4 weeks, 1 day ago
1395 questions as of today 6/4/25
upvoted 2 times
...
...
ac89l
1 year, 11 months ago
not for us ... :)
upvoted 11 times
...
ZK23
1 year, 5 months ago
1221 as of today. Almost done :)
upvoted 3 times
ae9c89a
1 year ago
1350 as of today i have a long way to go
upvoted 1 times
...
Boulet_Dude
1 year, 4 months ago
im working my way backwards lol
upvoted 4 times
...
...
...
Mimon
Most Recent 3 weeks, 4 days ago
Selected Answer: 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
upvoted 1 times
...
adrianspa
8 months, 1 week ago
Selected Answer: C
C tested successfully in PT. NB: switchport has to be in Access mode. Switch(config-if)#switchport port-security Switch(config-if)#switchport port-security mac-address 0040.0bbd.37b2 Switch(config-if)#
upvoted 1 times
...
ShanRamu
10 months, 1 week ago
Answer is C
upvoted 1 times
...
rodrigocalcarao
1 year ago
Selected Answer: 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
upvoted 1 times
...
[Removed]
1 year ago
Selected Answer: C
C is correct
upvoted 2 times
...
wazmac
1 year, 1 month ago
1357 Questions now, still grinding :(
upvoted 2 times
Net_eng_pogi
1 year, 1 month ago
We can do this!
upvoted 2 times
...
...
askar430
1 year, 2 months ago
Selected Answer: A
A , can work if you used trunk mode in interface
upvoted 1 times
...
a67c04a
1 year, 3 months ago
Selected Answer: C
It´s C - port is an access port, so no vlan command
upvoted 2 times
...
PyoJH
1 year, 5 months ago
Selected Answer: 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.
upvoted 2 times
...
EXD
1 year, 5 months ago
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
upvoted 5 times
squagmire
1 year, 1 month ago
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
upvoted 1 times
...
...
[Removed]
1 year, 7 months ago
Selected Answer: 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.
upvoted 3 times
...
Hayk__007
1 year, 7 months ago
Selected Answer: 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
upvoted 2 times
...
chian
1 year, 8 months ago
Selected Answer: A
C. Error, only MAC address specified without VLAN or port security enabled
upvoted 1 times
...
Eallam
1 year, 10 months ago
Selected Answer: 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
upvoted 4 times
Elmasquentona963
1 year, 7 months ago
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.
upvoted 4 times
...
...
nostal
1 year, 10 months ago
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
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago