{"id":26275437,"url":"https://github.com/init7/napalm-slx-os","last_synced_at":"2025-10-24T16:44:58.973Z","repository":{"id":176709302,"uuid":"637828316","full_name":"Init7/napalm-slx-os","owner":"Init7","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-27T13:11:23.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T01:04:15.611Z","etag":null,"topics":["napalm","network-automation","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Init7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-08T13:49:29.000Z","updated_at":"2025-01-09T14:55:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed7fb912-d4fe-483d-87ab-686bbe8bf6fd","html_url":"https://github.com/Init7/napalm-slx-os","commit_stats":null,"previous_names":["init7/napalm-slx-os"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Init7/napalm-slx-os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Init7%2Fnapalm-slx-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Init7%2Fnapalm-slx-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Init7%2Fnapalm-slx-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Init7%2Fnapalm-slx-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Init7","download_url":"https://codeload.github.com/Init7/napalm-slx-os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Init7%2Fnapalm-slx-os/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267306871,"owners_count":24067039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["napalm","network-automation","python"],"created_at":"2025-03-14T10:16:07.067Z","updated_at":"2025-10-24T16:44:53.941Z","avatar_url":"https://github.com/Init7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/napalm-slx-os.svg)](https://pypi.python.org/pypi/napalm)\n[![PyPI versions](https://img.shields.io/pypi/pyversions/napalm-slx-os.svg)](https://pypi.python.org/pypi/napalm)\n\n# napalm-slx_os\n\nSLX-OS driver for [NAPALM](https://github.com/napalm-automation/napalm)\n\nTested with the following SLX-OS versions:\n\n- 20.3.2e\n\nStatus: **ALPHA**  \nMost complex parts have been done, most of the getters should follow in upcoming weeks.\n\n## Background\n\nThis driver has been launched to make the integration with [PeeringManager](https://github.com/peering-manager/peering-manager)\npossible. The necessary functions for this have been implemented and can be used.\n\n## Function Support Overview\n\n### Configuration Support\n\n|                 | SLX-OS |\n|:----------------|:-------|\n| Config. replace | No (1) |\n| Config. merge   | Yes    |\n| Commit Confirm  | No     |\n| Compare config  | No (2) |\n| Atomic Changes  | No     |\n| Rollback        | No     |\n\n(1) - Can be implemented by copying the config via scp, replacing the startup config and reloading the system (i.e.\nrebooting)\n\n(2) - No mechanism to compare the config, the merge has been implemented by using `configure terminal`, which is\nexecuted when calling `commit_config()`\n\n### Getters support matrix\n\n| Getter                    | SLX-OS |\n|:--------------------------|:-------|\n| get_arp_table             | ✅      |\n| get_bgp_config            |        |\n| get_bgp_neighbors         | ✅ (1)  |\n| get_bgp_neighbors_detail  | ✅ (1)  |\n| get_config                | ✅ (2)  |\n| get_environment           |        |\n| get_facts                 | ✅      |\n| get_firewall_policies     |        |\n| get_interfaces            |        |\n| get_interfaces_counters   |        |\n| get_interfaces_ip         |        |\n| get_ipv6_neighbors_table  |        |\n| get_lldp_neighbors        |        |\n| get_lldp_neighbors_detail |        |\n| get_mac_address_table     |        |\n| get_network_instances     |        |\n| get_ntp_peers             |        |\n| get_ntp_servers           |        |\n| get_ntp_stats             |        |\n| get_optics                |        |\n| get_probes_config         |        |\n| get_probes_results        |        |\n| get_route_to              |        |\n| get_snmp_information      |        |\n| get_users                 |        |\n| get_vlans                 |        |\n| is_alive                  | ✅      |\n| ping                      |        |\n| traceroute                |        |\n\n(1) - Only default VRF supported for now, all VRF support coming soon\n\n(2) - `sanitized` option not supported","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finit7%2Fnapalm-slx-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finit7%2Fnapalm-slx-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finit7%2Fnapalm-slx-os/lists"}