about DHCP-Relay , need help !

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • fan8
    Aspiring Member
    • Oct 2012
    • 1

    about DHCP-Relay , need help !

    ERS 5530 Software Ver: 6.2.5

    VLAN 10: 192.168.8.254 255.255.255.0 PORTS:1,3
    192.168.8.10 is the DHCP SERVER(Also supply BOOTP Service)


    VLAN 20: 192.168.10.1 255.255.255.0 PORTS:7,9



    Global : IP DHCP-RELAY enabled.
    ip dhcp-relay fwd-path 192.168.10.1 192.168.8.10


    interface:

    interface vlan 20
    ip dhcp-relay
    ip dhcp-relay mode bootp_dhcp


    in VLAN20 computer could not get the DHCP dynamic IP address
    (DHCP Server 192.168.8.10 setup correctly.

    why ?

    need some extra setup ???
  • kerya
    Aspiring Member
    • Oct 2012
    • 2

    #2
    add the following command:


    ip dhcp-relay fwd-path 192.168.10.1 192.168.8.10 enable
    p dhcp-relay fwd-path 192.168.10.1 192.168.8.10 mode bootp-dhcp

    Comment

    • rspady
      Aspiring Member
      • Jul 2013
      • 1

      #3
      So does dhcp-relay require both of these statements? It just seems kind of redundant to me.....
      ip dhcp-relay fwd-path 1.1.1.1 2.2.2.2
      ip dhcp-relay fwd-path 1.1.1.1 2.2.2.2 mode dhcp


      I am looking at adding three new DHCP servers for a total of 6 and I am wondering if I am going to have to add these lines of code for each subnet for each DHCP server which will add an aweful lot of code for DHCP realy. Or is there a better way of doing this?
      Last edited by rspady; 07-23-2013, 09:50 AM.

      Comment

      • itaiyebali
        Member
        .
        • Mar 2014
        • 2

        #4
        Multiple DHCP server in DHCP relay

        Originally posted by rspady View Post
        So does dhcp-relay require both of these statements? It just seems kind of redundant to me.....
        ip dhcp-relay fwd-path 1.1.1.1 2.2.2.2
        ip dhcp-relay fwd-path 1.1.1.1 2.2.2.2 mode dhcp


        I am looking at adding three new DHCP servers for a total of 6 and I am wondering if I am going to have to add these lines of code for each subnet for each DHCP server which will add an aweful lot of code for DHCP realy. Or is there a better way of doing this?
        Answer -
        I believe it should take one DHCP server IP at one time, but depends on Product. Let me check and confirm you.

        Comment

        Loading