PPP IPCP

From: GAURAV MADAN (gauravmadan1177@gmail.com)
Date: Sun Jul 20 2008 - 07:10:01 ART


Hi

 Might be this one is discussed in this forum before as I see one of
archieve on the same topic ; but somehow I cannot get this working .
Will be great if someone help me out with this :

PLease note that connectivity is not a issue in this as my DHCP server
at R1 is able to reach the 139.1.45.5 address .

R4(s0/0/1) ========139.1.45.5 (s0/0/1) R5 139.1.15.5============FR
==========139.1.15.1 R1

R1 has connectivity to 139.1.45.5 .
R4 tries to get IP address via IPCP negotiation from R5.
R5 forwards this to DHCP server at R1.

R4

interface Serial0/0/1
 description "to R5"
 ip address negotiated
 ip rip advertise 3
 encapsulation ppp
end

R5
interface Serial0/0/1
 description " To R4"
 ip address 139.1.45.5 255.255.255.0
 ip rip advertise 3
 encapsulation ppp
 peer default ip address dhcp
 clock rate 2000000
end
!
R1
Rack1R1(config-if)#do sh run | inc dhcp
ip dhcp excluded-address 139.1.45.1 139.1.45.3
ip dhcp excluded-address 139.1.45.5 139.1.45.255
ip dhcp pool R4

Connectivity is NOT a problem as DHCP server R1 is able to reach 139.1.45.5 .

I am getting following debugs indicating some mismatch :

*******************************************************************************************************************************
Rack1R4(config-if)#
*Jul 20 10:04:01.578: Se0/0/1 IPCP: I CONFREQ [ACKsent] id 2 len 10
*Jul 20 10:04:01.578: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:01.578: Se0/0/1 IPCP: O CONFACK [ACKsent] id 2 len 10
*Jul 20 10:04:01.578: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:01.582: Se0/0/1 IPCP: Timeout: State ACKsent
*Jul 20 10:04:01.582: Se0/0/1 IPCP: O CONFREQ [ACKsent] id 2 len 10
*Jul 20 10:04:01.582: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
Rack1R4(config-if)#
*Jul 20 10:04:03.594: Se0/0/1 IPCP: I CONFREQ [ACKsent] id 3 len 10
*Jul 20 10:04:03.594: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:03.594: Se0/0/1 IPCP: O CONFACK [ACKsent] id 3 len 10
*Jul 20 10:04:03.594: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:03.598: Se0/0/1 IPCP: Timeout: State ACKsent
*Jul 20 10:04:03.598: Se0/0/1 IPCP: O CONFREQ [ACKsent] id 3 len 10
*Jul 20 10:04:03.598: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
*Jul 20 10:04:03.674: Se0/0/1 IPCP: I CONFREJ [ACKsent] id 1 len 10
*Jul 20 10:04:03.674: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
Rack1R4(config-if)#
*Jul 20 10:04:03.674: Se0/0/1 IPCP: ID 1 didn't match 3, discarding packet
Rack1R4(config-if)#
*Jul 20 10:04:05.610: Se0/0/1 IPCP: I CONFREQ [ACKsent] id 4 len 10
*Jul 20 10:04:05.610: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:05.610: Se0/0/1 IPCP: O CONFACK [ACKsent] id 4 len 10
*Jul 20 10:04:05.610: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:05.614: Se0/0/1 IPCP: Timeout: State ACKsent
*Jul 20 10:04:05.614: Se0/0/1 IPCP: O CONFREQ [ACKsent] id 4 len 10
*Jul 20 10:04:05.614: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
Rack1R4(config-if)#
*Jul 20 10:04:07.622: Se0/0/1 IPCP: I CONFREQ [ACKsent] id 5 len 10
*Jul 20 10:04:07.626: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:07.626: Se0/0/1 IPCP: O CONFACK [ACKsent] id 5 len 10
*Jul 20 10:04:07.626: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:07.630: Se0/0/1 IPCP: Timeout: State ACKsent
*Jul 20 10:04:07.630: Se0/0/1 IPCP: O CONFREQ [ACKsent] id 5 len 10
*Jul 20 10:04:07.630: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
*Jul 20 10:04:07.766: Se0/0/1 IPCP: I CONFREJ [ACKsent] id 3 len 10
*Jul 20 10:04:07.766: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
Rack1R4(config-if)#
*Jul 20 10:04:07.766: Se0/0/1 IPCP: ID 3 didn't match 5, discarding packet
Rack1R4(config-if)#
*Jul 20 10:04:09.638: Se0/0/1 IPCP: I CONFREQ [ACKsent] id 6 len 10
*Jul 20 10:04:09.638: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:09.638: Se0/0/1 IPCP: O CONFACK [ACKsent] id 6 len 10
*Jul 20 10:04:09.638: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:09.646: Se0/0/1 IPCP: Timeout: State ACKsent
*Jul 20 10:04:09.646: Se0/0/1 IPCP: O CONFREQ [ACKsent] id 6 len 10
*Jul 20 10:04:09.646: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
Rack1R4(config-if)#
*Jul 20 10:04:11.654: Se0/0/1 IPCP: I CONFREQ [ACKsent] id 7 len 10
*Jul 20 10:04:11.654: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:11.654: Se0/0/1 IPCP: O CONFACK [ACKsent] id 7 len 10
*Jul 20 10:04:11.654: Se0/0/1 IPCP: Address 139.1.45.5 (0x03068B012D05)
*Jul 20 10:04:11.662: Se0/0/1 IPCP: Timeout: State ACKsent
*Jul 20 10:04:11.662: Se0/0/1 IPCP: O CONFREQ [ACKsent] id 7 len 10
*Jul 20 10:04:11.662: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
*Jul 20 10:04:11.862: Se0/0/1 IPCP: I CONFREJ [ACKsent] id 5 len 10
*Jul 20 10:04:11.862: Se0/0/1 IPCP: Address 0.0.0.0 (0x030600000000)
Rack1R4(config-if)#
*Jul 20 10:04:11.862: Se0/0/1 IPCP: ID 5 didn't match 7, discarding packet
************************************************************************************************************************

