Dear beloved readers, welcome to our website! We hope your visit here brings you valuable insights and meaningful inspiration. Thank you for taking the time to stop by and explore the content we've prepared for you.
------------------------------------------------ If VLAN 99 is set to trunk, how can you set it to untagged from trunk VLAN 99?

A. switchport access vlan 99
B. switchport vlan 99 access
C. switchport vlan 99 allow access
D. switchport allow access vlan 99

Answer :

Final answer:

To set VLAN 99 from trunk to untagged, the correct command is 'switchport access vlan 99'. The command makes VLAN 99 the native vlan for that interface, and untagged frames coming on this interface would be assumed to belong to VLAN 99.

Explanation:

To set VLAN 99 from trunk to untagged, you would use the command 'switchport access vlan 99'. This configuration is done on Cisco switches to specify that the interface should now belong to VLAN 99 and treat all incoming frames as untagged. This makes VLAN 99 the 'native vlan' for that interface. Any untagged frames coming on this interface would be assumed to belong to VLAN 99. This removes the previous trunk configuration.

Please note that you should be aware of the default VLAN configuration on your switch, since using 'switchport access vlan 99' can have different results if the default VLAN is not 1.

Learn more about Switching VLANs here:

https://brainly.com/question/27041374

#SPJ11