Python Virtual Server and Pool Creation
Problem this snippet solves: A simple script to add and delete both Virtual IPs and Pools in: Python Code : import requests, json, time
# define program-wide variables
BIGIP_ADDRESS = 'test-ltm-0...
Published Mar 09, 2015
Version 1.0Eric_Chen
Employee
Joined May 16, 2013
Eric_Chen
Employee
Joined May 16, 2013
Taurama_311104
Mar 21, 2017Nimbostratus
I would like to use ipv6 address for virtual server, but i'm having hard time to figure out how to do it. Just replacing address and mask with ipv6 address and mask in example doesn't seem to work. There's guide for this somewhere?
EDIT: Oh, port number is separeted with dot.. nvm.