What is the most likely issue causing the problem?

A standalone wireless AP solution is being installed into the campus infrastructure. The access points appear to boot correctly, however, wireless clients are not obtaining correct access. You verify that the local switch configuration connected to the access point appears as the following:

interface ethernet 0/1
switchport access vlan 10
switchport mode access
spanning-tree portfast
mls qos trust dscp

What is the most likely issue causing the problem? *

A standalone wireless AP solution is being installed into the campus infrastructure. The access points appear to boot correctly, however, wireless clients are not obtaining correct access. You verify that the local switch configuration connected to the access point appears as the following:

interface ethernet 0/1
switchport access vlan 10
switchport mode access
spanning-tree portfast
mls qos trust dscp

What is the most likely issue causing the problem? *

A.
QoS trust should not be configured on a port attached to a standalone AP.

B.
QoS trust for switchport mode access should be defined as "cos".

C.
switchport mode should be defined as "trunk" with respective QoS.

D.
switchport access vlan should be defined as "1".



Leave a Reply 2

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


masterdeeno

masterdeeno

my guess is that by default, the management ip is sitting in vlan1 (which usually uses bvi interface). this config seems like the wireless clients are in vlan10, both vlans should be passed thru ethernet0 interface (via trunked port).