2025-08-14 03:42:31 +08:00
2025-08-01 01:45:53 +08:00
2025-07-31 13:40:47 +00:00
2025-08-14 03:42:31 +08:00
2025-08-02 13:01:36 +08:00
2025-08-02 01:14:28 +08:00
2025-08-14 03:42:31 +08:00

Tenantos-JNPR-L3

This program uses the Tenantos API and Tenantos event listener to process Layer 3 address routing provisions with a JunOS switch. It assumes that every assignment is either a /32 (IPv4) or a /127 (IPv6 point-to-point) with a routed IPv6 block.

Installation

Simply use the requirements.txt to install the required libs and you are ready to go.

Arguments

--action {add/del}
    add route/delete route

--server {int}
    server-id

--subnet {int}
    related subnet-id

--ip {str}
    ip address(IPv4/IPv6)
Description
No description provided
Readme LGPL-3.0 58 KiB
Languages
Python 100%