Spectrum CLI Update commands to enable and disable SNMP V3 debug
search cancel

Spectrum CLI Update commands to enable and disable SNMP V3 debug

book

Article ID: 259344

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

Spectrum CLI Update commands to enable and disable SNMP  V3 debug

Environment

Release : 21.2

Cause

clear cache and enable to debug 

Resolution

Please follow below steps to clear the cache and enable the debug
 
Windows:
Open command prompt
type bash -l
cd vnmsh
./connect
 
1. first clear V3 cache by 0x10333
./update.exe action=0x10333 mh=0x1000000
 
2. Dump profile again 0x10331
./update.exe action=0x10331 mh=0x1000000
 
3. enable debug 0x10314
./update.exe action=0x10314 mh=0x1000000
 
4. enable debug 0x10324
./update.exe action=0x10324 mh=0x1000000
 
5. profile debug 0x10329
./update.exe action=0x10329 mh=0x1000000
 
6. Poll the device
 
7. Dump again 0x10331
./update.exe action=0x10331 mh=0x1000000
 
Upload vnm.out from %SPECROOT%/SS folder 
 
8. disable 0x10315
./update.exe action=0x10315 mh=0x1000000
 
9. disable profile debug 0x10329
./update.exe action=0x10333 mh=0x1000000