The user who is connected to interface FastEthernet 0/1 is on VLAN 10
and cannot access network resources. On the basis of the information in the exhibit, which
command sequence would correct the problem?
A.
SW1(config)# vlan 10SW1(config-vlan)# no shut
B.
SW1(config)# interface fastethernet 0/1SW1(config-if)# switchport mode
accessSW1(config-if)# switchport access vlan 10
C.
SW1(config)# interface fastethernet 0/1SW1(config-if)# switchport mode access
D.
SW1(config)# vlan 10SW1(config-vlan)# state active
E.
SW1(config)# interface fastethernet 0/1SW1(config-if)# no shut
Explanation:
In Exhibit Operation Mode is down, it means interface is in down state. Just bring into up
state using no shutdown command
strange question and strange answer… It depends. If the interface fa0/1 is in “no shut” state could be detached tha cable of the PC and, also in this case, the Operational Mode in the output could be “Down”.
The question is “the user cannot access to network resource”, then the correct answer should be the “C” choice.
RGDS
It cannot be C as the exhibit is saying: static access. Taking answers one by one, E is the most plausible. You are correct though, the question is a little bit tricky.