In this blog I’m using a Python script to generate the set of commands needed to created a SNAT pool on the F5 appliance; the SNAT pool includes a network range, instead of loose IPs.
I would like in this blog to shed some light over the utility of a class. Though I will be using Python, these concepts apply regardless the programming language used.