hidden commands in CLI

Post Reply
nsnidanko
Posts: 116
Joined: Mon Feb 03, 2014 9:40 am

hidden commands in CLI

Post by nsnidanko »

Does any one know what these commands do and where I can find more information:
getvv
gettpdinterface
RitonLaBevue
Posts: 390
Joined: Fri Jun 27, 2014 2:01 am

Re: hidden commands in CLI

Post by RitonLaBevue »

These commands can be used for tcl programing purposes.
Most of CLI "show" commands got their "get" ones.
getvv give you a tcl list with all fields you could get with showvv -showcols.
gettpdinterface gives you the name and index of any column in get commands.

You better look for getvv field in gettdpinterface return.
nsnidanko
Posts: 116
Joined: Mon Feb 03, 2014 9:40 am

Re: hidden commands in CLI

Post by nsnidanko »

Thank you, It should make parsing command output easier.
Post Reply