aweher / bng-huawei

Python scripts for configuring some Huawei BNG features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BNG-HUAWEI

Simple scripts written for helping me to configure Huaweis BNGs NE40/NE8000.

Installation

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.

python3 main.py

ASCIICast

asciicast

About

Python scripts for configuring some Huawei BNG features

License:GNU General Public License v3.0


Languages

Language:Python 100.0%