05-25-2004 04:28 AM - edited 03-02-2019 03:55 PM
I have two 2600 connected by a frame relay network. How can i configure 1st router to assigne dynamically wan ip address to 2nd?
Thx.
05-25-2004 11:45 AM
I believe this is a point-to-point link and a /30 mask has been assigned to this link. Create a dhcp pool on router 1 with /30 mask as the network mask. Reserve one of the addresses (exclude it) - assigned to Router 1. The second address will be leased to your remote router.
ip dhcp pool test
network 172.16.1.0 /30
ip dhcp excluded-address 172.16.1.1
172.16.1.2 will be leased to router 2.
05-26-2004 12:06 AM
Can DHCP be used over a FR link?
Joe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide