Table devices:
Name: Router1
Type: NODE
Class: Main
Name: Router1
Type: IF
Class: T1 0/0/1
Name: Router1
Type: IF
Class: Fa 0/1
The above is a minimal example.
The output I desire is:
Router1 | T1 0/0/1, Fa 0/1
Is this possible without creating temp tables, procedure, or a script?
I've thought deeply, but in the real world example there are multiple devices I need their IFs class from. You cannot just pull each device in any way I know.