cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
321
Views
0
Helpful
2
Replies

DYNAMIC IP ASSIGNMENT

gcocchi
Level 1
Level 1

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.

2 Replies 2

thisisshanky
Level 11
Level 11

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.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Can DHCP be used over a FR link?

Joe