• 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.

Spanning Tree Lab Sim

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

  • Spanning Tree Lab Sim

    Question:
    The headquarter office for a cement manufacturer is installing a temporary Catalyst 3550 in an IDF to connect 24 additional users. To prevent network corruption, it is important to have the correct configuration prior to connecting to the production network. It will be necessary to ensure that the switch does not participate in VTP but forwards VTP advertisements that are received on trunk ports.
    Because of errors that have been experienced on office computers, all nontrunking interfaces should transition immediately to the forwarding state of Spanning tree. Also, configure the user ports (all FastEthernet ports) so that the ports are permanently nontrunking.
    Requirements:
    You will configure FastEthernet ports 0/12 through 0/24 for users who belong to VLAN 20. Also, all VLAN and VTP configurations are to be completed in global configuration mode as VLAN database mode is being deprecated by Cisco. You are required to accomplish the following tasks:
    1. Ensure the switch does not participate in VTP but forwards VTP advertisements received on trunk ports.
    2. Ensure all non-trunking interfaces (Fa0/1 to Fa0/24) transition immediately to the forwarding state of Spanning-Tree.
    3. Ensure all FastEthernet interfaces are in a permanent non-trunking mode.
    4. Place FastEthernet interfaces 0/12 through 0/24 in VLAN 20.
    Answer and Explanation:

    Switch>enable
    Switch#configure terminal
    Switch(config)#interface range fa0/1 – 24
    Switch(config-if-range)#switchport mode access (Make all FasEthernet interfaces into access mode)
    Switch(config-if-range)#spanning-tree portfast (Enables the PortFast on interface)
    Next, we need to assign FastEthernet ports 0/12 through 0/24 to VLAN 20.
    By default, all ports on the switch are in VLAN 1. To change the VLAN associated with a port, you need to go to each interface (or a range of interfaces) and tell it which VLAN to be a part of.
    Switch(config-if-range)#interface range fa0/12 – 24
    Switch(config-if-range)#switchport access vlan 20 (Make these ports members of vlan 20)
    Switch(config-if-range)#exit
    Next we need to make this switch in transparent mode. In this mode, switch doesn’t participate in the VTP domain, but it still forwards VTP advertisements through any configured trunk links.
    Switch(config)#vtp mode transparent
    Switch(config)#exit
    Switch#copy running-config startup-config
    (Notice: Many reports said the copy running-config startup-config didn’t work but they still got the full mark)
    Phạm Minh Tuấn

    Email : phamminhtuan@vnpro.org
    Yahoo : phamminhtuan_vnpro
    -----------------------------------------------------------------------------------------------
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
Tel : (08) 35124257 (5 lines)
Fax: (08) 35124314

Home page: http://www.vnpro.vn
Support Forum: http://www.vnpro.org
- Chuyên đào tạo quản trị mạng và hạ tầng Internet
- Phát hành sách chuyên môn
- Tư vấn và tuyển dụng nhân sự IT
- Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

Network channel: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Working...
X