Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aweher/bng-huawei
Python scripts for configuring some Huawei BNG features
https://github.com/aweher/bng-huawei
bng huawei router
Last synced: 9 days ago
JSON representation
Python scripts for configuring some Huawei BNG features
- Host: GitHub
- URL: https://github.com/aweher/bng-huawei
- Owner: aweher
- License: gpl-3.0
- Created: 2022-08-01T21:50:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T21:41:11.000Z (over 2 years ago)
- Last Synced: 2023-02-26T15:36:05.700Z (almost 2 years ago)
- Topics: bng, huawei, router
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BNG-HUAWEI
Simple scripts written for helping me to configure Huaweis BNGs NE40/NE8000.
## Installation
```bash
git clone https://github.com/aweher/bng-huawei.gitcd bng-huawei/
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp perfiles.yaml.example perfiles.yaml
```Then you must edit `perfiles.yaml` before running the `main.py` script.
```bash
python3 main.py
```## ASCIICast
[![asciicast](https://asciinema.org/a/DijAxtzzgSbNQPIb8DtjG04Nc.svg)](https://asciinema.org/a/DijAxtzzgSbNQPIb8DtjG04Nc)