Description

DHCP drop due to authentication error: Application authd fail on node Re0

Symptoms

There is authentication alarm. The DHCP statics is also showing drop was due to authentication.

 


[email protected]> show chassis alarms

1 alarms currently active

Alarm time              Class Description

2024-09-26 06:45:24 UTC Major Application authd fail on node Re0

 

[email protected]> ...xcept " 0"| refresh 1          

---(refreshed at 2024-10-31 01:57:28 UTC)---

Packets dropped:

   Total               1882044

   Authentication      1882044 <<< Number of packets discarded because they could not be authenticated

Solution


RESOLUTION DETAIL:


<- Enter root shell

cli-> start shell user root

 

<- Then enter root password to enter root shell

 

<- After enter root shell:

 

date

systemctl status authd

sed -i '1i search comcast.net' /etc/resolv.conf

systemctl restart authd

 

cli show chassis alarm

cli -c "show system application app authd detail | no-more"


Modification History

2024-12-10 : Article Created