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.

[Try cadidate CCIE] Một câu hỏi nhỏ về STP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [Try cadidate CCIE] Một câu hỏi nhỏ về STP

    Imagine a simple topology made of 3 switches:
    All switches are running STP for VLAN123 with SW3 being the root. Your task is to configure the network in such a way so that SW1 port fa0/13 is the root port and SW1 port fa0/16 is the alternate port for VLAN 123. Sound easy? Here are the requirements:
    1) Do not change any STP link cost
    2) SW3 must remain the root for VLAN 123
    3) The port types must be access
    4) Do not use the switchport backup interface command
    5) Do not try to use SPAN or RSPAN
    6) Do not disable STP
    Trần Mỹ Phúc
    tranmyphuc@hotmail.com
    Hãy add nick để có thông tin đề thi mới nhất :tranmyphuc (Hỗ trợ tối đa cho các bạn tự học)

    Cisco Certs : CCNP (Passed TSHOOT 1000/1000)

    Juniper Certs :
    JNCIP-ENT & JNCIP-SEC
    INSTRUCTORS (No Fee) : CISCO (Professional) , JUNIPER (Professional) , Microsoft ...

    [version 4.0] Ôn tập CCNA



  • #2
    Có phải là dùng Dot1q tunnel for SPT trên SW2 không, tuy nhiên vẫn chưa test thử nhưng về mặc theory thì ok ? Không tìm thấy cách nào khác ????
    > Ping CCNA
    Sending to CISCO.....Please wait.....

    Cho thuê CCIE LAB RS & SEC online giá rẻ đây (250k/6h for RS & 350k/6h for SEC)

    RS: R2611, R1841, SW3550/3560
    SEC: R2611, R2811, ASA5510 (Sec plus), IPS4235, SW3560

    Timeslots (GMT+7) - Vietnam (8h00 - 7h50+1)
    TS1.VN : 08h00 - 13h50
    TS2.VN : 14h00 - 19h50
    TS3.VN : 20h00 - 01h50
    TS4.VN : 02h00 -07h50

    Mọi chi tiết xin liên hệ vulevy (at) yahoo (dot) fr

    Comment


    • #3
      ko ai có bài trả lời à. anh admin giải đáp đi :D

      Comment


      • #4
        Originally posted by tranmyphuc View Post
        Imagine a simple topology made of 3 switches:
        All switches are running STP for VLAN123 with SW3 being the root. Your task is to configure the network in such a way so that SW1 port fa0/13 is the root port and SW1 port fa0/16 is the alternate port for VLAN 123. Sound easy? Here are the requirements:
        1) Do not change any STP link cost
        2) SW3 must remain the root for VLAN 123
        3) The port types must be access
        4) Do not use the switchport backup interface command
        5) Do not try to use SPAN or RSPAN
        6) Do not disable STP
        i think this is the answer:
        change bandwidth value on F0/16(SW1) to 10000 (10Mbps)

        Comment


        • #5
          Originally posted by Mr.LeVy View Post
          Có phải là dùng Dot1q tunnel for SPT trên SW2 không, tuy nhiên vẫn chưa test thử nhưng về mặc theory thì ok ? Không tìm thấy cách nào khác ????
          Hi,
          Correct Solution :
          1) Configure SW2 to tunnel STP BPDUs between SW1 and SW3. This will make SW1 thinking that that SW3 is directly connected with cost 19. STP is still active on SW2, but SW2 considers itself the root.

          SW2:
          Code:
          interface FastEthernet 0/13
          l2protocol-tunnel stp
          !
          interface FastEthernet 0/16
          l2protocol-tunnel stp
          2) Configure SW3 port Fa0/16 with lower STP priority than SW3 Fa 0/13. This will make SW1 select its connection to SW2 as the root port and the other uplink is alternate: both uplinks have equal costs, the upstream port priority is the tiebreaker.

          SW3:
          Code:
          interface FastEthernet 0/16
          spanning-tree port-priority 64
          ==========================================

          Theories for it :
          Attach files

          Thanks for reading my topic
          Attached Files
          Trần Mỹ Phúc
          tranmyphuc@hotmail.com
          Hãy add nick để có thông tin đề thi mới nhất :tranmyphuc (Hỗ trợ tối đa cho các bạn tự học)

          Cisco Certs : CCNP (Passed TSHOOT 1000/1000)

          Juniper Certs :
          JNCIP-ENT & JNCIP-SEC
          INSTRUCTORS (No Fee) : CISCO (Professional) , JUNIPER (Professional) , Microsoft ...

          [version 4.0] Ôn tập CCNA


          Comment


          • #6
            bai viet rat hay. cam on admin

            Comment

            Working...
            X