- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
10-16-2014 06:12 PM
Is there anyway to import a list of Terminal Server Agents installed to the firewall?
I have about 250 Terminal servers.
10-16-2014 06:19 PM
You can export the list from CLI (from the firewalls already having the list) using the below steps,
admin@PA> set cli config-output-format set
admin@PA>configure
admin@PA# show | match ts-agent
set ts-agent fgsdf host 2.2.2.2
set ts-agent fgsdf port 5009
set ts-agent test2 host 3.3.3.3
set ts-agent test2 port 5009
Use the above set commands to import it on other firewalls.
Hope it helps !
10-16-2014 06:34 PM
Is there anyway to edit the template on Panorama to push this out?
10-22-2014 10:44 AM
I think you can do it with using api.
10-23-2014 03:47 PM
You could use notepad++ to search and replace your list to match the Panorama syntax. I did a test cli import into Panorama and the following syntax worked for me:
set cli config-output-format set
configure
set template tst_template config vsys vsys1 ts-agent test2 host testHost2 port 5009
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!