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

MLS and EIGRP Sim

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

  • MLS and EIGRP Sim

    (Updated from real SWITCH Exam on 08-August-2010)
    Notice: This is just a sketch about this sim. I can not guarantee the information posted below is correct. So if you know anything new about this sim please post here. Your ideas and comments are warmly welcome!
    Question:
    I am still not sure about the question but we need to configure the Multilayer Switch so that PCs from VLAN 2 and VLAN 3 can communicate with the Server.
    Answer and Explanation


    the config (commented by a certprepare.com’s reader but he does not leave his name, but please say thank to him!)
    mls>enable
    mls# configure terminal
    mls(config)# int gi0/1
    mls(config-if)#no switchport -> not sure about this command line, but you should use this command if the simulator does not let you assign IP address on Gi0/1 interface.
    mls(config-if)# ip address 10.10.10.2 255.255.255.0
    mls(config-if)# no shutdown
    mls(config-if)# exit
    mls(config)# int vlan 2
    mls(config-if)# ip address 190.200.250.33 255.255.255.224
    mls(config-if)# no shutdown
    mls(config-if)# int vlan 3
    mls(config-if)# ip address 190.200.250.65 255.255.255.224
    mls(config-if)# no shutdown
    mls(config-if)#exit
    mls(config)# ip routing (Notice: MLS will not work without this command)
    mls(config)# router eigrp 650
    mls(config-router)# network 10.10.10.0 0.0.0.255
    mls(config-router)# network 190.200.250.32 0.0.0.31
    mls(config-router)# network 190.200.250.64 0.0.0.31
    NOTE : THE ROUTER IS CORRECTLY CONFIGURED, so you will not miss within it in the exam , also don’t modify/delete any port just do the above configuration.
    in order to complete the lab , you should expect the ping to SERVER to succeed from the MLS , and from the PCs as well.
    If the above configuration does not work, you should configure EIGRP with “no auto-summary” command:
    no auto-summary
    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