- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-09-2016 02:03 AM
Scenario is we have ISP connected to Outside zone.
DHCP server on Inside Zone.
On Each satellite we have DHCP relay configured to readh DHCP server.
Whenever there is any issue with Power at location where interface connected to inside zone goes down.
Traffic gets routed to Outside zone and inturn gets discarded session as we dont have security policy to allow that traffic.
We have to manually clear that particular session for DHCP to work.
Any suggestions on this issue.
Thanks In Advance.
12-12-2016 12:38 AM
sounds like your session discard state is being refreshed (by receiving dhcp packets too frequently) causing the same session to remain in discard state
you can change the discard state timeout:
> show session info ... -------------------------------------------------------------------------------- Session timeout TCP default timeout: 3600 secs TCP session timeout before SYN-ACK received: 5 secs TCP session timeout before 3-way handshaking: 10 secs TCP half-closed session timeout: 120 secs TCP session timeout in TIME_WAIT: 15 secs TCP session timeout for unverified RST: 30 secs UDP default timeout: 30 secs ICMP default timeout: 6 secs other IP default timeout: 30 secs Captive Portal session timeout: 30 secs Session timeout in discard state: TCP: 90 secs, UDP: 60 secs, other IP protocols: 60 secs
you can use this operational command to change the timeout to figure out what is the ideal timeout
admin@myNGFW> set session timeout-discard-udp <value> <1-15999999> set timeout of udp session in discard state
i would recommend gradually decreasing from the default 60 seconds and not immediately going to the 1 second minumum as there is a good reason the discard state is 60 seconds 😉 )
you can change this timer through configuration once you find the sweet spot
admin@myNGFW> configure Entering configuration mode [edit] admin@myNGFW# set deviceconfig setting session timeout-discard-udp <value> <1-15999999> set timeout of udp session in discard state
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!