542
Views
0
Helpful
1
Replies
export Show command output from DNAC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 11:32 PM - edited 09-05-2023 11:37 PM
I require that I need a code to run the "show cdp neighbor" command and get output in tabular form in Excel format. I want to run the command/code across all the 600 switches that are onboarded in DNAC. Command has limitations of only txt file.
Labels:
- Labels:
-
Cisco DNA Automation
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 08:51 AM
personally i would to out of the box simple python script to connect device and show cdp and dump in CSV format.
