hfakoor222 / Routing_Diagnostics_App

Application which batch updates and rolls back networking devices. Diagnostics are run before and after updates with option to roll back configurations.
MIT License
2 stars 1 forks source link

Extend this network engineering app #1

Open hfakoor222 opened 7 months ago

hfakoor222 commented 7 months ago

The app runs network diagnostics through routing equipment; currently it has a ping sweep.

What I would like: -Check the availability of web servers hosting critical applications or services. This can involve sending HTTP requests and verifying the expected response. -Confirm that DNS resolution is working correctly. Check the ability to resolve domain names to IP addresses and vice versa. -Application Servers:If your network hosts specific applications, test their availability and functionality. This may involve running automated tests or interacting with the application's API. -Security Services:If you have security appliances or services in place (e.g., firewalls, intrusion detection/prevention systems), test their availability and effectiveness in detecting and blocking threats. -DHCP Server Lease Verification:Verify DHCP server leases to ensure that IP addresses are being assigned correctly and that there are no conflicts. -NTP (Network Time Protocol) Synchronization:Confirm that NTP is properly synchronizing time across network devices to avoid any timestamp-related issues.

-MTU (Maximum Transmission Unit) Check:Verify that the MTU settings are consistent across the network to prevent packet fragmentation issues.

Incorporating these would be a we lcome addition

Any and all feedback welcome!

github-actions[bot] commented 7 months ago

Hi thanks for the interest in my code. Any feedback and collaboration is welcome!