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.

Xin nhờ các cao thủ trong vnpro giúp đỡ

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

  • Xin nhờ các cao thủ trong vnpro giúp đỡ

    em đang có 1 vấn đề mong anh em hướng dẫn cho.
    mô tả bài lab:
    -Bài lab gồm 1router nối với 1switch, và switch này nối với card loopback của PC
    -Con router làm DHCP, router cấp IP cho PC
    -Switch chia 3vlan (vlan1, vlan10, vlan20)
    -Router chia lam 3subinterface (f1/0.1 , f1/0.2 , f1/0.3)
    -f1/2, f1/4, f1/6 thuộc vlan10, và f1/3, f1/5, f1/7 thuộc vlan20
    -f1/15 làm đường trunk.
    -Cổng f1/2 của switch nối với PC => PC thuộc vlan10.

    Router cũng đã cấp IP cho PC rùi. Nhưng vấn đề em gặp là: Khi minh đứng từ PC ping đến default-gateway của chính nó thì OK. Nhưng khi từ PC ping đến các IP của subinterface khác trong router(f1/0.1, f1/0.3) thì request time out. Help me :(

  • #2
    Hi,

    - VinhNam có thể kiểm tra theo bài lab này:
    Dành cho các thảo luận lab scenario trong tập sách CCNA LabPro do Nhà Xuất Bản Trẻ phát hành

    - Nếu ko được thì đưa cấu hình lên, mọi người góp ý.

    Thân.
    Trung tâm tin học VnPro
    Cisco Authorised Training
    149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
    Tel: (08) 5124257-5125314
    Fax: (08) 5124314
    http://vnpro.vn
    support forum: http://vnpro.org

    Comment


    • #3
      Hi Anh

      Switch>en
      Password:
      Switch#vla
      Switch#vlan da
      Switch#vlan database
      Switch(vlan)#vtp tr
      Switch(vlan)#vtp transparent
      Setting device to VTP TRANSPARENT mode.
      not enough space on flash to store vlandatabase. trying squeeze...First create s
      queeze log by erasing the entire device

      Error squeezing flash(Missing or corrupted log)

      Switch(vlan)#

      neu gap nhu truong hop tren thi fai lam nhu the nao vay anh???Lam sao de tang bo nho flash len dc. Mac du trong file .NET em da set ram = 300 (neu lon hon 300 no se ko chay :()

      Comment


      • #4
        Bạn kiếm ios có chữ "is" ví dụ c3640-is-mz.123-14.T6.bin
        Vấn đề này đã đề cập nhiều trong vnpro . Bạn có thể vào http://7200emu.hacki.at/ search sẽ thấy !
        Last edited by khungbo33; 27-04-2008, 02:35 PM.
        khungbo33 - destination unreachable .....!

        Comment


        • #5
          Help me!!!!

          Show run cua router R1:

          Quote:
          hostname R1
          !
          boot-start-marker
          boot-end-marker
          !
          enable secret 5 $1$uPvg$mbjXk/lRclqdPVX.IHNXM.
          enable password class
          !
          no aaa new-model
          !
          resource policy
          !
          memory-size iomem 5
          ip subnet-zero
          no ip routing
          !
          !
          no ip cef
          no ip dhcp use vrf connected
          !
          ip dhcp pool vlan1
          network 192.168.1.0 255.255.255.192
          default-router 192.168.1.62
          dns-server 210.245.21.130 210.245.31.10 4.2.2.2
          lease 5
          !
          ip dhcp pool vlan10
          network 192.168.1.64 255.255.255.192
          default-router 192.168.1.126
          dns-server 210.245.21.130 210.245.31.10 4.2.2.2
          lease 5
          !
          ip dhcp pool vlan20
          network 192.168.1.128 255.255.255.192
          default-router 192.168.1.190
          dns-server 210.245.21.130 210.245.31.10 4.2.2.2
          lease 5
          !
          !
          no ip ips deny-action ips-interface
          !
          no ftp-server write-enable
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          no crypto isakmp ccm
          !
          !
          !
          !
          interface FastEthernet0/0
          ip address 192.168.100.1 255.255.255.248
          no ip route-cache
          duplex auto
          speed auto
          no cdp enable
          !
          interface FastEthernet1/0
          no ip address
          no ip route-cache
          duplex auto
          speed auto
          no cdp enable
          !
          interface FastEthernet1/0.1
          encapsulation dot1Q 1 native
          ip address 192.168.1.62 255.255.255.192
          no ip route-cache
          no snmp trap link-status
          !
          interface FastEthernet1/0.10
          encapsulation dot1Q 10
          ip address 192.168.1.126 255.255.255.192
          no ip route-cache
          no snmp trap link-status
          !
          interface FastEthernet1/0.20
          encapsulation dot1Q 20
          ip address 192.168.1.190 255.255.255.192
          no ip route-cache
          no snmp trap link-status
          !
          interface Serial2/0
          ip address 192.168.25.25 255.255.255.252
          no ip route-cache
          serial restart-delay 0
          no dce-terminal-timing-enable
          no cdp enable
          !
          interface Serial2/1
          no ip address
          no ip route-cache
          shutdown
          serial restart-delay 0
          no dce-terminal-timing-enable
          no cdp enable
          !
          interface Serial2/2
          no ip address
          no ip route-cache
          shutdown
          serial restart-delay 0
          no dce-terminal-timing-enable
          no cdp enable
          !
          interface Serial2/3
          no ip address
          no ip route-cache
          shutdown
          serial restart-delay 0
          no dce-terminal-timing-enable
          no cdp enable
          !
          ip http server
          no ip http secure-server
          ip classless
          !
          !
          !
          dialer-list 1 protocol ip permit
          dialer-list 1 protocol ipx permit
          !
          !
          !
          control-plane
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          line con 0
          logging synchronous
          line aux 0
          line vty 0 4
          password class
          login
          !
          no process cpu extended
          no process cpu autoprofile hog
          !
          end

          PC ping dc default-gateway cua chinh no. nhung ko ping dc ip cua cac subinterfaece khac VD: PC ping 192.168.1.190 thi "request time out". mac du da danh cau lenh "switchport mode trunk & switchport trunk encapsulation Dot1q".
          con day la Show run cua Switch

          Quote:
          hostname Switch
          !
          boot-start-marker
          boot-end-marker
          !
          enable secret 5 $1$x.Tf$jgy3EjV5rh70I9CCt8j7B.
          enable password class
          !
          no aaa new-model
          !
          resource policy
          !
          memory-size iomem 5
          ip subnet-zero
          no ip routing
          !
          !
          no ip cef
          no ip dhcp use vrf connected
          !
          !
          no ip ips deny-action ips-interface
          !
          no ftp-server write-enable
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          no crypto isakmp ccm
          !
          !
          !
          !
          interface FastEthernet1/0
          shutdown
          !
          interface FastEthernet1/1
          !
          interface FastEthernet1/2
          switchport access vlan 10
          !
          interface FastEthernet1/3
          switchport access vlan 20
          !
          interface FastEthernet1/4
          switchport access vlan 10
          !
          interface FastEthernet1/5
          switchport access vlan 20
          !
          interface FastEthernet1/6
          switchport access vlan 10
          !
          interface FastEthernet1/7
          switchport access vlan 20
          !
          interface FastEthernet1/8
          shutdown
          !
          interface FastEthernet1/9
          shutdown
          !
          interface FastEthernet1/10
          shutdown
          !
          interface FastEthernet1/11
          shutdown
          !
          interface FastEthernet1/12
          shutdown
          !
          interface FastEthernet1/13
          shutdown
          !
          interface FastEthernet1/14
          switchport mode trunk
          shutdown
          !
          interface FastEthernet1/15
          switchport mode trunk
          !
          interface Vlan1
          ip address 192.168.1.1 255.255.255.192
          no ip route-cache
          !
          ip default-gateway 192.168.1.62
          ip http server
          no ip http secure-server
          ip classless
          !
          !
          !
          dialer-list 1 protocol ip permit
          dialer-list 1 protocol ipx permit
          !
          !
          !
          control-plane
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          line con 0
          line aux 0
          line vty 0 4
          password class
          login
          !
          !
          end

          Comment


          • #6
            Chào !!!
            Bạn có thử dùng nhiều IOS khác không ???

            Chúc bạn vui !!!
            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


            • #7
              Cung da thu cac IOS khac rui, no cung vay ah :( . Dung tu PC hay switch gi cung ko ping dc toi cac Subinterface cua router R1 het (tru default gateway cua no thoi):106:

              Comment

              Working...
              X