# 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) ```