About dhcp

I configured one router of mine to be dhcp server, now if i connect a switch to it, works. but if i connect another router(say routerB) to it, I don't see ip assigned. do i need to turn on/off some function on routerB or what?

Comments

  • BubbaJBubbaJ Member Posts: 323
    madonion wrote:
    I configured one router of mine to be dhcp server, now if i connect a switch to it, works. but if i connect another router(say routerB) to it, I don't see ip assigned. do i need to turn on/off some function on routerB or what?
    Routers don't normally get addresses assigned to them. It is possible, but it is certainly not a CCNA level subject. As a rule, you would like your network infrastructure devices to have known addresses so that you can manage them.

    You should practice configuring the routers and switches yourself.
  • rossonieri#1rossonieri#1 Member Posts: 799 ■■■□□□□□□□
    hello,

    router doesnt forward dhcp packet,
    to allow this you need to allow the port 67/68 to forward/receive the dhcp packet,
    and specify the ip helper addr on the receiver router.

    cheers.
    the More I know, that is more and More I dont know.
  • ciscosciscos Member Posts: 26 ■□□□□□□□□□
    check out the command : ip helper address.
    dhcp uses broadcast.
    routers do not forward broadcast.

    cheers.
    can't teach an old dog new tricks
  • rockstar81rockstar81 Member Posts: 151
    if your router supports bootp this might help as it the router will allow it through.
  • david_rdavid_r Member Posts: 112
    madonion,
    If you want your router to obtain an ip address automagically, drill down through
    ip address dhcp
    
    under the interface you want to assign via dhcp. You may also need to add an ip helper address on the incoming interface or globally.
Sign In or Register to comment.