"show nhrp tunnel" Tabular Output

Format the output of “show nhrp tunnel” so that the list is in a table format instead of pages of clunky output.

Example of how it looks currently:


Status: ok

Interface: tun0
Type: local
Protocol-Address: 10.214.63.255/32
Alias-Address: 10.214.0.1
Flags: up

Interface: tun0
Type: local
Protocol-Address: 10.214.0.1/32
Flags: up

Interface: tun0
Type: dynamic
Protocol-Address: 10.214.5.8/32
NBMA-Address: 10.10.5.8
Flags: used up
Expires-In: 97:15

Interface: tun0
Type: dynamic
Protocol-Address: 10.214.3.23/32
NBMA-Address: 10.10.3.23
Flags: up
Expires-In: 97:04

Example of a desired tabular format:


Interface	Type	Protocol-Address	NBMA-Address	Flags	Expires-In
tun0		local	10.214.63.255/32					p	
tun0		local	10.214.0.1/32						p
tun0		dynamic	10.214.5.8/32		10.10.5.8		u p		97:15
tun0		dynamic 10.214.3.23/32		10.10.3.23		u p		97:04

looks cool, I think you should create a Feature Request with this new parser output, if our developer agree with this idea , it could be implemented in the next-releases.
#task- FR:
https://phabricator.vyos.net/

best regards

I created the task T4905