Metadata-Version: 1.1
Name: netbox_netdev_inventory
Version: 0.2.3
Summary: Microservice import into netbox devices in production
Home-page: https://github.com/VictorPavlushin/netbox-netdev-inventory
Author: Victor
Author-email: victor@pavlushin.info
License: UNKNOWN
Description: ================================================
        Netbox network production importer and inventory
        ================================================
        
        .. image:: https://travis-ci.org/VictorPavlushin/netbox-netdev-inventory.svg?branch=master
            :target: https://travis-ci.org/VictorPavlushin/netbox-netdev-inventory
        
        netbox-netprod-importer is a tool dedicated to help moving your current
        knowledge base to `Netbox <https://netbox.readthedocs.io/en/latest/>`_ as an
        IPAM/DCIM, independently of your current information system. It connects to
        a given list of network devices, parse their status and configuration to
        import them into Netbox like they are currently configured.
        
        It is thought to be generic and infrastructure agnostic. It means that imported
        data will probably need to be adapted by some custom scripts, like the
        specification of roles, tennant and other properties on objects.
        
        Documentation
        -------------
        
        Documentation is available `here  <https://netbox-netdev-inventory.readthedocs.io/en/latest/>`_.
        
        
        Features
        --------
        
        Device's data:
          - Fetch interfaces (physical & virtual):
        
            * Try to guess the interface form factor (more info in the documentation)
            * MTU
            * MAC Address
            * Description
            * Parent LAG
            * Enabled/Disabled
            * IPv4/IPv6
        
          - Serial number
          - Main IPv4/IPv6
        
        
        Devices interconnections:
          - Build an interconnection graph by using LLDP and CDP to add (and optionally clean)
            interconnections between devices in Netbox
        
        
        Compatibility
        -------------
        
        Tested on:
        
          - Cisco IOS (catalyst, 2960)
          - Cisco Nexus (6000, 9000)
          - Cisco ASR (but no specific parser written, some features are not available)
          - Juniper
        
        
        Installation
        ------------
        
        Run::
        
          pip3 install netbox-netdev-inventory
        
        netbox-netdev-inventory is tested under python 3.5 to 3.7
        
        
        Contributors
        ------------
        
        * Victor Pavlushin <victor@pavlushin.info>
        
        
        License
        -------
        
        Tool under the GPLv3 license. Do not hesitate to report bugs, ask me some
        questions or do some pull request if you want to!
        
Keywords: netbox_netdev_inventory
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
