Dhcp server sends lease time value which is bigger than configured.?
ZAP
Hello,
I have setup with 3 nodes. server-------snooper--------client. I do some operations on snooper switch (eg: deleting vlan interface, disabling snooping, then adding back vlan interfaces, enable snooping etc). After the above steps, snooper started to receive a bigger value as lease time, which was greater than the configured value.
root@Node1/usr/sbin# cat /etc/dhcp/dhcpd.conf
subnet 30.30.30.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
range 30.30.30.1 30.30.30.100;
default-lease-time 40;
max-lease-time 40;
option domain-name "Domain1.com";
option domain-name-servers 53.22.53.22;
option bootfile-name "Bootfile1";
option tftp-server-name "Tftpserver1";
option host-name "abc";
}
Here the max lease time is 40 secs, But snooper gets 107 secs, 120 secs in the ACK packet. When I check the offer packet, lease time was always 40. Any idea, what might be happening here? How the operation done on snooper affecting the server? I examined the packets which are send by server and also received by snooper switch. When I disabled snooping, this issue did not seen and snooper gets the lease value exactly as mentioned in /etc/dhcp/dhcpd.conf.
Thanking you
- How can you guarantee a job for students who has no experience in Networking field?
- How to configure VPN between Cisco Router and ASA Firewall?
- How to configure RIPV2 with no auto summary?
- How to configure PAT (Port Address Translation)?
- How to configure Default Routing on Cisco Routers?
- What is the scope of CCNA course in India?
- What is scope of CCIE?
- How to remember 7 layers of OSI Model?
- How much salary can we get after doing CCNA course in Delhi Gurgaon?
- How many CCIE’s are there worldwide?
- Is it possible to pass CCIE Certification in 1st attempt?