๐
5-Day Bootcamp โ Instructor-Led ยท 40% OFF!
Use Code:
PROMO40
โ
Sign up here
(offer ends October 10th)
Training
Bootcamp
Courses
Tech Sessions
Resources
Blog
Tips
GitHub
YouTube
Newsletter
Playgrounds
Whats New
Events
Pricing
Sign In
Become Member
TTP Parser
Validate and test the parsing of your TTP templates
Tools
J2 Renderer
TTP Parser
TextFSM Parser
XPath Tester
Members Only
JMESPath Validator
JSON Schema Validator
Data Format Converter
TTP Template
## INPUT HOST-NAME#show line aux 0 | include transports Allowed input transports are telnet ssh. Allowed output transports are telnet ssh. ## TEMPLATE <group name="line_aux"> Allowed input transports are {{ input_transports | ORPHRASE | split() | default([]) }}. </group> ## OUTPUT <doc> This template will return all the incoming connection methods allowed into the AUX Lines. if configured in the AUX Line --> It will return a list of input transport protocols allowed into the AUX line. if not configured in the AUX Line --> It will return an empty "input_transports" list Example Outputs: [ { "line_aux": { "input_transports": [ "telnet", "ssh" ] } } ] [ { "line_aux": { "input_transports": [] } } ] </doc>
0
/ 20000
Raw Text
DML
0
/ 20000
Result
[ { "line_aux": { "input_transports": [] } } ]
Parse
Share
Auto-Sync