Michael Bear
Michael Bear
> @mjbear do you want to go ahead and submit what you have? @jmcgill298 I've been trying to see if can get access to Juniper's lab system. If I don't...
@jvanderaa #1562 shows as merged so this issue could be closed/resolved.
I was hoping this would be a really simple fix, but VLAN ID can't be made exclusively numeric due to trunk and routed showing up in the output.
@classicmac Because VLAN (now VLAN_ID capture group) is a `\S+` it can accidentally match other fields (after the cascade of other columns matching text in say the Name field). This...
@Mattias3891 Please take a peek at PR #1450 and make sure this works for you.
> At the moment commands are extracted from directory names during tests. It works nice when the command does not have any 'special' characters in it. But some commands do...
@mksbcisco Is this still occurring? I cannot replicate this with the example output that is on this issue.
@mksbcisco Would you please respond whether this issue is still happening for you? I cannot replicate the problem. And there haven't been many changes to that template either. https://github.com/networktocode/ntc-templates/commits/master/ntc_templates/templates/cisco_asa_show_route.textfsm
@mksbcisco Given the template status in January 2023, I'm not sure how that error could have been occurring. The `^. -> Error` lines required by this ntc-templates project weren't added...
@ArxBloemJo @jvanderaa Could use `\S+` so that `CONNECTION` capture group doesn't inadvertently match white space. The example above doesn't include Session Type which is required so this output won't parse...