From: deji500@hotmail.com
Date: Sat Nov 18 2006 - 14:07:04 ART
Hello,
I need help with regards to these two tasks that are connected. In task 3.1, a router (R4) should negotiate its serial interface IP address. The serial interface is connected to R5. R5 then connects to R1 (Acting as DHCP server).
R1
ip dhcp excluded-address 139.1.45.0 139.1.45.3
ip dhcp excluded-address 139.1.45.5 139.1.45.255
!
ip dhcp pool R4
network 139.1.45.0 255.255.255.0
R5
ip cef
ip dhcp-server 139.1.15.1
interface Serial0/1
ip address 139.1.45.5 255.255.255.0
ip rip advertise 3
encapsulation ppp
ip policy route-map PBR
peer default ip address dhcp
clock rate 64000
R4
interface Serial0/1
ip address negotiated
ip rip advertise 3
encapsulation ppp
The problem is that the only time that R4 gets the IP address is when i use a static route on R1: ip route 139.1.45.5 255.255.255.255 139.1.15.5
The minute i take out the static route, it doesn't work. R1 has a route to 139.1.45.5
Rack1R1#SH IP ROUTE 139.1.45.0
Routing entry for 139.1.45.0/24
Known via "ospf 1", distance 110, metric 20, type extern 2, forward metric 64
Last update from 139.1.15.5 on Serial0/0, 00:16:07 ago
Routing Descriptor Blocks:
* 139.1.15.5, from 150.1.5.5, 00:16:07 ago, via Serial0/0
Route metric is 20, traffic share count is 1
Can someone please help me with this. Is there a command that i have left out?
This archive was generated by hypermail 2.1.4 : Fri Dec 01 2006 - 08:05:47 ART