Hi , I am trying o configure DHCP relay agent using the ip helper-addressThe 
topology is R1 F0/0 -- R3 F0/0 , R3 F0/1 -- R2 F0/0
R1#sh run int f0/0Building configuration...
Current configuration : 96 bytes!interface FastEthernet0/0 ip address 
192.168.10.1 255.255.255.0 speed 100 full-duplexend
ip dhcp excluded-address 192.168.20.3ip dhcp pool POOL   network 192.168.20.0 
255.255.255.0   default-router 192.168.20.3 
R2#sh run int f0/0Building configuration...
Current configuration : 93 bytes!interface FastEthernet0/0 ip address dhcp no 
ip route-cache speed 100 full-duplexend
R3#sh run int f0/0Building configuration...
Current configuration : 96 bytes!interface FastEthernet0/0 ip address 
192.168.10.2 255.255.255.0 speed 100 full-duplexend
R3#sh run int f0/1Building configuration...
Current configuration : 151 bytes!interface FastEthernet0/1 ip address 
192.168.20.3 255.255.255.0 ip helper-address 192.168.10.1 speed 100 full-duplex
The issue i am facing is that when i check the interface on R2 , there is no IP 
assigned
R2#sh ip int bri | inc DHCPFastEthernet0/0            unassigned      YES DHCP  
 up                    up     
Even though , I can see it from the Server (R1)
R1#sh ip dhcp binding Bindings from all pools not associated with VRF:IP 
address          Client-ID/              Lease expiration        Type           
         Hardware address/                    User name192.168.20.6        
0063.6973.636f.2d63.    Mar 01 2002 10:57 PM    Automatic                    
3230.312e.3538.3435.                    2e30.3030.302d.4661.                    
302f.30
Any ideas guys ?
Thanks                                    
_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to