(Supporting ADX v03.1.00) Owner's manual
Table Of Contents
- Contents
- Preface
- Introduction to the Brocade Virtual ADX Web Interface
- Navigating the Web Interface
- Navigating the Dashboard
- Configuration Overview
- System Settings
- Network Settings
- Traffic Settings
- GSLB Settings
- Security Settings
- Monitoring Overview
- Viewing System Information
- Viewing Network Status
- Viewing Traffic Statistics
- Viewing Security Statistics
- Maintenance Overview
- Managing Software Images
- Restarting the System
- License Management
- Packet Capture
- Accessing the CLI
- Retrieving System Information for Technical Support
- Troubleshooting
- Config Template XML Schema
- Managing Config Templates through the CLI
316 Brocade Virtual ADX Graphical User Interface Guide
53-1003242-01
Displaying template information
C
The optional template_area variable is the area where the template is located on the Brocade
Virtual ADX. Enter pre-defined, user-defined, or ready-to-use.
Displaying the XML contents of a template
To display the XML contents of a template, use the show template dump command.
Syntax: show template dump template_file template_area [ variables ]
The template_file variable is the name of the template file to validate.
The template_area variable is the area where the template file is located. Enter pre-defined,
user-defined, or ready-to-use.
The variables option displays only the XML content for the variables instead of the entire template
content.
Virtual ADX #show template dump Minimal.xml pre-defined
-----------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<ADXTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespa
ceSchemaLocation="ADXTemplate.xsd">
<name>Minimal sample</name>
<description>A very minimal template sample</description>
<templateVersion>0.1</templateVersion>
<minimumPlatformVersion>12.6.0</minimumPlatformVersion>
<variables>
<variable>
<variableName>myVS</variableName>
<shortPrompt>Enter the name of the VS</shortPrompt>
...