Tag: Bash

  • ,

    vCD Scripts

    by

    Script 1: Creating Isolated Networks using a JSON Template Isolated networks are essential for scenarios where complete network segregation is necessary. The script can then automate the creation of these isolated networks, ensuring a standardized and error-free deployment. https://github.com/PhilsCode1836/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/create_isolated_orgVdcNetworks_from_csv.sh JSON Template: https://github.com/PhilsCode1836/vCD/blob/b96f44be856d3479462306e9b0c99711bb51496a/orgVdcNetworks_isolated.json Script 2: Importing NSX-T Networks with a JSON Template NSX-T is a powerful…

    Continue reading »