08-Mar-2021 08:38
09-Mar-2021
22:05
- last edited on
21-Nov-2022
16:19
by
JimmyPackets
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."