You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# User and password to request a token on phpIPAM API
|
|
USER_IPAM='user'
|
|
PASSWORD_IPAM='passwd'
|
|
|
|
# URL of the API
|
|
URL="https://ipam.example.org/api/${USER_IPAM}"
|
|
|
|
# ID of the ranges, you can put multiple ranges per AFI
|
|
ID_RANGES_V4='32 42'
|
|
ID_RANGES_V6='128'
|