On R5

Rack1R5(config-if)#
*Jul 20 09:53:00.890: DHCP: SDiscover attempt # 2 for entry:
*Jul 20 09:53:00.890: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:00.890: DHCP: SDiscover 294 bytes
*Jul 20 09:53:01.854: DHCP: proxy allocate request
*Jul 20 09:53:01.854: DHCP: zapping entry in DHC_PURGING state for Se0/0/1
*Jul 20 09:53:01.854: DHCP: deleting entry 648BB2F0 0.0.0.0 from list
*Jul 20 09:53:01.854: DHCP: new entry. add to queue, interface Serial0/0/1
*Jul 20 09:53:01.854: DHCP: SDiscover attempt # 1 for entry:
*Jul 20 09:53:01.854: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:01.854: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:04.890: DHCP: SDiscover attempt # 2 for entry:
*Jul 20 09:53:04.890: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:04.890: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:05.950: DHCP: proxy allocate request
*Jul 20 09:53:05.950: DHCP: zapping entry in DHC_PURGING state for Se0/0/1
*Jul 20 09:53:05.950: DHCP: deleting entry 648BB2F0 0.0.0.0 from list
*Jul 20 09:53:05.950: DHCP: new entry. add to queue, interface Serial0/0/1
*Jul 20 09:53:05.950: DHCP: SDiscover attempt # 1 for entry:
*Jul 20 09:53:05.950: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:05.950: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:09.890: DHCP: SDiscover attempt # 2 for entry:
*Jul 20 09:53:09.890: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:09.890: DHCP: SDiscover 294 bytes
*Jul 20 09:53:10.046: DHCP: proxy allocate request
*Jul 20 09:53:10.046: DHCP: zapping entry in DHC_PURGING state for Se0/0/1
*Jul 20 09:53:10.046: DHCP: deleting entry 648BB2F0 0.0.0.0 from list
*Jul 20 09:53:10.046: DHCP: new entry. add to queue, interface Serial0/0/1
*Jul 20 09:53:10.046: DHCP: SDiscover attempt # 1 for entry:
*Jul 20 09:53:10.046: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:10.046: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:13.890: DHCP: SDiscover attempt # 2 for entry:
*Jul 20 09:53:13.890: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:13.890: DHCP: SDiscover 294 bytes
*Jul 20 09:53:14.142: DHCP: proxy allocate request
*Jul 20 09:53:14.142: DHCP: zapping entry in DHC_PURGING state for Se0/0/1
*Jul 20 09:53:14.142: DHCP: deleting entry 648BB2F0 0.0.0.0 from list
*Jul 20 09:53:14.142: DHCP: new entry. add to queue, interface Serial0/0/1
*Jul 20 09:53:14.142: DHCP: SDiscover attempt # 1 for entry:
*Jul 20 09:53:14.142: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:14.142: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:17.890: DHCP: SDiscover attempt # 2 for entry:
*Jul 20 09:53:17.890: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:17.890: DHCP: SDiscover 294 bytes
*Jul 20 09:53:18.238: DHCP: proxy allocate request
*Jul 20 09:53:18.238: DHCP: zapping entry in DHC_PURGING state for Se0/0/1
*Jul 20 09:53:18.238: DHCP: deleting entry 648BB2F0 0.0.0.0 from list
*Jul 20 09:53:18.238: DHCP: new entry. add to queue, interface Serial0/0/1
*Jul 20 09:53:18.238: DHCP: SDiscover attempt # 1 for entry:
*Jul 20 09:53:18.238: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:18.238: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:21.890: DHCP: SDiscover attempt # 2 for entry:
*Jul 20 09:53:21.890: DHCP: SDiscover: sending 294 byte length DHCP packet
*Jul 20 09:53:21.890: DHCP: SDiscover 294 bytes
Rack1R5(config-if)#
*Jul 20 09:53:52.890: DHCP: deleting entry 648BB2F0 0.0.0.0 from list
*******************************************************************************************************************************************

Can someone let me know what can be wrong ?

Thnx in advance
Gaurav Madan.



This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:56 ART