Forum Discussion
- crodriguezRet. Employee
If you are looking to list all VLANs or self IPs in a specific partition in a series of single-line responses, you could try the following, substituting whatever partition name you want to list in place of the reference to "Common" in the code below.
tmsh list net vlan /Common/* one-line tmsh list net self /Common/* one-line
I am not certain if that is what you meant by a "+short result."
- mplaksin0Cirrus
Thanks its that, oneline what i tried to say.
Thats what i need.