2016-11-23 22:26:07 +01:00
|
|
|
# juniper-config-to-set
|
|
|
|
Converts Juniper Networks configurations to a series of set commands
|
|
|
|
|
2020-10-14 01:01:12 +02:00
|
|
|
Parser in PHP by Tim Price, rewrite in Python with enhancements by rick@gnous.eu
|
2016-11-23 22:26:07 +01:00
|
|
|
|
2020-10-14 01:01:12 +02:00
|
|
|
Use `cli.py` to parse a Juniper configuration file to a series of set commands.
|
|
|
|
Use `gui.cly` to enter a text.
|
2016-11-23 22:26:07 +01:00
|
|
|
|
2020-10-14 01:01:12 +02:00
|
|
|
Requirements : PyQt
|