Link to home
Start Free TrialLog in
Avatar of Bill H
Bill H

asked on

DHCP Lease

Hey guys,

I have a cisco 3750 running dhcp. I cant see to find the command to view which dchp leases it handed out.

Can someone help?
Avatar of Mohammed Khawaja
Mohammed Khawaja
Flag of Canada image

Run show config and look at the config for the DHCP shown as below:

p dhcp pool default_scope
   network 192.168.1.0 255.255.255.240
   default-router 192.168.1.1
   dns-server 192.168.1.20
   netbios-name-server 192.168.1.7
   lease 2

Lease 2 means lease is for two days.  If it shows lease 0 2 then it is set for two hours.  If you disconnect a PC (lets say 5 minutes) and reconnect, it will pick an IP from the pool and the lease starts all over again.  If the machine is left on, the PC will ask for a renewal after 1 day.
here is the command
show ip dhcp binding
ASKER CERTIFIED SOLUTION
Avatar of Natty Greg
Natty Greg
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bill H
Bill H

ASKER

Let me try these commands, will report back