Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.git

cd 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)