This tool can help Network Engineers create basic configurations to set up Switches and Routers (Network Devices).
With NetOperator you can create instructions for basic troubleshooting for network devices depending on your answers.
As you can see this tool is designated for Network Professionals and have specific terms that are not familiar to everyone.
Currently, the tool has 2 vendors available for configuration and troubleshooting (Cisco and Datacom).
You can configure Switches in Layer2, Layer3 and Routers.
I hope this tool can help the day-by-day Network Engineer.
The idea for this tool is to provide an application that can help Network Engineers with day-by-day.
To provide users an application they can go to when they want:
- Creating a basic configuration to set up Network Devices (Switches and Routers).
- Creating a basic troubleshooting commands to find and fix issues with Network Devices.
Network Professionals:
- Network Engineer
- Network Security Engineer
- Network Administrator
- Help Desk Technical
- Network Architect
- Network Specialist
- Field Support
- IT Engineer
- Desktop Engineer
-
I want to be able to set up a Switch Layer2/Layer3 or Router with a basic configuration.
-
I want to be able to set up a basic configuration in a network device for a Sr. Engineer execute a remote access and complete the set up.
-
I want to be able to do a troubleshooting in network device to find a cause of issue and fix it.
-
I want to be able to change a basic configuration with a command script.
-
I want to be able to copy and paste the configuration from the application to the device.
-
I want to be able to use valid IPs and Subnet Mask in the configuration.
-
I want to be able to provide a basic configuration with security standard commands for anyone execute the first set up.
Here describes the main features of the website and what the user can expect when viewing ~
- Basic configuration for Switch Layer 2 Cisco and Datacom
- Basic configuration for Switch Layer 3 Cisco and Datacom
- Basic configuration for Router Cisco and Datacom
- Basic troubleshooting for Network Devices: ICMP, Routing, Network layer and others
- Print the config commands and troubleshooting commands in the page for copy/paste
- Download the commands in a file .txt
- More vendors like Aruba, HPE, 3Com and others
- More devices configs and troubleshooting commands like Access Points, Firewall and others
- More segregation questions and versions of appliances
- Python
- GitPod was used as an online IDE.
- GitHub is used to store the projects code and version control.
- Heroku are used to deploy the site.
- Character Count was used to add commit with max 50 characteres.
- W3Schools was used to reference code for Python.
- Lucidchart was used to create a user flow and sitemap.
- No bugs.
- I have some difficult some processes for validation and keep questions running while the customer provide the correct answer.
Deploying the project using Heroku:
- Visit the Heroku site and create an account
- Click the "New" Button
- Click the "Create new app" button
- Provide a name for the app in the App name input field
- Select your region from the choose region dropdown menu
- Click the "Create App" button
- Once redirected, proceed to the settings tab
- Click on the "config vars" button
- Supply a KEY of
PORT
and it's value of8000
. The click the "add" button - Next step is to add Buildpacks, click the "Add Buildpack" button
- The
python
buildpack needs to be added first then thenodejs
buildpack - Once the buildpacks have completed, go to the deploy screen, once in the deploy screen, select GitHub as the deployment method and connect your GitHub profile
- Search for the repository that you wish to deploy to Heroku and click "connect"
- Once your repository is connected to Heroku you can choose to either manually or automatically deploy your app.
- By selecting automatic deploys, Heroku will build a new version of the app each time a change has been pushed to the repository
- Manual deploys allow you to build a new version of your app whenever you click manual deploy
- If your build is successful you will then be able to visit the live site by clicking the link that is provided to you by Heroku
Command to add packages to requirements.txt, pip3 freeze --local > requirements.txt
-
Log in to GitHub and locate the GitHub Repository
-
Under the repository name, click "Clone or download".
-
To clone the repository using HTTPS, under "Clone with HTTPS", copy the link.
-
Open Git Bash
-
Change the current working directory to the location where you want the cloned directory to be made.
-
Type
git clone
, and then paste the URL you copied in Step 3.$
git clone https://github.com/michaelrfreitas/p3_py_netoperator
-
Press Enter. Your local clone will be created.
$ git clone https://github.com/michaelrfreitas/p3_py_netoperator
> Cloning into `CI-Clone`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.
Alternatively, if using Gitpod, you can click below to create your own workspace using this repository.
You will need to also install all required packages in order to run this application on Heroku, refer to requirements.txt
- Command to install this apps requirements is
pip3 install -r requirements.txt
The answer images were downloaded from:
I'd like to say thank you my mentor Benjamin Kavanagh for his guidance and support throughout my project.