- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- SNMP Password Update - MDS
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SNMP Password Update - MDS
This was a particular customer request but can easily be modified to any environment.
Usage: After the Solarwinds issue customer wanted to change the SNMP password on 700+ gateways across 40+ Domains.
Execution: Fairly straight forward bash script. Crawls for the name/IP on the MDS then it creates command files for each Domain that contains mgmt_cli for each gateway. You can execute it as a whole or do it per-line. This uses the 'run-script' API to execute clish commands.
Script location: https://github.com/WadesWeaponShed/SNMP-Password-Reset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@_Val_ Toolbox material
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is usable only if you have everything on Gaia OS, if you have Gaia Embedded it's not usable and only via cprid_util you can achieve changes across all centrally managed devices.
Also why not get Domain list via api? 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are right I make an assumption Gaia Lite is excluded. Good question! A lot of my own personal code repository was done prior to API with some old DBEdit fun... So I just use bits I had already written. Looks like I should update this section! Thank you so much for the note
