Metadata-Version: 2.1
Name: netbox-bgp
Version: 0.1.0
Summary: BGP related stuff
Home-page: https://github.com/k01ek/netbox-bgp
Author: Nikolay Yuzefovich
Author-email: mgk.kolek@gmail.com
License: UNKNOWN
Description: # Netbox BGP Plugin
        [Netbox](https://github.com/netbox-community/netbox) plugin for BGP related objects documentation.
        
        ## Compatibility
        
        This plugin in compatible with [NetBox](https://netbox.readthedocs.org/) 2.10 and later.
        
        ## Installation
        
        The plugin is available as a Python package in pypi and can be installed with pip
        
        ```
        pip install netbox-bgp
        ```
        Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
        ```
        PLUGINS = ['netbox_bgp']
        ```
        Restart NetBox and add `netbox-bgp` to your local_requirements.txt
        
        ## Configuration
        
        The following options are available:
        * `device_ext_page`: String (default right) Device related BGP sessions table position. The following values are available:  
        left, right, full_width. Set empty value for disable.
        
        ## Screenshots
        
        BGP Session Object
        ![BGP Session](docs/img/bgp_sess.png)
        
        BGP Session Table
        ![BGP Session Table](docs/img/bgp_sess_list.png)
        
        Device Extension
        ![Device Session Table](docs/img/dev_sess_list.png)
        
        ASN Object
        ![ASN](docs/img/asn.png)
        
        ASN Table
        ![ASN Table](docs/img/asn_list.png)
        
        Community Object
        ![Community](docs/img/commun.png)
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
