Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 605 Bytes

sending-ping-using-napalm

The purpose of this code is to send ping for specific interfaces using napalm.

NAPALM

(Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of functions to interact with different router vendor devices using a unified API.

NAPALM supports several methods to connect to the devices, to manipulate configurations or to retrieve data.

It was written for Huawei box.

!pip install napalm

image