cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
162
Views
2
Helpful
3
Replies

vManage SDWAN PCAP scripting help.

LaserMan42
Level 1
Level 1

Good morning all!

I am working on a project on our SD-WAN. I am new to SDWAN and vManage and was asked to look into possibly scripting some packet captures over a period of time. Our SDWAN consists of several IR1101's and they can only be managed via vManage. Is it possible to script PCAPs through vManage? I've found results stating we can use Python to create the script. Can anyone provide some clarity on the subject?

I appreciate your time.

1 Accepted Solution

Accepted Solutions

Hi,

option 1) via vManage

https://www.cisco.com/c/en/us/support/docs/routers/sd-wan/221085-perform-a-packet-capture-on-sd-wan-vmana.html

option 2) via CLI using Embedded Packet Capture (commands like monitor capture in exec mode # are allowed to be done even in controller-mode enabled)

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/epc/configuration/xe-3s/epc-xe-3s-book.html

HTH,
Please rate and mark as an accepted solution if you have found any of the information provided useful.

View solution in original post

3 Replies 3

Not quite sure what you are after, but i think the bulk API's would be your best bet here https://developer.cisco.com/docs/sdwan/#!bulk-api - here on the docs are some code example in Python too.

Hope this helps.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

LaserMan42
Level 1
Level 1

Thanks for the quick reply and the helpful link! I'm wanting to take a long packet capture from an IR1101 basically. I have been looking into possible ways to do so. I appreciate the helpful information! 

Hi,

option 1) via vManage

https://www.cisco.com/c/en/us/support/docs/routers/sd-wan/221085-perform-a-packet-capture-on-sd-wan-vmana.html

option 2) via CLI using Embedded Packet Capture (commands like monitor capture in exec mode # are allowed to be done even in controller-mode enabled)

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/epc/configuration/xe-3s/epc-xe-3s-book.html

HTH,
Please rate and mark as an accepted solution if you have found any of the information provided useful.