Skip to content

Commit edf509d

Browse files
Update README.md
This change officially open the driver for VRP5/VRP8 Enterprise/Service Provider Routers and Switches. A list of supported Huawei devices series have been added. Some YouTube Tutorials have been added. NAPALM official channel have been added.
1 parent 662d2e2 commit edf509d

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

README.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
[![PyPI](https://img.shields.io/pypi/v/napalm-huawei-vrp.svg)](https://pypi.python.org/pypi/napalm-huawei-vrp)
22
[![PyPI](https://img.shields.io/pypi/dm/napalm-huawei-vrp.svg)](https://pypi.python.org/pypi/napalm-huawei-vrp)
33

4-
# napalm-huawei-vrp
4+
# NAPALM Huawei VRP
55

6-
NAPALM driver for HUAWEI Campus Network Switch, support the S5700,S6700 etc.
7-
8-
This repository is reference [NAPALM-CE](https://github.com/napalm-automation-community/napalm-ce) and Cisco IOS code, thanks for thdDaniel's contribution
6+
It's a NAPALM Community Driver for Huawei VRP5/VRP8 Enterprise/Service Provider Routers and Switches.
97

8+
This repository is reference [NAPALM-CE](https://github.com/napalm-automation-community/napalm-ce) and Cisco IOS code, thanks for thdDaniel's contribution
109
[中文版](README-ZH.md)
1110

11+
## Supported Huawei Network Devices
12+
13+
* NE Series:
14+
* 40E, 8000
15+
* AR Series:
16+
* 2200
17+
* ATN 900 Series:
18+
* 910B, 910C and 910D
19+
* S Switch Series:
20+
* S5700, S6700
21+
22+
This driver is not limited to these models and series, these are just devices where the driver have been tested.
23+
1224
## Instructions
1325

1426
The driver is under development and iteration.
@@ -26,7 +38,7 @@ The driver is under development and iteration.
2638
| get_lldp_neighbors() | Fetch LLDP neighbor information |
2739

2840

29-
### Congfig
41+
### Config
3042

3143
| API | Description |
3244
|--------|-----|
@@ -96,3 +108,13 @@ device.get_interfaces_counters()
96108
device.get_lldp_neighbors()
97109

98110
```
111+
## Contact
112+
### Slack
113+
114+
Slack is probably the easiest way to get help with NAPALM. You can find us in the channel napalm on the [network.toCode()](https://networktocode.herokuapp.com/) team.
115+
116+
## News
117+
### YouTube Videos
118+
* [NAPALM Network Automation Python: Working with Huawei VRP](https://youtu.be/40Z-hcPHY_M) by Michael Alvarez
119+
* [NAPALM Network Automation Python: Collect Data from Multiple Vendors. Cisco and Huawei](https://youtu.be/wBuKua1QsUE) by Michael Alvarez
120+
* [NAPALM Network Automation Python: Making Configurations in a Multivendor Network. Cisco and Huawei](https://youtu.be/QnXhCzaSvBw) by Michael Alvarez

0 commit comments

Comments
 (0)