Only way I've found is to run a report in ASA and export to a text file of all the Vectors in the system.
I run a report of list vectors, export fields to a file, then import into Excel.
Create a string of all the vectors listed using formula to get a string like:
disp vect 1; disp vect 2; disp vect 4; disp vect 10
Then I paste this into a report in ASA and export screen capture to file.
Then using notepad, wordpad, word, excel, open the file and search for the string "table".
Otherwise, you could purchase utilcall call flow extract which would provide you with all this information. Does a lot, but a little pricy IMHO at $800 for a single user license. Especially where you can do a lot of what it does with processes like this or using VBA.
- Stinney
Quoting only proves you know how to cut and paste.