
Looking for a challenging career, which demands the best of my professional ability in terms of technical and analytical skills and helps me in broadening and enhancing my current skills and knowledge.
Purpose: To make the map view of all customer sides to understand the connectivity, link status. This is help Engineer to understand and identify which exact link is down and where and how to fix it.
Done the backend development using Python to create the side code for all customer to identify which is CE end and which is POP end. Front end part is done by Front team.
Used Libraries: Pandas, sklearn
Used ML Algorithms: Decision tree & DB Scan
Purpose: Requirement was to update duplex configuration as “Auto” for Managed Services
Created a python script which takes the required data from DB and login into particular CPE and first check the current setting if duplex is not auto, make the changes and capture all the changes in excel for validation.
Before making the change, it checks for the link status , if link found to be up then only these changes are applicable.
Used Libraries: Paramiko (To SSH the device), Pandas
Purpose: To reduce the diagnosis time taking by FLT, we needed a DB which is having all required details readily available for diagnosis so FLT not need to fetch all details from router configuration in run time.
Scrap the PE backup data from Rancid front to scrap the text file of PE backup (router configuration) and store these text file to run another script to fetch the required attributed
Another script fetch the required details which is necessary for diagnosis from these text file and store in Insight DB.
Used Libraries: Pandas, beautiful soup, re, requests etc
Purpose: 1. To validate the configuration regarding access what all type of access is provided to user or customer and 2. keep track on backup configuration as we are tracking the age and customer name. We will create a dashboard in phase 2 with available details
Scrap the CE backup data from Rancid front to get CE backup (router configuration) and from this configuration, fetching asked details and providing to user.
End goal is to created some dashboard with available detail so that user can keep track on configuration related issue and CE backup failures.
Used Libraries: Pandas, beautiful soup, re, requests etc