- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 03:03 PM
Hello Team,
We are running discovery on Cisco switch. Now I see firmware details are not getting populated in firmware manufacturer and firmware version.
But the same is available on Description field. [ Firmware Manufacturer: Cisco and Firmware Version: 15.2(4) EA9 ].
Can some one advise which pattern I can look in to modify so that I can parse the description and populate the firmware fields?
Please help.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 12:47 PM
You may look into Network Switch Pattern. Step 1.46 gets the value of Description from OID and is set at step #18.
Hope this clarifies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 12:47 PM
You may look into Network Switch Pattern. Step 1.46 gets the value of Description from OID and is set at step #18.
Hope this clarifies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 09:44 AM
Thanks for your reply.