Following ticket consists of a problem description and existing configuration on the device.
Trouble Ticket Statement:
Client 1 and Client 2 are getting a 169.x.x.x IP address and are able to ping DSW1 or the FTP Server. They are able to ping each other.
Configuration on ASW1
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface FastEthernet1/0/1
switchport mode trunk
switchport access vlan 10
!
interface FastEthernet1/0/2
switchport mode trunk
switchport access vlan 10
Question 1:
On which device is the fault condition located?
A.ASW1
B.DSW1
C.Client 1
D.FTP Server
Correct Answer: A
Question 2:
What is the solution of the fault condition?
A.Change the VLAN assignment to fa1/0/1 and fa1/0/2 on ASW1 to VLAN1
B.Change the IP address of VLAN 10 on DSW1
C.Issue switchport trunk vlan 10,200 on interfaces portchannel13 and portchannel23 on ASW1
D.Issue switchport trunk allowed vlan none on interface portchannel13 and portchannel23 on ASW1
Correct Answer: C
Explantion:
In this scenario the following commands will need to be issued:
Int range portchannel13, portchannel23
Switchport trunk allowed vlan none
Switchport trunk allowed vlan 10,200
Question 3:
The Fault Condition is related to which technology?
A.VLAN
B.InterVLAN communication
C.DHCP
D.Switch to Switch Connectivity
Correct Answer: D