Metadata-Version: 2.1
Name: napalm-dlink
Version: 0.1.0
Summary: NAPALM driver for Dlink
Home-page: https://github.com/napalm-automation/napalm-dlink
Author: Nikolay Chobanov
Author-email: hromus@gmail.com
License: UNKNOWN
Description: # napalm-dlink
        Requirements
        ************
        For driver needs a preconfigured TFTP server because Dlink devices can download config only from TFTP/FTP server. 
        Default path: /tmp
        ************
        Tested on device Dlink 1210-28
        ************
        
        Сompletion status:
        - [x] _send_command
        - [x] is_alive
        - [x] load_replace_candidate
        - [x] load_merge_candidate
        - [x] compare_config - This device doesn't contain a builtin function for compare config.
        - [ ] commit_config
        - [ ] discard_config
        - [ ] rollback
        - [ ] get_optics
        - [x] get_lldp_neighbors
        - [x] get_lldp_neighbors_detail
        - [x] get_facts
        - [x] get_interfaces
        - [x] get_interfaces_ip
        - [x] get_interfaces_counters
        - [ ] get_environment
        - [x] get_arp_table
        - [x] cli
        - [ ] get_ntp_peers (D-Link doesn't support this option)
        - [x] get_ntp_servers
        - [ ] get_ntp_stats
        - [x] get_mac_address_table
        - [ ] get_probes_config (D-Link doesn't support this option)
        - [x] get_snmp_information
        - [x] get_users
        - [x] ping
        - [ ] traceroute
        - [x] get_config
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
