DHCP IEWBv4 9.1

From: Keith Bizzell (mkbcoolman@gmail.com)
Date: Wed Apr 11 2007 - 00:09:30 ART


R4/R5 connect via PPP. R4 address is negotiated, R5 should send the DHCP
request to R1 without using a helper address. I can get R1 to bind the IP
address (139.1.45.4), but it never gets inserted on R4.

Here's the basic config:

Rack1R4(config-if)#do show run int s0/1/0
Building configuration...

Current configuration : 109 bytes
!
interface Serial0/1/0
 ip address negotiated
 ip rip advertise 3
 encapsulation ppp
 clock rate 64000
end

Rack1R5(config-if)# do show run int s0/1/0
Building configuration...

Current configuration : 115 bytes
!
interface Serial0/1/0
 ip address 139.1.45.5 255.255.255.0
 encapsulation ppp
 peer default ip address dhcp
end

Why would I get the following on R4?

Rack1R4(config-if)#
*Apr 11 03:25:49.359: Se0/1/0 IPCP: Timeout: State ACKsent
*Apr 11 03:25:49.359: Se0/1/0 IPCP: State is ACKsent
*Apr 11 03:25:49.695: Se0/1/0 IPCP: I CONFREJ [ACKsent] id 9 len 10
*Apr 11 03:25:49.695: Se0/1/0 IPCP: Address 0.0.0.0 (0x030600000000)
*Apr 11 03:25:49.695: Se0/1/0 IPCP: ID 9 didn't match 10, discarding packet
Rack1R4(config-if)#
*Apr 11 03:25:53.791: Se0/1/0 IPCP: I CONFREJ [ACKsent] id 10 len 10
*Apr 11 03:25:53.791: Se0/1/0 IPCP: Address 0.0.0.0 (0x030600000000)
*Apr 11 03:25:53.791: Se0/1/0 IPCP: O CONFREQ [ACKsent] id 11 len 4
*Apr 11 03:25:53.795: Se0/1/0 IPCP: I CONFACK [ACKsent] id 11 len 4
*Apr 11 03:25:53.795: Se0/1/0 IPCP: State is Open
*Apr 11 03:25:53.799: Se0/1/0 IPCP: Install route to 139.1.45.5
*Apr 11 03:25:53.799: Se0/1/0 IPCP: Add link info for cef entry 139.1.45.5

I never get the IP address on R4. Any ideas?



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:35 ART