Metadata-Version: 2.1
Name: napalm-ftos
Version: 0.1.2
Summary: NAPALM driver for Force10 FTOS
Home-page: https://github.com/napalm-automation-community/napalm-ftos
Author: Reinier Schoof
Author-email: reinier@skoef.nl
License: UNKNOWN
Description: [![Build Status](https://travis-ci.com/napalm-automation-community/napalm-ftos.svg?branch=master)](https://travis-ci.org/napalm-automation-community/napalm-ftos)
        [![PyPI](https://img.shields.io/pypi/v/napalm-ftos.svg)](https://pypi.python.org/pypi/napalm-ftos)
        [![Supported python versions](https://img.shields.io/pypi/pyversions/napalm-ftos.svg)](https://pypi.python.org/pypi/napalm-ftos/)
        
        # napalm-ftos
        
        NAPALM driver for Dell EMC/Force10 FTOS
        
        ### Implemented APIs
        
        * close
        * get_arp_table
        * get_bgp_neighbors_detail
        * get_config
        * get_environment
        * get_facts
        * get_interfaces
        * get_interfaces_counters
        * get_interfaces_ip
        * get_lldp_neighbors
        * get_lldp_neighbors_detail
        * get_mac_address_table
        * get_ntp_peers
        * get_ntp_servers
        * get_ntp_stats
        * get_snmp_information
        * get_users
        * is_alive
        * open
        * ping
        * traceroute
        
        ### Missing APIs.
        
        * cli
        * commit_config
        * compare_config
        * compliance_report
        * connection_tests
        * discard_config
        * get_bgp_config
        * get_bgp_neighbors
        * get_firewall_policies
        * get_ipv6_neighbors_table
        * get_network_instances
        * get_optics
        * get_probes_config
        * get_probes_results
        * get_route_to
        * load_merge_candidate
        * load_replace_candidate
        * load_template
        * post_connection_tests
        * pre_connection_tests
        * rollback
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
