TSHOOT 300-135 Ticket 9 on Switchport trunk
Hi ! everyone on today we are going to see in this lab session about switchport trunk in this given below topology.
Q. Client 1 & 2 can ping each other but they are unable to ping DSW1 or FTP Server (Use L2/3 Diagram)
Configuration of ASW1
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 1-9 //Note: In fact you will see vlan 20,200 here but the concept is still the same
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 1-9 //Note: In fact you will see vlan 20,200 here but the concept is still the same
!
interface FastEthernet1/0/1
switchport mode access
switchport access vlan 10
!
interface FastEthernet1/0/2
switchport mode access
switchport access vlan 10
switchport mode trunk
switchport trunk allowed vlan 1-9 //Note: In fact you will see vlan 20,200 here but the concept is still the same
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 1-9 //Note: In fact you will see vlan 20,200 here but the concept is still the same
!
interface FastEthernet1/0/1
switchport mode access
switchport access vlan 10
!
interface FastEthernet1/0/2
switchport mode access
switchport access vlan 10
Answer: on port channel 13, 23 disables all vlans and give switchport trunk allowed vlan 10,200
Ans 1: ASW1
Ans 2: Switch to switch connectivity
Ans 3: int range portchannel13,portchannel23
Ans 2: Switch to switch connectivity
Ans 3: int range portchannel13,portchannel23
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200
Therefore, we have studied the switchport trunk configuration in this troubleshooting on ticket 9 and on our next lab session we will see OSPF to EIGRP.
No comments:
Post a Comment