Skip to content

Instantly share code, notes, and snippets.

@zancas
Last active May 9, 2016 22:36
Show Gist options
  • Save zancas/c4700d2265169536ea4ff3cc7c91499b to your computer and use it in GitHub Desktop.
Save zancas/c4700d2265169536ea4ff3cc7c91499b to your computer and use it in GitHub Desktop.
#! /usr/bin/env python
from f5.bigip import ManagementRoot
mr = ManagementRoot(NETLOC, USERNAME, PASSWORD)
nat = mr.tm.ltm.nats.nat.create(BLAH...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment