Logs to be collected,
show org org < > session extensive | select application ms_teams/(predef) <<<< replace “ms_teams” with application you are troubleshooting
show org org < > session extensive | select destination-ip a.b.c.d <<<< replace a.b.c.d with the address of the problematic destination
show org org-services < > pbf policy rules statistics
vsh connect vsmd
show vsf session all brief | grep 180.87.102.30 <<< replace ip-address with the source-ip or destination-ip that you are troubleshooting
show vsf session handle extensive 0xabcdefgh <<< replace 0xabcdefgh with the handle id you see in the above output
show appid application-cache full 3
request debug session filter-create filter-name T1 source-prefix 180.87.102.28/32 <<< replace ip-address appropriately
Setup pbf and appid debugs.
admin@BRANCH1-cli(config)% set debug appid all-flags level all send to file name /var/log/versa/appid.log
admin@BRANCH1-cli(config)% set debug pbf all-flags level all send to file name /var/log/versa/pbf.log
tcpdump vni-0/3 filter "'host x.x.x.x -v -w /home/admin/teams.pcap'"
To delete debugs
configure
delete debug
commit
To delete packet trace
request debug session filter-delete all
Files to be uploaded
/var/log/versa/pbf.log
/var/log/versa/appid.log
/var/log/versa/versa-pkttrace.log