-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into develop
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# Ansible Collection - renatoalmeidaoliveira.netero | ||
|
||
Documentation for the collection. | ||
Netero is a simple utiliy to help network manangement, that aims to encpsulate vendors’ specifics sintax in YAML models based on YANG data model, in this realease it is possible to perfom the following: | ||
|
||
* Manage your configuration Backups | ||
* Integrate your backups with Gogs API, with git push and commit | ||
* Consume PeeringDB API for prospection of when some Autonomous System (AS) lies on the same IXP as your AS | ||
* Consume PeeringDB API for gather AS informations as max IPv4/IPv6 prefixes, interfaces address, IRR-ASSET | ||
* Encapsulate BGPq3/BGPq4 for generation of prefix-list of a given IRR-ASSET | ||
# Next Steps | ||
|
||
The configuration module, that will read model files and configure the network devices | ||
|
||
# Documentation Link: | ||
|
||
http://netero.renatooliveira.eng.br/ |