How do I change the SNMP community string for devices in my Smarts AM topology?
Smarts - 10.1.x
<IP_BASE>/smarts/bin/sm_tpmgr -s <domain> --dump-agents > <PATH>/seedfile
<IP_BASE>/smarts/bin/sm_tpmgr -s <domain> --update-community --seed=<full path to>/seedfile
Example:
./sm_tpmgr -s TEST_DOMAIN --update-community --seed=/opt/IP/IP10112/IP/smarts/bin/seed.txt | tee
Message on console
sm_tpmgr: update community string from seed file '/opt/IP/IP10112/IP/smarts/bin/seed.txt'
indicates that command execution is successful.