- play_arrow Introduction
- play_arrow Overview
- play_arrow Access and Manage Paragon Automation Account
-
- play_arrow Administration
- play_arrow Introduction
- play_arrow Organization Management
- play_arrow Site Management
- play_arrow User Management
- play_arrow Inventory Management
- play_arrow Audit Logs
-
- play_arrow Device Life Cycle Management
- play_arrow Introduction
- play_arrow Day-Wise Activities for Device Life Cycle Management
- play_arrow Field Technician User Interface
- play_arrow Onboarding Profiles
- play_arrow Plan Device Onboarding
- play_arrow View Device Onboarding
- play_arrow Device Management
- Device Management Workflow
- Device Licenses Overview
- About the Features Tab
- About the Licenses Tab
- Manage Device Licenses
- About the Software Images Page
- Upload a Software Image
- Delete a Software Image
- About the Configuration Backups Page
- Configuration Templates Overview
- About the Configuration Templates Page
- Add a Configuration Template
- Edit and Delete a Configuration Template
- Preview a Configuration Template
- Deploy a Configuration Template to a Device
-
- play_arrow Observability
- play_arrow Introduction
- play_arrow Troubleshoot Devices
- play_arrow View Network Topology
-
- play_arrow Trust and Compliance
- play_arrow Introduction
- play_arrow Manage Trust Settings and Trust Scores
- Compliance Standards Overview
- About the Compliance Benchmarks Page
- About the Compliance Tailorings Page
- Example: Create a Tailoring Document for NTP Settings
- About the Compliance Checklist Page
- Add a Checklist Template
- Add Checklist for a Device
- Import Scans and Update Rule Results in a Checklist
- Trust Plans Overview
- About the Network Score Formula Page
- Trust Score Overview
- About the Network Score Page
- About the Snapshots Page
- Add a Snapshot for a Target
- play_arrow Manage Compliance Scans
- play_arrow Manage Vulnerabilities
- play_arrow Monitor Integrity
-
- play_arrow Service Orchestration
- play_arrow Introduction
- play_arrow View Service Design Catalog
- play_arrow Manage Customers
- play_arrow Add Resources for Network Services
- play_arrow Manage Service Instances
- play_arrow Provision L3VPN Service
- play_arrow Monitor Service Order Execution Workflows
-
- play_arrow Active Assurance
- play_arrow Introduction
- play_arrow Test Agents
- play_arrow Tests and Monitors
-
show device dependant configuration
Syntax
show device dependant configuration <device-name>
To save the configuration as a template in your local system:
show device dependant configuration <device-name> | save <directory-path>/<filename>.xml
Description
Displays the configuration committed on a device for provisioning a service instance, in the XML format. This device-centric information is useful for troubleshooting and debugging errors when a service order associated with the service instance fails to execute. You can save the device configuration by providing a directory and a filename.
Options
device-name | The name of the device for which you want to view configuration committed for provisioning a service instance. |
directory-path | The location in the Paragon Automation cluster where you want to save the template. |
filename | The name with which you are saving the template in the Paragon Automation cluster. |
Sample Output
<?xml version="1.0" ?> <devices> <device> <name>00000000-0000-0000-1000-d4996c4c2ac0</name> <configuration> <groups replace="replace"> <name>paragon-service-orchestration</name> <chassis> <network-services>enhanced-ip</network-services> </chassis> <firewall> <policer> <name>ebd5a8bf-e2bf-11ee-a392-f6e61c3d4879-VPN-1-BNG-access-input</name> <logical-interface-policer/> <if-exceeding> <bandwidth-limit>1000000</bandwidth-limit> <burst-size-limit>75000</burst-size-limit> </if-exceeding> <then> <discard/> </then> </policer> <policer> <name>ebd5a8bf-e2bf-11ee-a392-f6e61c3d4879-VPN-1-BNG-access-output</name> <logical-interface-policer/> <if-exceeding> <bandwidth-limit>1000000</bandwidth-limit> <burst-size-limit>75000</burst-size-limit> </if-exceeding> <then> <discard/> </then> </policer> </firewall> <interfaces> <interface> <name>xe-1/0/3</name> <mtu>1514</mtu> <unit> <name>0</name> <description>Network access to VPN VPN-1 for customer ebd5a8bf-e2bf-11ee-a392-f6e61c3d4879</description> <family> <inet> <policer> <input>ebd5a8bf-e2bf-11ee-a392-f6e61c3d4879-VPN-1-BNG-access-input</input> <output>ebd5a8bf-e2bf-11ee-a392-f6e61c3d4879-VPN-1-BNG-access-output</output> </policer> <address> <name>40.1.1.1/30</name> </address> </inet> </family> </unit> </interface> </interfaces>