Skip to content

Configure IP Address, DHCP Server and OSPF automatically using Netmiko

License

Notifications You must be signed in to change notification settings

ArRosid/netmiko-ospf-dhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

published

Netmiko for OSPF & DHCP Automation

Configure IP Address, DHCP Server and OSPF automatically using Netmiko

This repository contains two scripts to configure IP Address, DHCP Server, and OSPF automatically using Netmiko. The first script is inventory.yml. It contains data about the router. The second script is a Python script that performs the automation.

You can automate OSPF & DHCP Configuration with differents topologies using this script. You just need to edit the inventory.yaml to align with the topology that you have.

Requires

  • netmiko release 2.2.2 or later

Supports

  • This script supports Cisco IOS network devices (e.g. router, switch)

How to use

  • Ensure you setup the topology
  • Configure Management IP Address and enable SSH in the network device
  • Edit the inventory.yaml to align with your topology
  • Run the script python3 script.py

About

Configure IP Address, DHCP Server and OSPF automatically using Netmiko

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages