Giter Site home page Giter Site logo

vincent-de-torres-portfolio / ciscopykit Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 295 KB

It is an automation and management tool designed to manage Cisco network devices and generate Cisco IOS configurations. This tool allows for the quick and efficient creation of Cisco IOS configurations that can be copy-pasted into devices, streamlining the configuration process.

Home Page: https://pypi.org/project/ciscopykit/

License: MIT License

Python 100.00%
ccna cisco gns3 networking packet-tracer

ciscopykit's Introduction

logo

ciscopykit

ciscopykit is a Python package designed to automate the generation of Cisco IOS commands and provide an easy way to track device configurations. It offers functionalities organized into various subpackages, each focusing on a specific aspect of network management. This README aims to provide an overview of the package structure and its functionalities.

Features

  • Device Management: The device module facilitates device management tasks such as adding, removing, modifying, and listing Cisco devices.
  • Interface Configuration: The interface module handles interface management, allowing users to assign and remove IP addresses for network interfaces.
  • Services Configuration: The services subpackage contains modules for configuring DHCP and PAT services on network devices.
  • Switch Settings: The switch subpackage provides functions to generate and configure switch settings.
  • VLAN Configuration: The vlan subpackage offers functionalities to generate and configure VLAN and VTP settings.
  • LAN Security: The lan_security subpackage includes modules for LAN security features, covering switchport security, VLAN security, DHCP snooping, dynamic ARP inspection, and STP security.
  • Routing Configuration: The routing subpackage contains modules for configuring static and dynamic routing protocols.

Directory Structure

ciscopykit/
├── app.py
├── device.py
├── entry_point.py
├── etherchannel
│   ├── cli.py
│   ├── etherchannel.py
│   ├── __init__.py
│   └── README.md
├── help
│   ├── demo.py
│   ├── device.md
│   └── help.md
├── __init__.py
├── interface.py
├── ip
│   ├── __init__.py
│   ├── README.md
│   └── vlsm.py
├── README.md
├── routing
│   ├── app.py
│   ├── dynamic_routing.py
│   ├── __init__.py
│   ├── README.md
│   └── static_routing.py
├── security
│   ├── acl
│   │   ├── acl.py
│   │   ├── __init__.py
│   │   └── README.md
│   ├── __init__.py
│   └── lan_security
│       ├── app.py
│       ├── dhcp_snooping.py
│       ├── dynamic_arp_inspection.py
│       ├── __init__.py
│       ├── README.md
│       ├── stp_security.py
│       ├── switchport_security.py
│       ├── vlan_security.py
│       └── wiki.md
├── services
│   ├── app.py
│   ├── dhcp_service.py
│   ├── help.md
│   ├── __init__.py
│   ├── pat_service.py
│   └── wiki.md
├── switch
│   ├── app.py
│   ├── help.md
│   ├── __init__.py
│   ├── l2_switch.py
│   ├── l3_switch.py
│   ├── switch.py
│   └── wiki.md
├── templates
│   ├── generate_router_config.py
│   ├── logo.svg
│   ├── placeholder.txt
│   └── README.md
├── vlan
│   ├── app.py
│   ├── __init__.py
│   ├── README.md
│   ├── vlan.py
│   └── wiki.md
└── vpn
    ├── dmvpn
    │   ├── dmvpn.py
    │   ├── __init__.py
    │   └── README.md
    ├── gre
    │   ├── gre.py
    │   ├── __init__.py
    │   └── README.md
    └── README.md

Getting Started

To install ciscopykit, you can use pip:

pip install ciscopykit

Contribution

Contributions to ciscopykit are welcome! If you have any ideas, enhancements, or bug fixes, feel free to open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

ciscopykit's People

Contributors

devinci-it avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.