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.

Cấp DHCP interface của router

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

  • Cấp DHCP interface của router


    Em đang làm bài Lab như hình trên, Yêu cầu là dùng Static route, cấp DHCP, A ping B, C

    01. Em Static routeA Ping B,C được rồi.

    02. Cấp DHCP cho PC A, B, C và interface 0/0 trên Router 3 được nhưng cổng f0/1 của Router 3 không nhận được ip.

    Anh em hỗ trợ em với, làm sao em cấp IP cho interface f0/1 trên con Router 3 !

    Con DHCP :
    DHCP#show running-config
    Building configuration...


    Current configuration : 803 bytes
    !
    version 12.4
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    !
    hostname DHCP
    !
    ip dhcp pool mang_1.1
    network 1.1.1.0 255.255.255.0
    default-router 1.1.1.1
    dns-server 1.1.1.1
    ip dhcp pool mang_9.13
    network 9.9.13.0 255.255.255.0
    ip dhcp pool mang_9.34
    network 9.9.34.0 255.255.255.0
    ip dhcp pool mang_6.6
    network 6.6.6.0 255.255.255.0
    default-router 6.6.6.6
    dns-server 6.6.6.6
    !
    interface FastEthernet0/0
    ip address 1.1.1.3 255.255.255.0
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    shutdown
    !
    interface Vlan1
    no ip address
    shutdown
    !
    ip classless
    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
    !
    line con 0
    line vty 0 4
    login
    !
    end


    Con R1 :
    1#show running-config
    Building configuration...


    Current configuration : 1125 bytes
    !
    version 12.4
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    !
    hostname 1
    !
    interface FastEthernet0/0
    ip address 1.1.1.1 255.255.255.0
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    ip address 9.9.13.1 255.255.255.0
    ip helper-address 1.1.1.3
    duplex auto
    speed auto
    !
    interface Serial1/0
    ip address 9.9.12.1 255.255.255.0
    clock rate 64000
    !
    ip classless
    ip route 9.9.25.0 255.255.255.0 Serial1/0
    ip route 9.9.9.0 255.255.255.0 Serial1/0
    ip route 1.1.1.0 255.255.255.0 FastEthernet0/0
    ip route 6.6.6.0 255.255.255.0 FastEthernet0/1
    ip route 9.9.34.0 255.255.255.0 FastEthernet0/1


    !
    line con 0
    line vty 0 4
    login
    !
    !
    !
    end
    1#

    Con R3 :
    3#show running-config
    Building configuration...


    Current configuration : 702 bytes
    !
    version 12.4
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    no service password-encryption
    !
    hostname 3
    !
    interface FastEthernet0/0
    ip address dhcp
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    ip address 9.9.34.3 255.255.255.0
    duplex auto
    speed auto
    !
    interface Vlan1
    no ip address
    shutdown
    !
    router rip
    !
    ip classless
    ip route 9.9.12.0 255.255.255.0 FastEthernet0/0
    ip route 9.9.25.0 255.255.255.0 FastEthernet0/0
    ip route 9.9.9.0 255.255.255.0 FastEthernet0/1
    ip route 6.6.6.0 255.255.255.0 FastEthernet0/1
    ip route 1.1.1.0 255.255.255.0 FastEthernet0/0
    !
    line con 0
    line vty 0 4
    login
    !
    end
    Attached Files
    Last edited by luong_duy_khanh; 25-10-2012, 05:47 PM.

  • #2
    Up cấu hình lên đi ghệ...
    Theo lối dẫn-Ngẫng nhìn thầy-Đi theo thầy-Nhìn thấu thầy-và Trở thành thầy.

    Comment


    • #3
      R4 làm relay agent chưa bạn, lên cổng F0/0 quánh câu này R(config-if)#ip helper-address ip_dhcp

      Hãy cho nhau những gì mình đang có
      Lỡ mai này không có để cho nhau

      Comment


      • #4
        Originally posted by hunterlove_113 View Post
        Up cấu hình lên đi ghệ...
        Dạ em đã attack rồi, anh xem dùm em!

        Comment


        • #5
          Originally posted by phamtuan1129 View Post
          R4 làm relay agent chưa bạn, lên cổng F0/0 quánh câu này R(config-if)#ip helper-address ip_dhcp
          Em có oánh rồi thầy ơi mà nó im ro à!

          Comment


          • #6
            Em nghĩ là do Em routing con R4 chạy qua con R3 khi đi đến mạng 1.1.1.0/24 nên khi con R4 làm Relay agent cho R3 phải chạy qua R3 mà lúc đó int f0/1 của R3 không có ip nên nó luẩn quẩn ở đó thành ra f0/1 R3 không xin được DHCP.
            Nhưng mà em routing con R4 đến mạng 1.1.1.0 qua int f0/1 cũng không được!
            Bác nào giúp em với!

            Comment


            • #7
              P/s : Em đã giải quyết xong rồi, tạo thêm 1 đường route khác từ con DHCP đến f0/1 của con R3 để con DHCP thấy f0/1 của R3 mà cấp IP là ok
              Cảm ơn các anh ở Vnpro nhiều!
              Last edited by luong_duy_khanh; 30-10-2012, 02:14 PM.

              Comment

              Working...
              X