• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

TSHOOT (642-832): Ticket 9 – Switchport trunk

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • TSHOOT (642-832): Ticket 9 – Switchport trunk

    Client 1 is getting 169.x.x.x ip address.
    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
    !
    interface PortChannel23
    switchport mode trunk
    switchport trunk allowed vlan 1-9
    !
    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

    Ans1)ASW1
    Ans2)Switch to switch connectivity
    Ans3)int range portchannel13,portchannel23
    switchport trunk allowed vlan none
    switchport trunk allowed vlan 10,200
Working...
X